Re: Struts2 - JSF Plugin - Richfaces

2010-07-28 Thread Stefano Corallo
Hi,

i've simply followed this: 

http://struts.apache.org/2.x/docs/jsf-plugin.html

and in the struts.xml:

 
  package name=jsf extends=jsf-default namespace=/jsf

  result-types
  result-type name=jsf
class=org.apache.struts2.jsf.FacesResult /
  /result-types

interceptors
  interceptor-stack name=jsfFullStack
interceptor-ref name=params /
interceptor-ref name=basicStack/
interceptor-ref name=jsfStack/
  /interceptor-stack
/interceptors

default-interceptor-ref name=jsfFullStack/

  /package
  
  package name=jsfTest extends=jsf
  action name=hello class=test.HelloWorldAction
method=execute
result name=success type=jsf/   
  /action
  
  /package


Il giorno mar, 27/07/2010 alle 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, 2010 12:53
 
 
 Hi Stefano Corallo-2
 
 Can u able to work with richfaces now in your appilcation ..If yes please
 post the procedure here .How u have configured 
 thnks
 
 



-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



RE: Struts2 - JSF Plugin - Richfaces

2010-07-26 Thread Jyoo

Hi Stefano Corallo-2

Can u able to work with richfaces now in your appilcation ..If yes please
post the procedure here .How u have configured 
thnks


-- 
View this message in context: 
http://old.nabble.com/Struts2---JSF-Plugin---Richfaces-tp29183750p29273218.html
Sent from the Struts - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



Re: Struts2 - JSF Plugin - Richfaces

2010-07-26 Thread Frans Thamura
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, 2010 12:53


Hi Stefano Corallo-2

Can u able to work with richfaces now in your appilcation ..If yes please
post the procedure here .How u have configured 
thnks


-- 
View this message in context: 
http://old.nabble.com/Struts2---JSF-Plugin---Richfaces-tp29183750p29273218.html
Sent from the Struts - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



(m)

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



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 not support Interceptors ..struts does
 JSF does not support JS component libraries such as Dojo and
 JQuery ...struts does 
 
  
 
 out of curiosity where did you view this jsf-plugin ?
 Martin Gainty 


-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



RE: Struts2 - JSF Plugin - Richfaces

2010-07-18 Thread Martin Gainty

2 different architectures
JSF does NOT have a FE controller..struts does
JSF does not support Interceptors ..struts does
JSF does not support JS component libraries such as Dojo and JQuery ...struts 
does 

 

out of curiosity where did you view this jsf-plugin ?
Martin Gainty 
__ 
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité

Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger 
sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung 
oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem 
Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. 
Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung 
fuer den Inhalt uebernehmen.

Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le 
destinataire prévu, nous te demandons avec bonté que pour satisfaire informez 
l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est 
interdite. Ce message sert à l'information seulement et n'aura pas n'importe 
quel effet légalement obligatoire. Étant donné que les email peuvent facilement 
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité 
pour le contenu fourni.



 

 Subject: Struts2 - JSF Plugin - Richfaces
 From: cora...@link.it
 To: user@struts.apache.org
 Date: Fri, 16 Jul 2010 15:27:13 +0200
 
 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:
 
 servlet
 servlet-namefaces/servlet-name
 servlet-classjavax.faces.webapp.FacesServlet/servlet-class
 load-on-startup1/load-on-startup
 /servlet
 
 servlet
 servlet-nameJspSupportServlet/servlet-name
 
 servlet-classorg.apache.struts2.views.JspSupportServlet/servlet-class
 load-on-startup1/load-on-startup
 /servlet
 
 context-param
 param-nameorg.ajax4jsf.VIEW_HANDLERS/param-name
 param-valuecom.sun.facelets.FaceletViewHandler/param-value
 /context-param
 
 context-param
 param-namecom.sun.faces.serializationProvider/param-name
 
 param-valueorg.jboss.web.jsf.integration.serialization.JBossSerializationProvider/param-value
 /context-param
 
 context-param
 param-namejavax.faces.DEFAULT_SUFFIX/param-name
 param-value.xhtml/param-value
 /context-param
 !-- RichFaces --
 context-param
 param-nameorg.richfaces.CONTROL_SKINNING/param-name
 param-valueenable/param-value
 /context-param
 
 context-param
 param-nameorg.richfaces.SKIN/param-name
 param-valueblueSky/param-value
 /context-param
 context-param
 param-nameorg.richfaces.LoadStyleStrategy/param-name
 param-valueALL/param-value
 /context-param
 context-param
 param-nameorg.richfaces.LoadScriptStrategy/param-name
 param-valueALL/param-value
 /context-param
 filter
 display-nameRichFaces Filter/display-name
 filter-namerichfaces/filter-name
 filter-classorg.ajax4jsf.Filter/filter-class
 /filter
 
 filter-mapping
 filter-namerichfaces/filter-name
 servlet-namefaces/servlet-name
 dispatcherINCLUDE/dispatcher
 dispatcherREQUEST/dispatcher
 dispatcherFORWARD/dispatcher
 /filter-mapping
 !-- JavaServer Faces Servlet Mapping, not called directly --
 servlet-mapping
 servlet-namefaces/servlet-name
 url-pattern*.action/url-pattern
 /servlet-mapping
 
 I can see the generated markup but without the graphics because it seems
 that the css and the js are not loaded. 
 
 Any suggestions?
 
 
 -
 To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
 For additional commands, e-mail: user-h...@struts.apache.org
 
  
_
The New Busy think 9 to 5 is a cute idea. Combine multiple calendars with 
Hotmail. 
http://www.windowslive.com/campaign/thenewbusy?tile=multicalendarocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_5