Re: Shale ExceptionHandling

2007-01-21 Thread Duong BaTien
Hello Craig: Thank for a quick response. I downloaded the 1.1.0-SNAPSHOT but cannot find a binary for trunk/shale-apps/*. Do you think it will be available soon? What is the difference between shale-apps and shale-application directories? On Sat, 2007-01-20 at 17:43 -0800, Craig McClanahan

[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

Re: [Shale view 1.0.4]

2007-01-21 Thread Craig McClanahan
On 1/21/07, Adrian Gonzalez [EMAIL PROTECTED] wrote: 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 :

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

h:messages and i18n

2007-01-21 Thread JS Portal Support
Hi, My backing beans set some info messages though calling the .info(message). The messages I set however are ResourceBundle id's. In my JSP's I then want to collect the id and present the message. I have: h:messages layout=table globalOnly=true showDetail=false showSummary=true rendered=#{!

Re: h:messages and i18n

2007-01-21 Thread Craig McClanahan
On 1/21/07, JS Portal Support [EMAIL PROTECTED] wrote: Hi, My backing beans set some info messages though calling the .info(message). The messages I set however are ResourceBundle id's. In my JSP's I then want to collect the id and present the message. I have: h:messages layout=table