Re: Clay Scxml

2009-05-26 Thread Rahul Akolkar
On Tue, May 26, 2009 at 5:22 AM, Dave Hagan d.ha...@bossi.org.uk wrote: Hi  We have been developing with Shale for the last 3 years and have found the shale Clay the Scxml dialogs extremely useful - Can Clay and Scxml be used with Myfaces and other frameworks as a stand alone piece. snip/

Re: Error Handling

2009-05-11 Thread Cyril Bouteille
Tim, it's likely because the error happened during the rendering phase after the beginning of the HTML has already been flushed on the response socket... You have a couple of options: 1) move your offending code into prerender event and add an s:subview very high in your page markup so it's

Re: [ANNOUNCE] Apache Shale To Move To the Attic

2009-05-01 Thread Kito Mann
Hello Cyril, The Orchestra ViewController can definitely handle this. See: http://myfaces.apache.org/orchestra/myfaces-orchestra-core/viewController.html . I'm not too familiar with the s:subview tag -- how does that work? --- Kito D. Mann -- Author, JavaServer Faces in Action

Re: [ANNOUNCE] Apache Shale To Move To the Attic

2009-05-01 Thread Kito Mann
FYI, I wrote a new blog entry about this: http://blogs.jsfcentral.com/editorsdesk/entry/shale_in_the_attic --- Kito D. Mann -- Author, JavaServer Faces in Action http://twitter.com/kito99 http://twitter.com/jsfcentral http://www.virtua.com - JSF/Java EE consulting, training, and mentoring

Re: [ANNOUNCE] Apache Shale To Move To the Attic

2009-05-01 Thread Cyril Bouteille
It provides the missing C in MVC of JSF for GET requests. :-) A hook in the JSP where you can declare which managed bean should be initialized for rendering. Typically high in your JSP, s:subview id=name-of-your-bean would call NameOfYourBean.prerender() event. Each page is in control of what

Re: [ANNOUNCE] Apache Shale To Move To the Attic

2009-05-01 Thread Kito Mann
On Fri, May 1, 2009 at 2:51 PM, Cyril Bouteille cy...@travelmuse.comwrote: It provides the missing C in MVC of JSF for GET requests. :-) A hook in the JSP where you can declare which managed bean should be initialized for rendering. Typically high in your JSP, s:subview id=name-of-your-bean

Re: [ANNOUNCE] Apache Shale To Move To the Attic

2009-04-28 Thread Cyril Bouteille
This is sad news! Can you please recommend alternative projects for migration of deployed View-Controller and Remote features? Thanks. Greg Reddin wrote: This is a heads up for the Shale user community that the Shale PMC has voted to move the project to the Attic. This means that the Shale

Re: [ANNOUNCE] Apache Shale To Move To the Attic

2009-04-28 Thread Greg Reddin
On Tue, Apr 28, 2009 at 11:44 AM, Cyril Bouteille cy...@travelmuse.com wrote: This is sad news! Can you please recommend alternative projects for migration of deployed View-Controller and Remote features? Thanks. Just my viewpoint: probably your best bet would be to migrate to Seam and/or

Re: [ANNOUNCE] Apache Shale To Move To the Attic

2009-04-28 Thread Kito Mann
On Tue, Apr 28, 2009 at 12:44 PM, Cyril Bouteille cy...@travelmuse.comwrote: This is sad news! Can you please recommend alternative projects for migration of deployed View-Controller and Remote features? Thanks. MyFaces Apache Orchestra has a view controller feature as well, and you with JSF

Re: [ANNOUNCEMENT] New Shale Committer: Paul Spencer

2008-10-03 Thread James Mitchell
Welcome aboard!!! On Thu, Oct 2, 2008 at 11:31 PM, Gary VanMatre [EMAIL PROTECTED] wrote: Please join me in welcoming Paul Spencer as the newest Shale committer. Paul has been very supportive of the Shale community over the past year. Paul is also a member of the MyFaces project.

Re: Tiger breaking my build

2008-07-30 Thread Gary VanMatre
From: Tyler Zale [EMAIL PROTECTED] Hi, I am having a problem with shale-tiger-1.0.5. Tiger is breaking my build because it is throwing a Digester error (no grammar found). This is happening because I tried to add RichFaces to my project and the faces-config.xml in the richfaces

RE: org.apache.shale.dialog.basic.config.DialogImpl not serializable

2008-07-23 Thread mario.buonopane
From: Rahul Akolkar [mailto:[EMAIL PROTECTED] Sent: 22 luglio 2008 14.24 To: user@shale.apache.org; [EMAIL PROTECTED] Subject: Re: org.apache.shale.dialog.basic.config.DialogImpl not serializable On Tue, Jul 22, 2008 at 2:45 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Rahul, before track

Re: org.apache.shale.dialog.basic.config.DialogImpl not serializable

2008-07-23 Thread Rahul Akolkar
On Wed, Jul 23, 2008 at 9:23 AM, [EMAIL PROTECTED] wrote: snip/ Rahul, I debugged and this is my conclusion: org.apache.shale.dialog.faces.DialogPhaseListener in beforeRenderResponse put in the ViewRoot the org.apache.shale.dialog.OPAQUE_STATE attribute. The value of this attribute is, in

Re: org.apache.shale.dialog.basic.config.DialogImpl not serializable

2008-07-22 Thread [EMAIL PROTECTED]
Rahul, before track it to JIRA, i would like to understand why DilogImpl object is present in my HttpSession. At the moment i'm not sure if Shale is putting this object in the View root or other component is doing it. So, if you know that Shale could put an DilogImpl object in View root or in

Re: org.apache.shale.dialog.basic.config.DialogImpl not serializable

2008-07-21 Thread Rahul Akolkar
On Fri, Jul 18, 2008 at 8:40 AM, Mario Buonopane [EMAIL PROTECTED] wrote: Hi, I'm trying to serialize my HttpSession but I receive an error because org.apache.shale.dialog.basic.config.DialogImpl is not Serializable. snip/ I cannot talk to the original intent, but I do think it makes sense to

Re: Where is Shale1.1.0?

2008-07-18 Thread Mario Buonopane
Gary VanMatre ha scritto: -- Original message -- From: Paul Spencer [EMAIL PROTECTED] Gary VanMatre wrote: -- Original message -- From: Paul Spencer [EMAIL PROTECTED] Greg, My understanding is Shale v1.0.x and

Re: Can shale remoting use in web application without JSF?

2008-07-16 Thread Gary VanMatre
-- Original message -- From: Eric Chow [EMAIL PROTECTED] Hello, Can Shalre-Remoting load static javascript from JAR without using JSF? If it can, can you show me a simple example? The shale remoting library is a value add for JSF and assumes JSF. That's

Re: Can shale remoting use in web application without JSF?

2008-07-16 Thread Wendy Smoak
On Wed, Jul 16, 2008 at 2:39 PM, Gary VanMatre [EMAIL PROTECTED] wrote: The shale remoting library is a value add for JSF and assumes JSF. That's true for all shale libraries. ... except bits of Shale Test, which can be used without JSF. -- Wendy

Re: Can shale remoting use in web application without JSF?

2008-07-16 Thread Gary VanMatre
From: Wendy Smoak [EMAIL PROTECTED] On Wed, Jul 16, 2008 at 2:39 PM, Gary VanMatre [EMAIL PROTECTED] wrote: The shale remoting library is a value add for JSF and assumes JSF. That's true for all shale libraries. ... except bits of Shale Test, which can be used without JSF. True, but

Re: Can shale remoting use in web application without JSF?

2008-07-16 Thread Wendy Smoak
On Wed, Jul 16, 2008 at 3:37 PM, Gary VanMatre [EMAIL PROTECTED] wrote: True, but it's still built on and has dependencies with the JSF API's. We just provide mock implementations. I'm thinking of CargoTestSetup, which has no JSF dependencies at all. I've used it to test Struts apps, for

Re: Help with tld2claycfg for ajaxanywhere 1.2.1

2008-06-16 Thread Tyler Zale
Sorry for not being more clear. I have already added ajaxanywhere as a dependancy: dependency groupIdorg.ajaxanywhere/groupId artifactIdajaxanywhere/artifactId version1.2.1/version /dependency And installed it into maven. Then when I run tld2claycfg it finds the tld

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: Use of Classifiers for Shale 1.1.0 (was Re: Where is Shale1.1.0?)

2008-06-10 Thread Gary VanMatre
-- Original message -- From: Paul Spencer [EMAIL PROTECTED] Gary VanMatre wrote: -- Original message -- From: Paul Spencer [EMAIL PROTECTED] Gary VanMatre wrote: -- Original message -- From:

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

2008-06-10 Thread Greg Reddin
On Tue, Jun 10, 2008 at 9:18 AM, Gary VanMatre [EMAIL PROTECTED] wrote: I see their is are profiles for jdk 1.4, 1.5, and 1.6. 1.4 is for Servlet v 2.4 where as 1.5 and 1.6 are for Servlet v2.5. Based on this I see 2 distributions, one for JSF 1.1 (profile = shale-test-jdk14) and one for

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: Where is Shale1.1.0?

2008-06-06 Thread Greg Reddin
On Fri, Jun 6, 2008 at 2:49 AM, Mario Buonopane [EMAIL PROTECTED] wrote: No, i don't remember that Shale 1.1.0 is meant to be used with JSF 1.2 but with 1.1. In fact i'm using with MyFaces 1.5 (JSF 1.1). What does mean GA codebase? I don't remember if JSF 1.2 is a requirement for Shale 1.1 or

Re: Where is Shale1.1.0?

2008-06-06 Thread Gary VanMatre
-- 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 library for 1.1.x

Re: Where is Shale1.1.0?

2008-05-30 Thread Greg Reddin
On Fri, May 30, 2008 at 4:48 AM, Mario Buonopane [EMAIL PROTECTED] wrote: Hi, one year agò i download the shale version 1.1.0-SNAPSHOT-20070626. Now i can't find any version 1.1.X from the shale site. Any body cna help me? We're sort of in a state of disrepair right now. Do you know where you

Re: Where is Shale1.1.0?

2008-05-30 Thread Mario Buonopane
Greg Reddin ha scritto: On Fri, May 30, 2008 at 4:48 AM, Mario Buonopane [EMAIL PROTECTED] wrote: Hi, one year agò i download the shale version 1.1.0-SNAPSHOT-20070626. Now i can't find any version 1.1.X from the shale site. Any body cna help me? We're sort of in a state of disrepair

Re: Where is Shale1.1.0?

2008-05-30 Thread Greg Reddin
On Fri, May 30, 2008 at 12:20 PM, Mario Buonopane [EMAIL PROTECTED] wrote: I don't understand why you are working now on version 1.0.5 and one year agò on 1.1.0! If you go in project summary you talk about version 1.1.0! Mostly because (I think) 1.1.0 is meant to be used with JSF 1.2, etc.

Re: [Tomahawk] - Both MyFaces and the RI are on your classpath

2008-05-20 Thread Greg Reddin
On Tue, May 20, 2008 at 5:49 AM, [EMAIL PROTECTED] wrote: Hi, I'm using Tomahawk 1.1.6 on WebSphere 6.1 and does work correctly. But on the log I found: Both MyFaces and the RI are on your classpath. Please make sure to use only one of the two JSF-implementations. I know that WAS has a JSF

RE: [Tomahawk] - Both MyFaces and the RI are on your classpath

2008-05-20 Thread mario.buonopane
I'm very sorryi'm going to send the message to MyFaces! Thanks Mario -Original Message- From: Greg Reddin [mailto:[EMAIL PROTECTED] Sent: 20 maggio 2008 15.49 To: user@shale.apache.org Subject: Re: [Tomahawk] - Both MyFaces and the RI are on your classpath On Tue, May 20, 2008

Re: AbstractJsfTestCase question

2008-05-20 Thread Chris Keefer
I think in JSF 1.1 you have to get the value from a ValueBinding. See below. @Test public void test1 { ValueBinding binding = facesContext.getApplication ().createValueBinding(#{someBean.prop[0]}}; String val = (String) binding.getValue(facesContext); assertEquals(val, M); } Or

Re: AbstractJsfTestCase question

2008-05-20 Thread Venkataganesh Thoppae
Actually I missed that part while typing a sample code. But here is a clean test case runnable if you have shale-test-x.jar. Appreciate if someone could try this on their box. Two files are attached. MyTestCase.java has test cases defined. SomeBean is a simple POJO. Thanks On Tue, May 20, 2008

Re: AbstractJsfTestCase question

2008-05-20 Thread Gary VanMatre
The shale mock value binding has limited EL support. [] #parse - http://svn.apache.org/viewvc/shale/framework/trunk/shale-test/src/main/java/org/apache/shale/test/mock/MockValueBinding.java?view=markup -- Original message -- From: Venkataganesh Thoppae [EMAIL

Re: AbstractJsfTestCase question

2008-05-20 Thread Venkataganesh Thoppae
-- Forwarded message -- From: Venkataganesh Thoppae [EMAIL PROTECTED] To: user@shale.apache.org Date: Tue, 20 May 2008 18:27:48 + Subject: Re: AbstractJsfTestCase question Actually I missed that part while typing a sample code. But here is a clean test case runnable if you

Re: AbstractJsfTestCase question

2008-05-19 Thread Kito D. Mann
Hmm... What errors are you getting? Or is it just returning null? If it's just returning null, remember that you must manually but the bean in the proper scope - Shale doesn't read faces-config. Sent from my iPhone On May 19, 2008, at 11:07 AM, Venkataganesh Thoppae [EMAIL PROTECTED]

Re: AbstractJsfTestCase question

2008-05-19 Thread Venkataganesh Thoppae
Yes, I know Shale doesn't read faces-config. Here is a sample implementation. public class MyTestCase extends AbstractJsfTestCase { //A valid someBean object is created in the request scope in setUp() @Test public void test1 { String val=

Re: JSF 1.2 (MyFaces Core 1.2.x - implementation) Struts Shale

2008-05-14 Thread Cyril Bouteille
JSF 1.2 introduced @PostConstruct and @PreDestroy annotations (see http://weblogs.java.net/blog/jhook/archive/2007/05/jsf_12_ri_backi.html), which somewhat overlap with Shale's prerender/destroy hooks, but it's still not quite as powerful. Most notably: * @PostConstruct won't get call on every

Re: JSF 1.2 (MyFaces Core 1.2.x - implementation) Struts Shale

2008-05-14 Thread Costa Basil
I'm using JSF 1.2 Mojarra implementation w/ Shale just fine, but I unfortunately can't speak to MyFaces compatibility. That is good to know. Thanks __ Looking for the perfect gift? Give the gift of Flickr!

Re: Broken URL's

2008-05-12 Thread Cristi Magherusan
Hello, Thanks for your answers! Well, the code itself is valid, but some IDEs (in my case netbeans) use them to enable smart code completion and other features for those tags. The problem is that the URI it needs (http://shale.apache.org/core) is a 404 and I get no help from netbeans. Also, I've

Re: Broken URL's

2008-05-11 Thread Cyril Bouteille
smime.p7s Description: S/MIME Cryptographic Signature

Re: Broken URL's

2008-05-11 Thread Cyril Bouteille
Oops, sorry resending as plain text message: Cristi, I understand those taglib uris to be virtual only as unique keys for namespaces. They're not required to be a valid page for Shale or any other taglib. You can use tagdir=/WEB-INF/tags as an alternative to uris for your own tags, but I'm

RE: Broken URL's

2008-05-11 Thread Richard Eggert
You need to add something like this to your web.xml file: jsp-config taglib taglib-urihttp://shale.apache.org/clay/taglib-uri taglib-location/WEB-INF/lib/shale-clay.jar/taglib-location /taglib /jsp-config If that doesn't work (i.e., if the JSP engine can't find the

Re: Broken URL's

2008-05-11 Thread Wendy Smoak
On Sun, May 11, 2008 at 5:00 PM, Cristi Magherusan [EMAIL PROTECTED] wrote: I'm having a school project that must use shale, but it seems its taglibs uri's are broken links, among others. Please someone fix them, if possible. Also, is there a way to use local files instead of http://

RE: More dialogs in same time

2008-04-24 Thread mario.buonopane
Rahul, thanks a lot! By Mario -Original Message- From: Rahul Akolkar [mailto:[EMAIL PROTECTED] Sent: 23 aprile 2008 23.21 To: user@shale.apache.org Subject: Re: More dialogs in same time On 4/23/08, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Uhm, how can I start more DialogContext

RE: More dialogs in same time

2008-04-24 Thread Gary VanMatre
saving is turned on. Gary -- Original message -- From: [EMAIL PROTECTED] Rahul, thanks a lot! By Mario -Original Message- From: Rahul Akolkar [mailto:[EMAIL PROTECTED] Sent: 23 aprile 2008 23.21 To: user@shale.apache.org Subject: Re: More

Re: More dialogs in same time

2008-04-23 Thread Rahul Akolkar
Please do not send the same post to both user and dev list separately. There is no benefit IMO to doing that. On 4/23/08, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: My customer want two or more instance of the same dialogs on different windows. The problem is that the windows are created by

RE: More dialogs in same time

2008-04-23 Thread mario.buonopane
- From: Rahul Akolkar [mailto:[EMAIL PROTECTED] Sent: 23 aprile 2008 22.06 To: user@shale.apache.org Subject: Re: More dialogs in same time Please do not send the same post to both user and dev list separately. There is no benefit IMO to doing that. On 4/23/08, [EMAIL PROTECTED] [EMAIL

Re: More dialogs in same time

2008-04-23 Thread Rahul Akolkar
:[EMAIL PROTECTED] Sent: 23 aprile 2008 22.06 To: user@shale.apache.org Subject: Re: More dialogs in same time Please do not send the same post to both user and dev list separately. There is no benefit IMO to doing that. On 4/23/08, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: My

Re: More dialogs in same time

2008-04-23 Thread Rahul Akolkar
doing i.e. are they talking to session scoped beans (ugh, in this case) or dialog scoped beans? -Rahul Mario -Original Message- From: Rahul Akolkar [mailto:[EMAIL PROTECTED] Sent: 23 aprile 2008 22.50 To: user@shale.apache.org Subject: Re: More dialogs in same time On 4

Re: Shale web page

2008-04-16 Thread Greg Reddin
On Tue, Apr 15, 2008 at 5:19 PM, Rahul Akolkar [EMAIL PROTECTED] wrote: Since Greg mentioned he'd be away, I've tried to rectify it. Waiting for the sync. Thanks, sorry about that. I guess the mvn release:perform did that. Greg

RE: NullPointerException in UIComponentBase decode using Shale test framework

2008-04-16 Thread Zhen, Jane
I figured that problem out, I needed to setRendererType, although just need to be null. Could anyone tell me why a component needs a null renderer? I have a general question though. I am trying to create a view from a jsp page, normally you would do it in a backing bean in running environment

RE: NullPointerException in UIComponentBase decode using Shale test framework

2008-04-15 Thread Kito D. Mann
Jane, Can you give us a full stack trace (not sure which line threw the exception) and the snippet of code where you initialize the components that you're testing? I'm guessing that you just didn't initialize the components properly -- Shale Test leaves that all up to the developer.

Re: Shale web page

2008-04-15 Thread Wendy Smoak
On Tue, Apr 15, 2008 at 11:19 AM, linux.eavilesa [EMAIL PROTECTED] wrote: Where is shale web page? Oops. Looks like someone deployed the site from the master POM. Can the guilty party please re-publish the website? :) -- Wendy

Re: Shale web page

2008-04-15 Thread Rahul Akolkar
On 4/15/08, Wendy Smoak [EMAIL PROTECTED] wrote: On Tue, Apr 15, 2008 at 11:19 AM, linux.eavilesa [EMAIL PROTECTED] wrote: Where is shale web page? Oops. Looks like someone deployed the site from the master POM. Can the guilty party please re-publish the website? :) snip/ Since

Re: Shale Homepage

2008-04-15 Thread Rahul Akolkar
On 4/15/08, Tyler Zale [EMAIL PROTECTED] wrote: Hi, It looks as if there is a small problem with some of the pages at http://shale.apache.org/ The index as well as a few others have goofed up navigation on the left side. snip/ Thanks for the report, the site has been republished. It may

RE: [Shale Clay]

2008-04-11 Thread Richard Eggert
Technologies, LLC http://www.proteus-technologies.com -Original Message- From: Zheng, Xiahong [mailto:[EMAIL PROTECTED] Sent: Fri 4/11/2008 12:08 AM To: user@shale.apache.org Subject: RE: [Shale Clay] Thanks a lot Rich. I was able to use your first example without having any white space issue

Re: Need to escape special characters in Shale validator script

2008-04-11 Thread Gary VanMatre
You might try wrapping the script in a CDATA before trying to escape the JS. ![CDATA[ script /script ]] -- Original message -- From: Jeff Tsay [EMAIL PROTECTED] Hi, I'm trying to use Shale validator with xulfaces. (XUL is a user interface

RE: [Shale Clay]

2008-04-11 Thread Zheng, Xiahong
Message- From: Richard Eggert [mailto:[EMAIL PROTECTED] Sent: Friday, April 11, 2008 7:33 AM To: user@shale.apache.org Subject: RE: [Shale Clay] Yes. Basically, you would have to define a component that inherits from h:dataTable, and give it child elements that inherit from h:column. Each

RE: [Shale Clay]

2008-04-11 Thread Gary VanMatre
, April 11, 2008 7:33 AM To: user@shale.apache.org Subject: RE: [Shale Clay] Yes. Basically, you would have to define a component that inherits from h:dataTable, and give it child elements that inherit from h:column. Each of those child elements would then contain children that make up

Re: [Shale Clay]

2008-04-11 Thread Ryan Wynn
Subject: RE: [Shale Clay] From: Zheng, Xiahong [EMAIL PROTECTED] Thanks again. I have another question. How does shale work with fileload? I am trying to use t:fileUpload from tomahawk. I copied the component definition into my clay-config.xml component jsfid=t:inputFileUpload

RE: [Shale Clay]

2008-04-11 Thread Zheng, Xiahong
to server, I see ~com.sun.faces.saveStateFieldMarker~ at the bottom of the page. -Original Message- From: Ryan Wynn [mailto:[EMAIL PROTECTED] Sent: Friday, April 11, 2008 3:12 PM To: user@shale.apache.org Subject: Re: [Shale Clay] On Fri, Apr 11, 2008 at 2:50 PM, Zheng, Xiahong

RE: [Shale Clay]

2008-04-11 Thread Richard Eggert
PROTECTED] Sent: Fri 4/11/2008 3:34 PM To: user@shale.apache.org Subject: RE: [Shale Clay] I tried it and didn't seem to make a difference; it doesn't invoke the action. It's really weird; without the enctype attribute, it at least invokes the action; I suspect on postback, JSF doesn't restore the view

RE: [Shale Clay]

2008-04-11 Thread Zheng, Xiahong
Subject: RE: [Shale Clay] -- Original message -- From: Zheng, Xiahong [EMAIL PROTECTED] I tried it and didn't seem to make a difference; it doesn't invoke the action. It's really weird; without the enctype attribute, it at least invokes the action; I suspect

Re: Nightly Builds

2008-04-10 Thread Tyler Zale
Greg Reddin wrote: Probably your only option at the current time is to check out the 1.0.X branch from svn and build locally. If you can figure out what's wrong with the trunk and submit a patch I will owe you greatly :-) Thanks, Greg Thanks for the update. I would love to get involved and

RE: [Shale Clay]

2008-04-10 Thread Richard Eggert
My experience with dataTables and clay has been that they don't get along very well, at least in the case of HTML templates (XML templates are another story). This is mainly because h:dataTable has a drastically different structure from HTML tables. h:dataTable expects to have h:columns as

RE: [Shale Clay]

2008-04-10 Thread Zheng, Xiahong
of rows are dynamic? -Original Message- From: Richard Eggert [mailto:[EMAIL PROTECTED] Sent: Thursday, April 10, 2008 5:12 PM To: user@shale.apache.org Subject: RE: [Shale Clay] My experience with dataTables and clay has been that they don't get along very well, at least in the case

Re: AW: [ANNOUNCE] New Shale PMC Chair

2008-03-28 Thread Tomasz Pasierb
Gary VanMatre wrote: Many have told me that Facelets has clearly won and we should just try to help them out JSF 2 will be featured from facelets. Gary, are you saying that you're thinking about stopping the development of clay? Should we switch to facelets? Regadrds, Tom

Re: AW: [ANNOUNCE] New Shale PMC Chair

2008-03-27 Thread Gary VanMatre
From: Bernhard Slominski [EMAIL PROTECTED] -Ursprüngliche Nachricht- Von: Gary VanMatre [mailto:[EMAIL PROTECTED] Gesendet: Montag, 24. März 2008 19:31 An: user@shale.apache.org Betreff: RE: [ANNOUNCE] New Shale PMC Chair From: Congrats Gary! I hope Shale

Re: AW: [ANNOUNCE] New Shale PMC Chair

2008-03-27 Thread Greg Reddin
On Thu, Mar 27, 2008 at 12:20 PM, Gary VanMatre [EMAIL PROTECTED] wrote: Many have told me that Facelets has clearly won and we should just try to help them out JSF 2 will be featured from facelets. Yeah, but... Many have also complained that there hasn't been much movement in Facelets

RE: [ANNOUNCE] New Shale PMC Chair

2008-03-24 Thread Gary VanMatre
From: [EMAIL PROTECTED] Congrats Gary! I hope Shale restart the development. Yeah, I have a few new Clay ideas but all are JSF 1.2ish. * Refactor clay config beans with interfaces and impl. Way back I started looking at using JPA entity beans to define clay configs. My hope was to

RE: [ANNOUNCE] New Shale PMC Chair

2008-03-20 Thread mario.buonopane
Congrats Gary! I hope Shale restart the development. Mario -Original Message- From: Greg Reddin [mailto:[EMAIL PROTECTED] Sent: 20 marzo 2008 15.41 To: user@shale.apache.org; [EMAIL PROTECTED] Subject: [ANNOUNCE] New Shale PMC Chair In its meeting yesterday the Apache Board of

Re: Tip: Visual Editing of Shale Dialogs

2008-02-20 Thread samju
good job! Sam Teemu Kämäräinen wrote: Hi! If you are interested in free tools for editing Shale's dialog-config.xml visually, check the following link: http://www.kotikone.fi/00/SCXML/ BR, Teemu Kämäräinen -- View this message in context:

Re: Tip: Visual Editing of Shale Dialogs

2008-02-19 Thread Matthias Wessendorf
Nice! thanks for sharing. Do you mind to add the link to the Shale wiki ? -M On Feb 19, 2008 7:09 AM, Teemu Kämäräinen [EMAIL PROTECTED] wrote: Hi! If you are interested in free tools for editing Shale's dialog-config.xml visually, check the following link:

RE: Visual Editing of Shale Dialogs

2008-02-19 Thread mario.buonopane
Can we use it for basic dialog manager config files? Mario -Original Message- From: Teemu Kämäräinen [mailto:[EMAIL PROTECTED] Sent: 19 febbraio 2008 07.09 To: user@shale.apache.org Subject: Tip: Visual Editing of Shale Dialogs Hi! If you are interested in free tools for editing

Re: Visual Editing of Shale Dialogs

2008-02-19 Thread Teemu Kämäräinen
Hi! I just realized I had managed to mix the basic implementation and the SCXML implementation. The stylesheet generates basic implementation Shale Dialog Configuration files, not SCXML files. Sorry about the confusion! (I just updated this correct information to the page.) --Teemu On

Re: How to notify user about FileUploadBase$SizeLimitExceededException

2008-02-11 Thread AM101
I have set the uploadMaxFileSize but how do show this error to user in UI. samju wrote: its feasible to define your web-app Configuration? 1- apache commons fileupload 2- myfaces.webapp.filter 3- clay 4- irx.view and so on... did you check the

Re: How to notify user about FileUploadBase$SizeLimitExceededException

2008-02-11 Thread samju
its feasible to define your web-app Configuration? 1- apache commons fileupload 2- myfaces.webapp.filter 3- clay 4- irx.view and so on... did you check the param-nameuploadMaxFileSize/param-name?? Sam AM101 wrote: I have configured my application to use FileUpload functionality. It is

RE: Problem with navigation handler

2008-02-11 Thread samju
: RE: Problem with navigation handler mario, if this work now so its fine:-) mario.buonopane wrote: Yes Sam, I decided that for all AJAX Actions I don't use Dialog Manager features but in the page I call directly the action, for example in my button: #{test_stateless

RE: Problem with navigation handler

2008-02-11 Thread mario.buonopane
null. In this case I expect that after the execution of findClaim method, the application show the same view that requested the action ACT1. Thanks Mario -Original Message- From: samju [mailto:[EMAIL PROTECTED] Sent: 11 febbraio 2008 09.50 To: user@shale.apache.org Subject: RE

RE: Problem with navigation handler

2008-02-08 Thread samju
null. What do you think? Thanks, Mario -Original Message- From: samju [mailto:[EMAIL PROTECTED] Sent: 7 febbraio 2008 16.01 To: user@shale.apache.org Subject: RE: Problem with navigation handler any progress mario? Sam mario.buonopane wrote: So, in the JSP I call

RE: Statistic

2008-02-08 Thread mario.buonopane
I'm using successfully: - Basic Dialog Manager - View Controller Mario -Original Message- From: samju [mailto:[EMAIL PROTECTED] Sent: 2 febbraio 2008 12.45 To: user@shale.apache.org Subject: Statistic I just want to check how many user, Companies, etc. are using Shale. thanks For

Re: Statistic

2008-02-08 Thread Matthias Wessendorf
we use the test framework; also test is used by (almost) all MyFaces component libs. for sure on Trinidad -M On Feb 8, 2008 5:12 PM, Chris Keefer [EMAIL PROTECTED] wrote: Currently, I am only using the Shale Test framework. Best, --Chris On Feb 2, 2008, at 6:44 AM, samju wrote: I

RE: Statistic

2008-02-08 Thread Richard Eggert
I'm not using Shale myself at the moment, but on my previous project (which another employee of my company has taken over), I used Clay, View Controller, Tiger Extensions, and the Test Framework. Rich Eggert Member of Technical Staff Proteus Technologies, LLC http://www.proteus-technologies.com

Re: Statistic

2008-02-08 Thread Chris Keefer
Currently, I am only using the Shale Test framework. Best, --Chris On Feb 2, 2008, at 6:44 AM, samju wrote: I just want to check how many user, Companies, etc. are using Shale. thanks For your feedback in advance! Sam -- View this message in context: http://www.nabble.com/Statistic-

RE: Statistic

2008-02-07 Thread samju
I have to make a decision between Seam and Shale mario.buonopane wrote: Evaluated for what? -Original Message- From: samju [mailto:[EMAIL PROTECTED] Sent: 6 febbraio 2008 10.26 To: user@shale.apache.org Subject: RE: Statistic I agree! But I would like to know how many

Re: Shale Roadmap

2008-02-07 Thread Gary VanMatre
From: Niall Pemberton [EMAIL PROTECTED] On Feb 6, 2008 7:21 PM, linux.eavilesa wrote: Hi all, I've been tracking user and development mailing lists during some time, and I think that people is getting (including me) a little bit nervous about Shale project. and rightly so -

RE: Shale Roadmap

2008-02-07 Thread Kito D. Mann
-Original Message- From: Ryan de Laplante [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 06, 2008 2:39 PM To: user@shale.apache.org Subject: Re: Shale Roadmap Hi, I'm not a Shale user or regular reader of this mailing list, although I gave it a look about a year ago. JSF

RE: Problem with navigation handler

2008-02-07 Thread samju
@shale.apache.org Subject: RE: Problem with navigation handler 1- findClaim() do return the Transition OK 2- for your ajax call we do not have to use dialog conf. stuff. work outside the Dialog so return null from non-Dialog action! public String nonDialogAction(){ prepare the ajax call

RE: Problem with navigation handler

2008-02-07 Thread mario.buonopane
- From: samju [mailto:[EMAIL PROTECTED] Sent: 7 febbraio 2008 16.01 To: user@shale.apache.org Subject: RE: Problem with navigation handler any progress mario? Sam mario.buonopane wrote: So, in the JSP I call directly the action, for example in my button: #{test_stateless

RE: Statistic

2008-02-06 Thread mario.buonopane
Evaluated for what? -Original Message- From: samju [mailto:[EMAIL PROTECTED] Sent: 6 febbraio 2008 10.26 To: user@shale.apache.org Subject: RE: Statistic I agree! But I would like to know how many do use shale. Active user. At the moment we have only 7 Feedbacks so the currently

Re: Shale Roadmap

2008-02-06 Thread Ryan de Laplante
Hi, I'm not a Shale user or regular reader of this mailing list, although I gave it a look about a year ago. JSF 2.0 is going to be standardizing the best ideas from Shale's Clay, View Controller, Tiger extensions, and other features. JSF 2.0 is doing the same with facelets, jsftemplating,

Re: Shale Roadmap

2008-02-06 Thread linux.eavilesa
Hi, I move this conversation to the dev list. Esteve Greg Reddin wrote: On Feb 6, 2008 1:21 PM, linux.eavilesa [EMAIL PROTECTED] wrote: I think that the main reason why is the fact that there is not a well defined road map now for the project and many of as have bitten to use Shale in

Re: Shale Roadmap

2008-02-06 Thread Niall Pemberton
On Feb 6, 2008 7:21 PM, linux.eavilesa [EMAIL PROTECTED] wrote: Hi all, I've been tracking user and development mailing lists during some time, and I think that people is getting (including me) a little bit nervous about Shale project. and rightly so - the trends are stark: Overall:

RE: Statistic

2008-02-04 Thread mario.buonopane
I'm using -Original Message- From: samju [mailto:[EMAIL PROTECTED] Sent: 2 febbraio 2008 12.45 To: user@shale.apache.org Subject: Statistic I just want to check how many user, Companies, etc. are using Shale. thanks For your feedback in advance! Sam -- View this message in

RE: Problem with navigation handler

2008-02-04 Thread mario.buonopane
I'm sorry, but I don't understand If I return null from the action, how can Shale go do transition OK ? -Original Message- From: samju [mailto:[EMAIL PROTECTED] Sent: 2 febbraio 2008 12.25 To: user@shale.apache.org Subject: Re: Problem with navigation handler Your aim is to apply

RE: Problem with navigation handler

2008-02-04 Thread samju
transition OK ? -Original Message- From: samju [mailto:[EMAIL PROTECTED] Sent: 2 febbraio 2008 12.25 To: user@shale.apache.org Subject: Re: Problem with navigation handler Your aim is to apply a ajax call on ricercaSinistro.jsp. If i got what you means, I think you may do

RE: Statistic

2008-02-04 Thread Richard Eggert
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Mon 2/4/2008 5:12 AM To: user@shale.apache.org Subject: RE: Statistic I'm using -Original Message- From: samju [mailto:[EMAIL PROTECTED] Sent: 2 febbraio 2008 12.45 To: user@shale.apache.org Subject: Statistic

RE: Problem with navigation handler

2008-02-04 Thread mario.buonopane
So, in the JSP I call directly the action, for example in my button: #{test_stateless$ricercaSinistro.nonDialogAction } Mario -Original Message- From: samju [mailto:[EMAIL PROTECTED] Sent: 4 febbraio 2008 14.27 To: user@shale.apache.org Subject: RE: Problem with navigation handler 1

  1   2   3   4   5   6   7   8   9   10   >