Re: [shale] Tiles integration with RI

2006-04-13 Thread Hubert Rabago
On 4/11/06, Gary VanMatre <[EMAIL PROTECTED]> wrote: > >From: "Hubert Rabago" <[EMAIL PROTECTED]> > > > > I request /myapp/testing.jsf which renders ok. > > I type in a value in a text field and submit the form. > > In the RI's ViewHandlerImpl.restoreView(), it's looking for > > viewid="/testing.js

Re: [shale] Tiles integration with RI

2006-04-13 Thread Hubert Rabago
Dick, Sorry, I didn't see this earlier. For those looking through the archives, the answer is to include 'flush="false"' in your tag. Hubert On 4/12/06, Dick Starr <[EMAIL PROTECTED]> wrote: > Hubert, > > I see you got your answer, but I am curious about your > comment. Could you please tell

RE: [shale] Tiles integration with RI

2006-04-12 Thread Dick Starr
Hubert, I see you got your answer, but I am curious about your comment. Could you please tell me where it is required in standalone-tiles. I am trying to get standalone-tiles working, but am getting a JspException error (Can't insert page 'Test' : Illegal to flush within a custom tag) on my "lay

Re: [shale] Tiles integration with RI

2006-04-12 Thread Hubert Rabago
I thought it would have to be something like that. Thanks, Gary. Hubert On 4/11/06, Gary VanMatre <[EMAIL PROTECTED]> wrote: > I've not made time to check out the shale tiles plugin but I know that the RI > and Myfaces do handle the viewid differently. This is a bug in the RI. > Myfaces will

Re: [shale] Tiles integration with RI

2006-04-11 Thread Gary VanMatre
>From: "Hubert Rabago" <[EMAIL PROTECTED]> > > I'm trying to use Shale-Tiles with RI and I'm having trouble submitting > forms. > The page renders okay (once I start using all over the > place), but the submit doesn't work. > I stepped through the code and it looks like there's a viewid mismat