|
|
I'm looking to combine these two sniplets as the value of an input form ---
I want input imported from another form using...
<% out.println(request.getParameter("HIDDEN")); %>
And to check the db for the Org Number...
<%= regBean.getExistingOrgNum() %>
Please help!!!
Thanks
|
|
|
|
|
|
|
|