• 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:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

UI issue with Struts 2 tags

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

We are developing a web based application using struts 2. We got the HTML pages made by the designers and it runs in Tocat 6 correctly(Ofcourse the business/service layers we haven't started). Now after making the page struts 2 compatible, i.e making the controls struts 2 specific, we get a UI issue. The pages are distorted. For example The two text box controls in a single row comes in two rows etc. We understand that Struts 2 internally creates a table which causes this problem. Is my understanding correct? So could anyone please help us in solving this issue?

Regards
Susan
 
Ranch Hand
Posts: 485
Eclipse IDE Firefox Browser Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Use theme simple. For more information refer the following link http://struts.apache.org/2.0.11.1/docs/themes-and-templates.html
 
Susan John
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the reply. It worked. But an issue, validation messages are not getting displayed. Any idea how to sort out this problem?
 
Susan John
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
when I remove the themes validation works, but with simple themes validation is not working.
 
reply
    Bookmark Topic Watch Topic
  • New Topic