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