Yes, started about 3 weeks ago.

If I remember correctly, the download page told me that 2.2 is beta at the
time.  I will switch if you think it is stable already.

thanks
michael




> On 22/12/2002 5:25 PM, "Quinton McCombs" <[EMAIL PROTECTED]>
> wrote:
>
>> Read the intake how-to on the turbine site.
>>
>>> -----Original Message-----
>>> From: Eigen Technology Pty Ltd [mailto:[EMAIL PROTECTED]]
>>> Sent: Sunday, December 22, 2002 12:10 AM
>>> To: [EMAIL PROTECTED]
>>> Subject: Form Data
>>>
>>>
>>> How do I capture the user input data (type=text) obtained
>>> from a FORM using Velocity?
>>>
>>> cheers
>>> michael
>
> Velocity is a templating engine - it is useful for producing output, but
> not for accepting input.
>
> Intake is used for validation.
>
> If all you want to do is access the text that was entered by the user
> you can use
>     data.getParameters.getString("HTMLElementName")
> Or
>     $data.Parameters.HTMLElementName
> Depending on if you are in an action/screen or a template respectively.
>
> You seem to be just starting out with turbine, why don't you use 2.2?
>
> Scott
> --
> Scott Eade
> Backstage Technologies Pty. Ltd.
> http://www.backstagetech.com.au
> .Mac Chat/AIM: seade at mac dot com
> --
> How to ask questions the smart way:
> http://www.tuxedo.org/%7Eesr/faqs/smart-questions.html
>
>
>
> --
> 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]>

Reply via email to