Re: Struts-Faces: FormBean and ManagedBean

2007-02-02 Thread Rodrigo Pereira
I guess I figure out what is happening if I use s:form it does not go to the action specified on the ajax4jsf tag, but if I change it to h:form it works. :-( On 2/2/07, PETER BLIZNAK <[EMAIL PROTECTED]> wrote: myfaces tags gives you extermely simple way of creating your ui ...that,s al

Re: Struts-Faces: FormBean and ManagedBean

2007-02-01 Thread PETER BLIZNAK
myfaces tags gives you extermely simple way of creating your ui ...that,s all ..the rest is struts Rukka <[EMAIL PROTECTED]> wrote: Not trying to hijack the thread. Just a curious question. What is the reasons/benefits of using Struts-Myfaces-Tiles combo? I mean MyFaces instead of jsp. Than

Re: Struts-Faces: FormBean and ManagedBean

2007-02-01 Thread Rukka
Not trying to hijack the thread. Just a curious question. What is the reasons/benefits of using Struts-Myfaces-Tiles combo? I mean MyFaces instead of jsp. Thanks rukka PETER BLIZNAK wrote: Hi Rodrigo, must admit I am not familiar with ajax4jsf tags. My setup is Struts-Myfaces-Tiles and I h

Re: Struts-Faces: FormBean and ManagedBean

2007-02-01 Thread PETER BLIZNAK
Hi Rodrigo, must admit I am not familiar with ajax4jsf tags. My setup is Struts-Myfaces-Tiles and I have pages I have to prepopulate pages with radio and check boxes based on what is coming from LDAP - for that I am forwarding to Struts action which then populates action form and the I am using

Re: Struts-Faces: FormBean and ManagedBean

2007-02-01 Thread Rodrigo Pereira
Hi Peter, thanks for your reply. I want to have an actionForm act as a managed bean just to use ajax ( ajax4jfs tags ). Basically I want to populate 4 fields according to the value of another field. Thanks, Rodrigo Pereira On 2/1/07, PETER BLIZNAK <[EMAIL PROTECTED]> wrote: Hi Rodrigo, I do n

Re: Struts-Faces: FormBean and ManagedBean

2007-02-01 Thread PETER BLIZNAK
Hi Rodrigo, I do not have an answer to your question, but let me ask you why would you wanted to have actionForm act as a managed bean? I am guessing it is because you want to use it for loading data into dataTable component. If that is a case you don't have to use managedBean - any "ordinary" b

Struts-Faces: FormBean and ManagedBean

2007-02-01 Thread Rodrigo Pereira
Hi all, is it possible for a class to play both roles: Struts FormBean, and JSF ManagesBean? I mean, can I declare it on faces-config.xml, and struts-config.xml? Thanks, Rodrigo Pereira - To unsubscribe, e-mail: [EMAIL PROTECTED