question about reset() and multiple action forwards...

2003-07-17 Thread Dan Eklund
I have a scenario where an action-form goes through 2 actions before getting to the view... the problem that reset() solves (for multiboxes) is that because the browser does not send any values to indicate that the user checked OFF all the multiboxes, you should reset( ) to a blank slate for

Re: getting multipart requests

2003-06-12 Thread Dan Eklund
I just went through this myself... I don't know anything about the setMultipartRequestHandler() method, but what I did was set the file data type to be of type org.apache.struts.upload.FormFile once you have this object, you can customize the file name, etc see the javadocs:

html:file reflection error

2003-06-09 Thread Dan Eklund
Hello all, I'm getting a reflection error using html:file Root cause of ServletException java.lang.IllegalArgumentException: argument type mismatch at java.lang.reflect.Method.invoke(Native Method) at

struts (and JSTL) expression language questions

2003-06-05 Thread Dan Eklund
Hello all, I'm a bit concerned (after spending a few days spinning my wheels) on a few aspects of the EL implementation both with the struts-el libraries and the JSTL core EL implementation. The following are a few of my observations. I was wondering if people here could confirm these as

RE: struts (and JSTL) expression language questions

2003-06-05 Thread Dan Eklund
to ask them on the taglibs-user list. -Original Message- From: Dan Eklund [mailto:[EMAIL PROTECTED] Hello all, I'm a bit concerned (after spending a few days spinning my wheels) on a few aspects of the EL implementation both with the struts-el libraries and the JSTL core EL