2 different FormFile size restrictions

2006-10-24 Thread Marcolino
Hi, a short question: I have a /createShortEntry and a /createLargeEntry. I want to limit filesize for /createShortEntry to 250kb and for /createLargeEntry to 350kb. is this possible in a simple way? Thanks, Markus - To un

Re: Yet Another "The requested resource (/ctx/test1.do) is not available." - SOLVED

2004-03-28 Thread Marcolino
I solved the problem, was /*.do changed to: *.do removed the slash '/'. I tried this before, but for some reason (maybe, other misconfiguration), didn't work. cheers Marco Marcolino wrote, On 28-03-2004 23:48: Hi Niall, thank you for your quick response! I have

Re: Yet Another "The requested resource (/ctx/test1.do) is not available."

2004-03-28 Thread Marcolino
robably failed when it was intializing - check the output/logs for errors. Niall - Original Message - From: "Marcolino" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 29, 2004 2:31 AM Subject: Yet Another "The requested resource (/ctx/test1.do) is no

Yet Another "The requested resource (/ctx/test1.do) is not available."

2004-03-28 Thread Marcolino
Hi, I already saw many messages about this topic, but no one fixed the problems my struts test has. I am learning struts, and implemented some classes (see below). When the following URLs are typed, http://localhost:8080/ctx/test1.do http://localhost:8080/ctx/speakerTeste.do ==