Thanks Don,
The out of memory build problem has been fixed for me as well!
Eric Rank
On Oct 25, 2007, at 4:12 AM, Don Brown wrote:
I think the problem has been fixed on trunk. Give it a go and let
me know.
Don
h (IOException e) {
String message = "Could not wrap servlet request
with MultipartRequestWrapper!";
LOG.error(message, e);
throw new ServletException(message, e);
}
return request;
}
Th
nt to check out the Flex HTTPService, which
looks like it is designed to make use of HTTP responses, which a
Struts app will serve, within Flex.
Check out this article:
http://www.adobe.com/devnet/flex/articles/struts.html
Eric Rank
On Jan 24, 2007, at 9:00 AM, einundswanzig wrote: