Hello,

We are migrating from Jetspeed 2.0 to Jetspeed 2.1 . We found that the
querystring parameters , for example  ?var1=value1&var2=value2 does not work
in Jetspeed 2.1  but works in Jetspeed 2.0. So to make this work in Jetspeed
2.1  we passed using the following way

<portlet:renderURL>
 <portlet:param name="var1" value="value1"/>
 <portlet:param name="var2" value="value2"/>
</portlet:renderURL>.

so  passing parameters in the style  ?var1=value1&var2=value2  works in
Jetspeed 2.1?

Regards
Nitin
-- 
View this message in context: 
http://www.nabble.com/Jetspeed-2.1-and--Querystring-Parameters-tf4816184.html#a13778442
Sent from the Jetspeed - User mailing list archive at Nabble.com.


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

Reply via email to