Dave Newton wrote:
--- [EMAIL PROTECTED] wrote:
Now I getting totally different error:


HTTP Status 500 -

------------------------------------------------------------------------
*type* Exception report
*message*
*description* _The server encountered an internal
error () that prevented it from fulfilling this request._
*exception*

No result defined for action billing.Account and
result input - action -

file:/home/mansour/workspace/Invoice/WEB-INF/classes/struts.xml:12:64

<action name="createAccount"  class="billing.Account">
  <result name="SUCCESS">
    /pages/accountView.jsp
  </result>
  <result name="ERROR">
    /pages/exception.jsp
  </result>
</action>
Well, you *don't* have a result for "input", which is
exactly what the error message says.

Also, the built-in result names are lowercase,
"success" and "error" etc. just like in the tutorials.

http://struts.apache.org/2.0.6/docs/tutorials.html
http://struts.apache.org/2.0.6/docs/bootstrap.html

d.



____________________________________________________________________________________ Bored stiff? Loosen up... Download and play hundreds of games for free on Yahoo! Games.
http://games.yahoo.com/games/front

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Thank you Dave:
It's working fine now.




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to