Re: Dialog transition outcome

2007-04-12 Thread samju
'main' of dialog 'logon' good output:org.hibernate.cfg.Configuration addClass bO:Error calling action method of component with id form:finish Exception while invoking expression #{login.finish} any Idea Rahul Rahul Akolkar wrote: On 4/7/07, samju [EMAIL PROTECTED] wrote: hi, i am new

transition between 2 Dialog

2007-06-07 Thread samju
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 statements omitted 3-t:dataTable var=result

Re: transition between 2 Dialog

2007-06-07 Thread samju
=finishEdit target=exit / /action end name=exit/ /dialog #{login.editserver} had to call method=#{updatesm.activateEdit} to enter in the subdialog and the i have to call the method=#{updatesm.editfinish} in order to terminate my action. sam i got the tunnel view! craigmcc wrote: On 6/7/07, samju

Re: transition between 2 Dialog

2007-06-07 Thread samju
and appBackingBean works. Sam Rahul Akolkar wrote: 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

Re: ShaleViewRoot, and Subdialog

2007-06-08 Thread samju
to finish my project, Sam samju wrote: i got this Error: INFO: No Renderer found for component {Component-Path : [Class: org.apache.shale.view.faces.ShaleViewRoot,ViewId: /editserver.jsp]} (component-family=javax.faces.ViewRoot, renderer-type=javax.faces.Text) 08.06.2007 16:08:56

Re: transition between 2 Dialog

2007-06-08 Thread samju
retrieve the value of username? h:outputText id=username value=#{dialogScope.user} / loginfinished.jsp include userpanel.jsp username value was delivered by parentdialog. any proposition? Sam craigmcc wrote: On 6/8/07, samju [EMAIL PROTECTED] wrote: one more attempt to provide more clarity

Re: transition between 2 Dialog

2007-06-09 Thread samju
thank You for you for taking Time to Answer!! i will trie it out today and the give a response Sam craigmcc wrote: On 6/8/07, samju [EMAIL PROTECTED] wrote: ok it make i think i misunderstood the way how Dialog work! for the moment i got: 08.06.2007 18:07:58

RE: ShaleViewRoot, and Subdialog

2007-06-09 Thread samju
Hello Mario, i will post then later today for first i think this behavior is invoked upon miss configuration of the Dialog.xml Sam mario.buonopane wrote: Can you post your web.xml and the jar list of your WEB-INF/lib directory? -Original Message- From: samju [mailto:[EMAIL

DialogContext and dataTable

2007-06-19 Thread samju
public class Login extends AbstractViewController{ public String editDataTable(){ FacesContext context = FacesContext.getCurrentInstance(); DialogContext dcontext = DialogHelper.getDialogContext(context); Object currentuser = ((appBackingBean) dcontext).getServerModel().getRowData(); (this cause

Re: DialogContext and dataTable

2007-06-20 Thread samju
craigmcc wrote: On 6/19/07, samju [EMAIL PROTECTED] wrote: public class Login extends AbstractViewController{ public String editDataTable(){ FacesContext context = FacesContext.getCurrentInstance(); DialogContext dcontext = DialogHelper.getDialogContext(context); Object currentuser

Re: DialogContext and dataTable

2007-06-20 Thread samju
in Dialog action wich provide the datatable. 5...do something... session.update(appropriate another Bean Object from a List); 6.close() the session. Craig merci for your advice!! Sam samju wrote: craigmcc wrote: On 6/19/07, samju [EMAIL PROTECTED] wrote: public class Login extends

Re: access the parent's data Object from subdialog

2007-07-13 Thread samju
did i miss the connexion? it could be that the Question is realy trivial, please let me know!! Sam samju wrote: following earlier reference to Thread: transition-between-2-Dialog-tf3885103.html#a11022945 Graig wrote: ..there is no easy way to automatically access the parent's data

Re: Passing data between a dialog and a subdialog

2007-07-23 Thread samju
your Question is illustrated under the following Thread:http://www.nabble.com/transition-between-2-Dialog-tf3885103.html#a11029950 and here is the Solution: Graig wrote: Two ideas for how to do this: * (As I mentioned in the previous response), store a reference to your parent dialog's data

ShaleViewRoot, Subdialog

2007-10-28 Thread samju
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 javax.faces.webapp.FacesServlet.service(FacesServlet.java:154)

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:

dialog Subdialog

2007-10-30 Thread samju
By entering a Subdialog B and returning to Dialog A . the Action are not executed anymore. all the Component tree has been rendered correctly. befor inverstige this mishap, any idea? thx, Sam -- View this message in context: http://www.nabble.com/dialog---Subdialog-tf4719807.html#a13492798

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

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

Statistic

2008-02-02 Thread samju
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-tp15242062p15242062.html Sent from the Shale - User mailing list archive at Nabble.com.

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

Shale Status

2008-02-06 Thread samju
while i am not on the Dev List, i will replay here. I would like to mention that McGraw-Hill Education will release a Book written by Holmes, James under the name Shale Complete Reference?. they speak about The ultimate Struts 2 resourceHere is the first definitive text on Java' s newest and most

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

2008-02-07 Thread samju
any progress mario? Sam mario.buonopane wrote: 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

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: 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
ACT1 - configure on the dialog of shale the action (test_stateless$ricercaSinistro.DialogAction) associated to transition ACT1 - let the action return null -Original Message- From: samju [mailto:[EMAIL PROTECTED] Sent: 8 febbraio 2008 09.20 To: user@shale.apache.org Subject

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: