Re: [shale] Tiles integration with RI

2006-04-13 Thread Hubert Rabago
: Tuesday, April 11, 2006 5:28 PM To: Struts Users Mailing List Subject: [shale] Tiles integration with RI I'm trying to use Shale-Tiles with RI and I'm having trouble submitting forms. The page renders okay (once I start using f:verbatim all over the place), but the submit doesn't work. I stepped

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.jsp, but the viewid

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-12 Thread Dick Starr
-Original Message- From: Hubert Rabago [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 11, 2006 5:28 PM To: Struts Users Mailing List Subject: [shale] Tiles integration with RI I'm trying to use Shale-Tiles with RI and I'm having trouble submitting forms. The page renders okay (once I start

[shale] Tiles integration with RI

2006-04-11 Thread Hubert Rabago
I'm trying to use Shale-Tiles with RI and I'm having trouble submitting forms. The page renders okay (once I start using f:verbatim all over the place), but the submit doesn't work. I stepped through the code and it looks like there's a viewid mismatch. Here's my tile definition: definition

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 mismatch.