Can you show your action? Looks like a issue with setters

2014-06-14 14:57 GMT+02:00 NIJO GEORGE <nijo...@gmail.com>:
>  <s:hidden value="%{#qa.questionid}" name="mQuestionid" id="qid" />
>  <s:hidden value="%{#qa.answerid}" name="mAnswerid" id="aid" />
>
> 17:58:54,084 ERROR
> [com.opensymphony.xwork2.interceptor.ParametersInterceptor]
> (http--127.0.0.1-8080-6) Developer Notification (set struts.devMode to false
> to disable this message):
> Unexpected Exception caught setting 'mAnswerid' on 'class
> com.dieutek.examsoft.question.CreateQuestionAction: Error setting expression
> 'mAnswerid' with value ['26', ]
>
> 17:58:54,085 ERROR
> [com.opensymphony.xwork2.interceptor.ParametersInterceptor]
> (http--127.0.0.1-8080-6) Developer Notification (set struts.devMode to false
> to disable this message):
> Unexpected Exception caught setting 'mQuestionid' on 'class
> com.dieutek.examsoft.question.CreateQuestionAction: Error setting expression
> 'mQuestionid' with value ['3402', ]
>
>
> I'm Getting the above error while getting value from two Hidden Fields into
> a form Action. I have also tried these two fields with textfield too. But
> Getting the same error.
> I'm not using any Model driven Interface in my action. How i should proceed
> with this?
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to