I saw this piece of code (see below) in a struts application.
The second part is HTML equivalent of
But, what is <class="input">? What is its HTML equivalent?
Anonymous
Ranch Hand
Joined: Nov 22, 2008
Posts: 18944
posted
0
class input references a style sheet class where the layout of this table field is defined. This is not Struts related, just standard HTML. [ September 24, 2003: Message edited by: Oliver Refle ]