Re: taking control of the struts 2 layout in a jsp

2007-08-13 Thread Zoran Avtarovski
We've had to override and customise customise the xhtml freemarker templates. It's pretty easy and effective. All you do is explode the struts core jar and copy the template files (.ftl extension) you want to change to a template directory in the root of your app. Modify as you need. I know there'

RE taking control of the struts 2 layout in a jsp

2007-08-13 Thread MLENEVEUT
ts Users Mailing List" A user@struts.apache.org cc Objet taking control of the struts 2 layout in a jsp Hi, Struts displays the jsp objects the way it likes, for example, aligning buttons on the right even if I put them inside a tag. Is there a way to take control of how the la

taking control of the struts 2 layout in a jsp

2007-08-12 Thread Session A Mwamufiya
Hi, Struts displays the jsp objects the way it likes, for example, aligning buttons on the right even if I put them inside a tag. Is there a way to take control of how the layout is displayed without using the simple theme (that doesn't have a nice UI by the way)? Thanks, Session -