Re: getting param from an url link

2008-01-07 Thread auz
tnx, OMG how stupid of me totally forgot about those 2, Nils-Helge Garli wrote: > > There's a big difference between a request attribute and a request > parameter. You should try request.getParameter instead. > > Maybe this can explain: http://www.jguru.com/faq/view.jsp?EID=1307699 > > Nils-H

Re: getting param from an url link

2008-01-07 Thread Nils-Helge Garli Hegvik
There's a big difference between a request attribute and a request parameter. You should try request.getParameter instead. Maybe this can explain: http://www.jguru.com/faq/view.jsp?EID=1307699 Nils-H On 1/7/08, auz <[EMAIL PROTECTED]> wrote: > > hi, im a struts newbie, im using stuts 1.2.9 and h