how about 'parameters'

Pat Lightbody wrote:

#foo grabs from the ActionContext (OgnlContext is what it really is), so
that won't work

I recently added support for doing "#reqeuest['foo']", (as well as session
and application), but those are for _attributes_ not parameters. This is an
easy fix though -- I just have to add another Map (parameter map). What's a
good now? How about just "params"?

-Pat

----- Original Message ----- From: "Nils Hartmann" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, October 02, 2003 10:17 AM
Subject: Re: [OS-webwork] Accessing request parameters




The request parameters are in the valuestack, so I believe the syntax to
search the stack is #foo.

It doesn't work for me. I call a jsp with http://myhost.com?foo=bla but <ww:property value="#foo"/> doesn't return the value. (Regardless whether the jsp is invoked directly or used as an action's result). The same in included pages.

nils




------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Opensymphony-webwork mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork




------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Opensymphony-webwork mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork








------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Opensymphony-webwork mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to