• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

struts form tag

 
Ranch Hand
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

please help me out of this...

in front end when i click on this button its not working but i also specify form name but then also it is not working giving error so how should i use the calender to make it work properly....

<html:form action="/amex/AmexRollBack" method="post">

<table class=TableBorder align=center cellspacing=0 cellpadding=0>
<tr><th class="Head" colspan="6" >Amex RollBack</th>
</tr>
<TR>
<TD colspan=2 class=Lable align=center><bean:message key="amex.fromDate"/><br></TD>
<td>
<html:text property="startDate1" value="" />
<IMG align=absMiddle border=0 height=16 src="./Calender/calendar.gif" width=16 onClick = 'openCalendar(document.getElementById("startDate1"))'>
</td>
<TD colspan=2 class=Lable align=center><bean:message key="amex.toDate"/><br></TD>
<td><html:text property="toDate1" value="" /></td>
</TR>
<tr><td></td>
<td colspan=2 align=center>
<html:submit property="method">
<bean:message key="button.Search" />
</html:submit></td><td></td>
<td colspan=2 align=center>
<html:submit property="method">
<bean:message key="button.Process"/>
</html:submit>
</td>
</tr>
</table>
</html:form>


Thanks in advance,
Karthik G
 
If you have a bad day in October, have a slice of banana cream pie. And this tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic