You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by Apache Wiki <wi...@apache.org> on 2007/10/03 13:50:47 UTC

[Tapestry Wiki] Update of "Tapestry5HowToAddBindingPrefix" by MikeRosseel

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for change notification.

The following page has been changed by MikeRosseel:
http://wiki.apache.org/tapestry/Tapestry5HowToAddBindingPrefix

------------------------------------------------------------------------------
  }}}
  and this in your java class
  {{{
- public Object[] getProductLink(){
+ public Object[] getProductViewLink(){
      return new Object[]{product.getId(),"view"};
  }
- public Object[] getProductLink(){
+ public Object[] getProductEditLink(){
      return new Object[]{product.getId(),"edit"};
  }
  }}}

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org