RE : Re: Oracle ADF and Shale tiles/validator

2007-01-31 Thread Adrian Gonzalez
Thank you Matthias. I removed this filter, but no way. The problem is resolved when I remove all shale and ajax4jsf librairies from /WEB-INF/lib. I've put a custom Listener for logging purpose and the difference I see is : - it works fine if viewroot is javax.faces.component.UIViewRoot. - it

RE : Re: Oracle ADF and Shale tiles/validator

2007-01-31 Thread Adrian Gonzalez
I've just changed the JSP test page to include some ADF components, and it changed the stackTrace to : java.lang.IllegalStateException: No AdfRenderingContext --- Here's the jsp page : !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN

RE : Re: Oracle ADF and Shale tiles/validator

2007-01-31 Thread Adrian Gonzalez
I've found the problem (using both Oracle ADF and some shale extensions doesn't work). It's in shale-validator and in shale-tiles (1.0.4 version). For info, I'm using adf-faces 10_1_3_0_4. To reproduce the problem with shale-validator, one just needs to put the shale-validator.jar in

Re: Need help with SCXML transition cond syntax.

2007-01-31 Thread Paul Spencer
Rahul, What am I doing wrong? When the next button is clicked my goal is to go from page1 to page2 if the property Leased is checked on the page1, otherwise go to page2. Neither is happening! When the cancel button is clicked, the transition to menu works as expected. *** * Value of

Re: Need help with SCXML transition cond syntax.

2007-01-31 Thread Rahul Akolkar
On 1/31/07, Paul Spencer [EMAIL PROTECTED] wrote: Rahul, What am I doing wrong? When the next button is clicked my goal is to go from page1 to page2 if the property Leased is checked on the page1, otherwise go to page2. Neither is happening! When the cancel button is clicked, the transition

Re: Need help with SCXML transition cond syntax.

2007-01-31 Thread Paul Spencer
Rahul, See below. Rahul Akolkar wrote: On 1/31/07, Paul Spencer [EMAIL PROTECTED] wrote: Rahul, What am I doing wrong? When the next button is clicked my goal is to go from page1 to page2 if the property Leased is checked on the page1, otherwise go to page2. Neither is happening! When

Re: RE : Re: Oracle ADF and Shale tiles/validator

2007-01-31 Thread Gary VanMatre
From: Adrian Gonzalez [EMAIL PROTECTED] I've found the problem (using both Oracle ADF and some shale extensions doesn't work). It's in shale-validator and in shale-tiles (1.0.4 version). For info, I'm using adf-faces 10_1_3_0_4. To reproduce the problem with shale-validator, one

Re: Need help with SCXML transition cond syntax.

2007-01-31 Thread Rahul Akolkar
On 1/31/07, Paul Spencer [EMAIL PROTECTED] wrote: Rahul, See below. Rahul Akolkar wrote: On 1/31/07, Paul Spencer [EMAIL PROTECTED] wrote: snip/ My previous configuration was simply a summary of my attempts. Although I my first attempt matches your suggestion, I did not included it in the

Re : RE : Re: Oracle ADF and Shale tiles/validator

2007-01-31 Thread Adrian Gonzalez
Thank you very much Gary for this information, I'll try ADF validators instead of Shale's. Do you have similar info about Shale tiles and ADF ? Do you know if ADF (or Trinidad) has a feature similar as Tiles composition ? Perhaps the information about incompatibility between shale

Re: Re : RE : Re: Oracle ADF and Shale tiles/validator

2007-01-31 Thread Gary VanMatre
From: Adrian Gonzalez [EMAIL PROTECTED] Thank you very much Gary for this information, I'll try ADF validators instead of Shale's. Do you have similar info about Shale tiles and ADF ? Do you know if ADF (or Trinidad) has a feature similar as Tiles composition ? I've not tried

Re: Need help with SCXML transition cond syntax.

2007-01-31 Thread Paul Spencer
Rahul, Rahul Akolkar wrote: snip Bah, OK, it seems I missed one todo in code, about three lines needed to tie the application variable resolver to the Commons SCXML context for greater EL capabilities (such as this, arbitrary expressions beyond simply calling action state MBEs etc). Could you

Re: Need help with SCXML transition cond syntax.

2007-01-31 Thread Paul Spencer
Rahul, Works as expected. You may mark the issue as resolved. Thanks again. Paul Spencer Rahul Akolkar wrote: On 1/30/07, Paul Spencer [EMAIL PROTECTED] wrote: Version 1.1.0-SNAPSHOT snip/ Could you try an updated snap, one thats post this issue:

Shale + Ajax4jsf

2007-01-31 Thread Reynolds, James
I've been trying to incorporate ajax4jsf into my app. After having troubles, I found some threads on the web indicating that there may be a conflict between the ajax4jsf filter and the Shale filter. Is this the case? Is anyone currently using these two technologies together? My set up is Shale