Would the following be implemented ? ( Couldn't found any entry on jira )

Takan directly from WIKI:

When rendering URL's, the parameters need to be namespace'd in order to allow
several portlets to happily live together on a page. I.e. instead of having
?foo=bar one could have ?1.foo=bar&2.foo=bar. The XWork servlet dispatcher
would then at execution filter out those parameters which does not apply to the
action/component/portlet being executed, and only the remaining parameters are
applied using the setX() initialization code. This requires the rendering code
to use either a taglib (in JSP) or some JavaBean (in Velocity) which can do
this encoding. I know that for *some* applications this will be overkill, but
for those of use who are going beyond very simple web apps it is a definitive
must.

Regards,
Low


__________________________________________________
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com


-------------------------------------------------------
This SF.net email is sponsored by:
The Definitive IT and Networking Event. Be There!
NetWorld+Interop Las Vegas 2003 -- Register today!
http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to