Good Afternoon Paul
servlet-mapping is mapping to /project/project/listUserAction.do instead of
/project/listUserAction.do
here is a working example from strutsMenu
<servlet-mapping>
<servlet-name>action</servlet-name>
<url-pattern>*.do</url-pattern>
</servlet-mapping>
(notice there is no /project/ anywhere in this mapping)
HTH/
Martin
This email message and any files transmitted with it contain confidential
information intended only for the person(s) to whom this email message is
addressed. If you have received this email message in error, please notify
the sender immediately by telephone or email and destroy the original
message without making a copy. Thank you.
----- Original Message -----
From: "Paul" <[EMAIL PROTECTED]>
To: <user@struts.apache.org>
Sent: Monday, April 30, 2007 2:28 PM
Subject: Struts Tags Include?
Hi all,
I'm having a bit of an issue with the struts tags.
In one of my JSPs I declare: <s:url action="listUserAction" id="userlist"/>
Shouldn't I then be able to include the output from the above via:
<s:include value="%{userlist}"/> ?
It keeps dumping "requested resource
(/{project}/{project}/listUserAction.do) is not available".
If I manually attempt to access /{project}/listUserAction.do in my address
bar it dumps perfectly fine?
Still coming to grips with struts tags. Any help would be greatly
appreciated!
Regards,
Paul
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]