aspose file tools
The moose likes JSP and the fly likes Tag Handler class question Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSP
Reply Bookmark "Tag Handler class question" Watch "Tag Handler class question" New topic
Author

Tag Handler class question

steve francisco
Ranch Hand

Joined: Jan 26, 2005
Posts: 46
I have a web application with page flow like JSP1-->JSP2-->JSP3-->JSP4-->JSP5, between each two JSP pages it goes through servlet and some action classes. Now, suppose that in each JSP page, I want to use tag library to make the life easier. Do I need to create different Tag Handler classes for different pages ? i.e. do I need 4 or 5 different tag handler classes in this case ?
sanat
Ranch Hand

Joined: Dec 08, 2004
Posts: 111

If you want to write a Tag Handler for redirecting the flow from one page to another you don't need many tags, one Tag Handler should do.

Hope that's what you want.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Tag Handler class question
 
Similar Threads
Tag Handler confusion
custom link tags
JSP include vs TAG
Can I take SCWCD 1.4 having SCJP 1.2?
Struts Menu Question