Consider the following

<jsp:useBean id="cart" scope="session"
class="session.Carts" />
<jsp:setProperty name="cart" property="*" />

Based on specifications setProperty with property="*"
will set the properties inside cart bean for each HTML
querystring arg.

How do you specify properties inside a bean.
How using properties will be different from using
Request values in HTTPServeletRequest.

Pankaj

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to