Re: Transition between two dialogs

2006-08-30 Thread Rahul Akolkar
On 8/30/06, Enrique Medina Montenegro [EMAIL PROTECTED] wrote: BTW, from my understanding, whenever Shale inside an active dialog found an outcome to another dialog, it should end the active dialog, and start the new one. Is this Shale behaviour? snip/ This is currently not possible. It may

Re: Building from subversion source

2006-09-20 Thread Rahul Akolkar
On 9/20/06, Wendy Smoak [EMAIL PROTECTED] wrote: On 9/19/06, Irv Salisbury [EMAIL PROTECTED] wrote: You know, the change James reccomended works! I try building without the settings.xml file and it doesn't work. I try building with the settings.xmlfile and it all works fine! I went back

Re: Shale validation facelet

2006-10-06 Thread Rahul Akolkar
On 10/6/06, Wendy Smoak [EMAIL PROTECTED] wrote: On 10/6/06, Greg Reddin [EMAIL PROTECTED] wrote: I don't see any reference to adding the validator tag to faces- config.xml. Did you do that? (or did I miss something?) Do I have to? Shouldn't the faces-config.xml file in

Re: Dialog example web project

2006-10-20 Thread Rahul Akolkar
On 10/20/06, Adrian Mitev [EMAIL PROTECTED] wrote: Is there sample web project showing how to use shale-dialog? snip/ The Shale usecases sample app [1] does contain a couple of examples of dialogs (log on, edit profile), see WEB-INF/dialog-config.xml in war file for definitions, views are in

Re: Myfaces Sandbox ConversationTag Clay possible?

2006-10-23 Thread Rahul Akolkar
On 10/23/06, Craig McClanahan [EMAIL PROTECTED] wrote: On 10/23/06, Torsten Krah [EMAIL PROTECTED] wrote: snip/ Btw ist 1.0.4 usable, especially the scxml dialog2? From an API perspective, I think we're done (although a bit more testing around browser navigation buttons is still needed).

Re: Internationalization

2006-10-25 Thread Rahul Akolkar
On 10/25/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Does Shale have a feature for internationalization similar to Struts? snip/ JSF itself provides internationalization support, see f:loadBundle tag in the JSF core taglib. See shale-usecases sample application for examples of this. Shale

Re: scxml dialogs - how to register them, and whats with dialog2stateview.xml

2006-10-27 Thread Rahul Akolkar
On 10/27/06, Torsten Krah [EMAIL PROTECTED] wrote: snap And whats with the dialog2stateview.xml, have i have to register it too in some context param? snap/ Thats from the old documentation page [3], which I pointed you to ;-) That bit is obsolete. /snap If this is obsolete, is

Re: scxml dialog problem - if session is invalid, state machine hangs and navigation is broken

2006-10-27 Thread Rahul Akolkar
On 10/27/06, Torsten Krah [EMAIL PROTECTED] wrote: Hm ignore this - its working now, don't know why, but testet in dozen times without success, minutes after writing the mail it does :-|, maybe i found out why, only cleared out my cookies, i dont believe that this could be reason. snip/ Hmm.

Re: JNDI integeration Documentation

2006-11-02 Thread Rahul Akolkar
On 11/2/06, paksegu [EMAIL PROTECTED] wrote: Hi where can I find the JNDI integeration Documentation snip/ Its part of shale-core: http://shale.apache.org/shale-core/ and also is there any way tha we can have the documention in pdf format like it used to? snap/ IIUC, its a matter of the

Re: [scxml] dialog not found problem

2006-11-07 Thread Rahul Akolkar
On 11/7/06, Torsten Krah [EMAIL PROTECTED] wrote: Hm seconds after posting it and reading the configs xx times i saw the change in dialog-config.xml, its not any longer scxmldialogs, but dialogs , thx to me ;) snip/ Sorry, I changed the root element. I try to update the site documentation

Re: [scxml] dialog not found problem

2006-11-07 Thread Rahul Akolkar
On 11/7/06, Hermod Opstvedt [EMAIL PROTECTED] wrote: Hi Should it not be: WEB-INF/dialog-config.xml? (Note the missing leading slash) snip/ Thats fine. Its doing a ExternalContext#getResource(String) under the hood, and the leading slash is needed (things are relative to current context

Re: Problem with Shale Token

2006-11-07 Thread Rahul Akolkar
On 11/7/06, Torsten Krah [EMAIL PROTECTED] wrote: This would be sufficient but i would like to see it in the tlddoc too. snip/ Took a stab (site should be updated shortly): http://svn.apache.org/viewvc?view=revrevision=472288 Please feel free to suggest further improvements to the brief

Re: How know current State?

2006-12-01 Thread Rahul Akolkar
On 12/1/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I need to know the current State of the Current Dialog. Is there a way to know it? snip/ There isn't a public API for that. Can you please articulate your usecase for needing it? (that may get some ideas going) -Rahul Thanks in

Re: Modelling dialogs

2006-12-04 Thread Rahul Akolkar
On 12/4/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi I guess this is first and foremost targeted at Rahul: Does anybody know of an opensource tool (preferably Eclipse based) that will let you model Dialogs flow (i.e Statediagrams) and from that create scxml files? snip/ None that I'm

Re: Modelling dialogs

2006-12-04 Thread Rahul Akolkar
probably aware that RAD (the application developer) doesn't have the modeling perspective, so you'll need something that does (the Rational Modeler or the Rational Software Architect). -Rahul Hermod -Opprinnelig melding- Fra: Rahul Akolkar [mailto:[EMAIL PROTECTED] Sendt: 4. desember

Re: Servlet 2.3 / JSP 1.2 abandoned?

2006-12-29 Thread Rahul Akolkar
On 12/29/06, Adam Koch [EMAIL PROTECTED] wrote: I went to http://people.apache.org/builds/shale/nightly/ but didn't find any dialog-specific jars. Do I have to use Maven repositories (which I don't know how to use) to get to the jar files? Download the shale-framework-.zip file, once

Re: Re : [Shale view 1.0.4]

2007-01-23 Thread Rahul Akolkar
On 1/23/07, Craig McClanahan [EMAIL PROTECTED] wrote: snip/ Version 1.0.5-SNAPSHOT is already there. The 1.0.4-SNAPSHOT version will get converted into 1.0.4 as a byproduct of the release process that Rahul is executing. snap/ Done. -Rahul

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

2007-01-25 Thread Rahul Akolkar
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}. The view to display upon the completion of the

Re: How to display exception thrown by beans during a dialog?

2007-01-26 Thread Rahul Akolkar
On 1/26/07, Paul Spencer [EMAIL PROTECTED] wrote: Rahul, So, if I want to display information from the exception to the user: 1) I need to maintain the exception in the bean, #{venderDialog}. 2) The view displaying the exception would reference a property in the bean,

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

2007-01-26 Thread Rahul Akolkar
On 1/26/07, Paul Spencer [EMAIL PROTECTED] wrote: Rahul Akolkar wrote: snip/ As mentioned above, that would be inside the method called by the MB, if at all we wanted to stop an active dialog and delegate to the faces-config navigation. What is the name of the method, or where do I

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. snip/ 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

Re: Need help with SCXML transition cond syntax.

2007-01-30 Thread Rahul Akolkar
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 is the syntax in JSF EL. #{not empty

Re: Need help with SCXML transition cond syntax.

2007-01-31 Thread Rahul Akolkar
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 the cancel button is clicked, the transition

Re: Need help with SCXML transition cond syntax.

2007-01-31 Thread Rahul Akolkar
On 1/31/07, Paul Spencer [EMAIL PROTECTED] wrote: Rahul, See below. Rahul Akolkar wrote: On 1/31/07, Paul Spencer [EMAIL PROTECTED] wrote: snip/ My previous configuration was simply a summary of my attempts. Although I my first attempt matches your suggestion, I did not included

Re: Need help with SCXML transition cond syntax.

2007-02-01 Thread Rahul Akolkar
On 1/31/07, Paul Spencer [EMAIL PROTECTED] wrote: Rahul, Works as expected. You may mark the issue as resolved. snip/ Done, and thanks for the quick feedback. -Rahul Thanks again. Paul Spencer

Re: maven build problem of latest svn trunk

2007-02-02 Thread Rahul Akolkar
On 2/2/07, Torsten Krah [EMAIL PROTECTED] wrote: Results : Tests run: 18, Failures: 0, Errors: 0, Skipped: 0 Found PropertyDescriptor [EMAIL PROTECTED] [INFO] [jar:jar] [INFO] [ERROR] BUILD ERROR [INFO]

Re: maven build problem of latest svn trunk

2007-02-02 Thread Rahul Akolkar
:27 -0500 schrieb Rahul Akolkar: On 2/2/07, Torsten Krah [EMAIL PROTECTED] wrote: Results : Tests run: 18, Failures: 0, Errors: 0, Skipped: 0 Found PropertyDescriptor [EMAIL PROTECTED] [INFO] [jar:jar] [INFO

Re: URL to a dialog?

2007-02-05 Thread Rahul Akolkar
On 2/5/07, Paul Spencer [EMAIL PROTECTED] wrote: 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? snip/ With a bit of code it will be possible to either create a remoting processor

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

2007-02-14 Thread Rahul Akolkar
On 2/14/07, [EMAIL PROTECTED] [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 outcome named dialog:Dienststellensuche from a state

Re: are shale1.0.3 and shale1.0.4 versions JDK1.4 complient?

2007-02-15 Thread Rahul Akolkar
On 2/15/07, Hasan Turksoy [EMAIL PROTECTED] wrote: hi, i'm using shale.1.0.2 in my project(using JDK1.4).. i want to shift shale version up.. but as far as i see, shale1.0.3 and shale1.0.4 versions built with JDK1.5 (as manifest file says)... in fact shale1.0.4's release notes includes an

Re: maven build problem of latest svn trunk

2007-02-15 Thread Rahul Akolkar
On 2/15/07, Torsten Krah [EMAIL PROTECTED] wrote: I have still no success - i got the plugin version 2.0 and 2.1, if i delete the 2.0 ones, they get downloaded again. The error stays the same. Any other hints? snip/ Not from me, like many things m2, it is just supposed to work. If its

Re: Register DialogLifecycleListener

2007-02-23 Thread Rahul Akolkar
On 2/23/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi ! How or where can I register a DialogLifecycleListener. snip/ It is an application scoped managed bean (long URL, may be fragmented):

Re: WebXmlParser warning about dispatcher - shale-framework-1.1.0-SNAPSHOT for Feb 23, 2007

2007-02-24 Thread Rahul Akolkar
On 2/23/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi all: I just downloaded the shale-framework-1.1.0-SNAPSHOT (dated today) and after a bit of hastle got my server to at least start up (it was a challenge since I use tiles too..(:(. My web.xml has this filter-mapping: filter-mapping

Re: WebXmlParser warning about dispatcher - shale-framework-1.1.0-SNAPSHOT for Feb 23, 2007

2007-02-26 Thread Rahul Akolkar
On 2/24/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi Rahul, thank you very much for your reply. After reading your statement that the dialog jars should not really effect my application, I removed them from my WEB-INF/lib directory again. Actually i had tried this before with no success,

Re: URLs and backing beans

2007-03-24 Thread Rahul Akolkar
On 3/24/07, Brad Smith [EMAIL PROTECTED] wrote: I have an application which needs to handle urls that have the following patterns: http://localhost:8080/myapp/projects/office1 http://localhost:8080/myapp/projects/office2 http://localhost:8080/myapp/projects/office2/subofficeA Conceptually I

Re: Dialog transition outcome

2007-04-11 Thread Rahul Akolkar
On 4/7/07, samju [EMAIL PROTECTED] wrote: hi, i am new to Shale and need some help! i got this error Cannot find transition 'org.apache.shale.dialog.basic.START_OUTCOME' for state 'activateLog' of dialog 'logon' what ii have: h:commandLink id=logindialog action=dialog:logon dialog

Re: Basic Dialog Manager

2007-04-11 Thread Rahul Akolkar
On 4/11/07, Matthias Wuttke [EMAIL PROTECTED] wrote: Hi! I am trying to use the Basic Dialog Manager. I noticed the following: - If you only include shale-dialog (and not shale-dialog-basic) as a dependency, you will get a NullPointerException in DialogNavigationHandler:121. A more meaningful

Re: Basic Dialog Manager

2007-04-11 Thread Rahul Akolkar
I think the email below is mostly a duplicate, if I missed a new question let me know. -Rahul On 4/11/07, Matthias Wuttke [EMAIL PROTECTED] wrote: Hi! I am trying to use the Basic Dialog Manager. I noticed if you only include shale-dialog (and not shale-dialog-basic) as a dependency, you

Re: Dialog transition outcome

2007-04-12 Thread Rahul Akolkar
On 4/12/07, samju [EMAIL PROTECTED] wrote: Hi Rahul, the message / literal for Login.4 return the method success ! i implemented the dataClassName in my dialog and the code work. snip/ While using the dialog scope to store data is a very useful pattern, I do not think that the absence of

Re: SV: Dialog SCXML Data class - Setter injection, ViewController etc. pp.

2007-05-02 Thread Rahul Akolkar
On 4/29/07, Torsten Krah [EMAIL PROTECTED] wrote: No - i want to migrate to spring later - and some things are spring already through a DelegatigVariableResolver from SWF. But i am not using the shale-spring integration. But the question is - is it possible to have this without springs IoC

Re: SCXML - onError event, custom ExcpetionHandler?

2007-05-02 Thread Rahul Akolkar
On 5/2/07, Torsten Krah [EMAIL PROTECTED] wrote: Hi. Got some question. onError events at scxml level are reported by the SimpleErrorReporter. Is there a way in shale, to plug in other ExceptionHandling classes? I thought something about onError as xml element. onTransition, onEntry and

Re: How know if a dialogs exists?

2007-05-21 Thread Rahul Akolkar
On 5/21/07, Craig McClanahan [EMAIL PROTECTED] wrote: On 5/21/07, Craig McClanahan [EMAIL PROTECTED] wrote: On 5/21/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I need to know if a dialog exists before starting it. Is there a way to know it using shale-basic? snip/ If the question

Re: No onException called

2007-05-30 Thread Rahul Akolkar
On 5/30/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I have configure a my dialogContextListener but If I receive the onEntry method call back (for example) but I don't receive any onException in case I call a transition not setted in dialog config file. In the log I found: snip/ The

Re: No onException called

2007-05-30 Thread Rahul Akolkar
On 5/30/07, Craig McClanahan [EMAIL PROTECTED] wrote: On 5/30/07, Rahul Akolkar [EMAIL PROTECTED] wrote: On 5/30/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I have configure a my dialogContextListener but If I receive the onEntry method call back (for example) but I don't receive any

Re: No onException called

2007-06-04 Thread Rahul Akolkar
by virtue of being more recent. -Rahul Mario -Original Message- From: Rahul Akolkar [mailto:[EMAIL PROTECTED] Sent: 30 maggio 2007 18.20 To: user@shale.apache.org Subject: Re: No onException called On 5/30/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I have configure a my

Re: No onException called

2007-06-05 Thread Rahul Akolkar
On 6/5/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Rahul, every time I ask for something someone respond me ask me for a use case, snip/ Sorry if it seems that way, but in this particular thread I think the larger picture should drive any code changes, and I thought it'd be better

Re: Problem with subdialogs

2007-06-05 Thread Rahul Akolkar
On 6/5/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Yes I have: navigation-rule navigation-case from-outcomeavanti/from-outcome to-view-id/home/home.jsp/to-view-id /navigation-case /navigation-rule Of my faces-config.xml. snip/ Hold off on mix and matching

Re: Problem with subdialogs

2007-06-05 Thread Rahul Akolkar
On 6/5/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I have some problem with subdialogs using shale1.1.0-snapshot (22/05). snip/ Could you try the 20070605 build from here [1] (or try building yourself). I've made a change few minutes ago. -Rahul [1]

Re: Problem with subdialogs

2007-06-06 Thread Rahul Akolkar
, and the nightly keeps getting stale source for another couple of days, please let me know. -Rahul [1] http://svn.apache.org/viewvc?view=revrev=544613 [2] http://shale.apache.org/building.html Mario -Original Message- From: Rahul Akolkar [mailto:[EMAIL PROTECTED] Sent: 5 giugno 2007 22.02 To: user

Re: Problem with subdialogs

2007-06-06 Thread Rahul Akolkar
On 6/6/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: If I add a viewId to the end of dialog B, when I start dialog B standalone(not as subdialog) does work how I expect (show the viewId). If I start the dialog B as a subdialog of dialog C, when dialog B ends does show the viewId and not

Re: transition between 2 Dialog

2007-06-07 Thread Rahul Akolkar
On 6/7/07, samju [EMAIL PROTECTED] wrote: to resume i have Login.java and two Beans A and B wich are mapped with Hibernate 1-dialog name=login start=activateLog dataClassName=xxx.BBean 2-Login class extends AbstractViewController this class provide a login Action that return the alist other

Re: Dumb newbie question about using test framework

2007-06-13 Thread Rahul Akolkar
On 6/13/07, George Harley [EMAIL PROTECTED] wrote: Hi Craig, Thanks for the response and for kindly not drawing attention to the fact that I claimed to be seeing a NPE but gave the stack trace for a NoClassDefFoundError. It was late... So, yes, as you point out it does seem to be a JSF 1.1/1.2

Re: Dumb newbie question about using test framework

2007-06-14 Thread Rahul Akolkar
suffixed variant by brute force, if it fails assume 1.1 runtime -- we could call that detection). -Rahul Best regards, George Rahul Akolkar wrote: On 6/13/07, George Harley [EMAIL PROTECTED] wrote: Hi Craig, Thanks for the response and for kindly not drawing attention to the fact

Re: using Commons validator fro JSF...?

2007-06-20 Thread Rahul Akolkar
On 6/20/07, Krupakar [EMAIL PROTECTED] wrote: Hi all, Iam looking for using commons validator for JSF to use to my project.But i have no clue how to use it. Though i tried shale, i was facing deployment problem in weblogic 9.1/9.2 . Any help or sample would be helpful..

Re: using Commons validator fro JSF...?

2007-06-20 Thread Rahul Akolkar
On 6/20/07, Gary VanMatre [EMAIL PROTECTED] wrote: From: Krupakar [EMAIL PROTECTED] Hi all, Iam looking for using commons validator for JSF to use to my project.But i have no clue how to use it. Though i tried shale, i was facing deployment problem in weblogic 9.1/9.2 .

Re: 'dialogScope' in version 1.1.4

2007-06-27 Thread Rahul Akolkar
I believe you mean v1.0.4 (there isn't a v1.1.4, yet). With that assumption ... On 6/27/07, Alexandre Corrêa Barbosa [EMAIL PROTECTED] wrote: Hi guys, I'm trying to use the 'dialogScope' managedBean, that according to the documentation is the way to save data available only during a dialog.

Re: How to handle links outside a SCXML Dialog?

2007-06-28 Thread Rahul Akolkar
On 6/28/07, Paul Spencer [EMAIL PROTECTED] wrote: I am having an issued when users click links that are not known to the SCXML dialog. When this occurs an exception from ShaleApplicationFilter.doFilter() is thrown. The links are part of the page's headers, footer, and navigation bar. The

Re: How to handle links outside a SCXML Dialog?

2007-06-29 Thread Rahul Akolkar
On 6/29/07, Werner Punz [EMAIL PROTECTED] wrote: Rahul Akolkar schrieb: I suspect this will be relevant to both implementations. By design, it helps to think of a dialog as a complete model. However, I think we have talked about bits like headers, footers and navigation bars some time ago

Re: How know dialog name in onStart method of AbstractDialogContextListener

2007-07-02 Thread Rahul Akolkar
(the positions stack happens to be empty in both cases). Please raise an issue in JIRA [1] (component Dialog). -Rahul [1] http://issues.apache.org/struts/browse/SHALE -Original Message- From: Rahul Akolkar [mailto:[EMAIL PROTECTED] Sent: 2 luglio 2007 19.01 To: user@shale.apache.org

Re: Customizing Basic DialogContextManager

2007-07-11 Thread Rahul Akolkar
On 7/10/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I feel boycotted :) May be the problem is my email address? snip/ No. Sometimes (or, often, it depends on many factors) it can take a couple of days to get a response. Please be patient. -Original Message- From: [EMAIL

Re: Customizing Basic DialogContextManager

2007-07-19 Thread Rahul Akolkar
from doing. -Rahul Ciao Mario -Original Message- From: Rahul Akolkar [mailto:[EMAIL PROTECTED] Sent: 11 luglio 2007 18.20 To: user@shale.apache.org Subject: Re: Customizing Basic DialogContextManager On 7/10/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I feel boycotted :) May

Re: Passing data between a dialog and a subdialog

2007-07-23 Thread Rahul Akolkar
On 7/23/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: But is there also a way to do that in the xml dialog definition. Something like subflow-state id=searchPart flow=search-part-flow attribute-mapper input-mapper name=someobject.carType as=carType / output-mapping

Re: Customizing Basic DialogContextManager

2007-07-23 Thread Rahul Akolkar
to SHALE-454 [2] ? -Rahul [1] http://shale.apache.org/shale-dialog/apidocs/org/apache/shale/dialog/DialogContextManagerListener.html [2] http://issues.apache.org/struts/browse/SHALE-454 Thanks Mario -Original Message- From: Rahul Akolkar [mailto:[EMAIL PROTECTED] Sent: 19 luglio

Re: Customizing Basic DialogContextManager

2007-07-24 Thread Rahul Akolkar
. If it must be so (for whatever reason that I am no longer trying to identify :-), then it must not claim to be any variant of the basic impl anyway. -Rahul Thanks Mario -Original Message- From: Rahul Akolkar [mailto:[EMAIL PROTECTED] Sent: 23 luglio 2007 21.19 To: user@shale.apache.org

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-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-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: 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: Cannot find transition dialog:xxx for state xxx of dialog xxx error

2007-10-02 Thread Rahul Akolkar
On 10/1/07, sunilskulkarni [EMAIL PROTECTED] wrote: Attachment : http://www.nabble.com/file/p12991765/dialog-config.xml dialog-config.xml Does any one know why I get the above error? I am new to Shale. Thanks (I have 2 beans, one has gets firstname, lastname. Second one stores names in

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: 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: 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: 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: 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 Rahul Akolkar
example snap/ I don't have any more examples that I can share. Please try to look at the example webapps (for dialogs) -- say, from the v1.0.4 release -- for working models of some of these concepts. -Rahul Thanks Mario -Original Message- From: Rahul Akolkar [mailto

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: 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: 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

[Announce] Call For Papers opens for ApacheCon US 2009

2008-11-07 Thread Rahul Akolkar
-- Forwarded message -- From: William A. Rowe, Jr. [EMAIL PROTECTED] If you have only 30 seconds to read this; Join us in celebrating the ASF's 10th Anniversary at ApacheCon! The Call for Papers is now open for ApacheCon US 2009, taking place 2-6 November in Oakland,

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/