[Display Tag] Now we're talking...
We're starting to get some real activity over on the display tag library project. I have to admit, I've done nothing - which is why it's even cooler that other folks are. Mathias joined the team and went on a rampage squashing bugs and formatting code. Then along came a guy named Fabrizio (no blog) who re-wrote the whole thing ~ demo. Even better - it's XHTML and CSS compliant.
There's even an editable table prototype being looked at. John York (no blog) has also done a lot in re-writing the library, and has his own version that I'm hoping to post soon. Nice work gents!
...This is what you meant to link to, right?
Posted by Paul Rivers on June 18, 2003 at 01:43 AM MDT #
Posted by Matt Raible on June 18, 2003 at 02:29 AM MDT #
Posted by Ramesh M on June 18, 2003 at 03:38 AM MDT #
This is a simple bug in demo (index.jsp) page. If you change the following line from
to
the above mentioned bug will be resolved. The JSP code (the scriplet at the top of index.jsp) is there for the demo purposes only. A seasoned developer would put such logic in a controller/model class and handle exceptions gracefully :-)
Tolga
Posted by Tolga on June 18, 2003 at 05:08 AM MDT #
Posted by Guus on June 18, 2003 at 09:22 AM MDT #
Posted by Vineet Bhatia on June 18, 2003 at 05:33 PM MDT #
Posted by Matt Raible on June 18, 2003 at 05:51 PM MDT #
Posted by Michael Baedorf on June 24, 2003 at 08:30 AM MDT #
Posted by Matt Raible on June 24, 2003 at 10:39 AM MDT #
Posted by Jason Meredith on June 24, 2003 at 10:41 AM MDT #
Make sure that commons-beanutils is in your class path (i.e. under WEB-INF/lib directory.
See http://sourceforge.net/forum/message.php?msg_id=2063408 for more details
Posted by Tolga on June 25, 2003 at 06:42 PM MDT #