Struts2 autowiring null properties???

2009-09-18 Thread nodje
I'm facing an issue with Struts 2.0.14 where it would automatically wire a new object instance for any null property. I wasn't aware of this feature and it really comes as a surprise. At first I wanted to disable it. It comes from Xwork InstantiatingNullHandler:104 -->Object param = createObject(c

Re: Struts2 autowiring null properties???

2009-09-21 Thread nodje
Hi, At the very least, it'd be very helpful if someone could at least tell me how to turn off this auto creation of null object!!! Coz that's a real pain to work with right now. I don't want to have new Hibernate entities cerated out of nowhere, ie out of control!! please help!

How to register an ActionEventListener implementation?

2009-09-24 Thread nodje
seem to be a good way to me but I don't know how to register this implementation with Struts2/Xwork. Any help or different point of view on how to handle printing stacktraces welcome!! cheers -nodje -- View this message in context: http://www.nabble.com/How-to-register-an-ActionEve

Re: WARNING: Could not find action or result There is no Action mapped for namespace / and action name . - [unknown location]

2009-09-27 Thread nodje
hi Ratheesh, were finally able to solve your problem? I'm just migrating form 2.0.14 to 2.1.6 and suddenly get the same error when trying to access the application default url /. thanks Ratheesh Kumar K wrote: > > hi, > > i have attached the configbrowser plugin and is not able to trace it.t

Re: WARNING: Could not find action or result There is no Action mapped for namespace / and action name . - [unknown location]

2009-09-27 Thread nodje
hi Ratheesh, were finally able to solve your problem? I'm just migrating form 2.0.14 to 2.1.6 and suddenly get the same error when trying to access the application default url /. thanks Ratheesh Kumar K wrote: > > hi, > > i have attached the configbrowser plugin and is not able to trace it.t

2.0.14 to 2.1.6: There is no Action mapped for namespace / and action name . - [unknown location]

2009-09-28 Thread nodje
as many, I'm facing this damned error. numerous post about this haven't been ale to solve my problem. I have been trying to migrate from 2.0.14 to 2.1.x in the past, but hard to revert to original version because of this. The application still works if I specify the welcome-file manually in the

Re: 2.0.14 to 2.1.6: There is no Action mapped for namespace / and action name . - [unknown location]

2009-09-28 Thread nodje
ilter.StrutsPrepareAndExecuteFilter struts2 *.action struts2 /struts/* nodje wrote: > > as many, I'm facing this damned error. > numerous post about this haven't been ale to solve my problem. > > I have been trying to migrate from 2

Struts2 - ajax support using Velocity

2008-01-16 Thread nodje
Is anyone using Velocity with Strut2 on a large application? With Ajax? Any experience sharing welcome :) cheers, --nodje -- View this message in context: http://www.nabble.com/Struts2---ajax-support-using-Velocity-tp14913548p14913548.html Sent from the Struts - User mailing list archive at

MIgration from 2.0.11.1 to 2.1.2 problem

2008-12-12 Thread nodje
Hi, I just migrated struts2 version form 2.0.11.1 to 2.1.2. Now when I access my application, I get a: There is no Action mapped for namespace / and action name . - [unknown location] at com.opensymphony.xwork2.DefaultActionProxy.prepare(DefaultActionProxy.java:178) at org.apache

Disabling i18n support on Struts1/Struts2

2008-12-15 Thread nodje
Is there a way to disable i18n support on respectively Struts1 and Struts2? cheers -nodje -- View this message in context: http://www.nabble.com/Disabling-i18n-support-on-Struts1-Struts2-tp21028365p21028365.html Sent from the Struts - User mailing list archive at Nabble.com

RE: Disabling i18n support on Struts1/Struts2

2008-12-16 Thread nodje
yone other than the intended recipient is prohibited. > If you have received this message in error, please notify the sender > immediately by return e-mail and securely discard this message. > > > -Original Message- > From: nodje [mailto:nodje...@gmail.com] > Sent

Turning freemarker logging off

2009-01-05 Thread nodje
reating new one; id=[template/css_xhtml/form.ftl[en_US,UTF-8,parsed] ] DEBUG [945512...@qtp0-2] cache.debug:81 | Compiling FreeMarker template template/css_xhtml/form.ftl[en_US,UTF-8,parsed] from jar:file:/Users/nodje/Documents/project/allence/alpha2/target/alpha2/WEB-INF/lib/struts2-core-2.1.

Struts 2.1.2 - Xwork 2.1.1 ParametersInterceptor ERROR

2009-01-06 Thread nodje
Hi, i'm getting this error: ERROR ParametersInterceptor.error:24 | ParametersInterceptor - [setParameters]: Unexpected Exception caught setting '{5543}_traineeNights' on 'class com.company.client.project.integrationstage.action.IntegrationStageOfAction: Error setting expression '{5543} _traineeN

Problem with Velocity Dependency

2008-06-18 Thread nodje
in your struts.properties as this seems to be caused by an attempt to load the default struts.velocity.toolboxlocation (empty in the default struts.properties)... obscure to me... but it works now, it may help someone. -nodje -- View this message in context: http://www.nabble.com/Prob

Inconsistent HTML escaping in textfield

2008-08-04 Thread nodje
I'm using struts2.0.11.1 with Velocity. In my #stextfield tags I'm trying to use é in the label and the tooltip. It gets transformed in é in the resulting web page. If I use the original é it doesn't work either and display an inconsistent character, and this with UTF-8 encoding as well as