Problem t:datascroller does not work in shale dialog

2006-11-27 Thread mario.buonopane
I have a simple page with a t:dataTable and a t:datascroller. The datascroller does work correctly if the page is not part of a Shale Dialog. If I put this page in a Shale dialog, the datascroller does NOT work correctly (does not change page and always shows the first page). Some one can

RE: Problem t:datascroller does not work in shale dialog

2006-11-27 Thread mario.buonopane
Sorry Craig, I can attach the simple war that reproduce the error.what do you think? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig McClanahan Sent: 27 novembre 2006 19.44 To: user@shale.apache.org Subject: Re: Problem t:datascroller does not

RE: Problem t:datascroller does not work in shale dialog

2006-11-30 Thread mario.buonopane
Hello...any news? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig McClanahan Sent: 28 novembre 2006 18.45 To: user@shale.apache.org Subject: Re: Problem t:datascroller does not work in shale dialog On 11/28/06, [EMAIL PROTECTED] [EMAIL PROTECTED]

How know current State?

2006-12-01 Thread mario.buonopane
Hi, I need to know the current State of the Current Dialog. Is there a way to know it? Thanks in advance Mario This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please notify

RE: How know current State?

2006-12-03 Thread mario.buonopane
Craig, I use the panelNavigation in a wizardsuppose the panelNavigation has 3 items: Page1 (call outcome gotopage1) Page2 (call outcome gotopage2) Page3 (call outcome gotopage3) In our wizard, generally, we don't want the user go directly to Page2 clicking on item Page2 when he stay on

RE: How know current State?

2006-12-04 Thread mario.buonopane
Yes, but in this way the programmer must disable/enable the commands basing on the dialog. If in dialog x you have decide that you cannot go directly to page2 from page1, in this way you must replicate the logic also in code. Having some utility like: Boolean isTransactionPossible(String

RE: How know current State?

2006-12-04 Thread mario.buonopane
Craig, why the programmer or common base class have to implement some stuff to decide if the user can go from Page1 to Page2 if I have already setted in dialog manager config? Using the component I wrote, the programmer does not know what happenis the component that decide basing on the

RE: How know current State?

2006-12-04 Thread mario.buonopane
Yes Craig, subclassing BasicDialogContext could be sufficient for me. Thanks a lot Mario -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig McClanahan Sent: 4 dicembre 2006 18.04 To: user@shale.apache.org Subject: Re: How know current State? On

RE: How know current State?

2006-12-12 Thread mario.buonopane
Thanks Craig Is there a way to know the list of transictions name I have configured, in the dialog, at the current state? (I need this information because if an outcome is not possible in the current state I want disable the item of the panelNavigation...otherwise the user receive an Exception

RE: How know current State?

2006-12-12 Thread mario.buonopane
Ok, I understand your point of view. I have two more questions Craig: - Is there a way to know the current dialog name? - In my version of shale, when I call an outcome not present in the dialog, I receive an Exception (generic). Is there the possibility to receive a specific Exception? (in this

RE: Servlet 2.3 / JSP 1.2 abandoned?

2006-12-27 Thread mario.buonopane
In shale taglib.tld there is the listener org.apache.shale.view.faces.LifecycleListener That implements the interface javax.servlet.ServletRequestListener that I think does not exist in servlet 2.3 api. Could be a problem in start up of the application? -Original Message- From: [EMAIL

RE: Servlet 2.3 / JSP 1.2 abandoned?

2006-12-28 Thread mario.buonopane
Do I need this module if I only use Dialog Manager? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig McClanahan Sent: 28 dicembre 2006 09.19 To: user@shale.apache.org Subject: Re: Servlet 2.3 / JSP 1.2 abandoned? On 12/27/06, [EMAIL PROTECTED]

I need you opinion (suggestion)...

2007-01-19 Thread mario.buonopane
I know this is not a question usually we must send in this mailing list but i would like the opinion of someone of you for the following: I need to access to the HttpRequest object in a POJO with no parameters input. This POJO is executed in a servlet container because is a Front End component.

How know if a dialogs exists?

2007-05-21 Thread mario.buonopane
Hi, I need to know if a dialog exists before starting it. Is there a way to know it using shale-basic? Thanks in advance Mario Buonopane This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it

RE: How know if a dialogs exists?

2007-05-22 Thread mario.buonopane
Hi, really I need to know if I can start a specific dialog and not work on the current dialog. For example: Boolean DialogHelper.canIStartDialog(String dialogName) Or something else I can use to know if a dialog exists. Mario -Original Message- From: Rahul Akolkar [mailto:[EMAIL

SHALE-409 fix

2007-05-22 Thread mario.buonopane
Please fix the bug SHALE-409. Regards Mario Buonopane This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please notify the sender immediately and delete the original. Any

RE: SHALE-409 fix

2007-05-22 Thread mario.buonopane
Antonio, can i? Looking to http://issues.apache.org/struts/browse/SHALE-409 seems to be present the solution. What can I do to write the patch? -Original Message- From: Antonio Petrelli [mailto:[EMAIL PROTECTED] Sent: 22 maggio 2007 15.48 To: user@shale.apache.org Subject: Re: SHALE-409

RE: SHALE-409 fix

2007-05-22 Thread mario.buonopane
Antonio, I have tested the patch suggested by Matt Hughes at http://issues.apache.org/struts/browse/SHALE-409. And does work. I have modified the private method afterRenderResponse of ViewPhaseListener class: private void afterRenderResponse(PhaseEvent event) { //

RE: Overriding HtmlNavigationMenuRenderer

2007-05-24 Thread mario.buonopane
Sorry, i posted to the wrong address! From: Buonopane, Mario Sent: 24 maggio 2007 15.27 To: user@shale.apache.org Subject: Overriding HtmlNavigationMenuRenderer I need to override the HtmlNavigationMenuRenderer because I want enable/disable the menu

How configure DialogContextListener?

2007-05-25 Thread mario.buonopane
Hi, how can i configure a DialogContextListener? Regards Mario This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please notify the sender immediately and delete the original.

RE: How configure DialogContextListener?

2007-05-28 Thread mario.buonopane
Thanks, but there is no way to configure a listener statically (for example using a configuration file)? I need to configure the same listener for each dialog started, but I understand that both solution need to be done by the programmer. Mario -Original Message- From: [EMAIL

RE: How configure DialogContextListener?

2007-05-29 Thread mario.buonopane
I'll open the RFE as soon as possible. At the moment to solve the problem I have done: 1) Created a my DialogContextManagerListener overriding the onCreate method to add my DialogContextListener to the DialogContext: public class DialogContextManagerListener extends

RE: No onException called

2007-06-04 Thread mario.buonopane
Rahul, some times ago Craig told me that the onException is the correct way to catch and manage this exception: http://www.mail-archive.com/user@shale.apache.org/msg0.html Mario -Original Message- From: Rahul Akolkar [mailto:[EMAIL PROTECTED] Sent: 30 maggio 2007 18.20 To:

Question about ShaleViewRoot

2007-06-04 Thread mario.buonopane
In faces-config.xml distributed with shale-view.jar there is the definition of ShaleViewRoot component: component-typejavax.faces.ViewRoot/component-type component-classorg.apache.shale.view.faces.ShaleViewRoot/component-cl ass But I have a question about the jsf mechanisms: If

RE: No onException called

2007-06-05 Thread mario.buonopane
Rahul, every time I ask for something someone respond me ask me for a use case, but the point is: Why don't throw a framework-specific exception like TransitionNotFoundException? Is so horrible? In my point of view, if a framework throw specific exception would be a good idea... Craig told me the

RE: SHALE-409 fix

2007-06-05 Thread mario.buonopane
Any news about the fix? -Original Message- From: Gary VanMatre [mailto:[EMAIL PROTECTED] Sent: 23 maggio 2007 22.44 To: user@shale.apache.org Subject: Re: SHALE-409 fix From: Craig McClanahan [EMAIL PROTECTED] On 5/23/07, Gary VanMatre wrote: From: Craig McClanahan On

Is there any one?

2007-06-05 Thread mario.buonopane
This project seems to be deadi'm very afraid! Is there some one can help me? Mario Buonopane Accenture Insurance Services Systems Via C. Colombo 112, 00147 Roma Tel: +39 06 51566543 Mobile: +39 334 6563433 Fax: +39 06 51566550 This message is for the designated

RE: Problem with subdialogs

2007-06-05 Thread mario.buonopane
I have tried to set end state of dialog B without setting viewId. On shale internet site there is this sentence: If no view identifier was configured (meaning that the parent dialog will be responsible for rendering the response to the current request), simply return the logical outcome that

RE: Is there any one?

2007-06-05 Thread mario.buonopane
Sure Craigi'll patient :)! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig McClanahan Sent: 5 giugno 2007 19.09 To: user@shale.apache.org Subject: Re: Is there any one? On 6/5/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: This project seems

RE: Problem with subdialogs

2007-06-06 Thread mario.buonopane
Rahul, I've tried shale-framework-20070606.zip because there isn't shale-framework-20070605.zip but seems that the problem is not resolved. what would have to be changed? Mario -Original Message- From: Rahul Akolkar [mailto:[EMAIL PROTECTED] Sent: 5 giugno 2007 22.02 To:

RE: Problem with subdialogs

2007-06-06 Thread mario.buonopane
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 continue with dialog C. Using shale 1.0.3 when subdialog B

RE: Problem with subdialogs

2007-06-07 Thread mario.buonopane
Rahul, I have tried your fix but when I execute the dialog B I receive the following error: Cannot find transition 'avanti' for state 'Exit' of dialog 'Test dialogo B': java.lang.IllegalStateException: Cannot find transition 'avanti' for state 'Exit' of dialog 'Test dialogo B' This is the dialog

RE: Problem with subdialogs

2007-06-07 Thread mario.buonopane
Please remove this email. THE FIX DOES WORK CORRECTLY, is my brain does not! Thanks Mario -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 7 giugno 2007 10.49 To: user@shale.apache.org Subject: RE: Problem with subdialogs Rahul, I have tried your fix but

Open problems

2007-06-07 Thread mario.buonopane
Hy, first of all thank a lot for the support you give us! At the moment, I have two open problems I have fixed with workarounds: 1) Issue SHALE-409: I have tested the patch suggested by Matt Hughes at http://issues.apache.org/struts/browse/SHALE-409

RE: Open problems

2007-06-07 Thread mario.buonopane
Antonio, but the patches already exists. But are you a shale developer? -Original Message- From: Antonio Petrelli [mailto:[EMAIL PROTECTED] Sent: 7 giugno 2007 12.33 To: user@shale.apache.org Subject: Re: Open problems 2007/6/7, [EMAIL PROTECTED] [EMAIL PROTECTED]: Do you think to

RE: Open problems

2007-06-07 Thread mario.buonopane
Please, I didn't want force anyone and if you understood this is just because my English is very bad. What I'm trying to know if I have to plan to deploy the application with my version of sources of someone have already plan to work of some of my problems (or have suggestions) in the next days.

RE: ShaleViewRoot, and Subdialog

2007-06-08 Thread mario.buonopane
Can you post your web.xml and the jar list of your WEB-INF/lib directory? -Original Message- From: samju [mailto:[EMAIL PROTECTED] Sent: 8 giugno 2007 17.27 To: user@shale.apache.org Subject: Re: ShaleViewRoot, and Subdialog the action which enter the Subdialog is ben called twice!

RE: How know dialog name in onStart method of AbstractDialogContextListener

2007-07-02 Thread mario.buonopane
No, does not work because getDialogContext().getName() returns null (also in onStop() method). Does work in onEntry(String stateId) Any suggestion? -Original Message- From: Rahul Akolkar [mailto:[EMAIL PROTECTED] Sent: 2 luglio 2007 19.01 To: user@shale.apache.org Subject: Re: How

RE: Customizing Basic DialogContextManager

2007-07-09 Thread mario.buonopane
Another way I have tested is to extends directly AbstractDialogContextManager overriding all public methods using the wrapped org.apache.shale.dialog.basic.BasicDialogManager. Is this solution better then the first? Regards Mario P.S. could be easier if

RE: Customizing Basic DialogContextManager

2007-07-20 Thread mario.buonopane
Hi Rahul, What I need is to extend the create method of org.apache.shale.dialog.basic.BasicDialogManager for example doing: public ... create(javax.faces.context.FacesContext context, String name) { Super.create(context,name); System.out.println(Hello Rahul); }

RE: Customizing Basic DialogContextManager

2007-07-24 Thread mario.buonopane
The reason is that I have, in special cases, to change the name of the dialog name to start and I can't change the code of my web application. For example: public ... create(javax.faces.context.FacesContext context, String name) { if(usaPresident.equalsIgnoreCase(BUSH))

RE: Customizing Basic DialogContextManager

2007-07-25 Thread mario.buonopane
I'm sorry Rahul but I don't understand your response (sure is for my bad English). Can you explain: 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. Thanks Mario -Original Message-

RE: Customizing Basic DialogContextManager

2007-07-30 Thread mario.buonopane
Tahnks Rahul for your explanation. My requirements is: At the moment I have an application that start a dialog with name D1. A new customer need to change the dialog (for ex.D1_1) because want a specific dialog if a user work in a specific group. So, I don't want change the code of my asset by I

RE: Customizing Basic DialogContextManager

2007-07-31 Thread mario.buonopane
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 and I can't use your approach without change the code (I

Using Shale-Test-Framework to create a batch

2007-09-12 Thread mario.buonopane
Hi, I have a web application using myfaces and shale framework. I need to create a batch program that reuse the code developed for the front end to make the same stuff it do. The first solution is to use a screen scraping software. Is there a way to use Shale-Test-Framework to simulate every

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

Shale on WebSphere Portal Server 6

2007-10-04 Thread mario.buonopane
Hi, is there any one have used successfully Shale on IBM WebSphere Portal Server 6? Regards Mario Buonopane This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please notify the

RE: MyFaces

2007-10-21 Thread mario.buonopane
Craig, what are you talking about. I chose Shale just because your presence and now you say us not particularly interested in spending my personal time on Java related frameworks and you smile! . -Original Message- From: Bernhard Slominski [mailto:[EMAIL PROTECTED] Sent: 20

preprocess called 3 times

2008-01-25 Thread mario.buonopane
Hi, I'm having a problem with Shale View Controller: the prepropess method is called more than one time. Is there someone can help me or have an idea? Thanks in advance Mario Buonopane This message is for the designated recipient only and may contain privileged, proprietary, or otherwise

Problem with navigation handler

2008-01-30 Thread mario.buonopane
Hi, I'm using basic navigation handler with this configuration: action name=actionRicerca method=#{test_stateless$ricercaSinistro.findClaim} transition outcome=OK target=ricercaPage / transition outcome=error target=Exit/ /action view

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
with the needed null outcome. transition outcome= exitdialogaction target= exitdialog / /view end name=exit viewId=/test_stateless/ricercaSinistro.jsp end name=exitdialog viewId=/test_stateless/home.jsp I hope this will help mario.buonopane wrote: Hi, I'm using basic navigation handler

RE: Problem with navigation handler

2008-02-04 Thread mario.buonopane
; /* will let us refresh the last Dialog-State-View. This View is the Transition outcome OK from a dialog-Action*/ } public String dialogAction(){ .do smth.. return OK; } Sam mario.buonopane wrote: I'm sorry, but I don't understand If I return null from the action, how can Shale go do

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: 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-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: Problem with navigation handler

2008-02-11 Thread mario.buonopane
: Problem with navigation handler i need more specific details is your aim to link-up 2 action? to let a Dialog action (outcome = ACT1) delegate to non Dialog action (outcome =null)? Sam mario.buonopane wrote: Sam, in this way does work. What I can't do is: - set on the action a logical action name

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

More dialogs in same time

2008-04-23 Thread mario.buonopane
My customer want two or more instance of the same dialogs on different windows. The problem is that the windows are created by the same browser (window.open) and with IE (for example) this windows condivide the same HttpSession. Is there a way to do it with Shale Dialog Manager? Thank in

RE: More dialogs in same time

2008-04-23 Thread mario.buonopane
I'm sorry Rahul for same post and also because I don't understand your response. How can I have two active dialogs at same times? I understood that shale store current state I HttpSession (or Managed beans with scope session). Please send me some example Thanks Mario -Original

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

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

2008-05-20 Thread mario.buonopane
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 1.1 implementation (Sun implementation) and my application

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 at

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