M
Manoj Nair
I have a piece of code below where the date field is indexed and each
date field is associated with a calendarpopup. Under these
circumstances how should I code the "select" for the calendar object?
Sorry if this is a simple question. I am pretty much a novice in
struts and just started about 3 weeks back.
<html:text indexed="true" size="12" maxlength="11"
name="billingtriggerdate" property="actualDateDDMMMYYYY"
disabled="false" onchange="modifyRow(document.updateBillingTriggerDateForm,this)"/>
<script type="text/javascript" language="JavaScript">
var cal5 = new CalendarPopup();
cal5.showYearNavigation();
</script>
<c2c:img imageName="newactualDate"
alt="calendar"
page="/images/calendar.gif"
onclick="cal5.select(???????
,newactualDate);return false;;"
onmouseover="showToolTips(this,'Click to Select
Date');return true;"
onmouseout="window.status='';return true;"
align="absmiddle"
border="0" />
<span class="error"><c2c:errors property="actualDateDDMMMYYYY"
showHeader="false"/></span>
</td>
Thanks and appreciate all your help
date field is associated with a calendarpopup. Under these
circumstances how should I code the "select" for the calendar object?
Sorry if this is a simple question. I am pretty much a novice in
struts and just started about 3 weeks back.
<html:text indexed="true" size="12" maxlength="11"
name="billingtriggerdate" property="actualDateDDMMMYYYY"
disabled="false" onchange="modifyRow(document.updateBillingTriggerDateForm,this)"/>
<script type="text/javascript" language="JavaScript">
var cal5 = new CalendarPopup();
cal5.showYearNavigation();
</script>
<c2c:img imageName="newactualDate"
alt="calendar"
page="/images/calendar.gif"
onclick="cal5.select(???????
,newactualDate);return false;;"
onmouseover="showToolTips(this,'Click to Select
Date');return true;"
onmouseout="window.status='';return true;"
align="absmiddle"
border="0" />
<span class="error"><c2c:errors property="actualDateDDMMMYYYY"
showHeader="false"/></span>
</td>
Thanks and appreciate all your help