which IDE are you using for JSF ?

2007-02-02 Thread Adrian Gonzalez
Hello, Is there a good IDE (drag and drop and autocompletion for EL expressions and tags) for facelets or Clay technology ? What IDE are you using to create JSF apps ? My current purpose is to see if one can use JSF for mainstream development (developers with little experience in Java / web

Re : which IDE are you using for JSF ?

2007-02-02 Thread Adrian Gonzalez
/wtp-jsf-dev/msg00223.html - Message d'origine De : Craig McClanahan [EMAIL PROTECTED] À : user@shale.apache.org Envoyé le : Vendredi, 2 Février 2007, 18h35mn 52s Objet : Re: which IDE are you using for JSF ? On 2/2/07, Adrian Gonzalez [EMAIL PROTECTED] wrote: Hello, Is there a good

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

2007-02-01 Thread Adrian Gonzalez
know since I'm a newbie). It's really a pity (since some JSF libraries are really incredible), and I don't know if this problem will be resolved in the future. --- Gary VanMatre [EMAIL PROTECTED] a écrit : From: Adrian Gonzalez [EMAIL PROTECTED] Thank you very much Gary for this information

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 : RE : Re: Oracle ADF and Shale tiles/validator

2007-01-31 Thread Adrian Gonzalez
: 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 just needs

Oracle ADF and Shale tiles/validator

2007-01-30 Thread Adrian Gonzalez
Hello, Has anyone got running JSF application with shale Tiles or shale validator AND Oracle ADF ? I've got an application running with Shale View / Shale Tiles / Shale Validator, Myfaces 1.1.4 and Tomahawk 1.1.3 (jsp rendering engine). It's running on Websphere 6.0 (Jdk 1.4, J2EE 1.3,

[Shale view 1.0.4]

2007-01-21 Thread Adrian Gonzalez
Hello, I think there's a little bug on shale view 1.0.4. Shale View : Bug on render response phase when removing view from request map. Error in org.apache.shale.view.faces.ViewPhaseListener, method afterRenderResponse, lien 233 : iterator obtained from map, code calling map.remove, and

list/detail navigation - newbie question

2007-01-21 Thread Adrian Gonzalez
Hello, Here's a really basic question (I'm just a JSF newbie) : list/detail navigation. It's a pure JSF problem I know, but I think I can perhaps use prerender callback to better support a list/detail scenario. I would like to know if there's a good pattern for list / detail navigation

ViewPhaseListener infinite loop with exception handler

2006-10-11 Thread Adrian Gonzalez
Hello, I'm having a hard time figuring out the best way to manage unchecked exceptions with JSF and Shale (i'm a newbie with those technologies). I think I've found a bug with Shale 1.0.3. The view controller on my JSF page throws a runtime exception if a text box has a value of A. The test