"Diethelm Guallar, Gonzalo" wrote:

> > > Is this possible?
> >
> > totally...
> >
> > data.getParameters().addQueryData("page", "foo.wm");
> > setTemplate(data, "new_template.wm");
>
> This is exactly what I need, but looking at Turbine's
> source code, I don't find any addQueryData() method for
> a ParameterParser. The only class with this method is
> DynamicURI. Any additional hints?
>

This code

data.getParameters().add("page", "foo.wm");
setTemplate(data, "new_template.wm");

should work.




------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to