Hi all,

I want to use "valueList" (valuelist.sf.net) in my portals, which is like a tag library that displays grids and tables for a list of objects. Unfortunately this grid depends on request.getParameter("someParamName") if I want to pass some user selection from a previous page and query the DB based on that selection.

Now I was trying to read the struts-bridge documentaion, and I have been able to figure out that by doing --


<render-context> <attribute name="errors"/> <attribute name="message" keep="true"/> </render-context>




the request attributes will be preserved. But the problem is valuelist checks request.getParameter and not request.getAttribute, and I think the only way to set request parameter is by form submission, or by appending "?paramName=paramValue" to the URL. But with struts-bridge, I can't see how I can control that ...


Please help :-(

Thanks a lot,
Amit



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



Reply via email to