Re: [SPAM] - Display TagLib & Struts - Found word(s) list error e -mail in the Text body.

2004-02-17 Thread Nick Heudecker
http://displaytag.sf.net/ On 2004-Feb-17 14:02, Gagn? Jean-Christian wrote: > Sorry to ask this, but where do you get the Display Taglib ? The url > mentionned [www.displaytaglib.org] is not found. > > JC > -- Nick Heudecker System Mobile, Inc. Email: [EMAIL PROTE

RE: [SPAM] - Display TagLib & Struts - Found word(s) list error e-mail in the Text body.

2004-02-17 Thread David Friedman
Actually, it's www.displaytag.org, not displaytaglib. :) Regards, David -Original Message- From: Gagné Jean-Christian [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 17, 2004 8:09 AM To: 'Struts Users Mailing List' Subject: RE: [SPAM] - Display TagLib & Struts -

Re: Display TagLib & Struts

2004-02-17 Thread Nick Heudecker
You need to ensure that you have to correct version of the commons-collections.jar, which is discussed here: http://displaytag.sourceforge.net/install.html On 2004-Feb-17 13:02, Unmesh Nadkarni wrote: > I have started working successfully on the Display TagLib in Struts. > There are no

RE: [SPAM] - Display TagLib & Struts - Found word(s) list error e -mail in the Text body.

2004-02-17 Thread Gagné Jean-Christian
Sorry to ask this, but where do you get the Display Taglib ? The url mentionned [www.displaytaglib.org] is not found. JC > -Message d'origine- > De : Unmesh Nadkarni [mailto:[EMAIL PROTECTED] > Envoyé : mardi 17 février 2004 09:13 > À : 'Struts Users Mailing

Display TagLib & Struts

2004-02-17 Thread Unmesh Nadkarni
I have started working successfully on the Display TagLib in Struts. There are no issues except that the export to .xls, .csv format gives following errors in Tomcat. Exception: javax.servlet.ServletException:org.apache.commons.collections.IteratorUt ils.arrayIterator Root cause

Re: [OT] Display TagLib & Struts

2004-02-15 Thread Oliver Thiel
that? If so how do you solved it? Thanks Oliver > I'm using Display TagLib, now for testing purposes only but ... > > All you have to do is to prepare list of beans with getter and setter > method, and then defining columns by property names. > > Documentation is goo

Re: [OT] Display TagLib & Struts

2004-02-14 Thread Janusz Dziadon
I'm using Display TagLib, now for testing purposes only but ... All you have to do is to prepare list of beans with getter and setter method, and then defining columns by property names. Documentation is good, so I don't know what you expecting now. Only one bug i saw till now, if &q

[OT] Display TagLib & Struts

2004-02-14 Thread Oliver Thiel
Hi, did anyone use the Display TagLib [www.displaytaglib.org]? And can guide my - BETTER - send me some sample code on how to use it with struts! I got the examples running in my struts app - using the provided TestList's, but as soon as I start creating my one from a resultSet I got

RE: Display Taglib [Follow up]

2003-09-03 Thread Robert Taylor
display taglib or ServletExec. The library in questions is the display taglib found here: http://edhill.its.uiowa.edu/display/ and can be found under continued development here as well: http://sourceforge.net/projects/displaytag/ It was being used in production without incident with Tomcat

RE: Display Taglib vs HtmlTable

2003-08-29 Thread Yansheng Lin
I think 'htmltable' is a bit more powerful since it's got a few extra goodies you can use. I am not sure if you can sort the whole list with display taglib, but with htmltable you can. Of course I only tried the released versioin of display, I will give the 'display09' a

RE: Display Taglib vs HtmlTable

2003-08-29 Thread Paul McCulloch
I have only tried the display taglib. I've found it to be powerful, easy to use & easy to extend. My requirements are such that I've had to use the un-released 'display09' stream. But it does everything I need, seems stable, and the code is easy enough, for a developer w

Display Taglib vs HtmlTable

2003-08-29 Thread thomas Sontheimer
http://edhill.its.uiowa.edu/display/ http://htmltable.yuriy-zubarev.com/jsp/index.jsp Has anyone tried these two taglibs? which one do you recommend? thomas - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

RE: Display Taglib

2003-08-28 Thread Robert Taylor
uts Users Mailing List > Subject: RE: Display Taglib > > > ServletExec v4.1. I think it might be something to do with the scope. > > If the display taglib is iterating over a collection, what scope should > the collection be and where should it be declared? > > >

RE: Display Taglib

2003-08-28 Thread Mehta, Chirag (IT)
ServletExec v4.1. I think it might be something to do with the scope. If the display taglib is iterating over a collection, what scope should the collection be and where should it be declared? -Original Message- From: Robert Taylor [mailto:[EMAIL PROTECTED] Sent: 28 August 2003 16:21

RE: Display Taglib

2003-08-28 Thread Robert Taylor
I'm using the Display Taglib with ServletExec and haven't had any issues. What version are you using? robert > -Original Message- > From: Mehta, Chirag (IT) [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 28, 2003 10:07 AM > To: [EMAIL PROTECTED] > Subject: D

RE: Display Taglib

2003-08-28 Thread Paul McCulloch
Try the mailing list specific to that taglib - https://lists.sourceforge.net/lists/listinfo/displaytag-user Paul -Original Message- From: Mehta, Chirag (IT) [mailto:[EMAIL PROTECTED] Sent: 28 August 2003 15:07 To: [EMAIL PROTECTED] Subject: Display Taglib Has anyone had experience

Display Taglib

2003-08-28 Thread Mehta, Chirag (IT)
Has anyone had experience using the Display taglib with ServletExec. I'm getting the following error on the jsp page with no error in the log file. It used to work fine using Tomcat ServletException in:GIM2ResultsContents.jsp] null' Please help. Thanks Chirag -- NOTICE: If r

RE: question about data formating using display taglib

2003-08-01 Thread victor gusz
Thanks, You are right. But it seems it only renders internal stylesheets. regards, --- Yansheng Lin <[EMAIL PROTECTED]> wrote: > It's the default classname for the rows and columns, > etc. if you take a look at > the source code. > Presentation in html should be separated from the > conte

RE: question about data formating using display taglib

2003-08-01 Thread Yansheng Lin
l, as long as your jsp page refers to it, it's going to render it. Hope this helps! -Original Message- From: victor gusz [mailto:[EMAIL PROTECTED] Sent: August 1, 2003 12:22 PM To: Struts Users Mailing List Subject: RE: question about data formating using display taglib Thanks,

another question display taglib: its requestURI

2003-08-01 Thread victor gusz
Hi, Has anyone used display taglib from the following address: http://edhill.its.uiowa.edu/ How do you specify the requestURI parameter of if I want to display multiple pages if number of results is huge? The taglib's examples seem to link results pages to different pages, is it a b

RE: question about data formating using display taglib

2003-08-01 Thread victor gusz
riginal Message- > From: victor gusz [mailto:[EMAIL PROTECTED] > Sent: August 1, 2003 11:05 AM > To: [EMAIL PROTECTED] > Subject: question about data formating using display > taglib > > > Hi, > > Has anyone used display taglib from the following > address:

RE: question about data formating using display taglib

2003-08-01 Thread Yansheng Lin
PROTECTED] Subject: question about data formating using display taglib Hi, Has anyone used display taglib from the following address: http://edhill.its.uiowa.edu/ It seems this tag does not have data-formating ability to align titles or data. Does anyone konw a workaround about this? regards

question about data formating using display taglib

2003-08-01 Thread victor gusz
Hi, Has anyone used display taglib from the following address: http://edhill.its.uiowa.edu/ It seems this tag does not have data-formating ability to align titles or data. Does anyone konw a workaround about this? regards, __ Do you Yahoo!? Yahoo! SiteBuilder

Re: [Q] Hierarchy display taglib?

2003-03-15 Thread Arron Bates
No taglib itself, but nested tags will allow the recursion to happen and thus make the tree. Try this... http://keyboardmonkey.com/pilotlight ...the "JSP Recursion & Trees!" part. It should do the trick. Arron. > Is there a taglib for presenting hierarchically defined content in a > JSP

[Q] Hierarchy display taglib?

2003-03-14 Thread Jeff Smith
Is there a taglib for presenting hierarchically defined content in a JSP that contains open/close icons etc? Jefficus - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [displaytag-user] Using the display:* taglib with tiles

2003-03-14 Thread Tim Golden
] www.CNICorp.com www.Ad-Desk.com www.Ad-Desk.com/AdDesk (603) 673-6600 X225 (603) 672-6633 >>> [EMAIL PROTECTED] 03/13/03 16:42 PM >>> >> Hi, >> >> I'm pretty sure I read the solution to this just last night but now I >> can't find it... >>

RE: [displaytag-user] Using the display:* taglib with tiles

2003-03-13 Thread James CE Johnson
rom: James CE Johnson [mailto:[EMAIL PROTECTED] >> Sent: Thursday, March 13, 2003 2:46 PM >> To: [EMAIL PROTECTED] >> Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; >> [EMAIL PROTECTED] >> Subject: Re: [displaytag-user] Using the display:* taglib with tiles >> >>

RE: [displaytag-user] Using the display:* taglib with tiles

2003-03-13 Thread Raible, Matt
CTED]; > [EMAIL PROTECTED] > Subject: Re: [displaytag-user] Using the display:* taglib with tiles > > > >> Hi, > >> > >> I'm pretty sure I read the solution to this just last > night but now I > >> can't find it... > >> >

Re: [displaytag-user] Using the display:* taglib with tiles

2003-03-13 Thread James CE Johnson
>> Hi, >> >> I'm pretty sure I read the solution to this just last night but now I >> can't find it... >> >> The display:* taglib will let me do something like this: >> >> > title="Category" group="1" sort=&q

Re: [displaytag-user] Using the display:* taglib with tiles

2003-03-13 Thread Matt Raible
> Hi, > > I'm pretty sure I read the solution to this just last night but now I > can't find it... > > The display:* taglib will let me do something like this: > >title="Category" group="1" sort="true"/> > > The r

Using the display:* taglib with tiles

2003-03-13 Thread James CE Johnson
Hi, I'm pretty sure I read the solution to this just last night but now I can't find it... The display:* taglib will let me do something like this: The resulting HTML will be a table and the 'Category' header will be a link of the form: http://.../MyApplication/WE

RE: logic:equal and EdHill Display taglib

2003-01-20 Thread Raible, Matt
Subject: logic:equal and EdHill Display taglib > > > Greetings, > > I'm currently using EdHills Display taglib to iterate over some search > results and render them > in a table. I would also like to hyper link the contents of a > column if > certain conditions ap

RE: logic:equal and EdHill Display taglib

2003-01-20 Thread Robert Taylor
Thanks Jerome. I just didn't dig deep enough. I should have seen this. robert > -Original Message- > From: Jerome Jacobsen [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 20, 2003 12:17 PM > To: Struts Users Mailing List > Subject: RE: logic:equal and EdHill Dis

RE: logic:equal and EdHill Display taglib

2003-01-20 Thread Jerome Jacobsen
amples-0.8/example-imp-objects.jsp -Jerome > -Original Message- > From: Robert Taylor [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 20, 2003 12:01 PM > To: [EMAIL PROTECTED] > Subject: logic:equal and EdHill Display taglib > > > Greetings, > > I'm curr

logic:equal and EdHill Display taglib

2003-01-20 Thread Robert Taylor
Greetings, I'm currently using EdHills Display taglib to iterate over some search results and render them in a table. I would also like to hyper link the contents of a column if certain conditions apply. In short, I'm looking for a way to expose the iterator element so that I c

RE: Struts with display taglib

2002-12-27 Thread James Mitchell
] > Sent: Friday, December 27, 2002 9:39 PM > To: '[EMAIL PROTECTED]' > Subject: Struts with display taglib > > > Hi, > > I am getting the following exception with display taglib. I > would really > appreicate if any one gives me a tip. &

Struts with display taglib

2002-12-27 Thread Chaganti, Manoj
Hi, I am getting the following exception with display taglib. I would really appreicate if any one gives me a tip

[display taglib] Table being reset to first page

2002-09-12 Thread Jerry Jalenak
I'm using Ed Hill's tag library to display a multi-page table. The first column of each row contain a link that causes that row to be displayed in a data-entry form so the user can modify it and then update the record in the database. The problem I'm having is that, if the user goes to page 2, 3

Re: Display taglib

2002-02-22 Thread Sriram Nookala
IL PROTECTED]> To: "'Struts Users Mailing List' (E-mail)" <[EMAIL PROTECTED]> Sent: Friday, February 22, 2002 11:26 AM Subject: Display taglib > Oh my godanother Friday nightmare... > > Has anyone got a working example of the use of the Ed Hill's Display Tag