how to solve when a subject belongs to more than one topic?
==============================================
=====================================================
<html:hidden name="resultsForm" property="event"/>
<td><html:submit styleClass="buttonTextSmall" property="event" value="Submit"/></td>
<td><html:submit styleClass="buttonTextSmall" property="event" value="Clear"/></td>
===========================================
When I submit the form on following(when using drop-down only) doens't set 'event' attribute on action form :
===============================
<html:select styleId="C2" styleClass="inputCell" property="criteria2" onchange="return c2change(this.form);">
<html ptions collection="criteriaList" property="value"
labelProperty="label" /></html:select>
===============================
javascript call from above is:
===============================
function c2change(form)
{
var slctdVal = document.getElementById("C1").value;
form.event.value = "Redraw";
form.submit();
return true;
}
===========================================
This problem is part of html/javascript and problem is also part of
struts...
so i thought, It needs to be at both places...as person having knowledge of this topic and not the other..can't solve the question..
how do you solve such problems? need rational answer pls.
[ December 03, 2005: Message edited by: s basetti ]