I tried doing the same but could find a way in which its possible. Actually, i believe u can need two target for all calls a page or a portlet.. so 1) U can call a subsite or page throught direct URL for default view of the page. OR 2) Use render or action URLs like stated below for particular portlet render/action requests and it generates a URL with some _ns and then a string based on your params.. so it seems something like an encrypted url for "?var1=value1&var2=value2" type...
why do you need to use a url like "?var1=value1&var2=value2" ?? Regards, Saurabh On Nov 15, 2007 11:52 PM, nitin900 <[EMAIL PROTECTED]> wrote: > > > 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] > >
