Re: Getting maxFileSize from Controller in a JSP

2006-08-16 Thread Adam Gordon
if ((maxLengthExceeded != null) && (maxLengthExceeded.booleanValue())){ .. -Original Message- From: Adam Gordon [mailto:[EMAIL PROTECTED] Sent: Friday, August 11, 2006 9:16 PM To: Struts Users Mailing List Subject: Getting maxFileSize from Controller in a JSP

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

Getting maxFileSize from Controller in a JSP

2006-08-11 Thread Adam Gordon
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 suspect it might availabl