Re: Find best open source

2010-06-15 Thread ManiKanta G
Hi, Good initiative though :) ManiKanta G twitter.com/ManiKantaG On Sat, Jun 12, 2010 at 4:28 PM, findbestopensource findbestopensou...@gmail.com wrote: Thanks for your feedback. Regards Aditya www.findbestopensource.com On Fri, Jun 11, 2010 at 10:59 PM, john feng johngf...@gmail.com

Re: [s2] broken documentation in web site

2010-06-15 Thread hernan gonzalez
More than 40 days passed, and still broken. http://struts.apache.org/2.1.8.1/docs/tag-reference.html http://struts.apache.org/2.1.8.1/docs/tag-reference.htmlThis is getting depressing, it makes Struts2 look as an dying project. Hernán

Re: [s2] broken documentation in web site

2010-06-15 Thread Lukasz Lenart
2010/6/15 hernan gonzalez hgonza...@gmail.com: More than 40 days passed, and still broken. http://struts.apache.org/2.1.8.1/docs/tag-reference.html This is getting depressing, it makes Struts2 look as an dying project. The problem isn't with Struts itself but with Confluence Autoexport plugin

Re: CRUD for a set of persistent entities?

2010-06-15 Thread Jan T. Kim
On Thu, Jun 10, 2010 at 07:47:13PM +0100, Ken wrote: On Thu, 2010-06-10 at 17:38 +0100, Jan T. Kim wrote: Dear List, is there any technique / package / whatever to set up some basic CRUD functionality for a group of persistent classes? The idea I have is similar to that of a web

Re: [s2] broken documentation in web site

2010-06-15 Thread Greg Lindholm
I've whined about this several times and nobody seems to care enough about it to fix it. So maybe it is a dying project. Blaming Confluence doesn't actually help the situation if no one is working with Confluence to fix it. If the 2.1.8 version of the docs is working then why isn't it hooked

Re: [s2] broken documentation in web site

2010-06-15 Thread Lukasz Lenart
2010/6/15 Greg Lindholm greg.lindh...@gmail.com: I've whined about this several times and nobody seems to care enough about it to fix it.  So maybe it is a dying project. Any help is appreciated, so feel free to propose a solution... Blaming Confluence doesn't actually help the situation if

Factoring out URL and link generation

2010-06-15 Thread Jan T. Kim
Hi All, the basic way to produce a link using struts seems to be to use the s:url and s:a tags, e.g. to produce a link to a person you might use something like s:url var=personurl action=showperson s:param name=personId value=%{id}/ /s:url s:a href=%{personurl}s:property

Re: Factoring out URL and link generation

2010-06-15 Thread Cimballi
Hi Jan, One solution could be to externalize the URL generation in a JSP fragment and set a variable containing the resulting URL. Then, in your JSP you call the variable to output the URL. Cimballi On Tue, Jun 15, 2010 at 1:05 PM, Jan T. Kim j@uea.ac.uk wrote: Hi All, the basic way to