Re: Can't access bean from jsp

2008-07-17 Thread holod
Finally, I found a error. I've got freemaker.jar and freemaker-2.x.x.jar in classpath. freemaker.jar is used by other app, freemaker-2.x.x is used by struts2 app. So, the first freemaker.jar was on duty to provide classes. Now, I've removed ald version of freemaker, and this terrible exception gon

Re: Can't access bean from jsp

2008-07-17 Thread Lukasz Lenart
> I've fixed that already, the same exception. Seems like i've understood the > problem: I don't have jars which work with struts tags. That it looks like, missing constructor HttpRequestParametersHashModel(HttpServletRequest) Regards -- Lukasz http://www.lenart.org.pl/ ---

Re: Can't access bean from jsp

2008-07-17 Thread holod
Lukasz Lenart wrote: > >> name of the action in struts.xml, so you should put # in there. > > It should be: > you shouldn't put # in there. > > > Regards > -- > Lukasz > http://www.lenart.org.pl/ > > - > To unsubscribe, e-

Re: Can't access bean from jsp

2008-07-17 Thread Lukasz Lenart
> name of the action in struts.xml, so you should put # in there. It should be: you shouldn't put # in there. Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-m

Re: Can't access bean from jsp

2008-07-17 Thread holod
Stacktrace: [17.07.08 11:20:18:239 MSD] 0066 SystemOut O #PrepareLawDraftAction RESULT = success [17.07.08 11:20:18:255 MSD] 0066 ServletWrappe E SRVE0068E: Необрабатываемая исключительная ситуация сгенерирована в одном из служебных методов сервлета: /admin/processlaw2.jsp. Исключит

Re: Can't access bean from jsp

2008-07-17 Thread Lukasz Lenart
Sorry, but I can't read it, could you just send it as simple text? Regards -- Lukasz http://www.lenart.org.pl/ 2008/7/17 holod <[EMAIL PROTECTED]>: > > My struts.xml: >    class="lol.action.admin.StoreLawAction"> >     name="success">/admin/proce

Re: Can't access bean from jsp

2008-07-17 Thread holod
My struts.xml:        /admin/processlaw.jsp   /admin/processlaw.jsp         Re: Can't access bean from jsp
> action is not the action attribute for particular form, but it's the name of the action in struts.xml, so you should put # in there. Could you post the whole stack trace? Regards -- Lukasz http://www.lenart.org.pl/ - To un

Can't access bean from jsp

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 pre