RE: Passing information to Action class

2004-12-21 Thread uma.k
Yes Jack, You are right. I have ActionForm but do not want to use it. -Original Message- From: Dakota Jack [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 22, 2004 10:56 AM To: Struts Users Mailing List; Shiva Narayana Subject: Re: Passing information to Action class I may be wrong

Re: Passing information to Action class

2004-12-21 Thread Dakota Jack
I may be wrong, Shiva, but I think she wants to avoid the use of action forms in this case rather than avoid writing classes. If you use forms in a file upload, then you are trapped into using the Struts file upload implementation. She may, I don't know, want to avoid that. Jack -- "You can

Re: Passing information to Action class

2004-12-21 Thread Shiva Narayana
try with DynaActionForm it solves ur problem. No noeed to write FormBean On Tue, 21 Dec 2004 19:16:50 +0530, uma.k <[EMAIL PROTECTED]> wrote: > Hi, > How to pass information to Action class directly? i.e. I don't want to write > a ActionForm class. > > > > Edit > > > And my struts-config

Re: Passing information to Action class

2004-12-21 Thread Dakota Jack
Don't use a form and check the request object for what happens to be in the critter, just as you suggested. What is the problem? Jack -- "You can lead a horse to water but you cannot make it float on its back." ~Dakota Jack~ "You can't wake a person who is pretending to be asleep." ~Native P