Re: 2.1.0 Build/Release Plan

2007-10-25 Thread Eric Rank
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

Re: upload fail occasionally [also Re: File upload fails first time, then works after page reload]

2007-04-11 Thread Eric Rank
h (IOException e) { String message = "Could not wrap servlet request with MultipartRequestWrapper!"; LOG.error(message, e); throw new ServletException(message, e); } return request; } Th

Re: Struts service facade

2007-01-24 Thread Eric Rank
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: