• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

need an alternative for struts-layout

 
Ranch Hand
Posts: 755
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

I have been using struts-layout for a while and realized that it has some drawbacks (very few answers questions in the provided forum, checkboxes doesn't work well, layout is distorted sometimes...).

I wonder if anyone can recommend an alternative to the struts layout?

thank you.
 
Ranch Hand
Posts: 88
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Peter,

Hi.


I have been using struts-layout for a while and realized that it has some drawbacks (very few answers questions in the provided forum, checkboxes doesn't work well, layout is distorted sometimes...).



I agree. I had a similar experience.


I wonder if anyone can recommend an alternative to the struts layout?



It sort of depends on what you actually want to do.
I found display tag at displayTag
to be much better. It also allows you to export tables in a number
of different formats including pdf, excel, etc.
First impressions are that it is a lot more reliable than struts-layout.

kind regards,
Mo
 
Peter Primrose
Ranch Hand
Posts: 755
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks Mo.

DisplayTag is designed primely for table's (I'm using it for tables and it's fantastic).

I decided to return to the plain old jsp tags since struts-layout doesn't 'deliver'. I looked at struts-faces but couldn't get it work, some jars were missing and the jst-imlp.jar, for some reason, couldn't get my project working....

--ppr
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic