I have the following
JSP in my application.
When
struts renders the JSP the Labels are displayed in one place and the input in another place. Please see attached screenshot for details.
I want the input fields to be displayed next to the labels.
I was discussing this with a collegue, and he says, I need to modify the templates for this to work. Is this true? Is there no other way than modifying the templates??? May be use CSS???
I want the input fields to be displayed next to the labels.
What would be the best approach???