Re: Struts 2.1.2 - Xwork 2.1.1 ParametersInterceptor ERROR

2009-01-07 Thread Musachy Barroso
g.String;@d1f2da5' > ognl.ExpressionSyntaxException: Malformed OGNL expression: {5543} > _traineeKmNumbers [ognl.ParseException: Encountered "_traineeKmNumbers" at > line 1, column 7. > > Is the usage of curly braces in parameters name a problem? > > cheers > >

Struts 2.1.2 - Xwork 2.1.1 ParametersInterceptor ERROR

2009-01-06 Thread nodje
s name a problem? cheers -- View this message in context: http://www.nabble.com/Struts-2.1.2---Xwork-2.1.1-ParametersInterceptor-ERROR-tp21325653p21325653.html Sent from the Struts - User mailing list archive at Nabble.com. -

Re: [S2] ParametersInterceptor: Error setting expression

2008-02-05 Thread Jeromy Evans
The referenced tutorial looks fine. I'd remove the interceptor first and ensure everything works without it. (confirm that you can post to the index action) Then add the login and see if that causes the exception. I'd probably insert the login interceptor before the param interceptor myself a

Re: [S2] ParametersInterceptor: Error setting expression

2008-02-05 Thread Nuwan Chandrasoma
Hi, struts-default.xml Thanks, Nuwan hezjing wrote: Actually, I'm following the tutorial described at http://www.vitarara.org/cms/struts_2_cookbook/creating_a_login_interceptor. May I know which file that is showing the Struts2 default interceptor stack? Thanks for your help! On 2/5/08, J

Re: [S2] ParametersInterceptor: Error setting expression

2008-02-05 Thread hezjing
Actually, I'm following the tutorial described at http://www.vitarara.org/cms/struts_2_cookbook/creating_a_login_interceptor. May I know which file that is showing the Struts2 default interceptor stack? Thanks for your help! On 2/5/08, Jeromy Evans <[EMAIL PROTECTED]> wrote: > That looks fine.

Re: [S2] ParametersInterceptor: Error setting expression

2008-02-04 Thread Jeromy Evans
That looks fine. Do you have an action called index in the default namespace? It's calling ActionSupport which is the default/fallback action under some circumstances. You may need to go back to the default interceptor stack to isolate what's wrong. Or post the package from struts.xml here.

Re: [S2] ParametersInterceptor: Error setting expression

2008-02-04 Thread hezjing
Hmmm ... my login.jsp now looks like this, When the login button is pressed, the following exceptions are shown in the console, com.opensymphony.xwork2.interceptor.ParametersInterceptor setParameters SEVERE: ParametersInterceptor - [setParameters]: Unexpected Exception caught setting

Re: [S2] ParametersInterceptor: Error setting expression

2008-02-04 Thread Jeromy Evans
It depends what your interceptor is trying to do... At the moment, I still think params is trying to call getButton().setLogin(val) on your ACTION (prior to execution of your login interceptor). I presume your interceptor is going to check the params or session and redirect if not authenticated

Re: [S2] ParametersInterceptor: Error setting expression

2008-02-04 Thread hezjing
The "button.login" is a key in i18n properties file, and it is suppose to retrieve the label for a button. I suspect this problem could be the interceptor statck I configured, // my interceptor

Re: [S2] ParametersInterceptor: Error setting expression

2008-02-04 Thread Jeromy Evans
A param called "button.login" means the ParametersInterceptor has to call getButton().setLogin(val). If you don't have a getButton() method, or getButton() returns null, an exception like this occurs while trying to set the parameter. hezjing wrote: Hi I'm trying to create a login interce

[S2] ParametersInterceptor: Error setting expression

2008-02-04 Thread hezjing
Hi I'm trying to create a login interceptor. When a login form is submitted, I got the following exception: com.opensymphony.xwork2.interceptor.ParametersInterceptor setParameters SEVERE: ParametersInterceptor - [setParameters]: Unexpected Exception caught setting 'button.login' on 'class com.op

Re: Gets ParametersInterceptor error when trying to set values in a list, eg. tmpList[0].name

2007-06-17 Thread Musachy Barroso
http-8383-Processor22] >> ParametersInterceptor - [setParameters]: Unexpected Exception caught >> setting >> 'existingProductOfferings[0].productOffering.name' on 'class >> com.teliasonera.serf.web.serviceprovider.AgreementAction: Error setting >> expression 'existingProductOfferings[0].productOffering.name'

Re: Gets ParametersInterceptor error when trying to set values in a list, eg. tmpList[0].name

2007-06-17 Thread kris16
name' on 'class >> com.teliasonera.serf.web.serviceprovider.AgreementAction: Error setting >> expression 'existingProductOfferings[0].productOffering.name' with value >> '[Ljava.lang.String;@14ae5cd' >> >>

Re: Gets ParametersInterceptor error when trying to set values in a list, eg. tmpList[0].name

2007-06-15 Thread Adam Ruggles
Try adding a conversions.properties file to your action. kris16 wrote: Hi, we have problems with setting HIDDEN values in an array list on a web page. The problem code in the jsp page looks like this: The problem seems to be that the object that are to be set is a list,

Gets ParametersInterceptor error when trying to set values in a list, eg. tmpList[0].name

2007-06-15 Thread kris16
@14ae5cd' Is this a bug in the new libraries ? /Regards Krister -- View this message in context: http://www.nabble.com/Gets-ParametersInterceptor-error-when-trying-to-set-values-in-a-list%2C-eg.-tmpList-0-.name-tf3927728.html#a1

Re: [S2] ParametersInterceptor Error

2007-03-05 Thread sfali
; >> Any Idea what is going wrong? and how to fix it. I am using Struts 2.0.6. >> >> Thanks in advance. >> >> >> Regards >> >> >> Syed Ali >> >> -- >> View this message in context: >> http://www.nabble.com/ParametersInterceptor-Error-tf3351

Re: ParametersInterceptor Error

2007-03-05 Thread Dariusz Wojtas
s]: Unexpected Exception catched: Error setting expression 'field1' with value '[Ljava.lang.String;@1d15d1c'. Any Idea what is going wrong? and how to fix it. I am using Struts 2.0.6. Thanks in advance. Regards Syed Ali -- View this message in context: http://www.nabble.co

ParametersInterceptor Error

2007-03-05 Thread sfali
to fix it. I am using Struts 2.0.6. Thanks in advance. Regards Syed Ali -- View this message in context: http://www.nabble.com/ParametersInterceptor-Error-tf3351790.html#a9320764 Sent from the Struts - User mailing list archive at Nabble.com. --

ParametersInterceptor Error

2007-03-05 Thread sfali
to fix it. I am using Struts 2.0.6. Thanks in advance. Regards Syed Ali -- View this message in context: http://www.nabble.com/ParametersInterceptor-Error-tf3351752.html#a9320645 Sent from the Struts - User mailing list archive at Nabble.com.

ParametersInterceptor Error

2007-03-05 Thread sfali
to fix it. I am using Struts 2.0.6. Thanks in advance. Regards Syed Ali -- View this message in context: http://www.nabble.com/ParametersInterceptor-Error-tf3351751.html#a9320642 Sent from the Struts - User mailing list archive at Nabble.com.