Jesse Kuhnert a écrit :
Look at the "How client ids are generated" section here:

http://tapestry.apache.org/tapestry4.1/ajax/basics.html

It's all covered in excruciating detail.   The gist of it is that you do
this:

public void renderSomething(){
  super.renderIdAttribute(writer, cycle);
}

and everything else gets handled for you.
Thanks a lot
cyrille.



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

Reply via email to