Re: [S2] OgnlValueStack Error setting expression warnings after upgrade from struts 2 to struts 2.1.7

2009-08-02 Thread Burton Rhodes
Well... I ended up limiting log level on the object "com.opensymphony.xwork2.ObjectFactory". This seemed to do the trick. Not sure if that's the "right" solution though. On Sun, Aug 2, 2009 at 10:40 AM, Dave Newton wrote: > Martin Gainty wrote: >> >> a genuine bug..the prob is trying to hunt dow

Re: New to Struts, a Question

2009-08-02 Thread Dave Newton
Dennis Atkinson wrote: I have a follow-up question about this subject (redirecting to an Action class rather than a jsp file). When I do the redirect, and the target is an Action class with validated input fields, when the screen is initially shown, I get "... field is required" messages on ever

Re: Default-class-ref for Convention plugin?

2009-08-02 Thread Dave Newton
Tom Terrace wrote: Damn, double post - I thought the other mail didn't get sent Dave, thanks I will take a look at that It ended up in the moderation bin for whatever reason, so I approved it--no worries :) Dave - To un

Re: Default-class-ref for Convention plugin?

2009-08-02 Thread Tom Terrace
Damn, double post - I thought the other mail didn't get sent Dave, thanks I will take a look at that -Tom On Sun, Aug 2, 2009 at 2:57 PM, Dave Newton wrote: > Tom Terrace wrote: > >> Hi everyone,In my app I use a base action class to define some simple >> helper >> methods which are used th

Re: New to Struts, a Question

2009-08-02 Thread Dennis Atkinson
I have a follow-up question about this subject (redirecting to an Action class rather than a jsp file). When I do the redirect, and the target is an Action class with validated input fields, when the screen is initially shown, I get "... field is required" messages on everything. Apparently th

Default-class-ref for Convention plugin?

2009-08-02 Thread Thomas Terrace
Hi everyone,In my app I use a base action class to define some simple helper methods which are used throughout my jsps (i.e. getCurrentTime(), getCurrentUser(), etc.). Before switching to the Convention plugin, I used to ensure that these methods were available for all my "actionless" jsps. With

Re: Default-class-ref for Convention plugin?

2009-08-02 Thread Dave Newton
Tom Terrace wrote: Hi everyone,In my app I use a base action class to define some simple helper methods which are used throughout my jsps (i.e. getCurrentTime(), getCurrentUser(), etc.). Before switching to the Convention plugin, I used to ensure that these methods were available for all my "ac

Default-class-ref for Convention plugin?

2009-08-02 Thread Tom Terrace
Hi everyone,In my app I use a base action class to define some simple helper methods which are used throughout my jsps (i.e. getCurrentTime(), getCurrentUser(), etc.). Before switching to the Convention plugin, I used to ensure that these methods were available for all my "actionless" jsps. With

RE: Wildcard mappings with subdirectories / folders?

2009-08-02 Thread Itamar
Hello Martin Gainty, I am beginner in Struts 2 and Maven. Can I send you my project to see? Great Itamar Nunes itamar...@gmail.com did you notice the diff between /WEB-INF/jsp/coconut/and /WEB-INF/jsp/public can you post your struts<-default>.xml ? Martin Gainty -- View this message in con

RE: Wildcard mappings with subdirectories / folders?

2009-08-02 Thread Martin Gainty
did you notice the diff between /WEB-INF/jsp/coconut/and /WEB-INF/jsp/public can you post your struts<-default>.xml ? Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten S

Re: [S2] OgnlValueStack Error setting expression warnings after upgrade from struts 2 to struts 2.1.7

2009-08-02 Thread Dave Newton
Martin Gainty wrote: a genuine bug..the prob is trying to hunt down the file as it seems to have disappeared notice the disconnect between com.opensymphony.xwork2.ognl classes and ognl.ObjectPropertyAccessor; here is 2.1.4 xwork class that actually references the non-existent base class /***

RE: [S2] OgnlValueStack Error setting expression warnings after upgrade from struts 2 to struts 2.1.7

2009-08-02 Thread Martin Gainty
a genuine bug..the prob is trying to hunt down the file as it seems to have disappeared notice the disconnect between com.opensymphony.xwork2.ognl classes and ognl.ObjectPropertyAccessor; here is 2.1.4 xwork class that actually references the non-existent base class /*** @author Gabe */ public

Re: [S2] OgnlValueStack Error setting expression warnings after upgrade from struts 2 to struts 2.1.7

2009-08-02 Thread Burton Rhodes
Good eye (damn you drunk fingers) however, even with correct spelling the errors are still logged. Could a different package/class be throwing the error? On Sat, Aug 1, 2009 at 8:57 PM, Dave Newton wrote: > Burton Rhodes wrote: >> >> Not trying to hijack this thread, but I am from the latter