Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
The Mikado Method
this week in the
Agile and other Processes
forum!
JavaRanch
»
Java Forums
»
Frameworks
»
Struts
Author
How the The WEB-INF/decorators.xml is linked to a jsp page made up of Struts Tags.
RaviNada Kiran
Ranch Hand
Joined: Jan 30, 2009
Posts: 528
posted
Mar 19, 2009 10:49:06
0
Hello i have a
JSP
page made up of Struts built -in tags .How this page can be linked to the WEB-INF/decorators.xml
<%@taglib prefix="s" uri="/struts-tags" %> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Index</title> <s:head /> </head> <body> <s:form action="helloWorld"> <s:textfield label="What is your name?" name="name" /> <s:textfield label="What is the date?" name="dateNow" /> <s:submit /> </s:form> </body> </html>
If you want something you never had do something which you had never done
David Newton
Author
Rancher
Joined: Sep 29, 2008
Posts: 12617
I like...
posted
Mar 19, 2009 10:52:09
0
I'm not quite sure I understand the question--what beyond the info on
http://struts.apache.org/2.1.6/docs/sitemesh-plugin.html
do you need to know?
RaviNada Kiran
Ranch Hand
Joined: Jan 30, 2009
Posts: 528
posted
Mar 19, 2009 10:57:38
0
Hi David,
I am new to this Free Marker technology .
Do you have any idea as what percentage of sites are using Free Marker as their View.
David Newton
Author
Rancher
Joined: Sep 29, 2008
Posts: 12617
I like...
posted
Mar 19, 2009 11:00:34
0
I have no idea. I'd imagine the percentage is relatively low compared to JSP.
RaviNada Kiran
Ranch Hand
Joined: Jan 30, 2009
Posts: 528
posted
Mar 19, 2009 11:07:15
0
Okay Thanks .
Thinking to concentrate on
struts
rather than Free Marker.
I agree. Here's the link:
http://zeroturnaround.com/jrebel
- it saves me about five hours per week
subject: How the The WEB-INF/decorators.xml is linked to a jsp page made up of Struts Tags.
Similar Threads
form visibility
form is not being divided
struts2 textfield tag not populating with correct value from action class
Showing Hiding <s:div> tag in Struts2
Getting org.apache.jasper.JasperException in Struts2
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter