Re: Struts Tiles: Question Mark characters in page output

2004-02-08 Thread Adam Hardy
On 02/07/2004 10:53 PM eric scroger wrote: Can someone tell me why I'm getting question mark chacters in my output display instead of the actual page content? I'm using Tomcat 4.0.x with Struts 1.1. Question marks in the output can be the result of fmt:message taglibs not finding their given key

Struts Tiles: Question Mark characters in page output

2004-02-07 Thread eric scroger
Can someone tell me why I'm getting question mark chacters in my output display instead of the actual page content? I'm using Tomcat 4.0.x with Struts 1.1. I'm using a simple layout template and setting the Tiles in the layout as follows: layout.jsp: %@ taglib uri=/WEB-INF/struts-tiles.tld

Re: Struts/Tiles question

2002-12-12 Thread Cedric Dumoulin
Hi, The exception says that the Tiles Factory can't be found, so I suppose there was a problem during the initialization of it. If you use latest nightly build of Struts1.1 (recommended), you need to declare the TilesPlugin in the struts-config.xml. You don't need the

Re: Struts/Tiles question[2]

2002-12-12 Thread Susan Bradeen
On 12/12/2002 04:11:08 AM Cedric Dumoulin wrote: snip If you use latest nightly build of Struts1.1 (recommended), you need ... /snip Is the 20021107 build close enough? Or go with last night's build? I am just starting to implement Tiles today (got Struts in Action opened to chapter 11 :)).

Re: Struts/Tiles question[2]

2002-12-12 Thread Cedric Dumoulin
I don't remind the exact day when I have added the multi-modules behavior. To be sure, take the latest nightly build. Cedric Susan Bradeen wrote: On 12/12/2002 04:11:08 AM Cedric Dumoulin wrote: snip If you use latest nightly build of Struts1.1 (recommended), you need ... /snip

Re: Struts/Tiles question[2]

2002-12-12 Thread Cedric Dumoulin
Gemes Tibor wrote: 2002. december 12. 16:27 dátummal Cedric Dumoulin ezt írtad: I don't remind the exact day when I have added the multi-modules behavior. To be sure, take the latest nightly build. By the what is the multi-modules like? This is the module capability provided by

Struts/Tiles question

2002-12-11 Thread Raghavan, Namita
Hi, I am using Tiles and Struts and WebLogic 6.1. I have created some tile definitions in a file called mytiles-defs.xml under DefaultWebApp\WEB-INF. When I try to access my main page, I get the foll. exception: Factory initialized