Re: redirecting to a class with parameter

2012-08-01 Thread Angelo C.
uery parameters? >> >> >> >> -- >> View this message in context: >> http://tapestry.1045711.n5.nabble.com/redirecting-to-a-class-with-parameter-tp5714980p5714982.html >> Sent from the Tapestry - User mailing list archive at Nabble.com. >> >>

Re: redirecting to a class with parameter

2012-08-01 Thread Taha Siddiqi
ion, if I have > something like this: > URL u = new URL(url); > how to add some query parameters? > > > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/redirecting-to-a-class-with-parameter-tp5714980p5714982.html > Sent from the Tapest

Re: redirecting to a class with parameter

2012-08-01 Thread Angelo C.
thanks for the fast answer, it works, in a related question, if I have something like this: URL u = new URL(url); how to add some query parameters? -- View this message in context: http://tapestry.1045711.n5.nabble.com/redirecting-to-a-class-with-parameter-tp5714980p5714982.html Sent from

Re: redirecting to a class with parameter

2012-08-01 Thread Taha Siddiqi
> @OnEvent(value = EventConstants.SUBMIT, component = "premiumForm") > public Object premiumSubmit() { > return Info.class; > } > > > > > -- > View this message in context: > http://tapestry

redirecting to a class with parameter

2012-08-01 Thread Angelo C.
return Info.class; } -- View this message in context: http://tapestry.1045711.n5.nabble.com/redirecting-to-a-class-with-parameter-tp5714980.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscri