Hi,

 

            I am using struts and JSF using struts-faces 1.3.8.jar file and
using WSAD 5.1.2

 

            My jsf page is like this

            <s:form action=/logon>

            ..

            <h:commandbutton type="submit"  value="ok">

            </s:form>

            As soon as I click on submit button blank page displaying. No
error it is showing it is populating ActionForm but it not invoking my
Action class

 

            My struts-config.xml file is

 

            <!-- Form Beans -->

      <form-beans>

            <form-bean name="logonForm" type="example.LogonForm"/>

      </form-beans>

 

      <!-- Global Exceptions -->

      <global-exceptions>

      </global-exceptions>

 

      <!-- Global Forwards -->

      <global-forwards>

      </global-forwards>

 

      <!-- Action Mappings -->

      <action-mappings>

      <action path="/logon"

                  type="example.LogonAction"

                  name="logonForm"

                  input="login.faces" 

                  scope="request">

            <forward name="success" path="/Success.faces"></forward>

            <forward name="failure" path="/error.faces"></forward>

      </action>

      </action-mappings>

      

<controller locale="true">

      <set-property property="processorClass" 

value="org.apache.struts.faces.application.FacesRequestProcessor"/>

  </controller>

 

      Please help me it is urgent..

                        

 

Thanks & Regards,
Sadasivarao Alokam,
Wipro Technologies,
Madhapur, Hyderabad, India
Tel : +91-40-30795443
Mobile: +91-9989228936

 




The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should 
check this email and any attachments for the presence of viruses. The company 
accepts no liability for any damage caused by any virus transmitted by this 
email.
 
www.wipro.com

Reply via email to