-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi, my name is Juan Manuel Cabello, I'm an Informatic Civil Engineer
from the University of Chile.

I've been using  the displaytag tool that you created. I think it's
great and very useful.
I am writing to you because I developed for my own needs an extension of
it, in which you can edit the cells in the table. I developed this using
Adapters for each column. This adaptators have to implement this interface:

public interface ColumnRender
{
    public String getHtml(HeaderCell headerCell, Object obj, int index,
boolean editing);
}

To obtain the wished results, I had to rewrite some of your classes
(completely  :-( ). I believe it could be improved publishing some
(protected) methods in the TableTag and ColumnTag classes.

I imagine this could be so useful to many people as it's to me.

If you are interested, you can contact me to this e-mail and I will
gladly send the source codes of this little development to you.

Greetings from Chile

Juan Manuel Cabello.




-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFE6vThWMobslqhRlcRAiJTAJ4u0xy7vHa8VWTX2Xo4H8wleFyuyACfbAaL
1Odq+jJngkE3fnWO8rFfkxs=
=PPEX
-----END PGP SIGNATURE-----

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
displaytag-devel mailing list
displaytag-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to