Em Tue, 15 Sep 2009 12:12:41 -0300, Stephan Windmüller <stephan.windmuel...@cs.tu-dortmund.de> escreveu:

What I need is a button which does some change to an object. I do not
want the user to lose data he entered for other objects, so I decided to
use a form submit.

If you don't need to submit a form, just to fire an event in the server, an EventLink is the best solution. The Select component is meant to be used when the same form has more than one action (save, delete, etc) and you need to know which one the user chose.

Will this be possible with ActionLinks and EventLinks? Do they work
without JavaScript?

Yes. Yes.

--
Thiago H. de Paula Figueiredo
Consultor, desenvolvedor e instrutor em Java
Coordenador e professor da Especialização em Engenharia de Software com Ênfase em Java da Faculdade Pitágoras
http://www.arsmachina.com.br/thiago

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to