Create an own component, derived from AbstractFormComponent.
Build the html in the method renderFormComponent.
Receive the parameters in the method rewindFormComponent.
You should manage the required javascript with the tapestry script mechanism in the same class.

Does that help?


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]

Reply via email to