Re: display tag library

2003-12-02 Thread Kris Schneider
nnot find > pageContext variable, please could you specify, where can be this variable > found? > > Thanks > Sporak > > > > >> From: Honza Spurný <[EMAIL PROTECTED]> > >> Reply-To: Honza Spurný <[EMAIL PROTECTED]> > >> To: <[EMAIL

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ý
nnot find pageContext variable, please could you specify, where can be this variable found? Thanks Sporak > >> From: Honza Spurný <[EMAIL PROTECTED]> >> Reply-To: Honza Spurný <[EMAIL PROTECTED]> >> To: <[EMAIL PROTECTED]> >> Subject: display tag library

RE: display tag library

2003-12-02 Thread Ben Anderson
EMAIL PROTECTED]> Subject: display tag library Date: Tue, 2 Dec 2003 15:51:59 +0100 Hi there, does anybody have any experience with taglibary display? If yes, please advise me, how can I get the request object in the finishRow() method or in the tableDecorator method. Please, he

display tag library

2003-12-02 Thread Honza Spurný
Hi there, does anybody have any experience with taglibary display? If yes, please advise me, how can I get the request object in the finishRow() method or in the tableDecorator method. Please, help me, thanks a lot Sporak -

Re: [OT] Display Tag Library Project setup at SF

2003-02-03 Thread John York
p a project at SourceForge for the Display Tag Library. Please > e-mail me if you'd like to have committer rights to the project. Also, if > anyone has Admin experience at SF, please let me know (I've only been a > committer). The first thing is probably to get someone&#

RE: [OT] Display Tag Library Project setup at SF

2003-02-03 Thread Raible, Matt
Do you have a user account at SF.net so I can make you a developer on the project? Thanks, Matt -Original Message- From: Benjamin Simpson To: Struts Users Mailing List Sent: 2/3/2003 11:48 AM Subject: Re: [OT] Display Tag Library Project setup at SF I would like to be a part of this

RE: [OT] Display Tag Library Project setup at SF

2003-02-03 Thread Matt Raible
11:16 AM > To: '[EMAIL PROTECTED]' > Cc: Ed Hill ([EMAIL PROTECTED]) > Subject: [OT] Display Tag Library Project setup at SF > > > All, > > I've setup a project at SourceForge for the Display Tag > Library. Please e-mail me if you'd like to have c

Re: [OT] Display Tag Library Project setup at SF

2003-02-03 Thread Benjamin Simpson
> Sent: Monday, February 03, 2003 1:16 PM Subject: [OT] Display Tag Library Project setup at SF All, I've setup a project at SourceForge for the Display Tag Library. Please e-mail me if you'd like to have committer rights to the project. Also, if anyone has Admin experience at SF

[OT] Display Tag Library Project setup at SF

2003-02-03 Thread Matt Raible
All, I've setup a project at SourceForge for the Display Tag Library. Please e-mail me if you'd like to have committer rights to the project. Also, if anyone has Admin experience at SF, please let me know (I've only been a committer). The first thing is probably to get someone

RE: [OT] Display Tag Library and grouping

2003-01-31 Thread Raible, Matt
visible as column 3. I can attach screenshots if it'll help. Don't know that this mailing list will allow them tho. Thanks, Matt > -Original Message- > From: Raible, Matt > Sent: Friday, January 31, 2003 10:58 AM > To: '[EMAIL PROTECTED]' > Subject: [O

[OT] Display Tag Library and grouping

2003-01-31 Thread Raible, Matt
I have a table with 6 columns. I am grouping on the first 4 columns using group="$columnNo". I'm wondering if it's possible to have the # of items in the "displaying 1 of 20 items" reflect one of my grouped columns. For instance, column 3 has 10 items, even though there are 20 items in the list.

RE: [OT] Display Tag Library - Sorting Dates

2003-01-30 Thread Raible, Matt
Good idea - that worked - thanks! Matt > -Original Message- > From: Jerome Jacobsen [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 30, 2003 10:00 AM > To: Struts Users Mailing List > Subject: RE: [OT] Display Tag Library - Sorting Dates > > > Couldn

RE: [OT] Display Tag Library - Sorting Dates

2003-01-30 Thread Jerome Jacobsen
Couldn't you subclass Date and override toString? > -Original Message- > From: Raible, Matt [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 30, 2003 11:41 AM > To: '[EMAIL PROTECTED]' > Cc: '[EMAIL PROTECTED]' > Subject: [OT] Display Ta

[OT] Display Tag Library - Sorting Dates

2003-01-30 Thread Raible, Matt
Since there seems to be a lot of users on this list, I thought I'd ask this question here - hope you don't mind. I have a string in my form that is a date. In order to get the display tag library to sort this column (date) correctly, I have added the following method in a Decorator:

Display Tag Library

2002-10-03 Thread Chen, Dean (Zhun)
Has anyone been successful in using the display tag lib? http://edhill.its.uiowa.edu/display-0.8/ It's a great tool, one piece that's not working is the export... The CSV export exports the entire HTML, and Excel export exports everything in one cell. Anyone had this problem before? Also, for s

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

Display tag library/font size in tables?

2002-07-17 Thread Dave Hodson
I'm using the display tag library (cool thing) and would like to change the font size of the output. As far as I can tell, the taglib doesn't support anything like the tag and wrapping around the tag does nothing (it is ignored). Example http://localhost:8080/som

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
39 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Display Tag Library You mentioned that you had a bunch of features You dont happen to have one that works with the multicheckbox control? I want to add a delete checkbox to each row... -Original Message- From: lists [

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

Display Tag Library

2002-07-11 Thread wbchmura
-user Subject: RE: Wow - Continued... > -Original Message- > From: [EMAIL PROTECTED] > --- > The Display Tag library ( http://edhill.its.uiowa.edu/display/ ) > This was the best one I could find for it, although the documentation is >