Re: json-plugin and Annotations (OR, implementations of Result that DO not inherit from StrutsResultSupport)

2008-10-11 Thread Wes Wannemacher
On Sun, 2008-10-12 at 05:29 +0200, Alex Coles wrote: > Hi Wes, > > Thanks for your response! > > On Sun, Oct 12, 2008 at 5:15 AM, Wes Wannemacher <[EMAIL PROTECTED]> wrote: > > It's funny that you happened to ask this tonight, I am working on a JSON > > result with annotations as I am writing thi

Re: json-plugin and Annotations (OR, implementations of Result that DO not inherit from StrutsResultSupport)

2008-10-11 Thread Alex Coles
Hi Wes, Thanks for your response! On Sun, Oct 12, 2008 at 5:15 AM, Wes Wannemacher <[EMAIL PROTECTED]> wrote: > It's funny that you happened to ask this tonight, I am working on a JSON > result with annotations as I am writing this... > > First off, are you using a plugin to provide the annotatio

Re: json-plugin and Annotations (OR, implementations of Result that DO not inherit from StrutsResultSupport)

2008-10-11 Thread Wes Wannemacher
It's funny that you happened to ask this tonight, I am working on a JSON result with annotations as I am writing this... First off, are you using a plugin to provide the annotations? If so, which one. I am using struts-2.1.3-snapshot (which might make a difference) in conjunction with the conventi

json-plugin and Annotations (OR, implementations of Result that DO not inherit from StrutsResultSupport)

2008-10-11 Thread Alex Coles
Using Struts 2.1.2 and json-plugin 0.30. I've been having issues configuring the json-plugin while using the @Result annotations. @Action(name = "items-json") @Results({ @Result(name = ListItemsJsonAction.SUCCESS, type = JSONResult.class, value = "", params = { "root", "newsItems" } ) })

Re: devMode dead

2008-10-11 Thread Wendy Smoak
On Sat, Oct 11, 2008 at 2:15 PM, Martin Gainty <[EMAIL PROTECTED]> wrote: > > a really basic question..what does/is/will do devMode supposed to do? > I couldnt find any doc on this? http://struts.apache.org/2.0.11.2/docs/devmode.html -- Wendy

RE: devMode dead

2008-10-11 Thread Martin Gainty
a really basic question..what does/is/will do devMode supposed to do? I couldnt find any doc on this? Thanks, Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. Thi

Re: object backed data transfer in struts2

2008-10-11 Thread Lukasz Lenart
2008/10/11 aum strut <[EMAIL PROTECTED]>: > yes everything is there at its place.. > > still unable to figure it out the reason Could you show your code, action, jsp and config? Regards -- Lukasz http://www.lenart.org.pl/ - To

Re: object backed data transfer in struts2

2008-10-11 Thread aum strut
yes everything is there at its place.. still unable to figure it out the reason :( On Sat, Oct 11, 2008 at 11:00 PM, Lukasz Lenart < [EMAIL PROTECTED]> wrote: > > can anybody suggest me what is the likely cause of this exception.Thanks > in > > advanve > > Does AddressBean has default construct

Re: object backed data transfer in struts2

2008-10-11 Thread Lukasz Lenart
> can anybody suggest me what is the likely cause of this exception.Thanks in > advanve Does AddressBean has default constructor? And are you extending struts-default package in struts.xml? Regards -- Lukasz http://www.lenart.org.pl/

Re: devMode dead

2008-10-11 Thread Adam Hardy
Lukasz Lenart on 11/10/08 12:21, wrote: 2008/10/11 Adam Hardy <[EMAIL PROTECTED]>: Is anybody else having trouble with devMode not working? Certainly seems like I'm the only one and I can't find anything wrong with my setup. It's really slowing me down doing the i18n labels on my JSPs without s

object backed data transfer in struts2

2008-10-11 Thread aum strut
Hi all, i am developing an application in struts2 and trying to used object backed data transfer method in struts2 i have created a bean namely address where i have declared all the properties. Now i want that my struts2 intercepter will fill this beans by itself when it called,below is the code

[Struts 2] data problems

2008-10-11 Thread EM_1984
Hello, I recently developed a web application in Spring, now I'm trying to understand how to use Struts, I do not understand one thing: I have to create a class product that then have to call up pages in my presentation, in Spring created a bean called product and then set the properties (descrip

RE: Delivery Status Notification

2008-10-11 Thread Martin Gainty
comes from the struts documentation http://struts.apache.org/2.x/docs/tiles-plugin.html Include the struts-tiles-plugin as a dependency in your web application. If you are using maven2, the dependency configuration will be similar to: (example from pom.xml used to build the app) org.apache.str

Delivery Status Notification

2008-10-11 Thread Gianluca Musella
My web.sml seems ok, but the tomcat log trace this: 10-ott-2008 16.29.19 org.apache.catalina.core.StandardContext addApplicationListener INFO: The listener "org.apache.struts2.tiles.StrutsTilesListener" is already configured for this context. The duplicate definition has been ignored. Someone can

Re: devMode dead

2008-10-11 Thread Lukasz Lenart
2008/10/11 Adam Hardy <[EMAIL PROTECTED]>: > > Is anybody else having trouble with devMode not working? > > Certainly seems like I'm the only one and I can't find anything wrong with > my setup. It's really slowing me down doing the i18n labels on my JSPs > without struts doing a refresh on the pac

devMode dead

2008-10-11 Thread Adam Hardy
Is anybody else having trouble with devMode not working? Certainly seems like I'm the only one and I can't find anything wrong with my setup. It's really slowing me down doing the i18n labels on my JSPs without struts doing a refresh on the package.properties file. Looks like it's time to cr

Nested selects

2008-10-11 Thread Francisco Exposito
Hi, I have to create nested selects for 4 levels. My solution now is one page using 1 s:doubleselect and once selected the two options, going to the next page where I populate another s:doubleselect. It is really poor. Is there any way to populate the four select in the same page? I have s