Re: display tag library

2003-12-02 Thread Kris Schneider
If you're taking about TableDecorator.finishRow, you should notice that TableDecorator also has a getPageContext method (inherited from Decorator). You should be able to figure out where to go from there... Quoting Honza Spurný <[EMAIL PROTECTED]>: > Ben Anderson wrote: > > I don't know which tag

Re: display tag library

2003-12-02 Thread Ben Anderson
http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/servlet/jsp/tagext/TagSupport.html From: Honza Spurný <[EMAIL PROTECTED]> Reply-To: Honza Spurný <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: Re: display tag library Date: Tue, 2

Re: display tag library

2003-12-02 Thread Honza Spurný
Ben Anderson wrote: > I don't know which tag library you're referring to, but I believe you > should be able to call > pageContext.getRequest() from any method in a class that extends > TagSupport. > -Ben I'm not sure if I understood it well, but java compiler cannot find pageContext variable, ple

RE: display tag library

2003-12-02 Thread Ben Anderson
I don't know which tag library you're referring to, but I believe you should be able to call pageContext.getRequest() from any method in a class that extends TagSupport. -Ben From: Honza Spurný <[EMAIL PROTECTED]> Reply-To: Honza Spurný <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: display

RE: Display tag library/font size in tables?

2002-07-18 Thread Mark Nichols
> -Original Message- > From: Dave Hodson [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 17, 2002 8:36 PM > To: Struts Users Mailing List > Subject: Display tag library/font size in tables? > > > > I'm using the display tag library (cool thing) and would like to > change the font size

RE: Display Tag Library

2002-07-12 Thread wbchmura
Wow... I have been meaning to look into the decorators, but dang that is pretty simple! -Original Message- From: struts [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 5:55 PM To: struts-user Subject: Re: Display Tag Library Subject: Re: Display Tag Library From: "

RE: Display Tag Library

2002-07-12 Thread Kamholz, Keith (corp-staff) USX
I'm doing the same exact thing right now. It took some doing to figure out how to make it work. But anyway, I have an EntryHolder class in the session that stores a few ArrayLists of entries. It also stores a String[] of the entry numbers to delete. The following code gets the selected index n

Re: Display Tag Library

2002-07-11 Thread @Basebeans.com
Subject: Re: Display Tag Library From: "Matt Raible" <[EMAIL PROTECTED]> === You can do this with a decorator. I created my own ListWrapper.java decorator class: public class ListWrapper extends TableDecorator { /** * Creates a new Wrapper decorator who's job is to