Matt Raible wrote:
I don't know, I haven't worked with tag files enough to know.  You
might be able to find out from the Pro JSP book. ;-)

http://www.apress.com/book/bookDisplay.html?bID=464

Seeing as you're one of the authors, you should have one on hand, as well as motivation to get me to buy a copy. If you can confirm this is in there there's a good chance I'll buy the e-version for $25...

On a related note, I've implemented another custom tag that needs access to a service layer class (Manager) to do a special query. I've got an ugly solution where the Action leading to the display of the tag makes the Manager available to the display layer so it can be passed to the tag. I figure there's got to be a more Spring-like manner to wire it up... ...or is it simply bad form to have the display rely on anything other than data that was pre-retrieved and stored in the request/value stack?

-Dale

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to