Hello Matt,

     Thanks for the reply. It is not the error, I want to switch between
forms, ie,
I have a manuscript form related to author form (many-to-one), and agreement
form,
work order, cover disign, typesetting order etc all having relation with
manuscript (one-to-one). 

    I have a selectOneMenu component in all the above mentioned forms like
this and a command button.

<h:selectOneMenu id="selectGoTo" style="left: 500px; top: 10px; position:
absolute" binding="#{manuscriptForm.selectGoTo}" styleClass="form-field">
        <f:selectItem itemLabel="Agreement" itemValue="AG"/>
        <f:selectItem itemLabel="Title Plan" itemValue="TP"/>
        <f:selectItem itemLabel="Work Order" itemValue="WO"/>
        ............
        ............
</h:selectOneMenu>
<h:commandButton style="width: 40px; left: 635px; top: 8px; position:
absolute" 
        value="#{text['button.goto']}" action="#{manuscriptForm.goToSelected}"
        id="goto" styleClass="button"/>
     
     So when the user press Go button after selecting a form I want to
switch to
that form.

     Thank you.

Sudheer Palparambil
   
     

mraible wrote:
> 
> I don't understand what you're hoping to accomplish. Can you explain  
> in more detail what you want and post the error you're seeing when  
> you try to do it?
> 
> Matt
> 
> On Feb 5, 2008, at 12:24 AM, sudheerp wrote:
> 
>>
>> 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]
>>
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/invoking-the-edit-method-of-a-form-bean-programmatically-tp15285462s2369p15304374.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