Re: selection of data from tag to right side through javascript event handling

2008-10-29 Thread Sébastien Domergue
hi, the optiontransfertselect tag is build to display two select box where you can move items from one to other. In your example, your left box does not contain the data to add in your right box (am i right?). So i think that you can't use a tag out of the box. In my mind, you could use a sele

selection of data from tag to right side through javascript event handling

2008-10-29 Thread Naaag
. -- View this message in context: http://www.nabble.com/selection-of-data-from-%3Cs%3Aoptiontransferselect-%3E-tag-to-right-side-through-javascript-event-handling-tp20223705p20223705.html Sent from the Struts - User mailing list archive at Nabble.com

javascript event

2004-04-14 Thread JavaSoft
Hi all If i have a text field (html:text) and a button submit(html:submit disabled="true") How can I make if i onfocus html:text, my html:submit disabled=false = == thx, a Java Student __ Do you Yahoo!? Yahoo! Tax Center - File onl

RE: Javascript event on click of Stop button[OT]

2004-04-02 Thread James Mitchell
D] > Sent: 02 April 2004 13:52 > To: Struts Users Mailing List > Subject: Javascript event on click of Stop button > > > Hi All, > > It's not exactly struts related but regarding javascript function. > > We have a requirement where after submission of form if user cli

RE: Javascript event on click of Stop button[OT]

2004-04-02 Thread McCormack, Chris
ROTECTED] Sent: 02 April 2004 13:52 To: Struts Users Mailing List Subject: Javascript event on click of Stop button Hi All, It's not exactly struts related but regarding javascript function. We have a requirement where after submission of form if user clicks on "Stop" button of

Javascript event on click of Stop button

2004-04-02 Thread Prasad, Kamakshya
Hi All, It's not exactly struts related but regarding javascript function. We have a requirement where after submission of form if user clicks on "Stop" button of the browser we have to display a message. Is it possible to capture this event? KP