> > 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.
Yeah, but this is not what I need. I'm using a JavaScript-based
menuing system, and the way to jump directly to a screen
controlled by this menu is
index.wm?page=next_page.wm
So what I would really like to do is to specify the "page"
parameter in the URL for the "index" screen from my Action.
I hope I'm making sense.
--
Gonzalo A. Diethelm
[EMAIL PROTECTED]
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]