Applicaion Manger and FacesContext

2007-01-29 Thread Danny . Worm
Hi, I've added the application manager to my application. This feature is very nice to me. But there is an question about a command-class in the preprocess-chain. Is it possible to get the FacesContext from the web-application or an similar way to get the managed-beans from the factory? I wan

Duplicate Client-id for ShaleViewRoot

2007-01-29 Thread Reynolds, James
Hello Shale + Facelets bretheren, I'm having a weird issue where facelets is reporting a "Client-id : _id0 is duplicated in the faces tree" error where is supposedly the source of the duplicate id. It seems to be related with commandLinks on my page. If I remove them, the page loads fine. The

Re: How to end a SCXML dialog in an action?

2007-01-29 Thread Rahul Akolkar
On 1/29/07, Paul Spencer <[EMAIL PROTECTED]> wrote: Rahul, I was using 1.0.4. When I switch to 1.1.0-SNAPSHOT, it worked. OK, I'll try to reproduce this (in a couple of days) using the 1.0.4 artifacts (nothing jumps out at me that would have caused such a change in behavior, but I'll check).

Re: specifying shale-tiger parsing classpath?

2007-01-29 Thread Rahul Akolkar
On 1/29/07, amjad Shahrour <[EMAIL PROTECTED]> wrote: hi, Can I instruct shale-tiger to parse only what i want, or maybe exclude paths form being parsed. You could use the "org.apache.shale.tiger.SCAN_PACKAGES" context initialization parameter (in your application descriptor). Its a comma-se

Re: How to end a SCXML dialog in an action?

2007-01-29 Thread Paul Spencer
Rahul, I was using 1.0.4. When I switch to 1.1.0-SNAPSHOT, it worked. Paul Spencer Rahul Akolkar wrote: On 1/26/07, Paul Spencer <[EMAIL PROTECTED]> wrote: Rahul, I an getting the following when I click on the home link. It appears that the dialog is still running even though it was stoppe

specifying shale-tiger parsing classpath?

2007-01-29 Thread amjad Shahrour
hi, Can I instruct shale-tiger to parse only what i want, or maybe exclude paths form being parsed. regards, amjad