[compound form bean] copy properties problem

2006-05-14 Thread Michal Ostruszka
Hi all, In my application I have an ActionForm which contains some simple properties of types: String, int, boolean, but also contains another bean, and indexed property (as follows) ChartForm: - String name; - SeriesBean[] series; - MarkerBean marker; All the properties in all beans have

Re: Help with Declarative Exceptions

2006-05-14 Thread Paul Benedict
I found my problem. I was treating "path" as if it was a forward. Too bad exceptions don't have those. --- Paul Benedict wrote: > Can someone tell me why this doesn't work? Is this a bug? > > Here's my setup: > 1) My controller is setup to treat input attributes as forwards. > > > 2) I have

Help with Declarative Exceptions

2006-05-14 Thread Paul Benedict
Can someone tell me why this doesn't work? Is this a bug? Here's my setup: 1) My controller is setup to treat input attributes as forwards. 2) I have a global exception which goes to my "inputError" path. 3) I have a global forward which is "inputError" 4) And "t

Re: how to deal with request attributes and validation?

2006-05-14 Thread dario
OK, thanks everybody for help! dario - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re:Tiles without Struts

2006-05-14 Thread Klaus O K
george.dinwiddie writes: >Standalone tiles may be downloaded at >http://cvs.apache.org/builds/jakarta-struts/nightly/sandbox/tiles-core/ >per the short FAQ at >http://struts.apache.org/struts-action/struts-tiles/faq.html I downloaded this. It contains no less than 7 nested dist folders, but no

Re: Conditional Statements (if/else) Using logic tag

2006-05-14 Thread J Gotsch
I guess my problem is larger than using an if/else statement. I figured how to do that, but I'm iterating over a List in the JSP, and want to be able to exit the loop whenever certain item exist. I don't suppose there's a way to do that, is there? My requirement in a nutshell: the List cou