"Diethelm Guallar, Gonzalo" wrote:

> 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?

ParameterParser is basically a hashtable of vectors.
There is no separation between query string, pathinfo
and post parametrers. Just use put() methods to store
things in your Action, and your Screen will be able
to pick them up, the same way it does when they
come from the request.

Rafal

--
Rafal Krzewski
Senior Internet Developer
mailto:[EMAIL PROTECTED]
+48 22 8534830 http://e-point.pl


------------------------------------------------------------
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