• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Struts 2 - Use custom design (from CSS) on submit buttons

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

We are developing a new application on Struts 2. We do have standed design for the buttons, labels, error messages used in the application.

Our button example looks like:


When I try,



It didn't work out. It is still displaying the standard format. I have tried to change theme (on struts.xml) to "simple" [or] "css-xhtml".

Can you anyone give me the steps to use this CSS style on the s:submit, please.
 
Santhosh Kalisamy
Ranch Hand
Posts: 63
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Strangly, this is working good with Firefox. But, IE is not working. Any help, please.

Firefox version : 14.0.1
Internet Explorer : 9.0.8xxx
reply
    Bookmark Topic Watch Topic
  • New Topic