Wow, I am VERY interested. I started created a similar tag for myself only a
day ago. I would love to try yours before I proceed. Do you think that's
possible?


----------------------------------------------------------
 Peter Giannopoulos,            Software Developer
 Gemplus Software,              Advanced Projects Group

 Phone: +15147322434
 Fax:   +15147322401
 Gemplus Card International,     Http://www.gemplus.fr



                I hear and I forget,
                I see and I remember,
                I do and I understand.



-----------------------------------------------------------


-----Original Message-----
From: jonathan [mailto:[EMAIL PROTECTED]]
Sent: April 26, 2001 4:35 PM
To: [EMAIL PROTECTED]
Subject: RE: tables?


JSP table tag:

For javadoc, sample jsp and sample output, see:
  http://www.geocities.com/jonathan_bingham/jsp

(The jsp files are in fact saved as .txt.)

If this is potentially useful to others, let me know. I can send source.

Cheers,
Jonathan



-----Original Message-----
From: Stefan Riegel [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 26, 2001 11:12 AM
To: [EMAIL PROTECTED]
Subject: AW: tables?


Hi Jonathan,

I would like to see more about Your library too.

Regards
Stefan Riegel

> -----Urspr�ngliche Nachricht-----
> Von: jonathan [mailto:[EMAIL PROTECTED]]
> Gesendet: Donnerstag, 26. April 2001 04:44
> An: [EMAIL PROTECTED]
> Betreff: tables?
>
>
> Hi, all!
>
>   I'm not sure what the status is on any efforts to create a
> generalized
> table tag. I submitted an RFE to javasoft, and they'd asked me to ask
> around, but that was 2 mo ago.
>   I have a fully implemented table tag I've found extremely
> useful and have
> used again and again. Here's a quick example, from a recent
> client project:
>
> <% javax.swing.table.TableModel table = SomeTableModel(); %>
> <tbl:viewTable
>       table="<%= table %>"
>       columnHeaderAttributes="id=columnheader"
>       evenRowAttributes="id=evenrow"
>       oddRowAttributes="id=oddrow"
>       rowSelectionMode="single"
>       rowSelection="studyID=$value"
>       selectedRows="0"
>       editable="false"
> />
>
> There are options for generating CSV, tab-delimited and ASCII tables;
> formatting table cells, making table cells editable,
> hyperlinking cells and
> headers, paginating large tables, and more.
>   Let me know if anyone would like more details, javadocs,
> sourcecode, etc.
>
> Cheers,
> Jonathan
>

BEGIN:VCARD
VERSION:2.1
N:Giannopoulos;Peter
FN:Peter Giannopoulos
ORG:Gemplus Canada inc.;CTO Group
TITLE:Software Developer
NOTE;ENCODING=QUOTED-PRINTABLE:=0D=0A--- Codito, ergo sum - "I code, therefore I am" ---
TEL;WORK;VOICE:514-732-2434
TEL;HOME;VOICE:N/A
TEL;CELL;VOICE:N/A
TEL;PAGER;VOICE:N/A
TEL;WORK;FAX:514-732-2301
ADR;POSTAL:;;3 Place du Commerce;Ile des soeurs;Quebec;H3E 1H7;Canada
LABEL;POSTAL;ENCODING=QUOTED-PRINTABLE:3 Place du Commerce=0D=0AIle des soeurs, Quebec H3E 1H7=0D=0ACanada
URL:http://www.gemplus.com
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
REV:20000926T190330Z
END:VCARD

Reply via email to