Advertisement

05.23.2008 at 06:36AM PDT, ID: 23427531
[x]
Attachment Details

<action forward struts

Asked by komlaaa in Java Server Pages (JSP)

using struts 1.1-- The request http://localhost:8085/wptStrutsHib/createCustomer.do
is taking to a blank page instead of taking to "/views/orderCreated.jsp"  as specific in struts action below:

            
                  <form-bean
                        name="createCustomerForm"
                        type="org.apache.struts.action.DynaActionForm">
                        <form-property name="firstName" type="java.lang.String"></form-property>
                        <form-property name="lastName" type="java.lang.String"></form-property>
                        <form-property name="email" type="java.lang.String"></form-property>
                  </form-bean>

 <action
      path="/orderCreated"
      name="orderCreatedForm"
      input="/form/createOrder.jsp"
      scope="request"    
      type="actions.OrderCreatedAction">
      <forward name="orderCreated" path="/views/orderCreated.jsp" />
    </action>


============ The JSP page ==================
      <body>
            <html:form action="/createCustomer">
                  Email : <html:text property="email"/><html:errors property="email"/><br/>
                  FirstName : <html:text property="firstName"/><html:errors property="firstName"/><br/>
                  LastName : <html:text property="lastName"/><html:errors property="lastName"/><br/>
                  <html:submit/><html:cancel/>
            </html:form>
      </body>
Start Free Trial
[+][-]05.23.2008 at 06:56AM PDT, ID: 21632136

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.23.2008 at 08:34AM PDT, ID: 21633073

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.23.2008 at 09:20AM PDT, ID: 21633490

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05.23.2008 at 09:28AM PDT, ID: 21633572

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05.23.2008 at 10:25AM PDT, ID: 21634033

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.23.2008 at 10:36AM PDT, ID: 21634095

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05.23.2008 at 11:42AM PDT, ID: 21634646

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: Java Server Pages (JSP)
Sign Up Now!
Solution Provided By: summerian
Participating Experts: 2
Solution Grade: A
 
 
[+][-]05.23.2008 at 11:58AM PDT, ID: 21634812

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.23.2008 at 01:11PM PDT, ID: 21635443

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05.23.2008 at 09:35PM PDT, ID: 21637861

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05.24.2008 at 12:08AM PDT, ID: 21638128

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628