I have the requirement to add a button a second time in the page. This button is an ActionLink.

In my page class I have the listener:


Object onActionFromButton(){
  ...
}


How can I dupliucate the button in the template? I cannot simply copy and poaste it, because t:id has to be unique. I certainly don't want to add sth like the following to my class files:



Object onActionFromButtonClone(){
  return onActionFromButton();
}


I hope that there is an easy and clean solution available. I guess that the requirement is not too uncommon.


Thanks,
Andy


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

Reply via email to