hi , i tried to add new jsp in struts2-blank application, iand i have
configer it into sturts.xml
but it's
<package name="ems" extends="struts-default" namespace="/ems">
<default-interceptor-ref name="crudStack" />
<action name="list" class="action.EmsAction" method="list">
<result>/emsitem/emsList.jsp</result>
<interceptor-ref name="basicStack" />
</action>
<action name="edit" class="action.EmsAction">
<result>/emsitem/editItem.jsp</result>
<interceptor-ref name="params" />
<interceptor-ref name="basicStack" />
</action>
but when i try run these jsp on server , it not responded me ..
--
View this message in context:
http://www.nabble.com/The-requested-resource-%28-struts2-blank-2.0.11.1-emsitem-index.jsp%29-is-not-available.-tp16521956p16521956.html
Sent from the Struts - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]