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
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??
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
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
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
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