Re: Tiles 2 define many pages using same template

2009-06-03 Thread kate_cl
Thanks pawel,this does reduce my work on defining each pages. :clap: Paweł Wielgus wrote: > > Hi Kate, > i'm doing it like this, in action i'm forwarding to a simple jsp (not > Tiles) and inside a jsp i have: > > jsp start > < % @page contentType="text/html;charset=utf-8" lang

Tiles 2 define many pages using same template

2009-05-27 Thread kate_cl
Hi all,I'm using tiles 2 with struts 2.Basically in tiles.xml,are these definitions.. lets say,i have 20 jsp pages that use the same template(tiles.default). Is there any simpler way to do this than

Re: Get Server Port

2009-03-05 Thread kate_cl
server port for? > > Nils-H > > On Tue, Mar 3, 2009 at 5:24 AM, kate_cl wrote: >> >> Hi,anyone know how to get server port if request is null? >> -- >> View this message in context: >> http://www.nabble.com/Get-Server-Port-tp22302338p22302338.html &

Get Server Port

2009-03-02 Thread kate_cl
Hi,anyone know how to get server port if request is null? -- View this message in context: http://www.nabble.com/Get-Server-Port-tp22302338p22302338.html Sent from the Struts - User mailing list archive at Nabble.com. - To uns

Struts 2 override FileUploadInterceptor

2009-01-15 Thread kate_cl
Whenever I upload file with size more than 2MB, it will result on HTTP 500 error page. I found out that Struts 2 default maximum size for file upload is 2MB.So i set the struts.multipart.maxSize to the maximum size that i want..and also define this in my stack 5242880 it works in setting