I am trying to convert my
struts 1.2 app to struts 2.
In my edit
JSP, I am having trouble when I tried to put two field in same row edit,
where data suppose to display and if
want it can be modified.
How do I use two field in same row ?
<s:textfield name="detailResult.skillDesc01" size="25" maxlength="25" />
<s:textfield name="detailResult.skillLevel01" size="2" maxlength="2" />
I am getting these two thing is two rows. I want them in one row?
Thanks, AR
SCWCD 5, SCJP 1.4, OCA (PL/SQL)