Re: populating ActionFormBean-s

2008-02-22 Thread auz
ot be how you want to init that member, but you can worry > about that afterwards if it works. > > L. > > auz wrote: >> yep both ActionFormBeans are java bean compliant here's the code >> >> note i didn't copy any irelev

Re: populating ActionFormBean-s

2008-02-18 Thread auz
l.java:584) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) at java.lang.Thread.run(Unknown Source) === Laurie Harper wrote: > > auz wrote: >> hope some1 can help m

populating ActionFormBean-s

2008-02-16 Thread auz
hope some1 can help me out, i have a Struts ActionFormBean who has a complex type as an attribute (also ActionFormBean), the problem is i dont know how to populate it, tryed everything. i presume i have to extend RequestProcessor's populateProcess method or something like that, can any1 help. NOT

Re: struts result going to a current page

2008-02-16 Thread auz
try returning null as an actionForward this works for ajax. its for struts 1.x Srinivas Surapaneni wrote: > > I want to define a global exception handler where if this exception > happens, > it goes to the current page > > Is there any way to get the current page and specify it as the result ?

Re: [S1] json and Action execute()

2008-01-22 Thread auz
me > > > > On Jan 22, 2008 4:09 PM, auz <[EMAIL PROTECTED]> wrote: >> >> i have a problem with struts action form execute and json. im using ext >> js as >> mu ajax lib on client side and i need to retrive some departmentID and >> name >> de

[S1] json and Action execute()

2008-01-22 Thread auz
i have a problem with struts action form execute and json. im using ext js as mu ajax lib on client side and i need to retrive some departmentID and name depenting on a combo box, the problem is i dont know how to put JSonObect so that ext can see it here's my code any help is apritiated on jsp p

Re: getting param from an url link

2008-01-07 Thread auz
ID=1307699 > > Nils-H > > On 1/7/08, auz <[EMAIL PROTECTED]> wrote: >> >> hi, im a struts newbie, im using stuts 1.2.9 and have a problem, i cannot >> get >> params from url in struts action >> >> in my a href i have /sservice/editSP.do?s

getting param from an url link

2008-01-07 Thread auz
hi, im a struts newbie, im using stuts 1.2.9 and have a problem, i cannot get params from url in struts action in my a href i have /sservice/editSP.do?spid= action code : String param=(String)request.getAttribute("spid"); but request has no param with name spid or any other note: if i just