Hi,

I need to create a series of forms in an application I'm toying with and I'm
balking at the idea of coding beans to handle information transfer from one
page to another.  In JSP it's trivial using Request.querystring = blah.

It appears that this library may be my savior.  After reading the
documentation, it's not clear to me how to request items filled in a form on
a previous page.  If I need to acquire an item posted from a form, do I use
the <req:queryString> or the <req:parameter> tag?

Does anybody have any examples demonstrating how to use this library in
conjunction with forms?

TIA 

Reply via email to