Re: DynaActionForm, Boolean checkboxes, and Initial

2005-10-12 Thread katre
e-populated with the "initial" value even when it is being populated from the request, which causes the problem. katre - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: DynaActionForm, Boolean checkboxes, and Initial

2005-10-12 Thread katre
Dave Newton wrote: > katre wrote: > > >Right, and this does work, but it requires having a separate action > >leading to every form. > > > > > Why _wouldn't_ forms have separate actions? A lot of my forms (for example, search forms) don't

Re: DynaActionForm, Boolean checkboxes, and Initial

2005-10-12 Thread katre
Dave Newton wrote: > katre wrote: > > >The basic problem, as before, is that it is totally impossible in struts > >to default a checkbox to true, and still be able to detect when it is > >uncheked by a user. > > > > > Wow. All those apps of mine, ruined ;)

Re: DynaActionForm, Boolean checkboxes, and Initial

2005-10-12 Thread katre
fields to every JSP that uses a checkbox, and that's a lot. katre - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

DynaActionForm, Boolean checkboxes, and Initial

2005-10-11 Thread katre
ults to true, and yet can tell when it is unchecked, and still use DynaActionForm? Thanks, katre - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

inputting floats with html:text

2005-03-08 Thread katre
-populate the edit page, the html:text element displays the float in scientific notation. Is there any way to control how html:text formats the value? katre signature.asc Description: Digital signature

Page expired warning on history.go(-1) Internet Explorer

2004-08-11 Thread Ajay Katre
I have a struts action URL http://myhost.mydomain.com/myapp/myaction.do It is a non-secure page. The form action is HTTP-POST. On submitting this form it displays the results. On results page I've a Back button with javascript: window.history.go(-1); Sometimes it gives "Warning: Page has expir