SHALE-409 fix

2007-05-23 Thread mario.buonopane
Wendy, I have tested the patch in this way: I have modified the private method afterRenderResponse of ViewPhaseListener class: private void afterRenderResponse(PhaseEvent event) { // Initialize local values we will need Map map =

Any one plans to fix SHALE-409 bug?

2007-06-25 Thread mario.buonopane
I have successfully tested to comment the second loop: // Second select all remaining instances, which will include annotated // managed beans if Shale Tiger is present /* entries = map.entrySet().iterator(); while (entries.hasNext()) {

RE: Any one plans to fix SHALE-409 bug?

2007-06-26 Thread mario.buonopane
I think that the second loop is needed when using Shale Tiger so I think is better put this code in shale-tiger.jar. In this way, developer (like me) not using tiger extension does not need it. Are u agree? -Original Message- From: Gary VanMatre [mailto:[EMAIL PROTECTED] Sent: 26

RE: Problem with replaceIdWithLabel

2007-07-10 Thread mario.buonopane
Probably I found the problem: I have a main tile that use the t:messages tag before the tile:insert of the page generating the messages. When the first time the method getOutputLabelMap of HtmlMessageRenderer is called, does not resolve the value. If I move the t:messages after the

RE: MyFaces

2007-10-18 Thread mario.buonopane
What is an umbrella project? Ciao, Mario -Original Message- From: Mario Ivankovits [mailto:[EMAIL PROTECTED] Sent: 18 ottobre 2007 07.40 To: dev@shale.apache.org Cc: [EMAIL PROTECTED] Subject: Re: MyFaces Kito D. Mann schrieb: So, here's a question. I know originally some people on

More dialogs in same time

2008-04-23 Thread mario.buonopane
My customer want two or more instance of the same dialogs on different windows. The problem is that the windows are created by the same browser (window.open) and with IE (for example) this windows condivide the same HttpSession. Is there a way to do it with Shale Dialog Manager? Thank