• 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

Confirmation message in Struts using JavaScript

 
Ranch Hand
Posts: 33
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everyone,
I am having trouble popping up a confirmation message when the User clicks on a button. I m using Struts and my form and buttons are creating using struts HTML tags. Here is the code

<html:form action="doSomething" >
<TD VALIGN="MIDDLE" ALIGN="CENTER"><nobr>
<html:hidden name="xxx" property="id"/>
<html:submit styleClass="button" value="Remove"/>
</nobr>
</TD>
</html:form>
 
Param Yanamandra
Ranch Hand
Posts: 33
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please ignore this post. Submitted incomplete post by mistake. Posted another one.Thanks,

Param
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic