My task is:
1. Action PrepareLawDraft has private field LawDraft lawDraft ; it has
public getter and setter.
This action fills LawDraft object fields.

2.On ActionSupport.SUCCESS  I go to processlaw.jsp
On this jsp I want to output some fields of LawDraft and allow user to
modify 

3.Then user presses button "save" and I store LawDraft instance.

Problem:
On the step# 2 I can't access object LawDraft. I get this error:
javax.servlet.ServletException:
freemarker/ext/servlet/HttpRequestParametersHashModel.<init>(Ljavax/servlet/http/HttpServletRequest;)V

On jsp use this code:
<s:form action="#" method="post">
    <s:submit value="Сохранить" name="submit"/>
</s:form>

I even don't try to access to LawDraft, I've put away that code, just empty
STRUTS2 tags. What does it mean? 
Please, help, Google doesn't give me any suggestions.
I use WebSphere Application Server 6.1

-- 
View this message in context: 
http://www.nabble.com/Can%27t-access-bean-from-jsp-tp18489742p18489742.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to