Re: [struts-faces] weird JSPException converting Tiles layout

2005-12-05 Thread Laurie Harper
It's a tag supplied by the struts-faces integration library, providing a JSF-aware equivalent of the html:html tag supplied with 'standard' Struts. L. Yujun Liang wrote: I don't know JSF, but I just want to know what is /s:html? On 12/5/05, Laurie Harper [EMAIL PROTECTED] wrote: Anyone have

Re: [struts-faces] weird JSPException converting Tiles layout

2005-12-04 Thread Laurie Harper
Anyone have any ideas on this one? My next step in figuring it out will be to step through the code for tiles:get / tiles:insert in a debugger and see if I can spot where the JSP output stream is getting closed, but as far as I can see I'm not doing anything different than the example2 app

Re: [struts-faces] weird JSPException converting Tiles layout

2005-12-04 Thread Yujun Liang
I don't know JSF, but I just want to know what is /s:html? On 12/5/05, Laurie Harper [EMAIL PROTECTED] wrote: Anyone have any ideas on this one? My next step in figuring it out will be to step through the code for tiles:get / tiles:insert in a debugger and see if I can spot where the JSP

[struts-faces] weird JSPException converting Tiles layout

2005-12-01 Thread Laurie Harper
Having successfully converted a couple of tile JSPs to JSF, I just tried converting a layout. I'm getting a really weird behaviour which I can't explain... It *looks* like Tiles is closing the response stream in spite of flush=false, but if that were the case I'd expect the following exception