Re: [appfuse-user] invoking the edit method of a form bean programmatically

2008-02-07 Thread Matt Raible
I believe it's possible to do what you'd like to do. Unfortunately, I've never done this with JSF, so I can't really offer any advice. Matt On 2/5/08, sudheerp <[EMAIL PROTECTED]> wrote: > > Hello Matt, > > Thanks for the reply. It is not the error, I want to switch between > forms, ie, > I

Re: [appfuse-user] invoking the edit method of a form bean programmatically

2008-02-05 Thread sudheerp
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 selec

Re: [appfuse-user] invoking the edit method of a form bean programmatically

2008-02-05 Thread Matt Raible
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 ..

[appfuse-user] invoking the edit method of a form bean programmatically

2008-02-05 Thread sudheerp
Hi Friends, I am using appfuse-jsf 1.9.4 .. 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.