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 +0000, 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

Reply via email to