Re: Inline editable grid view for use with struts 2?

2010-02-02 Thread Johannes Geppert
Hello, the struts2-jquery plugin provides a grid tag based on jqGrid with inline editing and cell editing. Take a look at the showcases there are severals samples. http://code.google.com/p/struts2-jquery/ Best Regards Johannes Geppert Jim Talbut-2 wrote: > > Hi, > > I need an inline editab

RE: New Struts2/Hibernate/Spring tutorial

2010-02-02 Thread Hulbert Chris
Thanks for the kind words, I've updated the sitemesh decorator to use JSTL instead of scriptlets now and it does indeed look neater. Updated project files here: http://splinter.com.au/blog/wp-content/uploads/javastrutshibernatetutori al.zip And updated tutorial here: http://www.scribd.com/doc/25244

RE: New Struts2/Hibernate/Spring tutorial

2010-02-02 Thread Kawczynski, David
I don't think it is wise to instruct newbies to use scriptles, especially in SiteMesh decorators. The decorator.xml file should instruct SiteMesh to use different decorators for different paths. Newbies need to get started off on the right foot, and not with bad practices. Other then that it's pr

RE: Inline editable grid view for use with struts 2?

2010-02-02 Thread Paul Zepernick
Hi Jim, We have used the jqGrid plugin for Jquery. We have not used the inline editing, but I know it is supported. It has worked very well for us. Here is a link to the Demo. http://www.trirand.net/demophp.aspx Regards, Paul -Original Message- From: Jim Talbut [mailto:jim.tal...@

Inline editable grid view for use with struts 2?

2010-02-02 Thread Jim Talbut
Hi, I need an inline editable grid view that will be used in a struts 2 application. It'll be used to collect multiple rows of child data when adding a single parent row. Does anyone have any recommendations? Thanks Jim