Iris, if you are wanting to populate options in a select with text entered in an input field this is most easily done with JavaScript.
-----Original Message----- From: Iris [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 18, 2002 3:38 AM To: Struts Users Mailing List Subject: Re: html:rewrite and JavaScript Todd Pierce wrote: Thanks Todd, but my question now is: how can I call this forward in JavaScript ? >html:rewrite is essentially the same as html:link except that it doesn't >generate an <a> element in the HTML, e.g. > ><html:rewrite forward="some.global.forward" paramId="key" >paramName="someBean" paramProperty="someProperty" /> > >will generate something like this: > >myUrl.do?key=somePropertyValue > > > >-----Original Message----- >From: Iris [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, 18 December 2002 4:07 AM >To: Struts Users Mailing List >Subject: html:rewrite and JavaScript > > >Hello, > >I want to populate an <html:select> following the value of an <html:text>. >My idea was to reload the same page with the value of the <html:text> in >parameter. >I saw there is an <html:rewrite> tag that perhaps can help me but I >don't know how >to use it. >Someone has an example to show me how to use <html:rewrite> > >Thanks >Iris > > >-- >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]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>