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