Thanks for the tip, Scott. Sorry to bug the dev group. My problem was
that I was using the session scope Tool.
Randy
Weaver, Scott wrote:
>Your question would be better served on the turbine-user list instead of
>dev.
>
>The answer is you need neither an action class nor a screen class to
>retreive form values.
>
>All request pull tools are initilized per request with the current request's
>RunData object. The RunData object has access to all request variables
>including form fields.
>
>RunData.getParameters().getString("someFormField")
>
>
>hth,
>Scott
>
>
>
>>-----Original Message-----
>>From: Randall G. Alley [mailto:[EMAIL PROTECTED]]
>>Sent: Wednesday, June 05, 2002 8:17 AM
>>To: Turbine Developers List
>>Subject: Extract form data directly from a Pull Tool ?
>>
>>
>>This may be a dumb question, but is there a way to directly
>>extract data
>>from a form submit with
>>a Pull Tool with out using an Action or Screen first ?
>>
>>I'm trying a simple Pull class, and see how it removes the need for a
>>corresponding screen for each template,
>>but it still appears that a dedicated action is needed to get the
>>submitted parameters from a form.
>>
>>Am I missing something ?
>>
>>Thanks,
>>Randy
>>
>>
>>--
>>To unsubscribe, e-mail:
>><mailto:[EMAIL PROTECTED]>
>>For additional commands, e-mail:
>>
>>
><mailto:[EMAIL PROTECTED]>
>
>
>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>