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-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to