Hi,
I am returning a collection of Form Beans form where I iterate and get the
results of my serach page. This collection I put into the request attribute.

However, I have some common attributes like page no which are not bean
parameters but are one single value for the whole search page like a
parameter called "pageNo".

Now when I use the html:hidden, it requires the property="pageNo" to be a
bean parameter !!
And gives error when I pass this as request object. As under ::

<html:hidden property="pageNo"
value="<%=Integer.parseInt((String)request.getAttribute("pageNo"))%>">

Anybody can give ideas for this: 

Another Design Issue : Search Results page, how to return the set of Form
Beans ? Whats the best approach.

Thanks for your advice !!

Yogesh
DISCLAIMER: The information in this message is confidential and may be
legally privileged. It is intended solely for the addressee.  Access to this
message by anyone else is unauthorised.  If you are not the intended
recipient, any disclosure, copying, or distribution of the message, or any
action or omission taken by you in reliance on it, is prohibited and may be
unlawful.  Please immediately contact the sender if you have received this
message in error. Thank you.

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

Reply via email to