Re: struts2 + Tiles, whypages shrink in top center ?

2010-03-28 Thread Lukasz Lenart
2010/3/29 A. Lotfi > > I tried all the browsers but still small, plz take a look here : > > http://osp105.mit.edu:8084/Struts2Tiles/welcomeLink.action Did check the source of your page in browser? It's a mess, duplicated body and so on. Check your tiles, only main page (the layout) should have bo

Re: struts2 + Tiles, whypages shrink in top center ?

2010-03-28 Thread A. Lotfi
I tried all the browsers but still small, plz take a look here :   http://osp105.mit.edu:8084/Struts2Tiles/welcomeLink.action   thanks --- On Sun, 3/28/10, Lukasz Lenart wrote: From: Lukasz Lenart Subject: Re: struts2 + Tiles, whypages shrink in top center ? To: "Struts Users Mailing List" Da

Re: Translation Properties

2010-03-28 Thread Zoran Avtarovski
When you get to that scale, I think it makes sense to move to DB based properties. Easier to manage, easier to move and less chance that something will go pear shaped. You can also build yourself a nice interface for managing the translations that will be portable across all you apps. Z. > > >

Re: [Struts 2.1.8.1] Internationalization: how to remain in the current page ?

2010-03-28 Thread Zoran Avtarovski
Hi Guys, We simplified it for struts to use a simple interceptor. Can¹t show the exact code due to legal crap, but here¹s the overview. In our base action we have a String called requestString, with appropriate getters and setters. We also have a Map of unsafe URL¹s and their safe counterparts.

Re: struts2 + Tiles, whypages shrink in top center ?

2010-03-28 Thread Lukasz Lenart
2010/3/26 A. Lotfi : > when I put width ="100%" of the table, the width take the whole page fine, > but when I add height="100%" it does not work. It has nothing to do with Struts2 or Tiles, not all browser correctly interprets height attribute in a table. Please try with other browsers. Regard