I've discovered (after some frustration) than certain variable names used 
in an HTML form won't be passed to my bean via the "jsp:setProperty" tag. 
 For example, using "page" as a name doesn't work.  I *can* explicitly 
set it via:

        myBean.setPage(request.getProperty("page"));

But this name won't get set automatically, while other names do, all in 
the same form.

Are there "reserved" names that I need to avoid when making forms to be 
handled by Tomcat?  Is there a list of them?

Thanks,
Chris

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

Reply via email to