Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes Struts and the fly likes Struts Tag inside a Custom Tag Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Struts Tag inside a Custom Tag" Watch "Struts Tag inside a Custom Tag" New topic
Author

Struts Tag inside a Custom Tag

Monoj Roy
Ranch Hand

Joined: Oct 10, 2007
Posts: 98
I have created one custom tag and I want to use one or two struts tag also
inside the custom tag .

Is there any way to make use of struts tags inside of Custom tag .

I just wanted to know a way to include any tag which is inbuild in Java ,if can be incorporated inside my custom Tag ?
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56153
    
  13

What happened when you tried it?


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Monoj Roy
Ranch Hand

Joined: Oct 10, 2007
Posts: 98










Following jsp is not working means TESTUPPER button is showing but the page
is not showing the TEST button ..Only one button is appearing in the page instead of two .
Pedro Erencia
Ranch Hand

Joined: Apr 03, 2008
Posts: 70
 
I agree. Here's the link: http://zeroturnaround.com/jrebel/download
 
subject: Struts Tag inside a Custom Tag
 
Similar Threads
which custom tags in struts are the most important and the most necessary?
tld question
how to use 2 fmt tags? fmt:message in fmt:formatDate
Allow Only include
Equal Symbol Expected?