[displaytag-user] decorator href newbie

2006-05-29 Thread Chris Pat
Hi List In creating my own decorator, how do I access the properties of current object? Do I have to cast my object from the pageContext, index into that and then use that object's getters? Also, how from within, my own decorator can I use the class implemnting the Href interface to be able

[displaytag-user] List implementation questions

2006-05-23 Thread Chris Pat
Hi I am a newbiee trying to implement displayTag tag lib. I have put a List into the session and give it as the name of the table, but it doesnt see it. Do I have to sub-class one of their classes? How does that work if I am producing list from one of my actions? I