struts2 query

2008-09-19 Thread Roopam Verma
Hi I would like to know that whether is it possible to replace package.properties file data into a database or can we read resource messages from database instead of properties file in struts2??? If yes, How??? Thanks & Regards Roopam Verma Software Engineer ISTS Infotech Solu

Re: struts2 query

2008-09-19 Thread Philip Luppens
On Fri, Sep 19, 2008 at 9:31 AM, Roopam Verma <[EMAIL PROTECTED]> wrote: > Hi > > > > I would like to know that whether is it possible to replace > package.properties file data into a database or can we read resource > messages from database instead of properties file in struts2??? If yes, > How??

Some debug info in XWorkMethodAccessor.java

2008-09-19 Thread Gabriel Belingueres
Hi, In case anybody is interested, I added some debug information to the XWorkMethodAccessor.java file, that logs when an OGNL expression in throwing an exception. I used it to debug an action method like: public boolean someTest() { } In my JSP file had: but the test was always returnin

Re: Some debug info in XWorkMethodAccessor.java

2008-09-19 Thread Musachy Barroso
a patch would be nice ;) On Fri, Sep 19, 2008 at 3:39 PM, Gabriel Belingueres <[EMAIL PROTECTED]>wrote: > Hi, > > In case anybody is interested, I added some debug information to the > XWorkMethodAccessor.java file, that logs when an OGNL expression in > throwing an exception. > > I used it to de

Re: Some debug info in XWorkMethodAccessor.java

2008-09-19 Thread Gabriel Belingueres
Patch attached to an XWork issue here: http://jira.opensymphony.com/browse/XW-659 2008/9/19 Musachy Barroso <[EMAIL PROTECTED]>: > a patch would be nice ;) > > On Fri, Sep 19, 2008 at 3:39 PM, Gabriel Belingueres > <[EMAIL PROTECTED]>wrote: > >> Hi, >> >> In case anybody is interested, I added so

Re: Some debug info in XWorkMethodAccessor.java

2008-09-19 Thread Musachy Barroso
Thanks On Fri, Sep 19, 2008 at 4:01 PM, Gabriel Belingueres <[EMAIL PROTECTED]>wrote: > Patch attached to an XWork issue here: > > http://jira.opensymphony.com/browse/XW-659 > > 2008/9/19 Musachy Barroso <[EMAIL PROTECTED]>: > > a patch would be nice ;) > > > > On Fri, Sep 19, 2008 at 3:39 PM, Ga