Re: tiles and message internationalization

2004-12-09 Thread You Xu
an use them on this page and other tiles pages. You Xu wrote: >I saw your reply as follows: > > > > > > > >But what do you put in the xml definition file? The problem is that you can >not use in the JSP page and put in the xml file for the value o

RE: tiles and message internationalization

2004-12-07 Thread You Xu
I saw your reply as follows: But what do you put in the xml definition file? The problem is that you can not use in the JSP page and put in the xml file for the value of that title string. It won't work. - Do you Yahoo!? All y

RE: tiles and message internationalization

2004-12-06 Thread You Xu
In the xml definition file, I have to write . This is why the extra JSP file title.jsp is created. I can not just put the for the “value” attribute. I am wondering if there is any simpler way so you can put the message directly into the xml file. __

RE: tiles and message internationalization

2004-12-06 Thread You Xu
In the xml definition file, I have to write . This is why the extra JSP file title.jsp is created. I can not just put the for the "value" attribute. I am wondering if there is any simpler way so you can put the message directly into the xml file.

tiles and message internationalization

2004-12-06 Thread You Xu
I have the following: . I need to make the title message a tile because several pages differ in the title. I can do it by creating a JSP file that contains only one line . Is there any simpler way so that no additional JSP is needed?

tiles performance

2004-11-18 Thread You Xu
I replaced the struts template with the tiles. And the performance degraded significantly. For some pages, it is taking 1 minute while previously it only took seconds. Any solution to this? Thanks. -yx