Struts 2.1.8 and JSF-Plugin different result page

2010-07-15 Thread Stefano Corallo
Hi all, i'm using struts 2 with jsf-plugin on jboss 4.2.3-GA. When I run some dummy examples everything goes well, following the example at: http://struts.apache.org/2.x/docs/jsf-plugin.html my configuration is: struts.xml -

Struts2 - JSF Plugin - Richfaces

2010-07-16 Thread Stefano Corallo
Hi all, i'm trying to use richfaces with struts2 and jsf-plugin...but it doesn't work ... someone can help? I've added this to my web.xml: faces javax.faces.webapp.FacesServlet 1 JspSupportServlet org.apache.struts2.views.JspSupp

RE: Struts2 - JSF Plugin - Richfaces

2010-07-19 Thread Stefano Corallo
Hi Martin, thanks for you reply: the jsf plugin is here: http://struts.apache.org/2.x/docs/jsf-plugin.html is one of the bundled plugin. Il giorno dom, 18/07/2010 alle 11.30 -0400, Martin Gainty ha scritto: > 2 different architectures > JSF does NOT have a FE controller..struts does > JSF does

Re: Struts2 - JSF Plugin - Richfaces

2010-07-28 Thread Stefano Corallo
05.55 +, Frans Thamura ha scritto: > That will be awesome that componen can mix with action > --Original Message-- > From: Jyoo > To: user@struts.apache.org > ReplyTo: Struts Users Mailing List > Subject: RE: Struts2 - JSF Plugin - Richfaces > Sent: Jul 27, 201

Re: Integrating struts2-icefaces

2010-07-30 Thread Stefano Corallo
Hi, i tried to integrate struts2 with richfaces, without luck! Also tried to integrate icefaces, same results!! How do you integrate myfaces? You have a "helloworld".war to share so i can take a look!! ciao Il giorno ven, 30/07/2010 alle 11.33 +0200, Alejandro GarcĂ­a Gil ha scritto: > Hi > I wa

Struts2 Interceptor

2009-05-26 Thread Stefano Corallo
edirect' the call to MyDifferentAction.action from the interceptor? I've seen that there is action chaining but this require to know at build time the name of the actions i want to redirect to, but i know the name only at runtime and I hope i was clear :) sorry for my english. -- Stefano Corallo

Re: Struts2 Interceptor

2009-05-27 Thread Stefano Corallo
nformation to call the action i want -- Stefano Corallo On Wed, May 27, 2009 at 9:07 AM, Chris Pratt wrote: > Sort of. The way that I've achieved something similar to what you seem to > be asking is to define a bunch of Global Results in struts.xml that define > common actio

Re: Struts2 Interceptor

2009-05-27 Thread Stefano Corallo
Hi Dale, i think that this is the only one solution. Thanks guys for your reply. -- Stefano Corallo On Wed, May 27, 2009 at 4:59 PM, Dale Newfield wrote: > Stefano Corallo wrote: > >> I know the global result, but is unusefull for this purpose. The problem >> is >>

Re: Struts2 Interceptor

2009-05-27 Thread Stefano Corallo
Yes i know that, very appreciate this clarification :) -- Stefano Corallo On Wed, May 27, 2009 at 5:25 PM, Dale Newfield wrote: > Stefano Corallo wrote: > >> i think that this is the only one solution. Thanks guys for your reply. >> > > If you don't have a base