Accessing ActionForm from JSP

2007-08-01 Thread Oleg Konovalov
Hi, How can I access an ActionForm from my JSP in Struts 1.2-1.3 ? Thank you, Oleg.

Re: Accessing ActionForm from JSP

2007-08-01 Thread Aram Mkhitaryan
Try this ${actionFormName.propertyName} Best, Aram Aram Mkhitaryan 52, 25 Lvovyan, Yerevan 375000, Armenia Mobile: +374 91 518456 E-mail: [EMAIL PROTECTED]

Re: Accessing ActionForm from JSP

2007-08-02 Thread Yoge
pageContext.findAttribute() will return the ActionForm instance . On 8/2/07, Oleg Konovalov <[EMAIL PROTECTED]> wrote: > > Hi, > > How can I access an ActionForm from my JSP in Struts 1.2-1.3 ? > > Thank you, > Oleg. > -- Yoge, AdventNet, Inc. 925-965-6528 [EMAIL PROTECTED] site24x7.com

Re: Accessing ActionForm from JSP

2007-08-08 Thread Oleg Konovalov
How can I do that from the Scriplet ? TIA, Oleg. On 8/2/07, Aram Mkhitaryan <[EMAIL PROTECTED]> wrote: > > Try this > > ${actionFormName.propertyName} > > Best, > Aram > > Aram Mkhitaryan > > 52, 25 Lvovyan, Yerevan 375000, Armenia > > Mobile: +374 91 518456 >