Do you want to do this for a single extra field? or any number of extra
fields?

If single, then just hide it using css, and use a bit of javascript to
unhide it.

If multiple, you can achieve this using struts by having the form submit,
add extra item in a list (where each item represents a row), then return to
the same form.

Alternatively you can do this using javascript, by adding elements to the
page.  Not a very nice solution though.

Daniel.


> -----Original Message-----
> From: Hadeel Rashad [mailto:[EMAIL PROTECTED]
> Sent: 09 September 2004 00:29
> To: 'Struts Users Mailing List'
> Subject: RE: Adding Tags Dynamically
>
>
> I want when I press add input, I add the input in a definite place
>
> -----Original Message-----
> From: Nicolas De Loof [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, September 08, 2004 6:09 AM
> To: Struts Users Mailing List
> Subject: Re: Adding Tags Dynamically
>
>
> - JSP tags are translated into java code during JSP compilation BEFORE
> any request processing.
> - Javascript is executed by browser AFTER reponse has been built by
> server.
>
> Tags must be 'statically' set in JSP
>
> What do you ant to do ?
>
> Nico.
>
>
> >
> > Can I add struts tags dynamically after loading the page, using
> > javascript probably???
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
>
> This message contains information that may be privileged or confidential
> and is the property of the Capgemini Group. It is intended only for the
> person to whom it is addressed. If you are not the intended recipient,
> you are not authorized to read, print, retain, copy, disseminate,
> distribute, or use this message or any part thereof. If you receive this
> message in error, please notify the sender immediately and delete all
> copies of this message.
>
>
> ---------------------------------------------------------------------
> 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