Re: Seeking advice for buying a Struts book

2004-09-29 Thread gus
ou have questions on a specific feature. Regards, ------ Gus Class (http://gregoryclass.com) Developer Spam Arrest LLC (http://spamarrest.com) - To unsubscribe, e-ma

Re: Compilation of JSP at time of deployment?

2004-09-27 Thread gus
I'm not completely sure about JBoss-- but for resin, we change everything in the resin.conf file. We add the following directives: - code snippit - /code snippit to the jsp tag in the server conf file. I'd imagine JBoss has similar directives... You probably should be posting this questio

Can I detect file size without uploading?

2004-09-27 Thread gus
I'm using a Struts ActionForm to upload a file using a "multipart/enc" POST. The files being uploaded are sometimes rather large and we wish to restrict them to ... 5 to 10 megs. Currently we are doing this: --- inside the effected tile ... --- inside execute() for Action processUploadA