• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

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
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic