-1

How to add css class in Struts 1.3 forms and Html input fields?

I can't use struts 2 framework.I have to use only older version in my project.

Gokul Prabhu
  • 112
  • 1
  • 3
  • 7

1 Answers1

2

Use the styleClass attribute.

It might be a good idea to read the docs; also this question is scattered throughout SO.

Dave Newton
  • 158,873
  • 26
  • 254
  • 302