You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by Apache Wiki <wi...@apache.org> on 2006/02/09 11:27:21 UTC

[Myfaces Wiki] Trivial Update of "ExecutingMethodsFromLinkButtonParameters" by Pauli Ojanperä

Dear Wiki user,

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

The following page has been changed by Pauli Ojanperä:
http://wiki.apache.org/myfaces/ExecutingMethodsFromLinkButtonParameters

The comment on the change is:
typo

------------------------------------------------------------------------------
  </c:url>
  <a href="${url}">Edit</a>}}}
  
- With !MyFaces, there are several ways to handle this. Below are three ways. Note that there are disputable reasons not to use the first way, but it is shown here as it as it might be the first one you are inclined to try.
+ With !MyFaces, there are several ways to handle this. Below are three ways. Note that there are disputable reasons to not to use the first way, but it is shown here as it as it might be the first one you are inclined to try.
  
  '''1) Passing params with f:param'''