| Author |
Multiple text boxes in the same row using struts2 tags
|
Bhaskar Kamuju
Greenhorn
Joined: Feb 12, 2010
Posts: 3
|
|
Hi,
I am using struts2 tags to design my jsp.
As per my requirement I need to create multiple text boxes in the same row.
I was not able to do this because by default in struts2 tags forms out in a two column table with the label for each input field in the left column and the input field in the right column.
can anyone tell me how the multiple textboxes can be created in a single row using struts2 tags can be implemented.
Thanks in advance.
Thanks,
Bhaskar
|
 |
Ankit Garg
Saloon Keeper
Joined: Aug 03, 2008
Posts: 9189
|
|
|
This type of questions have been asked before in the forum, like this topic...
|
SCJP 6 | SCWCD 5 | Javaranch SCJP FAQ | SCWCD Links
|
 |
Bhaskar Kamuju
Greenhorn
Joined: Feb 12, 2010
Posts: 3
|
|
Thanks. I have given theme as simple in the struts2:form tag.
Now I am able to create multiple text fields in a single row using struts2 tags.
|
 |
 |
|
|
subject: Multiple text boxes in the same row using struts2 tags
|
|
|