Re: JSF and non-struts controllerServlets

2004-12-02 Thread Dakota Jack
Hello, I think that you have to choose between a JSF controller and a controller in the sense you are discussing it. If I am not mistaken, the use of Struts together with JSF, for example, requires that when a request is presented to the web application it choose at the outset between Struts and

Re: JSF and non-struts controllerServlets

2004-12-02 Thread Craig McClanahan
On Thu, 2 Dec 2004 12:24:48 -0700, Jim Barrows <[EMAIL PROTECTED]> wrote: > Answer: > http://struts.apache.org/faqs/kickstart.html#jsf This link points at resources focused on people that have existing Struts apps and might want to use JSF components on the pages, but keep all their back-end logic

RE: JSF and non-struts controllerServlets

2004-12-02 Thread Jim Barrows
Answer: http://struts.apache.org/faqs/kickstart.html#jsf > -Original Message- > From: Seetamraju, Uday [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 02, 2004 11:46 AM > To: Struts Users Mailing List > Subject: JSF and non-struts controllerServlets > > &g

JSF and non-struts controllerServlets

2004-12-02 Thread Seetamraju, Uday
(If JSF can work with Struts controller, then someone here can give me tips). I am asked to upgrade an application that is based on the circa-2001 Model 2 JSP/controllerservlet architecture. Given the amount of JSP work, I am strongly proposing (here in my company) to switch to JSF. I have a spe