You can check out Tim's latest updates to the display tag and get the
latest jar and source code here:
http://timgolden.com/taglib/

Both of us have tried also to get a hold of Ed for a long time now and
I think he's disappeared:) Anyway he started some great work which is
easy to build upon. Tim added some very useful changes that you can
find on the site above.

I believe he also added the minor change I made that lets you add an
array of columns to display. This comes in handy since, no the logic
tag does not work within the display tag. For an example of adding
custom columns: <display:table name="foo"
columnNames="arrayOfColumnNamesInScope" > The columNames array needs
to match the names of the actually column Name headers NOT the field
names. (That should probably be changed or allowed as a different
option to use either the column name headers or the actual bean field
names). Easy to just set this "columnsName" array in request scope in
your action.

On Thursday, January 9, 2003, 2:08:28 PM, John wrote:

HJ> I know a lot developers are using Ed Hill's "Display" custom tag
HJ> library. About a week ago I sent Ed an e-mail asking him about the
HJ> status of this "very useful" library.  Unfortunately, I haven't
HJ> received any type of response.  I was wondering if anyone else
HJ> might know the answers to my questions.  Below is the e-mail I
HJ> sent Ed.

HJ> Thanks in advance,

HJ> JOHN

HJ> ------------------------------------------------------------

HJ> Hi Ed, 

HJ>    I was wondering what the latest status was of your
HJ> "Display" custom tag library was.  I noticed there
HJ> hasn't been any updates since version 0.8 in May 2002.
HJ>  More specifically:
HJ> 1) Are you or anyone else working on any new features
HJ> for a next release?
HJ> 2) Do you think your library will get added to Struts?
HJ> 3) Are you considering the support of the "Expression
HJ> Language" found in JSTL?

HJ> I've heard lots of good things about your tags.  I'm
HJ> just trying to get a status update as my team explores
HJ> the possibility of using your library along side
HJ> Struts & JSTL custom tags.

HJ> Thanks,

HJ> JOHN HOHLEN



HJ> --
HJ> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
HJ> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>



-- 

Rick
mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to