Em Thu, 20 Nov 2008 05:53:34 -0300, Marcel Sammut <[EMAIL PROTECTED]> escreveu:

.tml
<input type="text" value="" id="criteria"/>
<t:actionlink t:id="searchExecute" context="" />

.java
@OnEvent(value="searchExecute")
void searchExecute() {
  // need something like
  Stirng value = getValue("critieria")
  ...
}

I suggest you to use a Form and and a LinkSubmit (new in 5.0.16) instead of an ActionLink to do that.

--
Thiago H. de Paula Figueiredo
Independent Java consultant, developer, and instructor
Consultor, desenvolvedor e instrutor em Java
http://www.arsmachina.com.br/thiago

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to