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 issues ex

RE: Display Taglib [Follow up]

2003-09-03 Thread Robert Taylor
Just to follow up on this issue and for anyone searching the archives and not getting the entire thread, below is a synopsis of the problem and a recommended solution: The problem boiled down to running a library compiled against JDK1.4 in a Java HotSpot(TM) Server VM 1.3.1_06; NOT a problem with

RE: Display Taglib vs HtmlTable

2003-08-29 Thread Yansheng Lin
bad if you use OO strategy in javascript, really. Love 'prototype'. Hope this info helps! -Original Message- From: Paul McCulloch [mailto:[EMAIL PROTECTED] Sent: August 29, 2003 3:07 AM To: 'Struts Users Mailing List' Subject: RE: Display Taglib vs HtmlTable I have

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 with only a few months of Ja

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)
To: Struts Users Mailing List Subject: RE: Display Taglib 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,

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: Display Taglib > > > Has a

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 using

Re: Display taglib

2002-02-22 Thread Sriram Nookala
My working example is as below: <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %> <%@ taglib uri="/WEB-INF/display.tld" prefix="display" %> - Original Message - From: "Steve Earl" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List' (E-mail)" <[EMAIL PROTECTE