Hi Friends,

   I am using appfuse-jsf 1.9.4

    <t:column>
         ..........
        <h:commandLink action="#{manuscriptForm.edit}"
value="#{manuscript.id}">
            <f:param name="id" value="#{manuscript.id}"/>
            <f:param name="from" value="list"/>
        </h:commandLink>
    </t:column>

    I want to invoke the edit method of the manuscriptForm bean
programmatically (from my
java source). Also please let me know how to pass the param 'id' to it.

    Thank you.

Sudheer Palaparambil
-- 
View this message in context: 
http://www.nabble.com/invoking-the-edit-method-of-a-form-bean-programmatically-tp15285462s2369p15285462.html
Sent from the AppFuse - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to