struts.action.Action comment fix

2002-02-02 Thread Gerard Weatherby
The overloaded method of execute which doesn't take HTTP servlets and requests says it processes HTTP. Revision attached. (Is that how this is done?) diff -r1.36 Action.java 325c325 * Process the specified HTTP request, and create the corresponding HTTP --- * Process the specified

Re: dynaforms checkboxes

2002-02-02 Thread Gerard Weatherby
At 05:23 PM 2/1/02 -0500, you wrote: i've been testing the dynaform stuff and i'm trying to use a checkbox element in my form with a default value of true. (just for the sake of reference, the form property is called booleanValue.) however, if i uncheck the checkbox and submit, the dynaform is

cvs commit: jakarta-struts build.xml

2002-02-02 Thread martinc
martinc 02/02/02 23:44:35 Modified:.build.xml Log: The 'release' target now creates .zip, .tar and .tar.gz files. Revision ChangesPath 1.62 +53 -13jakarta-struts/build.xml Index: build.xml