• 2009-10-13

    2009-10-13

    <h:form>
    <h:commandLink value="Click here" action="#{myBean.action}">
    <f:setPropertyActionListener target="#{myBean.propertyName1}" value="propertyValue1" />
    </h:commandLink>

    <h:c...