Re: Getting maxFileSize from Controller in a JSP

2006-08-16 Thread Adam Gordon
Raghuveer- Uh...I appreciate your help, but that's neither from within a JSP, nor does it tell me what the max file size is - it just tells me that the max file size has been exceeded. Right now I do what you've listed below, but in order to inform the user that the file is too large, I have

Re: Getting maxFileSize from Controller in a JSP

2006-08-11 Thread David Durham
Adam Gordon wrote: Is there a way to reference the controller for a module from within a JSP? Specifically, I'd like to ask the controller what the max file size is set to. There's a method on the ControllerConfig class to get the max file size and the Javadocs say it's a JavaBean so I suspec