You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Russo, Joe" <Ru...@cadmus.com> on 2009/03/08 18:12:28 UTC

form issue

I created a <html:checkbox property="archived">
When I select and deselect the checkbox I get weird behavior.
The other form variables work like they should.  
For example, if I have in the name variable "Some Name" and then select
the dropdown after the action class is called the "Some Name" text is
there.
When I use the drop down and deselect the checkbox it checks it again.
Any ideas what would cause this?

I have this action defined.

<action		
		path="/common/detailedSearchArchived"
		type="com.cadmus.rpm.ui.common.DetailedSearchAction"
		name="detailedSearchForm"
		scope="session"
		validate="false">
	<forward name="success"    path="/common/srch_01.jsp"/>
	<forward name="Failure"    path="/common/srch_01.jsp"/>
	<forward name="searchResultsPage"
path="/common/srch_03.jsp"/>
	<forward name="zeroResultsPage"
path="/common/zeroResults.jsp"/>
</action>



****

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org