Re: Custom Tag Libs

2008-10-08 Thread David C. Hicks
Thanks for the feedback, guys. I actually asked this question for a fellow developer. He's more of a JSP "guru", if you will, but Struts2 seems to handle taglibs differently. So, it was a bit confusing to us all. I think he's found some kind of solution, but I will definitely forward these

Re: Custom Tag Libs

2008-10-08 Thread Alberto A. Flores
I disagree about the difficulty level of writing your tag in Struts2. However, I would strongly encourage you (as others have) to see if an already existing tag doesn't fit your needs. I'm hoping to post something in my blog about some of this soon, however it would be worthwhile to state what you

Re: Custom Tag Libs

2008-10-08 Thread stanlick
David -- I would strongly discourage you from writing your own custom tags until you discover there is not already one "in the box!" Besides Struts 2, you still have all the JSTL tags available as well. If by "old school" you mean you haven't looked around the available tags today, your best be

Re: Custom Tag Libs

2008-10-08 Thread Dave Newton
--- On Wed, 10/8/08, David C. Hicks wrote: > Can anyone point me to a source of information about how to > build a custom tag lib for Struts2? Maybe it's a plugin? > I'm a little old school and still learning. Depends on what you mean, I guess--you can create a standard JEE custom tag using eit

Custom Tag Libs

2008-10-08 Thread David C. Hicks
Can anyone point me to a source of information about how to build a custom tag lib for Struts2? Maybe it's a plugin? I'm a little old school and still learning. Thanks! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additi