Re: [OS-webwork] Accessing request parameters

2003-10-05 Thread Patrick Lightbody
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

Re: [OS-webwork] Accessing request parameters

2003-10-03 Thread Nils Hartmann
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

Re: [OS-webwork] Accessing request parameters

2003-10-02 Thread Pat Lightbody
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

Re: [OS-webwork] Accessing request parameters

2003-10-02 Thread Francisco Hernandez
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

Re: [OS-webwork] Accessing request parameters

2003-10-02 Thread Nils Hartmann
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

Re: [OS-webwork] Accessing request parameters

2003-10-02 Thread Pat Lightbody
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

Re: [OS-webwork] Accessing request parameters

2003-10-02 Thread Nils Hartmann
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

Re: [OS-webwork] Accessing request parameters

2003-10-02 Thread Rick Salsa
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