Re: [struts-faces] JSF integration into Struts

2004-12-24 Thread Craig McClanahan
On Thu, 23 Dec 2004 22:24:28 -0800, Dakota Jack [EMAIL PROTECTED] wrote: I think, Don, that this integration is a bit smoke and mirrors Really what the integration is, if I understand it right, is just a switch to use either JSF or Struts. They really cannot work together because JSF has a

RE: [struts-faces] JSF integration into Struts

2004-12-24 Thread Matthias Wessendorf
already shown, for example, that you can use Tiles and Commons Validator directly with JSF (without using the Struts controller architecture) -- and these are capabilities I already know how to integrate into Shale. Servlet Filters Nice to hear! Is a thing, that will be *public* next

Re: [struts-faces] JSF integration into Struts

2004-12-23 Thread Don Brown
Craig McClanahan wrote: On Thu, 23 Dec 2004 12:31:19 -0800, Don Brown [EMAIL PROTECTED] wrote: snip / If that is correct, would it be possible to implement JSF within Struts chain? Could a JSF implementation be decomposed into chain commands, and therefore allow the user to mix and match? You'd

Re: [struts-faces] JSF integration into Struts

2004-12-23 Thread Craig McClanahan
On Thu, 23 Dec 2004 18:04:18 -0800, Don Brown [EMAIL PROTECTED] wrote: Craig McClanahan wrote: On Thu, 23 Dec 2004 12:31:19 -0800, Don Brown [EMAIL PROTECTED] wrote: snip / If that is correct, would it be possible to implement JSF within Struts chain? Could a JSF implementation be

Re: [struts-faces] JSF integration into Struts

2004-12-23 Thread Dakota Jack
I think, Don, that this integration is a bit smoke and mirrors. Really what the integration is, if I understand it right, is just a switch to use either JSF or Struts. They really cannot work together because JSF has a page based controller which is inconsistent with everything Struts as we know