AW: accessing a property of ActionForm

2001-02-01 Thread Oliver . Lauer
icht- Von: Anand Raman [mailto:[EMAIL PROTECTED]] Gesendet am: Donnerstag, 1. Februar 2001 17:53 An: struts Betreff: Re: accessing a property of ActionForm well I found that Hi guys > >I want to access a property of my ActionForm in a jsp file and use it to >construct a anchor.. > &

accessing a property of ActionForm

2001-02-01 Thread Anand Raman
Hi guys I want to access a property of my ActionForm in a jsp file and use it to construct a anchor.. The ActionForm is in the request scope and is being passed to the desired jsp page.. (verified using request.getAttributeNames()) However how do i access the value of a property.. Please sugge

Re: accessing a property of ActionForm

2001-02-01 Thread Anand Raman
well I found that Hi guys > >I want to access a property of my ActionForm in a jsp file and use it to >construct a anchor.. > >The ActionForm is in the request scope and is being passed to the >desired jsp page.. (verified using request.getAttributeNames()) > >However how do i access the value of