Looks like the generated textfields cannot be accessed through
getParameter/getParameters
I've debugged and manually checked the QueryParameterMap of the
RequestCycle, but they're nowhere in sight :(

-----Original Message-----
From: Andreas Andreou [mailto:[EMAIL PROTECTED] 
Sent: dinsdag 16 mei 2006 16:39
To: Tapestry users
Subject: Re: Accessing unbound textfields

See
http://jakarta.apache.org/tapestry/tapestry/apidocs/org/apache/tapestry/
IRequestCycle.html

getParameter and getParameters will do the trick

Bode, Bianca wrote:
> Hello all,
>
> I was wondering if anyone has ever did something like I've described 
> below, and if so how???:
>
> I need to make a page with 1 textfield, and when some enters a number 
> in this Textfield I generate (with javascript) that number of extra 
> Textfields.
> Tapestry is unaware of these extra fields, as I have generated them at

> client-side.
> Upon form submission I need these textfields so I can create new 
> objects
> (1 for each field) and set one of the properties with the value 
> entered in the TextField.
>
> I have no idea how to go about this.
> Anyone?
>
> Kind regards, Bianca
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>   

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to