Re: Struts 2 Type conversion

2009-03-25 Thread mahanare
kind of got a fix. here is my jsp content. mahanare wrote

Re: did any one sussesfully able to use org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter

2009-03-25 Thread mahanare
FYI, here is my web.xml we use spring with struts 2. define all beans in spring context and map them in struts2.xml (instead of the class="<>" we give class="<>" http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http

Re: Pagination with struts 2.x

2009-03-25 Thread mahanare
wrote: > > One very popular option is DisplayTag (http://www.displaytag.org/). > (*Chris*) > > On Wed, Mar 18, 2009 at 11:08 PM, mahanare wrote: > >> >> Hi, >> >> What is the best approach to display database table content page wise >> using

Struts 2 Type conversion

2009-03-25 Thread mahanare
Hi, I need help in resolving type conversion issue in struts 2. Here is my problem definition. I have a structs 2 action class called AuditTrailAction. Here is the class definition. It contains a List I have given my AuditView bean definition below. Action contains a List which intern contains

Pagination with struts 2.x

2009-03-18 Thread mahanare
Hi, What is the best approach to display database table content page wise using struts 2? We used display tag few years back, but there seems another taglib pager taglib. Is pager tag lib a better option or is there any inherent support in struts 2 for paging? Thanks harinath -- View this m

Problem with convention plugin, trying to load a spring bean as a class object

2009-03-05 Thread mahanare
Hi, We are facing a problem in a struts2 rest (2.1.6) application. We have configured spring and spring configuration contains the bean definitions for all rest action classes, While it seem to work, we have the following problem: When the rest service action class returns something, it is som

Struts2 rest plugin, spring integration

2009-03-04 Thread mahanare
Hi, Is there any specific set of instructions to be followed to do the spring integration with struts2 rest plugin? Please do let me know. -- View this message in context: http://www.nabble.com/Struts2-rest-plugin%2C-spring-integration-tp22346177p22346177.html Sent from the Struts - User mail

Struts2 rest plugin - making default response to xml

2009-03-04 Thread mahanare
Hi, I am wondering if it is possible to use default response of the rest action using rest plugin to xml? instead of http://<>/orders.xml if i can make it http://<>/orders as the action for a POST method in a form submssion and the response should be xml. Essentially i do not want to have any J

Re: Struts2 rest plugin :struts.convention.action.*, possible values

2009-02-20 Thread mahanare
Thanks > These values, as well as the rest, are documented on the convention > plugin page: > > http://struts.apache.org/2.x/docs/convention-plugin.html#ConventionPlugin-Configurationreference > > Dave > > > -- View this message in context: http://www.nabble.com/Struts2-rest-plugin-%3A

Struts2 rest plugin :struts.convention.action.*, possible values

2009-02-19 Thread mahanare
Hi, I would like to know where can i get all possible values for structs constants? i am evaluating struts 2 rest plugin and want to have some custom handlers. I would like to know where can i get information on this. I am trying to figure out this from source code of rest plugin and str