• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Multiple text boxes in the same row using struts2 tags

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Sheriff
Posts: 9708
43
Android Google Web Toolkit Hibernate IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This type of questions have been asked before in the forum, like this topic...
 
Bhaskar Kamuju
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
reply
    Bookmark Topic Watch Topic
  • New Topic