NYC: DisplayTag and Struts Menu
At the NYC Conference, I'm going to be talking about The Display Tag and Struts Menu. I figure the best presentations are ones that cover new features or introduce something new. So I'm hoping to add the following features to the two libraries in the next month. Please let me know if there are other's you'd really like to see - or ones that'd make the audience go *wow*.
DisplayTag: I'd like to add this pagination enhancement so you can get easy interaction between the records displayed and the records fetched. I'd also like to see sorting by property, not be contents. Lastly, I hope to add an example that does CRUD on a table using JSTL and simple checkbox and input fields.
Struts Menu: A lot of users are interested in seeing a menu that's created from a database table. This shouldn't be too difficult because examples are out there. I was also thinking of adding support for the Joust Outliner, but it doesn't look like it's still developer or actively used. If there's interest, I'll add it.
If you think I'm blogging a lot today (don't you work Raible?), it's because I'm on babysitting duty. Abbie is sick with a fever and Julie had to go to work - so my work day starts when she gets home. I've got the little one tied up with a little Winnie the Pooh action right now...
Later: The DHTML Kitchen has some nice menus, but they're not free. Anyone know of open source menus like these?
Posted by Ed Hill on February 24, 2004 at 09:54 PM MST #
Posted by Unknown on February 24, 2004 at 09:54 PM MST #
Posted by Matt Raible on February 24, 2004 at 10:08 PM MST #
Posted by Patrick Lightbody on February 24, 2004 at 10:19 PM MST #
Patrick - if I understand you correctly, you don't want to use your proposed API for <em>displaying</em> results, but rather to do the sorting/paging processing?
Posted by Matt Raible on February 24, 2004 at 10:30 PM MST #
The application I'm working on at the moment needs to retrieve lots of collections with thousands of records. And when the application has hundreds of sessions at the same time, the memory usage becomes pretty high.
We were thinking of adding the capability to pass the collections from request to request as necessary , but due to time limitation, we ended up adding paging capability to avoid thousands of records within a collection.
Anyway, I was going to post this to the mailing list, however, since no one responded to my last question (http://sourceforge.net/mailarchive/forum.php?thread_id=3791040&forum_id=28703), I thought mentioning the question here might be relevant since you mention about stuffing collection into session.
Posted by Harod Ruthgar on February 24, 2004 at 11:05 PM MST #
Posted by stone0660 on February 25, 2004 at 08:24 AM MST #
Posted by Steven Citron-Pousty on February 25, 2004 at 11:43 AM MST #
Posted by Carl Fyffe on February 25, 2004 at 03:42 PM MST #
Carl - I'm not speaking at any No Fluff Just Stuff events - rather Rick Hightower is. Why? Because he was invited and I wasn't. ;-)
I do plan on helping Rick with his presentation, and hopefully it'll become a part of the standard AppFuse documentation.
Posted by Matt Raible on February 25, 2004 at 03:52 PM MST #
Posted by Patrick Lightbody on February 25, 2004 at 04:08 PM MST #
Posted by Carl Fyffe on February 25, 2004 at 04:08 PM MST #
Posted by Steven Citron-Pousty on February 26, 2004 at 02:37 AM MST #
Posted by Sam Newman on February 26, 2004 at 11:40 AM MST #
Posted by Roshan Shrestha on February 23, 2005 at 08:24 PM MST #
Posted by Alex Qiu on March 15, 2005 at 08:27 AM MST #
Posted by Joshua on May 03, 2005 at 10:07 AM MDT #
Posted by Deen on May 13, 2005 at 04:08 PM MDT #
Posted by Deen on May 16, 2005 at 05:11 PM MDT #
Posted by Bib on July 17, 2005 at 07:25 AM MDT #
Posted by Suresh on February 22, 2006 at 05:54 AM MST #
Posted by virgie on March 30, 2006 at 12:04 AM MST #
Posted by 196.203.50.3 on April 19, 2006 at 02:13 PM MDT #
Posted by eee on April 30, 2006 at 11:30 PM MDT #
Posted by Gaurav on June 13, 2006 at 12:46 PM MDT #
Posted by Sandeep Wagh on November 03, 2006 at 10:22 AM MST #
We are using displaytag, and displaying dynamic columns, but some how "title" is not binding the bean values. Anyone knows how to display dynamically title from bean.
---------------------------------------
<filter-mapping> <filter-name>ResponseOverrideFilter</filter-name> <url-pattern>*.do</url-pattern> </filter-mapping> <filter-mapping> <filter-name>ResponseOverrideFilter</filter-name> <url-pattern>*.jsp</url-pattern> </filter-mapping> ----------------------------------
=============================================
JSP: Display2Tile.jsp
...
Last Time Table Refreshed: <c:out value="${today}"/>
***....
..... ....
----------------------
for new tile (Display2Action go to new Tile and ..)
Posted by Limun on November 20, 2006 at 10:23 AM MST #
Posted by kyoune on May 15, 2007 at 06:05 AM MDT #
Posted by Romita on March 17, 2008 at 06:10 AM MDT #
Posted by jyoti on May 08, 2008 at 11:06 AM MDT #
Posted by jyoti on May 08, 2008 at 11:07 AM MDT #
Posted by smita on October 26, 2009 at 09:38 AM MDT #