RE: [Shale] Clay - Links not working

2005-12-07 Thread Gary VanMatre
t;})); > } finally { > if (in != null) { > try { > in.close(); > } catch (IOException e) {} > } > > } > > If the url is not found, in is null. > > Hermod > > > -----Original Message----- > From: Gary VanMatre [mailto:[EMAIL PROTECTE

RE: [Shale] Clay - Links not working

2005-12-06 Thread hermod.opstvedt
und, in is null. Hermod -Original Message- From: Gary VanMatre [mailto:[EMAIL PROTECTED] Sent: Monday, December 05, 2005 7:46 PM To: Struts Users Mailing List Subject: Re: [Shale] Clay - Links not working Ok, that's a bug. Before the HTML templates existed, the jsfid was a require

Re: [Shale] Clay - Links not working

2005-12-05 Thread Gary VanMatre
Ok, that's a bug. Before the HTML templates existed, the jsfid was a required attribute of the JSP tag. We need to add a better exception. Please create a bugzilla ticket with this information so that we don't loose site of it. http://issues.apache.org/bugzilla/enter_bug.cgi?product=Struts T

Re: [Shale] Clay - Links not working

2005-12-05 Thread Alexandre Poitras
Ok, in my application I followed your directions to implement Tiles features using Clay. I have the following component declared in the global clay config : Then I have the page selectServices.xml wich contains : http://struts.apache.org/dtds/shale-clay-confi

Re: [Shale] Clay - Links not working

2005-12-05 Thread Gary VanMatre
> Something maybe that should improved is when the symbol value is null > instead of getting a nullpointer exception maybe do like Tiles does. > Clay's behavior handling symbol replacement should be as follows: If a symbol is null, it will be replaced as an empty string within the token if th

Re: [Shale] Clay - Links not working

2005-12-05 Thread Alexandre Poitras
Something maybe that should improved is when the symbol value is null instead of getting a nullpointer exception maybe do like Tiles does. On 12/2/05, Gary VanMatre <[EMAIL PROTECTED]> wrote: > > > > > Anyway, I now have a Template application which functionally behaves > like it was > > > > built

Re: [Shale] Clay - Links not working

2005-12-02 Thread Gary VanMatre
> > > Anyway, I now have a Template application which functionally behaves like > > > it was > > > built with Tiles, meaning I have a standard page layout, and only have to > > > worry > > > about the individual parts of it. Now, in Tiles I would define > > > definitions in > > > the tile-con

Re: [Shale] Clay - Links not working

2005-12-02 Thread Alexandre Poitras
On 12/1/05, Gary VanMatre <[EMAIL PROTECTED]> wrote: > > Hi > > > > No sooner did I send this, when I decided to clean out my Tomcat work > > directory > > - and now it works. javax.faces.DEFAULT_SUFFIX hads to be set to .xml for > > this > > to work. > > > > The RI behaves differently here. It

RE: [Shale] Clay - Links not working

2005-12-01 Thread Gary VanMatre
> Hi > > No sooner did I send this, when I decided to clean out my Tomcat work > directory > - and now it works. javax.faces.DEFAULT_SUFFIX hads to be set to .xml for > this > to work. > The RI behaves differently here. It will allow a view id suffix with a suffix that matches the faces

RE: [Shale] Clay - Links not working

2005-11-30 Thread hermod.opstvedt
content (.html file))? Hermod -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, December 01, 2005 7:41 AM To: user@struts.apache.org Subject: [Shale] Clay - Links not working Hi I am having trouble getting the links in my test/template application working

[Shale] Clay - Links not working

2005-11-30 Thread hermod.opstvedt
Hi I am having trouble getting the links in my test/template application working. I can see that it submits, but it is only redisplaying the same page. I can access the pages by writing in the URI in the browser, so they are working. My navigation looks like this: Home Page2 Page3 and I h