Re: Use of Classifiers for Shale 1.1.0 (was Re: Where is Shale1.1.0?)

2008-06-11 Thread Paul Spencer
Gary VanMatre wrote: -- Original message -- From: Paul Spencer [EMAIL PROTECTED] Gary VanMatre wrote: snip Spencer [EMAIL PROTECTED] Humm, it looks like the shale test pom has a 1.4 profile that excludes the JSF 1.2 objects. The 1.1 trunk has the same type

Re: Where is Shale1.1.0?

2008-06-09 Thread Paul Spencer
Gary VanMatre wrote: -- Original message -- From: Paul Spencer [EMAIL PROTECTED] Greg, My understanding is Shale v1.0.x and v1.1.x works with JSF 1.x. Their may be components that are JSF version specific, but this is the exception. I agree but the shale test

Re: h:outputFormat ignores escape=false (Might be MyFaces)

2007-06-26 Thread Paul Spencer
Ian, See http://issues.apache.org/jira/browse/MYFACES-1396 Paul Spencer Ian.Priest wrote: My h:outputFormat tag is ignoring it's escape=false attribute. My HTML is below. Can someone sanity check for me please! span xmlns:t=http://myfaces.apache.org/tomahawk; xmlns:h

Re: How to use ConfigParser()?

2007-05-17 Thread Paul Spencer
I found the problem. The test was using a Tomahawk component. Since the ConfigParser does not load Tomahawk's JSF configuration, the render was not defined. My concerns around the absents of FacesContext where unfounded because the context is not need when adding renderers. Paul Spencer Paul

How to use ConfigParser()?

2007-05-10 Thread Paul Spencer
it to the ConfigParser. Is this the problem? See the addDefaultRenderers() method in the test utility class [1] for a more complete example. Paul Spencer [1]http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core/src/test/java/org/apache/myfaces/test/utils/TestUtils.java?view=markup

Re: Beginning a dialog (basic dialog manager) with V1.0.3

2007-02-14 Thread Paul Spencer
Jan, Add a slash to the viewId. viewId=/Dienststellensuche.jsp Paul Spencer [EMAIL PROTECTED] wrote: Hello ! When trying to begin a dialog with V1.0.3 (basic dialog manager) with the dialog: prefix in an action, I get: java.lang.IllegalArgumentException: You have requested a transition

URL to a dialog?

2007-02-05 Thread Paul Spencer
Shale 1.0.3+ I would like to start a dialog from a URL instead of an action. If the dialog is named interview and the base URL is foo.com/myApp, what is URL? Paul Spencer

Re: which IDE are you using for JSF ?

2007-02-02 Thread Paul Spencer
. Paul Spencer Adrian Gonzalez wrote: 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

Re: Need help with SCXML transition cond syntax.

2007-01-31 Thread Paul Spencer
Current States: [page1] Paul Spencer Rahul Akolkar wrote: On 1/30/07, Paul Spencer [EMAIL PROTECTED] wrote: Version 1.1.0-SNAPSHOT I would like a transition to be selected when a bean's field is not empty. If the field is an empty string, , or null I do not want the transition executed. Below

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: Need help with SCXML transition cond syntax.

2007-01-31 Thread Paul Spencer
file a JIRA issue for this? Thanks! In any case, I intend to get to this later this afternoon, so there will be one soon enough. https://issues.apache.org/struts/browse/SHALE-404 snip -Rahul Thank you for you help on this. Paul Spencer

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: http://issues.apache.org/struts/browse

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 stopped

How to end a SCXML dialog in an action?

2007-01-25 Thread Paul Spencer
I configure this ? Paul Spencer

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

2007-01-25 Thread Paul Spencer
is it called? Paul Spencer Rahul Akolkar wrote: On 1/25/07, Paul Spencer [EMAIL PROTECTED] wrote: I have a dialog that adds a vendor. If the dialog successfully add the vendor, or the dialog is canceled, then I want to end the dialog with a call to the action #{vendorManager.listAllVendors

How to use request scoped manage beans in a 1.0.4 dialog?

2007-01-24 Thread Paul Spencer
/DialogManagerFeature [2] https://issues.apache.org/struts/browse/SHALE-184 Paul Spencer

Shale Application Controller page not updated to 1.0.4

2007-01-24 Thread Paul Spencer
name changed! Paul Spencer [1] http://shale.apache.org/shale-application/index.html

Re: How to use request scoped manage beans in a 1.0.4 dialog?

2007-01-24 Thread Paul Spencer
Craig, I embedded my comments. Craig McClanahan wrote: On 1/24/07, Paul Spencer [EMAIL PROTECTED] wrote: Craig, I embedded my comments. They are near the end. Paul Spencer Craig McClanahan wrote: On 1/24/07, Paul Spencer [EMAIL PROTECTED] wrote: snip o For simple dialogs only

How to load faces-config.xml in the test framework?

2007-01-01 Thread Paul Spencer
. 2) Testing with more then one JSF Implementation is a lot of extra work. Ideally I would like to instruct shale-test to load the implementation's jsf configuration file, i.e. faces-config.xml. How do I do this? Paul Spencer

Re: How to load faces-config.xml in the test framework?

2007-01-01 Thread Paul Spencer
into the utility, would work very well. After I hard coded the MyFaces stuff, I tried to run it using Sun's RI. As you alluded to, it failed since the package and class names are different. Paul Spencer [1] http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core/src/test/java/org/apache/myfaces

Re: Converting from session managed beans to Shale dialog question.

2006-08-25 Thread Paul Spencer
] http://wiki.apache.org/shale/DialogManagerFeature Paul Spencer Craig McClanahan wrote: On 8/25/06, Paul Spencer [EMAIL PROTECTED] wrote: I am converting from a session managed bean to a Shale Dialog using a request managed bean. The problem I am currently having is the fields in the managed