Those files don't exist in Struts 2. Struts 2 is very different than Struts 1, and is based off of WebWork, so many of the files and JSP you're used to don't exist, struts-*.tld among them.

All the JSP tags included with S2 start with <s:> (e.g., <s:url>), instead of <bean:>, <logic:>, etc.

Approach Struts 2 as if you're learning a new web framework, which you really are. As I see it, what Struts 2 inherits from Struts 1 is the brand name, and a lot of the development and documentation talent that worked on that project (and, of course, the same talent that created WebWork). But, expect to find many difference in the framework itself.

On Oct 5, 2007, at 5:21 PM, mjparme wrote:


I downloaded Struts 2.0.9 (binary release) and the files struts- bean.tld,
struts-html.tld, and struts-logic.tld is nowhere to be found. All the
documentation I have read said it should be in the lib directory. This
documentation appears to be geared to Struts 1.x though.

I have scoured google and docs on struts.apache.org and can't find where these files are!! It has been very frustrating. All the getting started guides say to put these files in WEB-INF but then don't tell you where to
get these files from!

Could anyone tell me where to get these tld files from?
--
View this message in context: http://www.nabble.com/Where-is-struts- *.tld-tf4577651.html#a13067542
Sent from the Struts - User mailing list archive at Nabble.com.


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



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

Reply via email to