Re: Doubt on Struts+JSF Integration

2004-09-22 Thread Craig McClanahan
I don't think there is only one "preferred" scenario, because the starting points will vary widely. Option (a) is certainly going to be popular if you have an existing application that you are migrating, because you can do it one page at a time. Option (b) is really useful if you like the "setter

Doubt on Struts+JSF Integration

2004-09-21 Thread babloosony
Hi All, what is preferred and in what scenarios out the below two when integrating jsf and struts: a. accessing a struts form bean(used for populating jsf+jsp page) from a struts action class b. accessing a jsf managed bean(used for populating jsf+jsp page) from a struts action class in jsf and