This week's book giveaway is in the
General Computing
forum.
We're giving away four copies of
Arduino in Action
and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See
this thread
for details.
A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
Arduino in Action
this week in the
General Computing
forum!
A special promo:
Enter your blog post or vote on a blogger to be featured in an upcoming Journal
JavaRanch
»
Java Forums
»
Frameworks
»
Struts
Author
Use of tag lib
Rajesh Veluchamy
Ranch Hand
Joined: Jan 15, 2008
Posts: 47
posted
May 26, 2008 13:46:00
0
Hi,
I am new to
struts
, i want to know the use of "/WEB-INF/struts-form.tld". I saw this in a book, can i replace that by "/WEB-INF/struts-html.tld"
The below is the code from web.xml
<jsp-config> <taglib> <taglib-uri>/WEB-INF/struts-bean.tld</taglib-uri> <taglib-location>/WEB-INF/struts-bean.tld</taglib-location> </taglib> <taglib> <taglib-uri>/WEB-INF/struts-html.tld</taglib-uri> <taglib-location>/WEB-INF/struts-html.tld</taglib-location> </taglib> <taglib> <taglib-uri>/WEB-INF/struts-logic.tld</taglib-uri> <taglib-location>/WEB-INF/struts-logic.tld</taglib-location> </taglib> <taglib> <taglib-uri>/WEB-INF/struts-nested.tld</taglib-uri> <taglib-location>/WEB-INF/struts-nested.tld</taglib-location> </taglib> <taglib> <taglib-uri>/WEB-INF/struts-tiles.tld</taglib-uri> <taglib-location>/WEB-INF/struts-tiles.tld</taglib-location> </taglib> </jsp-config>
-Rajesh.V<br /> Software Consultant
I agree. Here's the link:
http://zeroturnaround.com/jrebel
- it saves me about five hours per week
subject: Use of tag lib
Similar Threads
regarding updating web.xml with struts1.1
Struts Portlet in Weblogic Portal...Anybody who can help??
How to user Struts Tags in a WebApplication
why my application can't detect struts tld files ?
Why: File "/WEB-INF/struts-html.tld" not found.
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter