JavaServer Faces

2003-03-12 Thread MNewcomb
Um... I haven't started with Struts yet, but this sounds pretty familiar...
Can someone give me the low-down on why I would choose Struts over
JavaServer Faces?

Or, am I missing something and they're not really related...

Thanks,
Michael

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: JavaServer Faces

2003-03-12 Thread MNewcomb
> -Original Message-
> From: Mitchell Morris [mailto:[EMAIL PROTECTED]
> Subject: RE: JavaServer Faces
> 
> You'll probably hear this from a lot of people ... Java 
> Server Faces isn't
> in the same solution space as Struts. JSF is a UI toolkit, 
> while Struts is a
> web application framework, which includes a tag library 
> implementing basic
> UI elements. This tag library can easily be replaced to use a 
> different UI
> toolkit, such as WML (which I've posted to Bugzilla) or JSF, 
> which Craig
> posted on this very mailing list within the past few days.
> 
> In fact, Craig has stated his belief that eventually the Struts UI tag
> library will vanish completely in favor of JSF in pretty much 
> the same way
> that the "bean" and "logic" tag libraries seem to be 
> vanishing in favor of
> JSTL. (Tangent #1: what happens when Craig's contrib/workflow 
> project turns
> into something real?)
> 
> So your second guess was more nearly correct in that they're 
> not really
> related. The product that is more directly substituable for Struts and
> carries Sun's name on it is (I believe) "Sun ONE Application 
> Framework".
> 
> +Mitchell

So, JSF ActionListeners are not Struts Actions?

Thanks,
Michael

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



JSF-Struts

2003-03-13 Thread MNewcomb
I'm getting a 'Renderer Not Found for Renderer Type:StrutsHtml' exception
when I click on the 'Register with the MailReader Demonstration Application'
link in the JSF-Struts example webapp.

What's up?

Michael

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: JSF-Struts

2003-03-13 Thread MNewcomb
I had to update the web.xml to be a web application 2.3 and then include:

org.apache.struts.faces.taglib.LifecycleListener

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Thursday, March 13, 2003 10:38 AM
> To: [EMAIL PROTECTED]
> Subject: JSF-Struts
> 
> 
> I'm getting a 'Renderer Not Found for Renderer 
> Type:StrutsHtml' exception
> when I click on the 'Register with the MailReader 
> Demonstration Application'
> link in the JSF-Struts example webapp.
> 
> What's up?
> 
> Michael
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: JSF-Struts

2003-03-13 Thread MNewcomb
JBoss/Jetty

> -Original Message-
> From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]
> Sent: Thursday, March 13, 2003 12:18 PM
> To: Struts Users Mailing List
> Subject: RE: JSF-Struts
> 
> 
> 
> 
> On Thu, 13 Mar 2003 [EMAIL PROTECTED] wrote:
> 
> > Date: Thu, 13 Mar 2003 11:15:51 -0500
> > From: [EMAIL PROTECTED]
> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]>
> > To: [EMAIL PROTECTED]
> > Subject: RE: JSF-Struts
> >
> > I had to update the web.xml to be a web application 2.3 and 
> then include:
> >
> > 
> org.apache.struts.faces.taglib.Lifec
> ycleListener > listener-class>
> >
> 
> If you had to do this, then your servlet/JSP container is 
> broken.  What
> are you trying to run on?
> 
> Craig
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]