Anna Simbirtsev wrote:
Hello
I have 2 screens that use the same form. The form class has a validate
function. To distinguish which screen(jsp file) is using the form I do the
following in jsp files:

<% session.setAttribute("page", "add") %>
<% session.setAttribute("page", "add_2") %>

Then in the form class I grab that value and figure out what values to
validate.
Is it a good way to do it?


You should distinguish between two forms by passing different
values of submit buttons (in my opinion)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to