Re: REST in Struts 2 Web Applications

2012-02-09 Thread Łukasz Lenart
2012/2/9 developer researcher : > 1. both normal action and restful action in the same web application. Define struts.rest.namespace as mentioned in the docs > 2. The URL structure for resources must be: > - /list/ ==> show a list of resoruces in json format > - /list/{id} ==> show the resource i

REST in Struts 2 Web Applications

2012-02-09 Thread developer researcher
Hello, I am using Struts2 2.3.1. I am evaluating the rest plugin and I have the next requirements: 1. both normal action and restful action in the same web application. 2. The URL structure for resources must be: - /list/ ==> show a list of resoruces in json format - /list/{id} ==> show

Re: How to reterive table row value in Struts2 action ( From JSP To Struts Action )

2012-02-09 Thread Dave Newton
You don't need a list of the items, you need a list of IDs to delete. You can either make the checkboxes all have the same name and create a List setter, or use map notation and use the ID as the key. In the delete action pass those IDs to your delete service/DAO. Dave On Wed, Feb 8, 2012 at 3:3

How to reterive table row value in Struts2 action ( From JSP To Struts Action )

2012-02-09 Thread Matt
I am kind of new to Struts2 , please help me with the below scenario . Here is the scenario. First search action is invoked. So here is the place where I can have ArrayList called as the "listOfDtos" with getters and setters. When this search action is executed listOfDtos is populated and the se

Struts 1 JDO

2012-02-09 Thread cpanon
Hello Yes I know I should upgrade, but just want to get this out of development and the models proven. Struts 1 has one instance of the server-side action.  I am using, the old and very reliable/sufficient, Solarmetric/BEA JDO implementation.  How does the server TC6 handle multiple simultaneous

Re: struts2 jquery plugin requirements

2012-02-09 Thread Johannes Geppert
You need Struts2 Version 2.1.x or higher. Best Regards Johannes - web: http://www.jgeppert.com twitter: http://twitter.com/jogep -- View this message in context: http://struts.1045723.n5.nabble.com/struts2-jquery-plugin-requirements-tp5469048p5470213.html Sent from the Struts - User mailing

Struts2 doubleselect

2012-02-09 Thread ReshmiAneesh
HI all, I have a doubleselect tag,in which one contains user and other contains system which particular user had. All the values are populating from Database. Will you provide a sample code for doubleselect with values populating from database. Thanks in advance ReshmiAneesh -- View this messag

struts2 jquery plugin requirements

2012-02-09 Thread Josep García
Hi, Does anyone know which minimum struts2 version can I use for the struts2 jquery plugin? http://code.google.com/p/struts2-jquery Cheers, Josep