RE: struts-faces bug?

2004-03-10 Thread Oliver
Hi, I just read: http://forum.java.sun.com/thread.jsp?forum=427thread=500294tstart=30trang e=15 New version solved problem! greetings Oliver -Ursprüngliche Nachricht- Von: Oliver [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 10. März 2004 19:42 An: [EMAIL PROTECTED] Betreff:

Re: struts-faces-integration-lib

2004-03-04 Thread Craig R. McClanahan
Quoting Matthias Wessendorf [EMAIL PROTECTED]: Hi, i noticed, that JSF became final. Now i asked myself, when the struts-faces-lib will be shipped? that one, that works with 1.0_final... ;-) Well, it has to work first :-). I'm finishing up the debugging before I commit a version that

Re: struts-faces Roadmap

2003-11-25 Thread Craig R. McClanahan
Quoting Nadeem Bitar [EMAIL PROTECTED]: Is there a roadmap for the struts and jsf integration library? I am particularly interested in an update that would support tiles. I already tried the modifications suggested in the developerworks article

Re: struts-faces

2003-09-18 Thread Ted Husted
Likewise, if anyone really wanted throwaway, non-threadsafe Actions, there's a nice technique that Maverick uses. A regular singleton Action is used as a wrapper. When execute is called, the wrapper instantiates a new instance of the desired type and returns the outcome of its execute. But

Re: struts-faces

2003-09-18 Thread Ted Husted
Craig R. McClanahan wrote: // Return an Action for processing a logon public Action getLogon() { return new Action() { public String invoke() { return logon(); } } } Very cool technique =:) But this has to be the coolest trick yet:

RE: struts-faces

2003-09-18 Thread Andrew Hill
2003 18:57 To: Struts Users Mailing List Subject: Re: struts-faces Likewise, if anyone really wanted throwaway, non-threadsafe Actions, there's a nice technique that Maverick uses. A regular singleton Action is used as a wrapper. When execute is called, the wrapper instantiates a new instance

Re: struts-faces

2003-09-18 Thread Craig R. McClanahan
On Thu, 18 Sep 2003, Ted Husted wrote: Date: Thu, 18 Sep 2003 07:05:44 -0400 From: Ted Husted [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: struts-faces Craig R. McClanahan wrote: // Return

Re: struts-faces

2003-09-17 Thread Adam Hardy
Borodin wrote: Date: Tue, 16 Sep 2003 12:35:22 -0500 From: Sasha Borodin [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: struts-faces Thanks Craig. You can, but the integration library lets you use Struts Actions

Re: struts-faces

2003-09-17 Thread Gregory Seidman
On Wed, Sep 17, 2003 at 01:14:27PM +0200, Adam Hardy wrote: } I remember a while ago in one of these architecture- theme emails you } discussed the OO nature of struts it had been said that the } action-form class and the action class broke the OO encapsulation } principle, by having data in

Re: struts-faces

2003-09-17 Thread Craig R. McClanahan
On Wed, 17 Sep 2003, Adam Hardy wrote: Date: Wed, 17 Sep 2003 13:14:27 +0200 From: Adam Hardy [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: struts-faces Hi Craig, I remember a while ago in one

Re: struts-faces

2003-09-16 Thread Craig R. McClanahan
On Tue, 16 Sep 2003, Sasha Borodin wrote: Date: Tue, 16 Sep 2003 11:30:40 -0500 From: Sasha Borodin [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: struts-faces Can someone tell me why I'd need a struts

Re: struts-faces

2003-09-16 Thread Sasha Borodin
: Craig R. McClanahan [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] Date: Tue, 16 Sep 2003 10:16:22 -0700 (PDT) To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: struts-faces On Tue, 16 Sep 2003, Sasha Borodin wrote: Date: Tue, 16 Sep 2003 11:30:40 -0500

RE: struts-faces

2003-09-16 Thread James Holmes
:[EMAIL PROTECTED] Sent: Tuesday, September 16, 2003 12:35 PM To: Struts Users Mailing List Subject: Re: struts-faces Thanks Craig. You can, but the integration library lets you use Struts Actions on the back end, creates form beans automatically, and so on. Reading through Sun's Web Services

Re: struts-faces

2003-09-16 Thread Sasha Borodin
Great website, thanks James! -Sasha From: James Holmes [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] Date: Tue, 16 Sep 2003 15:10:36 -0400 To: 'Struts Users Mailing List' [EMAIL PROTECTED] Subject: RE: struts-faces Hi Sasha, I don't have a specific resource

Re: struts-faces

2003-09-16 Thread Craig R. McClanahan
On Tue, 16 Sep 2003, Sasha Borodin wrote: Date: Tue, 16 Sep 2003 12:35:22 -0500 From: Sasha Borodin [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: struts-faces Thanks Craig. You can

RE: Struts Faces ea validation XML error

2003-03-11 Thread PILGRIM, Peter, FM
-Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED] On Mon, 10 Mar 2003, PILGRIM, Peter, FM wrote: Date: Mon, 10 Mar 2003 17:18:25 - From: PILGRIM, Peter, FM [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users

RE: Struts Faces ea validation XML error [SOLVED]

2003-03-11 Thread PILGRIM, Peter, FM
-Original Message- From: PILGRIM, Peter, FM -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED] On Mon, 10 Mar 2003, PILGRIM, Peter, FM wrote: Date: Mon, 10 Mar 2003 17:18:25 - From: PILGRIM, Peter, FM [EMAIL PROTECTED] Reply-To:

Re: Struts Faces ea validation XML error

2003-03-10 Thread Craig R. McClanahan
On Mon, 10 Mar 2003, PILGRIM, Peter, FM wrote: Date: Mon, 10 Mar 2003 17:18:25 - From: PILGRIM, Peter, FM [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List (E-mail) [EMAIL PROTECTED] Subject: Struts Faces ea validation XML error

Re: Struts-Faces

2003-03-09 Thread Dom
Found : I replaced commons-logging.jar with the commons-logging-1.0.2 one in WEB-INF/lib Now, I try to run one of my struts app using jakarta-struts-faces-0.3. A very simple jsp. I've added all the required jars, updated web.xml by including the JavaServer Faces Servlet Configuration and the