Help with Struts2 project
Hi there ... :)
I'm trying to get the Struts2 example project to build under #6733, but I seem to be hitting a snag with the URI definitions in the pages. The 'hello page' for example, has the following declaration at the top of the page.
<%@ taglib prefix="s" uri="/struts-tags" %> ]]>
so IDEA has no problem finding the tags, and doing all that 'read my mind' stuff that it's so good at.
The problem comes when I try to build the application; I get an error that says it cannot find the file /struts-tag file.
Have I missed something out when configuring the project?
Please sign in to leave a comment.