[ http://issues.apache.org/jira/browse/TOMAHAWK-396?page=comments#action_12376885 ]
Martin Marinschek commented on TOMAHAWK-396: -------------------------------------------- Adam, this is the first step for our mini-controller for applying GET-params. Do you remember? It's nothing got to do with t:updateActionListener at all. regards, Martin > InputParam component maps a parameter from the request to a managed bean > property. > ---------------------------------------------------------------------------------- > > Key: TOMAHAWK-396 > URL: http://issues.apache.org/jira/browse/TOMAHAWK-396 > Project: MyFaces Tomahawk > Type: New Feature > Components: New Component > Reporter: Sharath Reddy > Priority: Minor > Attachments: inputParam.patch > > While this can also be accomplised by declaring a managed bean property with > the following syntax: > <managed-property> > <property-name>id</property-name> > <property-class>java.lang.String</property-class> > <value>#{param.id}</value> > </managed-property> > the advantage of using this component is that it can support a converter and > validators. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
