Thanks the trick with the empty dynaform solved my problem.
IMHO there is room for improvement here
The 'unwrap' is no problem in my case since the action handles the whole
request
and the forwarded-to JSP has no business tinkering with the request.
Thanks,
tomy
On Thu, 30 Dec 2004 11:35:57 +080
As I recall, the wrapper is actually initialised together with the
population of the form. No form no population. No population no wrapper
population.
Quickest workaround is to use specify a 'dummy' form for the mapping.
Just whip up an empty form class, or specify an empty dynaform in your
co
quest?
Regards,
David
-Original Message-
From: news [mailto:[EMAIL PROTECTED] Behalf Of tomy
Sent: Wednesday, December 29, 2004 11:18 AM
To: user@struts.apache.org
Subject: MultiPartRequestWrapper not initialized
I'm using a without ActionForm's.
In my Action code I get the Htt
I'm using a without ActionForm's.
In my Action code I get the HttpRequest wrapped inside a
MultiPartRequestWrapper. However the getParameter()-methods return null for
every form field!
I've double and triple checked that I didn't misspell my variable names.
What could be wrong?
4 matches
Mail list logo