Hi, Currently I am using Tapestry 4 and am facing an issue wherein i have a form with 100+ drop downs , text fields and checkboxes. On submitting the form , i am getting error - page cannot be displayed . For that I worked out a turn around by adding the following lines in my .application file.
<extension name="org.apache.tapestry.multipart-decoder" class="org.apache.tapestry.multipart.DefaultMultipartDecoder"> <configure property-name="maxSize" type="double" value="134217728"/> </extension> but I am getting again the following exception org.apache.tapestry.util.xml.DocumentParseException: Unable to read /context/WEB -INF/MyApp.application: Attribute "property" is required and must be specified for element type "configure". [context/WEB-INF/MyApp.application, line 11, column 71] Can any body help out in this regard Regards Nazar -- View this message in context: http://tapestry.1045711.n5.nabble.com/Getting-page-cannot-be-displayed-error-in-Tapestry-4-on-submitting-a-form-with-100-dropdowns-and-texs-tp4372366p4372366.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org