I have some ideas -- open a bug for this and I'll get to it for beta3.
From: Nils Hartmann <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [OS-webwork] Accessing request parameters
Date: Fri, 03 Oct 2003 12:53:53 +0200
On Thu, 2 Oct 2003 18:38:44
On Thu, 2 Oct 2003 18:38:44 -0700, Pat Lightbody <[EMAIL PROTECTED]>
wrote:
Done in CVS.
Thanks, works for me, but unfortunatly only when invoking actions. If I
invoke jsp-Page directly or using the IncludeTag the parameters are not
returned (since ServletDispatcher is not invoked). I wonder if
Done in CVS.
- Original Message -
From: "Francisco Hernandez" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, October 02, 2003 1:39 PM
Subject: Re: [OS-webwork] Accessing request parameters
> how about 'parameters'
>
> Pat L
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
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"?
Who cares about names, it's the re
t 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] Access
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
doesn't return the value. (Regardless whether
the jsp is invoked directly or used as an action's result). The same in
includ
The request parameters are in
the valuestack, so I believe the syntax to search the stack is #foo.
/rick
Nils Hartmann wrote:
Hi,
I'm still looking for a way to access request parameters from WW2-tags,
like in WW1 . The only thread about
this issue in the mailing list is from june and u