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

2010-03-29 Thread Lukasz Lenart
2010/3/29 A. Lotfi majidna...@yahoo.com 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

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

2010-03-29 Thread sandeep kotha
Hi Lenard Taking view source from your page i see width attribute is missing for your table. Set the width attribute to 100% that will fix your issue. Pasted is your view source with width attribute. This could help you. !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN

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

2010-03-29 Thread A. Lotfi
I put the  width attribute to 100%   but look how it looks now : http://osp105.mit.edu:8084/Struts2Tiles/welcomeLink.action --- On Mon, 3/29/10, sandeep kotha sandeep4u.ko...@gmail.com wrote: From: sandeep kotha sandeep4u.ko...@gmail.com Subject: Re: struts2 + Tiles, whypages shrink in top

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

2010-03-29 Thread sandeep kotha
/welcomeLink.action --- On Mon, 3/29/10, sandeep kotha sandeep4u.ko...@gmail.com wrote: From: sandeep kotha sandeep4u.ko...@gmail.com Subject: Re: struts2 + Tiles, whypages shrink in top center ? To: Struts Users Mailing List user@struts.apache.org, lukasz.len...@gmail.com Date: Monday, March

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

2010-03-29 Thread A. Lotfi
yes I want the page to occupy the whole screen.   thanks On Mon, 3/29/10, sandeep kotha sandeep4u.ko...@gmail.com wrote: From: sandeep kotha sandeep4u.ko...@gmail.com Subject: Re: struts2 + Tiles, whypages shrink in top center ? To: Struts Users Mailing List user@struts.apache.org Date: Monday

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

2010-03-29 Thread Lukasz Lenart
2010/3/29 A. Lotfi majidna...@yahoo.com: I put the  width attribute to 100% but look how it looks now : http://osp105.mit.edu:8084/Struts2Tiles/welcomeLink.action It took the whole page width, as you wanted but you still mixing body elements as Sandeep Kotha showed you. Maybe you should start

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 lukasz.len...@googlemail.com wrote: From: Lukasz Lenart lukasz.len...@googlemail.com Subject: Re: struts2 + Tiles, whypages

struts2 + Tiles, whypages shrink in top center ?

2010-03-26 Thread A. Lotfi
Hi, I am learning struts2 + Tiles from some tutorials, I run them in tomcat 6, everything is working fine, but pages are just a small table in the center top of every page, I tried to change the height and width of the Layout page :   %@ taglib uri=http://tiles.apache.org/tags-tiles;