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/01/11 22:42:05 UTC

[Myfaces Wiki] Trivial Update of "InvokingJsfPagesWithStandardUrls" by SimonKitching

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 SimonKitching:
http://wiki.apache.org/myfaces/InvokingJsfPagesWithStandardUrls

The comment on the change is:
Minor clarification

------------------------------------------------------------------------------
  
  === Accessing request params from a JSP page ===
  
- The EL expression #{param.someName} or #{param['someName']} can be used in a JSF component attribute to reference the query param value directly.
+ The EL expression #{param.someName} or #{param['someName']} can be used in a JSP page (within a JSF tag's attribute) to reference the query param value directly.
  
  The "param" object is just one of the implicit objects accessable via EL expressions; the full list is outlined in Section 5.3.1.2 of the JSF Specification.