Re: list box onchange

2007-04-02 Thread Jesse Kuhnert
http://www.w3schools.com/htmldom/dom_obj_select.asp everything you need should be scriptable pretty easily. On 4/1/07, Hans Braxmeier <[EMAIL PROTECTED]> wrote: Thanks for the answers. Because these are my first steps I don't know how to get the selected item value and how to open a new html p

Re: list box onchange

2007-04-01 Thread Sven Homburg
have a look into the documentation for component "PropertySelection" at http://tapestry.apache.org/tapestry4.1/components/form/propertyselection.html its more simplier then you think Mit freundlichem Gruss homburg Softwaretechnik S.Homburg 21220 Seevetal / GERMANY Fon: +49-4105-669746 Fax: +

Re: list box onchange

2007-04-01 Thread Hans Braxmeier
Thanks for the answers. Because these are my first steps I don't know how to get the selected item value and how to open a new html page. The following code shows my tries: Here the html code to create the form and a link select color

Re: list box onchange

2007-04-01 Thread Martino Piccinato
I the problem is just opening a new page (simple javascript with no async interaction with server) you could just extend tapestry list component adding the desired javascript. On 4/1/07, Yiannis Mavroukakis <[EMAIL PROTECTED]> wrote: Hi Hans, IMHO this is a nice candidate for the @EventListene

RE: list box onchange

2007-04-01 Thread Yiannis Mavroukakis
Hi Hans, IMHO this is a nice candidate for the @EventListener. Check out http://tapestry.apache.org/tapestry4.1/ajax/eventlistener.html for more details and examples. -Original Message- From: Hans Braxmeier [mailto:[EMAIL PROTECTED] Sent: Sun 01/04/2007 11:26 To: users@tapestry.