Re: [OT] RE: Struts Tiles, Lose of Performance ? :-(

2006-11-29 Thread Mark Bakker
could just use plane HTML. On 11/29/06, Mark Bakker <[EMAIL PROTECTED]> wrote: well header is your naming On 11/28/06, Thomas Thomas <[EMAIL PROTECTED]> wrote: > > > more info about CSS you can find here: http://www.w3schools.com/css/default.asp On 11/29/06

Re: [OT] RE: Struts Tiles, Lose of Performance ? :-(

2006-11-29 Thread Mark Bakker
well header is your naming On 11/28/06, Thomas Thomas <[EMAIL PROTECTED]> wrote: more info about CSS you can find here: http://www.w3schools.com/css/default.asp On 11/29/06, Dave Newton <[EMAIL PROTECTED]> wrote: From: Thomas Thomas [mailto:[EMAIL PROTECTED] > >> How abou

Re: Struts Tiles, Lose of Performance ? :-(

2006-11-29 Thread Mark Bakker
ect: Re: Struts Tiles, Lose of Performance ? :-( > > They will be cached if the user 'surf' on the webpage, > if I have thousand pages, and he may see two pages, > i am going to store 1000's css files in his cache. > > 2006/11/29, Mark Bakker <[EMAIL PROTECTED]>:

Re: Struts Tiles, Lose of Performance ? :-(

2006-11-29 Thread Mark Bakker
06, Thomas Thomas <[EMAIL PROTECTED]> wrote: Mark, I don't understand your solution, It's the first time I try to implement Tiles, Could u tell me what *you* would do ? U mean making more than one "base layout" ? And in my jsp pages insert different base layouts ? 2006/

Re: Design

2006-11-29 Thread Mark Bakker
I would not implement a menu using Actions. You can use a CSS to define your menu. In my opinion using struts actions just to go from one url to the next is a bit overkill. tiles is also a good solution to the menu problem. On 11/29/06, Michel Van Asten <[EMAIL PROTECTED]> wrote: Hi, We have to

Re: Struts Tiles, Lose of Performance ? :-(

2006-11-29 Thread Mark Bakker
ofcourse you can also go for Chris route. On 11/29/06, Thomas Thomas <[EMAIL PROTECTED]> wrote: They will be cached if the user 'surf' on the webpage, if I have thousand pages, and he may see two pages, i am going to store 1000's css files in his cache. 2006/11/29

Re: Struts Tiles, Lose of Performance ? :-(

2006-11-29 Thread Mark Bakker
Extra remark all CSS and JS files will be cached by the browser, so including CSS in all webpages does not decrease the performance. On 11/29/06, Thomas Thomas <[EMAIL PROTECTED]> wrote: Thank u Chris, I will try that ! Do u have a solution for number 1) ? ---

Re: need help in Tag-lib

2006-11-24 Thread Mark Bakker
On 11/24/06, Prashant Saraf <[EMAIL PROTECTED]> wrote: An exception occured trying to convert String "http://localhost:7003/cctc/pic1"; to type "java.lang.Long" (null) I can't see any relation between the converting a url to a Long and The code you have supplied. I expect the is exception is th