Re: JSF and Struts Together (Easiest possible way)

2004-10-13 Thread Sean Schofield
Craig McClanahan wrote: Yes, this would "just work". But it leads to the worst case scenario discussed earlier on the mail thread, where half your navigation is in faces-config.xml and the other half is in struts-config.xml. I wouldn't recommend it as either a migration strategy or as a new devel

Re: JSF and Struts Together (Easiest possible way)

2004-10-12 Thread Craig McClanahan
Yes, this would "just work". But it leads to the worst case scenario discussed earlier on the mail thread, where half your navigation is in faces-config.xml and the other half is in struts-config.xml. I wouldn't recommend it as either a migration strategy or as a new development strategy. Craig