request.setParameter error

2003-06-06 Thread dream weaver
Hi all, why this is a error: request.setParameter(name, bob); How to setParameter in the action file? Thanks! __ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to Outlook(TM). http://calendar.yahoo.com

Re: request.setParameter error

2003-06-06 Thread Mark Lowe
Dream Weaver couldn't generate for you then :o).. The error you're getting should tell you that setParameter() doesn't exist... javac's way of telling you this usually begins errors with cannot resolve symbol and the offending line number. [javac]