Re: Statistic

2008-02-04 Thread Greg Reddin
On Feb 2, 2008 5:44 AM, samju [EMAIL PROTECTED] wrote: I just want to check how many user, Companies, etc. are using Shale. thanks For your feedback in advance! The company I work for uses the Remoting architecture. Greg

Re: Statistic

2008-02-04 Thread Daniel del Río
We are developing a cms oriented to jsf components that uses clay as template technology. El lun, 04-02-2008 a las 10:48 -0600, Greg Reddin escribió: On Feb 2, 2008 5:44 AM, samju [EMAIL PROTECTED] wrote: I just want to check how many user, Companies, etc. are using Shale. thanks For your

Re: Statistic

2008-02-04 Thread Ryan Wynn
We are using clay as our view handler on a large websphere portal project. It works very well for us. The templating reuse is amazing. On Feb 4, 2008 12:24 PM, Daniel del Río [EMAIL PROTECTED] wrote: We are developing a cms oriented to jsf components that uses clay as template technology.

Re: Problem with navigation handler

2008-02-02 Thread samju
Your aim is to apply a ajax call on ricercaSinistro.jsp. If i got what you means, I think you may do the follow: The outcome of the Ajax-Call-action can (should )return null. This Ajax action should be handle outside the Dialog Configuration File. (we can mix dialog and non dialog action). The

Re: Problem with navigation handler

2008-01-30 Thread Rahul Akolkar
Please post to either dev or user list as appropriate, rather than both. I chose to continue on the user list for this query. On 1/30/08, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I'm using basic navigation handler with this configuration: action name=actionRicerca

Re: Dynamic clay in a datatable

2008-01-21 Thread Daniel del Río
Finally I found a solution! Thanks Gary to point me on the right way. In resume, it consists in duplicate the clay component for every distinct jsfid (every clay page template), and setting the rendered property accordingly. To achieve it the more easy way I found is to create a new jsf component

Re: Dynamic clay in a datatable

2008-01-18 Thread Gary VanMatre
From: Daniel del Río [EMAIL PROTECTED] Hello, I know similar questions was made in the past but I haven't found a response. I'm trying to render an HTML that depends of the current datatable row value, but the result is that all render the same page: This is the code:

Re: Dynamic clay in a datatable

2008-01-18 Thread Ryan Wynn
Could you try first this more direct way and see what happens? t:dataTable value=#{home.banners} var=c t:column clay:clay id=prueba jsfid=#{c.jsfid}/clay:clay /t:column /t:dataTable Not sure that the symbol tag is being

Re: Clay problem: NPE when reloading a page

2008-01-15 Thread Philippe Van Der Gucht
Hello Gary, This is my clay-config.xml: ---8--- !DOCTYPE view PUBLIC -//Apache Software Foundation//DTD Shale Clay View Configuration 1.0 //EN http://shale.apache.org/dtds/clay-config_1_0.dtd; view component jsfid=baseTemplate extends=clay attributes set

Re: Clay problem: NPE when reloading a page

2008-01-15 Thread Philippe Van Der Gucht
Nightly build of yesterday evening does not solve the problem. Don't know if this might be decisive but I'm using the tiger extension (annotated backing bean). On Jan 14, 2008 4:53 PM, Gary VanMatre [EMAIL PROTECTED] wrote: From: Philippe Van Der Gucht [EMAIL PROTECTED] Hello, I use

Re: Clay problem: NPE when reloading a page

2008-01-15 Thread Philippe Van Der Gucht
However the previous release of Shale (v1.0.3) works like a charm. On Jan 14, 2008 4:53 PM, Gary VanMatre [EMAIL PROTECTED] wrote: From: Philippe Van Der Gucht [EMAIL PROTECTED] Hello, I use JSF RI 1.1 and Shale v1.0.4 with the Weblogic v10 server. I have tried to use clay to make a

Re: Clay problem: NPE when reloading a page

2008-01-15 Thread Philippe Van Der Gucht
I apologize for being mistaken, it does not solve the problem. As soon as I start using symbols in my component which references a html view I get the NPE mentioned below when I reload the page. On Jan 14, 2008 4:53 PM, Gary VanMatre [EMAIL PROTECTED] wrote: From: Philippe Van Der Gucht [EMAIL

Re: Clay problem: NPE when reloading a page

2008-01-14 Thread Gary VanMatre
From: Philippe Van Der Gucht [EMAIL PROTECTED] Hello, I use JSF RI 1.1 and Shale v1.0.4 with the Weblogic v10 server. I have tried to use clay to make a tile-like composition of a webpage. This renders just fine on the first try but when reloading I get this error:

Re: UnsupportedOperationException

2007-12-17 Thread Diane J
Diane Jewett wrote: How do I get around an UnsupportedOperationException from shale? java.lang.UnsupportedOperationException at org.apache.shale.test.mock.MockExternalContext.getRequestHeaderValuesMap(MockExternalContext.java:257) -- View this message in context:

Re: UnsupportedOperationException

2007-12-17 Thread Antonio Petrelli
2007/12/17, Diane J [EMAIL PROTECTED]: Diane Jewett wrote: How do I get around an UnsupportedOperationException from shale? java.lang.UnsupportedOperationException at org.apache.shale.test.mock.MockExternalContext.getRequestHeaderValuesMap (MockExternalContext.java:257)

Re: Struts-Faces

2007-12-04 Thread samju
never needed! kito99 wrote: Hello, I'm thinking of dropping Struts-Faces from my JSF training course since there's been no development in so long, and from what I can tell very little current usage. Am I wrong? Are people actually using it successful to migrate their Struts 1

Re: Struts-Faces

2007-12-03 Thread Matthias Wessendorf
To: MyFaces Discussion; [EMAIL PROTECTED] Subject: Re: Struts-Faces For what it's worth. I have a legacy struts app I'm currently maintaining. When the time comes to convert it to JSF, I won't use something like Struts-Faces, nor try a partial migration. I'll do it all at once. On Nov

RE: Struts-Faces

2007-12-03 Thread Kito D. Mann
- JavaServer Faces FAQ, news, and info phone: +1 203-653-2989 -Original Message- From: Mike Kienenberger [mailto:[EMAIL PROTECTED] Sent: Friday, November 30, 2007 1:12 PM To: MyFaces Discussion; [EMAIL PROTECTED] Subject: Re: Struts-Faces For what it's worth. I have a legacy

Re: Documentation for Shale setup

2007-11-26 Thread Rahul Akolkar
On 11/20/07, Jeff Tsay [EMAIL PROTECTED] wrote: Hi, I had some difficulty setting up Shale. I followed the instructions on but when I deployed onto JBoss, I got an ClassNotFoundException saying that org.apache.shale.faces.ShaleApplicationFilter was not found. Eventually, I figured out

Re: ShaleViewRoot, Subdialog

2007-11-14 Thread samju
it was a mistake on my part (misconfiguration) thx Gary! Gary VanMatre wrote: From: samju [EMAIL PROTECTED] i have a Action calling a Subdialog. exception javax.servlet.ServletException: org.apache.shale.view.faces.ShaleViewRoot cannot be cast to javax.faces.component.UIOutput

Re: transition issue for Basic Dialog

2007-11-14 Thread samju
just as Tip: 1. A Shale dialogs is an interaction with the user spanning multiple HTTP requests! 2. Who says A must says B! Start/ End Dialog 3. Imagine a dialogs like UML2 diagram, state diagram, flow, etc.. they defines a user dialog that responds to user events to drive the execution of

Re: Updated version of TilesViewHandler

2007-11-13 Thread Gregg Leichtman
If you are willing to use JSF RI 1.2 (not MyFaces), then I posted an experimental version as an attachment at: http://issues.apache.org/struts/browse/SHALE-302 -= Gregg =- Garner, Shawn wrote: Since the release of a GA version of Standalone Tiles when can we expect a

Re: clay and support for jsf 1.2

2007-11-12 Thread Gary VanMatre
From: Ryan Lubke [EMAIL PROTECTED] Gary VanMatre wrote: From: Tomasz Pasierb Hi guys, does clay support jsf 1.2, I mean should it be working when used with jsf 1.2 implementation? I've been playing with it and I'm not sure whether it's my fault or framework's. The

Re: clay and support for jsf 1.2

2007-11-12 Thread Tomasz Pasierb
yes, I'm playing around with myfaces 1.2 and shale 1.1.0-SNAPSHOT Gary VanMatre pisze: From: Ryan Lubke [EMAIL PROTECTED] Gary VanMatre wrote: From: Tomasz Pasierb Hi guys, does clay support jsf 1.2, I mean should it be working when used with jsf 1.2 implementation? I've

Re: clay and support for jsf 1.2

2007-11-11 Thread Gary VanMatre
From: Tomasz Pasierb [EMAIL PROTECTED] Hi guys, does clay support jsf 1.2, I mean should it be working when used with jsf 1.2 implementation? I've been playing with it and I'm not sure whether it's my fault or framework's. The problem is that in the rendered view I have a string .

Re: clay and support for jsf 1.2

2007-11-11 Thread Ryan Lubke
Gary VanMatre wrote: From: Tomasz Pasierb [EMAIL PROTECTED] Hi guys, does clay support jsf 1.2, I mean should it be working when used with jsf 1.2 implementation? I've been playing with it and I'm not sure whether it's my fault or framework's. The problem is that in the rendered view I

Re: HTTP status 403

2007-11-09 Thread kolaloka
I reply to myself: the commons-chain configuration prevented access to the pages. I removed that configuration. -- View this message in context: http://www.nabble.com/HTTP-status-403-tf4773292.html#a13662969 Sent from the Shale - User mailing list archive at Nabble.com.

Re: breaking out of a dialog

2007-11-08 Thread Rahul Akolkar
On 11/7/07, Mark_Huang [EMAIL PROTECTED] wrote: I downloaded shale-framework-1.0.4 (the latest version). When I clicked the NON-DIALOG related link from inside the DIALOG conversion, I got the same error. Is this bug fixed? snip/ Thanks for looking through the archives. The thread you've

Re: transition issue for Basic Dialog

2007-11-07 Thread Mark_Huang
How about SCXML Dialog Implmentaion? Mark_Huang wrote: Trying to figure out a problem, please help: 1. Assume Main Page Left Menu has two links, Link A and Link B, C, etc. Link A will display Page A content in the right panel and initialize a Dialog (I am using the Basic Dialog), and

Re: transition issue for Basic Dialog

2007-11-07 Thread Lionel Port
Yes its a pain. On Nov 8, 2007 10:27 AM, Mark_Huang [EMAIL PROTECTED] wrote: Trying to figure out a problem, please help: 1. Assume Main Page Left Menu has two links, Link A and Link B, C, etc. Link A will display Page A content in the right panel and initialize a Dialog (I am using the

Re: breaking out of a dialog

2007-11-07 Thread Mark_Huang
I downloaded shale-framework-1.0.4 (the latest version). When I clicked the NON-DIALOG related link from inside the DIALOG conversion, I got the same error. Is this bug fixed? schof-2 wrote: SHALE-48 is a major problem. Several months ago Craig and I discussed a potential solution. I

Re: s:token usability question

2007-11-05 Thread Nacho Estrada Lachós
Hi Costa, did you create your own token? I'm interested in know the implementations details. Could you share any code with the people in the list? Thanks in advance, On 7/6/07, Costa Basil [EMAIL PROTECTED] wrote: Hi, Lionel: Thank you for your reply. I think I am going to create my own

Re: Integrating Shale with Ajax4JSF

2007-11-04 Thread Dominik Böhm
Hi Lionel, thank you, that did the trick! Best regards Dominik Lionel Port schrieb: Try wrapping your ajax code in a a4j:region tag. On Nov 5, 2007 3:53 AM, Dominik Böhm [EMAIL PROTECTED] wrote: Hello, I tried vainly to use Shale 1.0.4 with Ajax4JSF. When I put some ajax component onto

Re: [clay] reloading tiles on subsequent requests

2007-11-02 Thread Antonio Petrelli
2007/11/1, Tomasz Pasierb [EMAIL PROTECTED]: I've noticed that when a tile changes and I hit 'refresh' in the browser the new content is not reflected in the browser. I have to restart the webapp in order to see the new content. A Tiles users had a similar problem, that he solved. See if it

Re: incompatible Shale distributions

2007-11-01 Thread kolaloka
Hi Rahul, As you've noticed, there was some refactoring of the core (and other) modules/jars in release v1.0.4. I haven't looked at the article link you provided, but to figure out what changed, please take a closer look at the release notes. This can be the reason, thank you! Can the

Re: dialog Subdialog

2007-10-31 Thread samju
:-) Many Thanks Rahul! i will try it out. just for information: shale-dialog-1.1.0-SNAPSHOT Basic implementation. Sam Rahul Akolkar wrote: On 10/30/07, samju [EMAIL PROTECTED] wrote: By entering a Subdialog B and returning to Dialog A . the Action are not executed anymore. all the

Re: incompatible Shale distributions

2007-10-31 Thread kolaloka
Sorry, second link is from http://apache.mirrors.crysys.hit.bme.hu/dist/shale/ Apache Shale mirror -- View this message in context: http://www.nabble.com/incompatible-Shale-distributions-tf4727761.html#a13518335 Sent from the Shale - User mailing list archive at Nabble.com.

Re: ShaleViewRoot, Subdialog

2007-10-30 Thread samju
Hello Gary! I removed tiles from the entire Webapp. Now can´t be able to start runing the webapp. let us take a Look at this: Exception sending context initialized event to listener instance of class org.apache.shale.dialog.basic.BasicLifecycleListener javax.faces.FacesException:

Re: Setup managed bean

2007-10-26 Thread Chris Keefer
Disregard this message. I received a mailer daemon on my original message. Sorry for the double post. --Chris On Oct 25, 2007, at 2:19 PM, Chris Keefer wrote: Hello, I am trying to add a managed bean to the Mock Faces Context that will be used in my unit test. My test class extends

Re: Class cast problem in JBoss

2007-10-25 Thread kolaloka
I reply to myself. The problem is resolved, some jars went to wrong place during deployment. No jars can get directly into .ear and ejb3-persistence.jar, jboss-ejb3x.jar, jsf-api.jar must be excluded from .war. -- View this message in context:

RE: MyFaces

2007-10-22 Thread Kito D. Mann
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig McClanahan Sent: Saturday, October 20, 2007 6:18 AM To: user@shale.apache.org; [EMAIL PROTECTED] Subject: Re: MyFaces PS: I feel the need to add a personal note here, just so everyone is aware

RE: MyFaces

2007-10-21 Thread mario.buonopane
ottobre 2007 21.15 To: 'user@shale.apache.org' Subject: AW: MyFaces -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Auftrag von Craig McClanahan Gesendet: Samstag, 20. Oktober 2007 12:18 An: user@shale.apache.org; [EMAIL PROTECTED] Betreff: Re: MyFaces

RE: MyFaces

2007-10-20 Thread Kailas Lovlekar
I quite like this idea. This would eliminate duplication but the biggest advantage I see for project Shale is opportunity to get into the mainstream. Kailas -Original Message- From: Kito D. Mann [mailto:[EMAIL PROTECTED] Sent: 17 October 2007 22:12 To: user@shale.apache.org; [EMAIL

RE: MyFaces

2007-10-20 Thread Kailas Lovlekar
I quite like this idea. This would eliminate duplication but the biggest advantage I see for project Shale is opportunity to get into the mainstream. Kailas -Original Message- From: Kito D. Mann [mailto:[EMAIL PROTECTED] Sent: 17 October 2007 22:12 To: user@shale.apache.org; [EMAIL

Re: Using shale-test with ValueBinding lists

2007-10-16 Thread Gary VanMatre
To user@shale.apache.org cc Subject Re: Using shale-test with ValueBinding lists From: Iain Duncan Hello All, I've just started using shale-test to test an application using JSF1.1 so apologies if this is a dumb question and I am doing something obvious wrong

Re: Shale test framework - Update model bean

2007-10-11 Thread Mohan Radhakrishnan
Yes. I did that too. Actually if I use root.processDecodes(facesContext); I get this exception. Actually I am trying to run all the phases including Apply Request Values phase( Create form etc. ). The idea is to finally get the value in the managed bean. 1)

RE: Shale Tiles and JSF integration resulting with a blank page

2007-10-10 Thread Pavel Savara
Hi Lax, shale-tiles doesn't work with jsf 1.2 you have to use jsf 1.1 more information in https://issues.apache.org/struts/browse/SHALE-302 Pavel -Original Message- From: Lax [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 10, 2007 2:19 AM To: user@shale.apache.org Subject: Shale

Re: SV: Tiles integration

2007-10-05 Thread Gregg Leichtman
Sorry I didn't reply to this earlier, but I didn't see it until now. I did not do this, because the code is RI specific. It uses a number of Sun com classes in the imports for example. When I posted this previously on 7/25 under topic: Any sucess with shale nightly 20070717 and RI JSF 1.2?, Mr.

Re:

2007-10-05 Thread Greg Reddin
On 10/4/07, Wendy Smoak [EMAIL PROTECTED] wrote: There's not much development going on, but if there's interest in a release we can probably round up enough people to make it happen. I'd like to see the Tiles 2 integration sorted out first, though. I agree. That move us closer to pushing

Re:

2007-10-05 Thread Wendy Smoak
On 10/5/07, Greg Reddin [EMAIL PROTECTED] wrote: I agree. That move us closer to pushing Shale towards GA :-) I'm still here, but I've had *0* time to contribute of late unfortunately. I feel like upgrading the Tiles support is about a 5-minute job, but testing it is the hard part for me.

Re:

2007-10-05 Thread Gary VanMatre
From: Wendy Smoak [EMAIL PROTECTED] On 10/3/07, Lionel Port wrote: There was a bug in Shale 1.0.4 ( http://issues.apache.org/struts/browse/SHALE-409) that prevented ajax4jsf working with shale. It is fixed in the nightly builds. Just waiting on the release of shale 1.0.5, but the

RE: shale 1.0.4 and tiles

2007-10-04 Thread Pavel Savara
) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Lionel Port Sent: Thursday, October 04, 2007 12:01 AM To: user@shale.apache.org Subject: Re: shale 1.0.4 and tiles You may have a problem because the 1.0.4 of shale was built against a snapshot of tiles 2 when dtd hadn't

Re: shale 1.0.4 and tiles

2007-10-04 Thread Antonio Petrelli
2007/10/4, Pavel Savara [EMAIL PROTECTED]: Hi , I am trying to build it with newer tiles version but i am getting error. That class was moved to another package. Nightly shale is using same old tiles as release 1.0.4. Shale 1.0.4 does not support the latest version of Tiles, you HAVE to

RE: shale 1.0.4 and tiles

2007-10-04 Thread Pavel Savara
/f:view header.jsp header -Original Message- From: Antonio Petrelli [mailto:[EMAIL PROTECTED] Sent: Thursday, October 04, 2007 11:09 AM To: user@shale.apache.org Subject: Re: shale 1.0.4 and tiles 2007/10/4, Pavel Savara [EMAIL PROTECTED]: Hi , I am trying to build it with newer tiles

Re: Shale on WebSphere Portal Server 6

2007-10-04 Thread Ryan Wynn
that doesn't work on WAS. Mario -Original Message- From: Ryan Wynn [mailto:[EMAIL PROTECTED] Sent: 4 ottobre 2007 16.13 To: user@shale.apache.org Subject: Re: Shale on WebSphere Portal Server 6 Not yet Portal 6, but portal 5.1.0.4 yes. Will be upgrading to 6 soon, so I will have more

Re: SV: Tiles integration

2007-10-04 Thread Gregg Leichtman
signature.asc Description: OpenPGP digital signature

Re:

2007-10-04 Thread Wendy Smoak
On 10/3/07, Lionel Port [EMAIL PROTECTED] wrote: There was a bug in Shale 1.0.4 ( http://issues.apache.org/struts/browse/SHALE-409) that prevented ajax4jsf working with shale. It is fixed in the nightly builds. Just waiting on the release of shale 1.0.5, but the project seems to have stalled.

Re: your mail

2007-10-03 Thread Gary VanMatre
From: Crabb, Curtis [EMAIL PROTECTED] As soon as I start using Shale 1.0.4, Ajax4Jsf stops working. I believe the issue is as follows: 1.) Ajax4Jsf depends upon the javax.faces.ViewRoot being an instance of AjaxViewRoot. 2.) Shale depends upon the javax.faces.ViewRoot being an

RE: your mail

2007-10-03 Thread mario.buonopane
I have no problem using Ajax4Jsf and Shale. -Original Message- From: Gary VanMatre [mailto:[EMAIL PROTECTED] Sent: 3 ottobre 2007 16.44 To: user@shale.apache.org Subject: Re: your mail From: Crabb, Curtis [EMAIL PROTECTED] As soon as I start using Shale 1.0.4, Ajax4Jsf stops working

Re: shale 1.0.4 and tiles

2007-10-03 Thread Lionel Port
You may have a problem because the 1.0.4 of shale was built against a snapshot of tiles 2 when dtd hadn't been quit finalised. Looking at the issue tracking looks like release r468346 if that helps. On 10/4/07, Pavel Savara [EMAIL PROTECTED] wrote: Hi, I have application with shale 1.0.4 and

Re:

2007-10-03 Thread Lionel Port
There was a bug in Shale 1.0.4 ( http://issues.apache.org/struts/browse/SHALE-409) that prevented ajax4jsf working with shale. It is fixed in the nightly builds. Just waiting on the release of shale 1.0.5, but the project seems to have stalled. On 10/3/07, Crabb, Curtis [EMAIL PROTECTED] wrote:

Re: Cannot find transition dialog:xxx for state xxx of dialog xxx error

2007-10-02 Thread Rahul Akolkar
a dialog (or restart the same one, in this case) without completing the ongoing dialog. Check out the state and dialog named in the error message (the ones stubbed out in the subject with xxx) -- that might hold some clues. You want to get to an 'end' state before (re)starting a dialog. -Rahul

Re: shale 1.0.4 in glassfish v2 classpath breaks admin webapp

2007-10-02 Thread Cyril Bouteille
smime.p7s Description: S/MIME Cryptographic Signature

Re: shale 1.0.4 in glassfish v2 classpath breaks admin webapp

2007-10-02 Thread Wendy Smoak
On 10/1/07, Cyril Bouteille [EMAIL PROTECTED] wrote: You might want to re-post your message as plain text. For me, it's just empty. -- Wendy

Re: shale 1.0.4 in glassfish v2 classpath breaks admin webapp

2007-10-02 Thread Cyril Bouteille
Hello, sorry for the spam, but some folks on the list said my messages didn't come out well so I'm resending in plain text. (see original email at the end of this thread) I just tried it again with 1.1.0-SNAPSHOT-20071001 and although the first exception is now avoided, I still run into the

Re: Shale Dialog Manager Vs Trinidad Dialog Framework

2007-10-01 Thread sunilskulkarni
Thanks Rahul. Looked into examples you suggested and figured it out, it is simple. Thanks Rahul Akolkar wrote: On 9/30/07, sunilskulkarni [EMAIL PROTECTED] wrote: Thanks Rahul, I played with Trinidad all day yesterday with no luck. Shale is easier to set up and blends well with Faces,

Re: Shale Dialog Manager Vs Trinidad Dialog Framework

2007-09-30 Thread Rahul Akolkar
On 9/29/07, sunilskulkarni [EMAIL PROTECTED] wrote: Hi, I am using MyFaces 1.1.4/tomcat 5.5.x. I want to use conversation pages. Shale and Triniad offers the feature. I am new to both. Requesting assistance. (1)Is there a document or a step by step instr on how to use Shale Dialog

Re: Shale Dialog Manager Vs Trinidad Dialog Framework

2007-09-30 Thread sunilskulkarni
Thanks Rahul, I played with Trinidad all day yesterday with no luck. Shale is easier to set up and blends well with Faces, Tiles...etc. I have decided to use Shale for my Dialog framework needs but finding it difficult to find a basic example on how to use Dialog framework, where as Trinidad has

RE: Sample for using MyFaces Shale and Tiles

2007-09-24 Thread Dick Starr
I use Shale, MyFaces, and Tiles and am very satisfied with that combination. I try to stay fairly current using the Shale nightly builds (I am currently using 20070817). My versions are Shale 1.1.0, MyFaces 1.1.5, Tomahawk 1.1.5, and Tiles tiles-core-2.0-r468346-SNAPSHOT.jar. Excerpts from my

Re: new web app with jsf and shale

2007-09-23 Thread Lionel Port
Not sure about ajax continuations but the nightly build does contain a fix require to get ajax4jsf working. On 9/22/07, Greg Reddin [EMAIL PROTECTED] wrote: On 9/21/07, Pavel Savara [EMAIL PROTECTED] wrote: How stable are nightly builds? I suppose we will developed new project for a while

Re: new web app with jsf and shale

2007-09-21 Thread Greg Reddin
On 9/21/07, Pavel Savara [EMAIL PROTECTED] wrote: How stable are nightly builds? I suppose we will developed new project for a while before it goes live so would you recommend to use nightly builds because new version will be out soon or should I stick with latest release rather? Does it

RE: Sample for using MyFaces Shale and Tiles

2007-09-21 Thread Movva, Sudhir
To: user@shale.apache.org Subject: RE: Sample for using MyFaces Shale and Tiles Thanks for the quick feedback. Since I am not using shale but just the tiles extension I assume I only need the following in my web.xml which looks like what I already have. I also noticed you didn't mention needing

RE: Sample for using MyFaces Shale and Tiles

2007-09-21 Thread Ryan, Scott
based on my previous note but it is not working. I guess I will have to look at facelets. Scott Ryan Consultant 303 768-4051 -Original Message- From: Movva, Sudhir [mailto:[EMAIL PROTECTED] Sent: Friday, September 21, 2007 12:26 PM To: user@shale.apache.org Subject: RE: Sample for using

RE: Sample for using MyFaces Shale and Tiles

2007-09-21 Thread Ryan, Scott
I will give it a shot and see if I can make it work. Scott Ryan Consultant 303 768-4051 -Original Message- From: Movva, Sudhir [mailto:[EMAIL PROTECTED] Sent: Friday, September 21, 2007 12:38 PM To: user@shale.apache.org Subject: RE: Sample for using MyFaces Shale and Tiles Ryan

Re: SV: Tiles integration

2007-09-13 Thread Antonio Petrelli
Gregg, why don't you post your work as a patch in JIRA? If you cannot find the right issue, open a new one. Anyway good candidates are: https://issues.apache.org/struts/browse/SHALE/component/21281 Antonio 2007/9/13, Gregg Leichtman [EMAIL PROTECTED]: I was not successful in getting the webapp

Re: Shale next version with Tiles 2.0 integration

2007-09-12 Thread Greg Reddin
On 9/12/07, Esteve Avilés [EMAIL PROTECTED] wrote: Does anybody know when will next Shale version be released? No, I suppose we should get on that :-) Will it include support on Tiles 2.0 Well, it already does, but it's working with an oder 2x version. I don't think it's a huge task to go

Re: SV: Tiles integration

2007-09-12 Thread Gregg Leichtman
I was not successful in getting the webapp stack that you mention to work. I ended up modifying an old TilesViewHandler to work with JSF 1.2 RI v1.2_04-b16-p02, not MyFaces, a nightly snapshot of Shale 1.1.0 from July 17, 2007, the released version of Trinidad 1.2.1, Tomahawk 1.1.6, JSTL 1.1.2 and

RE: HtmlSelectOneMenu dynamically

2007-09-11 Thread Mike Otto
Hello Richard, thanks for answering. Now I have a clue about what I should do .. The code below works like a charm, except that I don't know how to declare a item as selected. I looked up javax.faces.component.UISelectItem.class and found private String _itemDescription = null; private

RE: HtmlSelectOneMenu dynamically

2007-09-11 Thread Richard Eggert
: Mike Otto [mailto:[EMAIL PROTECTED] Sent: Tue 9/11/2007 8:29 AM To: user@shale.apache.org Subject: RE: HtmlSelectOneMenu dynamically Hello Richard, thanks for answering. Now I have a clue about what I should do .. The code below works like a charm, except that I don't know how to declare a item

Re: ide support for shale clay

2007-08-29 Thread Gary VanMatre
From: Tomasz Pasierb [EMAIL PROTECTED] Hey guys, I was wondering if there is any support for developing clay xml views in Eclipse Europa - it's hard to remember all the available tag and their attributes :(. When developing jsp or jsf pages I get some content assist but can't get any

Re: mysterious client id using clay

2007-08-21 Thread Gary VanMatre
From: Ryan Wynn [EMAIL PROTECTED] I am seeing the following client id being generated clayView:_idsc0:_idsc10:_idsc36:_idsc833:_idsc838_2:idsc859 I understand how that is being generated by the SequenceGenerator class, but I can't explain the _idsc838_2 ? This class has been

Re: Using Shale Validator with Seam

2007-08-15 Thread Gary VanMatre
From: [EMAIL PROTECTED] Has anyone successfully integrated the Validator with Seam?? I've been trying to do so, but the Validator tags are showing up in the source code of my page and not being interpreted.? I assume I'm missing something in my web.xml file?? This is all I currently

Re: Anomalies with @Prerender

2007-08-11 Thread Gary VanMatre
From: Richard Eggert [EMAIL PROTECTED] I've been seeing weird problems with the invocation of @Prerender/prerender() methods and the handling of request-scoped backing beans. I have a HTML-templated page rendered with Clay, and a corresponding request-scoped backing bean annotated with

RE: Clay not escaping strings?

2007-08-11 Thread Gary VanMatre
From: Richard Eggert [EMAIL PROTECTED] snippet/ It sure would be nice if there were a way to tell Clay whether to escape such strings (perhaps an escapeProps attribute added to the clay:clay component). In my case, the current behavior is never what I want to happen, and I suspect

RE: Clay not escaping strings?

2007-08-09 Thread Richard Eggert
See below. -Original Message- From: Gary VanMatre [mailto:[EMAIL PROTECTED] Sent: Thu 8/9/2007 11:53 AM To: user@shale.apache.org Subject: Re: Clay not escaping strings? pspan jsfid=outputText escape=true#{mybean.prop}/span/p). Actually, this doesn't work. I still get the same

Re: SV: master-detail redirection with annoteded request bean and tomahawk updateActionListener

2007-08-04 Thread �rico
ok I got that already thanks Hermod Opstvedt [EMAIL PROTECTED] wrote: Hi Please redirect questions regarding Tomahawk to the MyFaces list. Hermod -Opprinnelig melding- Fra: Érico Teixeira [mailto:[EMAIL PROTECTED] Sendt: 30. juli 2007 20:26 Til: user@shale.apache.org Emne:

RE: master-detail redirection with annoteded request bean and tomahawk updateActionListener

2007-08-04 Thread Gary VanMatre
From: [EMAIL PROTECTED] Hi Wrong list - Try the MyFaces list for questions regarding Tomahawk Unless you are using Shale Clay, as Hermod stated, myfaces would be the best community to ask tomahawk questions. However, it looks like you are using Facelets, not that here is anything

RE: master-detail redirection with annoteded request bean and tomahawk updateActionListener

2007-08-04 Thread �rico
I already fixed the problem I didn't use tomahawk updateActionListener because I was trying to set properties between a pojo and annoted managed bean ... I posted in Shale list because I was using tiger annoted beans and had hope that someone had lived through this same problem ... Anyway I

Re: Can shale-clay be used as a shared library?

2007-08-03 Thread Gary VanMatre
From: Ryan Wynn [EMAIL PROTECTED] I am attempting to move shale-clay.jar outside the of the web application into a shared library. It looks to me from the code that this is probably not supported. I am guessing that multiple applications would clash because the ConfigBeanFactory would not

Re: Can shale-clay be used as a shared library?

2007-08-03 Thread Ryan Wynn
So you're saying there's a chance. Well, it turns out it might not be a problem for us. IBM Portal has a mechanism to attach a shared library to every application classloader. So each app will get it's own version of those factories, without having to have clay packaged inside each war.

RE: master-detail redirection with annoteded request bean and tomahawk updateActionListener

2007-08-03 Thread hermod.opstvedt
Hi Wrong list - Try the MyFaces list for questions regarding Tomahawk Hermod -Original Message- From: Érico Teixeira [mailto:[EMAIL PROTECTED] Sent: Monday, July 30, 2007 8:26 PM To: user@shale.apache.org Subject: master-detail redirection with annoteded request bean and tomahawk

Re: Any sucess with shale nightly 20070717 and RI JSF 1.2?

2007-08-01 Thread Gregg Leichtman
signature.asc Description: OpenPGP digital signature

Re: Any sucess with shale nightly 20070717 and RI JSF 1.2?

2007-08-01 Thread Esteve Avilés
HI, Does anyone know when will the next version of shale be released? thanks a lot, -- Esteve Avilés

Re: Any sucess with shale nightly 20070717 and RI JSF 1.2?

2007-08-01 Thread Gary VanMatre
From: Esteve Avilés [EMAIL PROTECTED] HI, Does anyone know when will the next version of shale be released? The only major outstanding issue I know of is Tiles 2.x refactoring. Otherwise, I think we are just waiting on someone to find the time to roll it. thanks a lot, --

RE: Customizing Basic DialogContextManager

2007-07-31 Thread mario.buonopane
agree should be the best way to do). The curiosity is: Why you don't recommend my approach? Ciao Mario -Original Message- From: Rahul Akolkar [mailto:[EMAIL PROTECTED] Sent: 31 luglio 2007 00.09 To: user@shale.apache.org Subject: Re: Customizing Basic DialogContextManager On 7/30/07

Re: Customizing Basic DialogContextManager

2007-07-31 Thread Rahul Akolkar
On 7/31/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Rahul, thanks for your reply. At the moment I have all action calling a managed bean: h:commandLink action=#{mybean.myaction} / And the action return the dialog name. Unfortunately the dialog name is not build using a dialogchooser

RE: Customizing Basic DialogContextManager

2007-07-30 Thread mario.buonopane
Message- From: Rahul Akolkar [mailto:[EMAIL PROTECTED] Sent: 27 luglio 2007 22.33 To: user@shale.apache.org Subject: Re: Customizing Basic DialogContextManager On 7/25/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I'm sorry Rahul but I don't understand your response (sure is for my bad English

Re: Customizing Basic DialogContextManager

2007-07-30 Thread Rahul Akolkar
is strange but I would like to know if there is some possible problem using this solution. Thanks in advance Mario -Original Message- From: Rahul Akolkar [mailto:[EMAIL PROTECTED] Sent: 27 luglio 2007 22.33 To: user@shale.apache.org Subject: Re: Customizing Basic DialogContextManager

Re: Customizing Basic DialogContextManager

2007-07-27 Thread Rahul Akolkar
On 7/25/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I'm sorry Rahul but I don't understand your response (sure is for my bad English). snip/ Please feel free to ask me to repeat anything that isn't clear, I will try again. Can you explain: If it must be so (for whatever reason that I am

RE: Customizing Basic DialogContextManager

2007-07-25 Thread mario.buonopane
: Rahul Akolkar [mailto:[EMAIL PROTECTED] Sent: 24 luglio 2007 21.12 To: user@shale.apache.org Subject: Re: Customizing Basic DialogContextManager On 7/24/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: The reason is that I have, in special cases, to change the name of the dialog name to start

<    1   2   3   4   5   6   7   8   9   10   >