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
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
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
3 matches
Mail list logo