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

2007-07-25 Thread Gary VanMatre
Sorry about the empty post. Let's try again. There appears to be an unresolved bug from 02/Oct/06 reported against this problem along with a workaround at: https://issues.apache.org/struts/browse/SHALE-302 http://forum.java.sun.com/thread.jspa?threadID=770686messageID=4408064

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

2007-07-25 Thread Gregg Leichtman
Subject: Re: Any sucess with shale nightly 20070717 and RI JSF 1.2? From: Gregg Leichtman [EMAIL PROTECTED] Date: Wed, 25 Jul 2007 04:10:34 + To: user@shale.apache.org To: user@shale.apache.org Sorry about the empty post. Let's try again

RE: Customizing Basic DialogContextManager

2007-07-24 Thread mario.buonopane
21.19 To: user@shale.apache.org Subject: Re: Customizing Basic DialogContextManager On 7/20/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi Rahul, What I need is to extend the create method of org.apache.shale.dialog.basic.BasicDialogManager for example doing: public ... create

Re: Customizing Basic DialogContextManager

2007-07-24 Thread Rahul Akolkar
Subject: Re: Customizing Basic DialogContextManager On 7/20/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: 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

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

2007-07-24 Thread Gregg Leichtman
Sorry about the empty post. Let's try again. There appears to be an unresolved bug from 02/Oct/06 reported against this problem along with a workaround at: https://issues.apache.org/struts/browse/SHALE-302 http://forum.java.sun.com/thread.jspa?threadID=770686messageID=4408064

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

Re: Passing data between a dialog and a subdialog

2007-07-23 Thread Rahul Akolkar
-tracking.html Gruß Marc -Ursprüngliche Nachricht- Von: samju [mailto:[EMAIL PROTECTED] Gesendet: Mo 23.07.2007 12:07 An: user@shale.apache.org Betreff: Re: Passing data between a dialog and a subdialog your Question is illustrated under the following Thread:http://www.nabble.com/transition

Re: Customizing Basic DialogContextManager

2007-07-23 Thread Rahul Akolkar
2007 22.37 To: user@shale.apache.org Subject: Re: Customizing Basic DialogContextManager On 7/17/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: No response? Every body to the beach? :) snip/ For me to say anything else here, I'd need a bit more about what you are trying to do (rather than the how

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

2007-07-23 Thread Gregg Leichtman
signature.asc Description: OpenPGP digital signature

Re: shale-tiger and jsf 1.2

2007-07-22 Thread Tomasz Pasierb
I'd be grateful if someone could explain what is the proccess of shale-tiger starting up and reading the annotated beans. I mean I don't see any faces-config.xml in its jar. What class is supposed to try to start the process of scanning annotated classes? Is it somewhere in shale-core?

Re: Integrating Shale with Facelets

2007-07-22 Thread Lionel Port
From: Lionel Port [EMAIL PROTECTED] To: user@shale.apache.org Sent: Tuesday, July 17, 2007 11:12:27 PM Subject: Re: Integrating Shale with Facelets I've an test app working with shale and facelets. I don't think there is anything specific that needs to be done for shale

Re: shale-tiger and jsf 1.2

2007-07-22 Thread Gary VanMatre
From: Tomasz Pasierb [EMAIL PROTECTED] I'd be grateful if someone could explain what is the proccess of shale-tiger starting up and reading the annotated beans. I mean I don't see any faces-config.xml in its jar. What class is supposed to try to start the process of scanning annotated

Re: shale-tiger and jsf 1.2

2007-07-21 Thread Gregg Leichtman
There appear to be some problems with MyFaces 1.2.0 or Tomcat 6.0.13 and JSF tags. For example see: http://article.gmane.org/gmane.comp.jakarta.myfaces.user/38651 This does not address your specific problem, but I ran into the above referenced problem immediately. Notice that the problem was

RE: Customizing Basic DialogContextManager

2007-07-20 Thread mario.buonopane
); } Thanks Mario -Original Message- From: Rahul Akolkar [mailto:[EMAIL PROTECTED] Sent: 19 luglio 2007 22.37 To: user@shale.apache.org Subject: Re: Customizing Basic DialogContextManager On 7/17/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: No response? Every body to the beach? :) snip

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: tld2claycfg encoding problem

2007-07-18 Thread Gary VanMatre
From: Tomasz Pasierb [EMAIL PROTECTED] Hi guys, I'm trying to use Tld2Claycfg tool to convert trinidad, tomahawk and tomahawk tlds to clay config files. In order to do this I've checked out 3 projects, built installed tld2claycfg and mojo projects and configured pom in test project.

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: Customizing Basic DialogContextManager

2007-07-11 Thread Rahul Akolkar
PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 9 luglio 2007 11.25 To: user@shale.apache.org Subject: RE: Customizing Basic DialogContextManager Another way I have tested is to extends directly AbstractDialogContextManager overriding all public methods using the wrapped

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: Shale-tiger and Spring 2

2007-07-08 Thread Matthias Wessendorf
PROTECTED] On Behalf Of Matthias Wessendorf Sent: Thursday, July 05, 2007 3:18 AM To: user@shale.apache.org; [EMAIL PROTECTED] Subject: Re: Shale-tiger and Spring 2 thx kito, so should we remove this module on 1.1.x ? I think so, unless you want to keep it for people using

Re: Integrating shale+ajax4jsf (+facelets+trinidad)

2007-07-08 Thread Gary VanMatre
From: Bruno Aranda [EMAIL PROTECTED] Hi, I have an existing application with ajax4jsf+facelets+trinidad and I thought it was high time to test shale. Of course, I found that ajax4jsf and shale do not play well together since shale 1.0.4. I do not know the insights of shale and I don't

Re: Shale-tiger and Spring 2

2007-07-07 Thread Craig McClanahan
, 2007 3:18 AM To: user@shale.apache.org; [EMAIL PROTECTED] Subject: Re: Shale-tiger and Spring 2 thx kito, so should we remove this module on 1.1.x ? I think so, unless you want to keep it for people using very old versions of Spring (in which case the docs should make it explicit

Re: s:token usability question

2007-07-06 Thread Costa Basil
Hi, Lionel: Thank you for your reply. I think I am going to create my own token tag and I will extend the shale Token class to remove the attribute if the token validation passes in order to force the token to generate a new value when it gets rendered. This way I don't have to remember to

RE: Shale-tiger and Spring 2

2007-07-05 Thread Kito D. Mann
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthias Wessendorf Sent: Thursday, July 05, 2007 3:18 AM To: user@shale.apache.org; [EMAIL PROTECTED] Subject: Re: Shale-tiger and Spring 2 thx kito, so should we remove this module on 1.1.x ? I

Re: s:token usability question

2007-07-05 Thread Lionel Port
Its a problem whenever your form submits don't result in a different view being display. I had a similar problem. It is a hack but its the only way I've foundl. All my backing beans inherit from an common abstract class so I just added a utility method that gets called whenever an action

RE: Shale-tiger and Spring 2

2007-07-03 Thread Kito D. Mann
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig McClanahan Sent: Monday, July 02, 2007 11:27 PM To: user@shale.apache.org; [EMAIL PROTECTED] Subject: Re: Shale-tiger and Spring 2 On 7/2/07, Kito D. Mann [EMAIL PROTECTED] wrote: Craig, does

Re: How to handle links outside a SCXML Dialog?

2007-07-02 Thread Werner Punz
Ok first of all I added an issue https://issues.apache.org/struts/browse/SHALE-453 to streamline this discussion. Craig McClanahan schrieb: 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

Re: Shale-tiger and Spring 2

2007-07-02 Thread Craig McClanahan
On 7/2/07, Zarick Lau [EMAIL PROTECTED] wrote: Dear list, Our project currently using JSF RI 1.2, facelets 1.1.11, trinidad 1.0.1. and spring2. I've just added shale-core (for ViewController) into our project. What version of Shale are you using? From version 1.0.4 (the current on) onwards,

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: How know dialog name in onStart method of AbstractDialogContextListener

2007-07-02 Thread Rahul Akolkar
Subject: Re: How know dialog name in onStart method of AbstractDialogContextListener On 7/2/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, i'm using Shale Basic Dialog 1.1.0 and I have a my DialogContextListener extending AbstractDialogContextListener. In the onStart() method I need to know

Re: Shale-tiger and Spring 2

2007-07-02 Thread Zarick Lau
Our project currently using JSF RI 1.2, facelets 1.1.11, trinidad 1.0.1. and spring2. I've just added shale-core (for ViewController) into our project. What version of Shale are you using? From version 1.0.4 (the current on) onwards, the ViewController stuff is in shale-view-xxx.jar, not

RE: Shale-tiger and Spring 2

2007-07-02 Thread Kito D. Mann
To: user@shale.apache.org Subject: Re: Shale-tiger and Spring 2 On 7/2/07, Zarick Lau [EMAIL PROTECTED] wrote: Dear list, Our project currently using JSF RI 1.2, facelets 1.1.11, trinidad 1.0.1. and spring2. I've just added shale-core (for ViewController) into our project. What version

Re: Shale dialog question

2007-06-29 Thread Werner Punz
Craig McClanahan schrieb: On 6/28/07, Werner Punz [EMAIL PROTECTED] wrote: Hi everybody, I am just digging through the shale dialog codebase. Maybe I am missing something here, but I cannot see following usecase covered. A User is in a dialog and exits the dialog by altering the url... Now

Re: 'dialogScope' in version 1.1.4

2007-06-29 Thread Alexandre Corrêa Barbosa
You are right Rahul ... Many thanks, Alexandre On 6/27/07, Rahul Akolkar [EMAIL PROTECTED] wrote: 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'

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 to handle links outside a SCXML Dialog?

2007-06-29 Thread Craig McClanahan
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 to handle links outside a SCXML Dialog?

2007-06-29 Thread Werner Punz
Rahul Akolkar schrieb: 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

Re: Shale dialog question

2007-06-28 Thread Craig McClanahan
On 6/28/07, Werner Punz [EMAIL PROTECTED] wrote: Hi everybody, I am just digging through the shale dialog codebase. Maybe I am missing something here, but I cannot see following usecase covered. A User is in a dialog and exits the dialog by altering the url... Now what happens then? I cannot see

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: f:validator and Undefined component type override

2007-06-28 Thread Gary VanMatre
From: Ian.Priest [EMAIL PROTECTED] I've hit a problem trying to set up a validator on an input text field. Here's the HTML... div class=content xmlns:t=http://myfaces.apache.org/tomahawk; xmlns:h=http://java.sun.com/jsf/html; xmlns:f=http://java.sun.com/jsf/core;

Re: Shale Tiger Extensions with Tomcat 5.5.23

2007-06-27 Thread Matthias Wessendorf
the fun is, I noticed that on 5.5.17/18 and higher. my tc 5.5.x is apache-tomcat-5.5.16, because of the listener. On 6/26/07, Craig McClanahan [EMAIL PROTECTED] wrote: On 6/26/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: i think that particular tomcat has issues with reading listeners

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: Shale Tiger Extensions with Tomcat 5.5.23

2007-06-27 Thread Niall Pemberton
On 6/26/07, Craig McClanahan [EMAIL PROTECTED] wrote: On 6/26/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: i think that particular tomcat has issues with reading listeners That was definitely the case in earlier 5.5 versions ... it's disappointing if they still haven't fixed it. Theres

Re: Shale Tiger Extensions with Tomcat 5.5.23

2007-06-26 Thread Matthias Wessendorf
i think that particular tomcat has issues with reading listeners On 6/26/07, Vivian Steller [EMAIL PROTECTED] wrote: Hello, I'm trying to run Shale Tiger extensions with tomcat 5.5.23 using java 5 sdk. however it does not work, tomcat does not recognize my pojos annotated as shale beans.

Re: h:outputFormat ignores escape=false (Might be MyFaces)

2007-06-26 Thread Paul Spencer
Ian, See http://issues.apache.org/jira/browse/MYFACES-1396 Paul Spencer Ian.Priest wrote: My h:outputFormat tag is ignoring it's escape=false attribute. My HTML is below. Can someone sanity check for me please! span xmlns:t=http://myfaces.apache.org/tomahawk;

Re: Shale Tiger Extensions with Tomcat 5.5.23

2007-06-26 Thread Craig McClanahan
On 6/26/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: i think that particular tomcat has issues with reading listeners That was definitely the case in earlier 5.5 versions ... it's disappointing if they still haven't fixed it. Craig On 6/26/07, Vivian Steller [EMAIL PROTECTED] wrote:

RE: outputFormat ignores escape=false (Isn't MyFaces)

2007-06-26 Thread Ian.Priest
Found it - it's a bug in Clay. The escape attribute is missing from the definition of outputFormat in the clay-config.xml file in shale-clay 1.0.3. The current definition for the tag is: component jsfid=outputFormat componentType=javax.faces.HtmlOutputFormat extends=baseOutput

Re: swing/swt and clay

2007-06-25 Thread Gary VanMatre
From: Ryan Wynn [EMAIL PROTECTED] I have been thinking about the best way to go about building a wysiwyg eclipse editor for jsf views. The only ones I have seen so far create jsps. There are already existing GUI builders for Swing and SWT. Would it be possible for Clay to handle a

Re: swing/swt and clay

2007-06-25 Thread Ryan Wynn
I am pretty sure the GUI designer knows how to draw the widgets based on their ancestry. So, I think if we created subclasses from base Swing components with properties from JSF components then they should up nicely in the designer. I don't think there would be any special req server side to

Re: swing/swt and clay

2007-06-25 Thread Ryan Wynn
This article seems to be a good starting point. I will play around and see what I can do. http://www.eclipse.org/articles/Article-VE-Custom-Widget/customwidget.html On 6/25/07, Ryan Wynn [EMAIL PROTECTED] wrote: I am pretty sure the GUI designer knows how to draw the widgets based on their

Re: swing/swt and clay

2007-06-25 Thread paksegu
Hi Ryan, I am not sure exactly what you want or heading to, but if the question is that is there a visual environtment to drag and drop components or widgets then you might wanna look into clay plug-in for eclipse which I believe it is in development. Ryan Wynn [EMAIL PROTECTED] wrote: I

Re: swing/swt and clay

2007-06-25 Thread Gary VanMatre
Hi Ryan, I am not sure exactly what you want or heading to, but if the question is that is there a visual environtment to drag and drop components or widgets then you might wanna look into clay plug-in for eclipse which I believe it is in development. This is actually the same Ryan who

Re: swing/swt and clay

2007-06-25 Thread Gary VanMatre
From: Craig McClanahan [EMAIL PROTECTED] On 6/23/07, Ryan Wynn wrote: I have been thinking about the best way to go about building a wysiwyg eclipse editor for jsf views. The only ones I have seen so far create jsps. I can throw in a couple of thoughts based on our (Sun's)

Re: [ANNOUNCE] Recent JSFCentral articles

2007-06-22 Thread paksegu
I am sorry If I came across the wrong way, I myself I am greatly happy with all the innovation and many choices, open source tools, that are available in the java community and the frameworks that are coming out, for example I can't wait for the opportunity to combine Shale and Web beans. My

Re: Novice Issue

2007-06-22 Thread Matthew Tyson
If someone built a framework which did everything well then people would be using it. The attempt has been made to create one tool to rule them all, and it just turns out that numerous groups working concurrently produce more effective solutions. If you do want a 'top-down' approach, then there

Re: [ANNOUNCE] Recent JSFCentral articles

2007-06-21 Thread paksegu
Frankly is becoming difficult for us novice to master, is there any way we can just stick to one tool, one framework that we would be able to acomplish everything in the java ee stack? Kito D. Mann [EMAIL PROTECTED] wrote: Hello everyone, If you haven't checked out JSF Central recently, you

Re: [ANNOUNCE] Recent JSFCentral articles

2007-06-21 Thread Craig McClanahan
Sorry if this offends, but this post made me *really* unhappy. On 6/21/07, paksegu [EMAIL PROTECTED] wrote: Frankly is becoming difficult for us novice to master, is there any way we can just stick to one tool, one framework that we would be able to acomplish everything in the java ee stack?

Re: DialogContext and dataTable

2007-06-20 Thread Craig McClanahan
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 = ((appBackingBean)

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: Shale application deployment problem in weblogic 9.1/9.2....

2007-06-20 Thread Craig McClanahan
On 6/20/07, Krupakar [EMAIL PROTECTED] wrote: I downloaded example shale-blank-current.zip From site http://apache.mirrors.tds.net/shale/ And deployed in weblogic 9.1 and 9.2.. I got the below error while starting(servicing request/startup) the deployment The library ex_shale(1.0.4)

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 Gary VanMatre
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 . Shale needs Servlet 2.4. Does

Re: DialogContext and dataTable

2007-06-20 Thread samju
ok i solve the Problem. i goes like this: 1.get dataClassName instance 2.make instance of another Bean using the getBean(another Bean); 3. get the Row index from UIData something Like(dbserver.setId(getServerdata().getRowIndex());) 4. get the appropriate another Bean Object from a List setted

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: Dumb newbie question about using test framework

2007-06-14 Thread Rahul Akolkar
On 6/13/07, George Harley [EMAIL PROTECTED] wrote: Hi Rahul, So the JSF 1.2 mock classes only get loaded if there is a JSF 1.2 runtime detected ? Is that how the code for the mock factory is supposed to work ? snip/ Yes, in effect. The actual mechanics are a bit different (try to load the 12

re: URL Masking

2007-06-13 Thread Sudhanshu Ojha
Hey Thnx for the suggestion, but its not solving the problem I am trying to extend the ViewHandler class and override its abstract methods. Does any one hav any idea how to do that. Thanx Sudhanshu Sudhanshu, A very

Re: Dumb newbie question about using test framework

2007-06-13 Thread George Harley
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 issue. The application I am trying to test is

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

2007-06-13 Thread Craig McClanahan
On 6/13/07, Sudhanshu Ojha [EMAIL PROTECTED] wrote: Hey Thnx for the suggestion, but its not solving the problem I am trying to extend the ViewHandler class and override its abstract methods. Does any one hav any idea how to do that. Shale itself extends ViewHandler functionality[1], so you

Re: Dumb newbie question about using test framework

2007-06-13 Thread George Harley
Hi Rahul, So the JSF 1.2 mock classes only get loaded if there is a JSF 1.2 runtime detected ? Is that how the code for the mock factory is supposed to work ? Best regards, George Rahul Akolkar wrote: On 6/13/07, George Harley [EMAIL PROTECTED] wrote: Hi Craig, Thanks for the response

Re: Dumb newbie question about using test framework

2007-06-12 Thread Craig McClanahan
On 6/12/07, George Harley [EMAIL PROTECTED] wrote: Hi, Please help. I am trying to run some unit tests of JSF classes using AbstractJsfTestCase as my test case superclass. When I try and run the tests there is a NPE from inside the AbstractJsfTestCase setUp() method. Trace is as follows...

RE: URL Masking

2007-06-11 Thread Kito D. Mann
Sudhanshu, A very straightforward approach is to use a servlet filter that parse the URL and forwards to the proper JSF page. There are some other approaches, though -- check the archives for this mailing list (and others, such as MyFaces ad FaceletS). This issue has been discussed a lot.

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
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! Error Output: User validator success sam! 08.06.2007 17:16:24 org.apache.myfaces.renderkit.html.HtmlLabelRenderer encodeBegin

Re: ShaleViewRoot, and Subdialog

2007-06-08 Thread samju
the action which enter the Subdialog is ben called twice! Error Output: User validator success sam! 08.06.2007 17:16:24 org.apache.myfaces.renderkit.html.HtmlLabelRenderer encodeBegin WARNUNG: Attribute 'for' of label component with id back:userpanel:_idJsp7 is not defined 08.06.2007 17:16:24

Re: transition between 2 Dialog

2007-06-08 Thread Craig McClanahan
On 6/8/07, samju [EMAIL PROTECTED] wrote: one more attempt to provide more clarity, dialog : Parent Dialog take care of Login and Logout actions subdialog : refresh, delete,.etc. user information AppMainClass: this class provide login and logout action and launch the subdialog activity

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: transition between 2 Dialog

2007-06-08 Thread Craig McClanahan
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 org.apache.catalina.core.ApplicationDispatcher invoke SCHWERWIEGEND: Servlet.service() for servlet jsp threw exception javax.faces.FacesException:

Re: transition between 2 Dialog

2007-06-08 Thread samju
ok it make i think i misunderstood the way how Dialog work! for the moment i got: 08.06.2007 18:07:58 org.apache.catalina.core.ApplicationDispatcher invoke SCHWERWIEGEND: Servlet.service() for servlet jsp threw exception javax.faces.FacesException: Could not retrieve value of component with path

RE: Problem with subdialogs

2007-06-07 Thread mario.buonopane
name=Exit viewId=/home/home.jsp/ /dialog Mario -Original Message- From: Rahul Akolkar [mailto:[EMAIL PROTECTED] Sent: 6 giugno 2007 19.07 To: user@shale.apache.org Subject: Re: Problem with subdialogs On 6/6/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote

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

Re: Open problems

2007-06-07 Thread Antonio Petrelli
2007/6/7, [EMAIL PROTECTED] [EMAIL PROTECTED]: Do you think to spend you time (thanks thanks...) to resolve these problems or you are already planned to do others? Mario, My suggestions are: 1) if a patch is not there, write a patch and post it as a JIRA issue. 2) if the patch is present

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

Re: Open problems

2007-06-07 Thread Antonio Petrelli
2007/6/7, [EMAIL PROTECTED] [EMAIL PROTECTED]: But are you a shale developer? No, I am a Struts and Tiles committer and I know the process. You cannot force anyone to apply patches, we (intended as Apache developers) all have our reasons, and we are all volunteers. Currently, using your

RE: Open problems

2007-06-07 Thread mario.buonopane
. Thanks and sorry for misunderstanding Mario -Original Message- From: Antonio Petrelli [mailto:[EMAIL PROTECTED] Sent: 7 giugno 2007 12.40 To: user@shale.apache.org Subject: Re: Open problems 2007/6/7, [EMAIL PROTECTED] [EMAIL PROTECTED]: But are you a shale developer? No, I am

Re: Open problems

2007-06-07 Thread Antonio Petrelli
2007/6/7, [EMAIL PROTECTED] [EMAIL PROTECTED]: Please, I didn't want force anyone and if you understood this is just because my English is very bad. Probably mine is worse :-) What I'm trying to know if I have to plan to deploy the application with my version of sources of someone have

Re: Open problems

2007-06-07 Thread Craig McClanahan
On 6/7/07, Antonio Petrelli [EMAIL PROTECTED] wrote: 2007/6/7, [EMAIL PROTECTED] [EMAIL PROTECTED]: Please, I didn't want force anyone and if you understood this is just because my English is very bad. Probably mine is worse :-) What I'm trying to know if I have to plan to deploy the

Re: transition between 2 Dialog

2007-06-07 Thread Craig McClanahan
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: 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: transition between 2 Dialog

2007-06-07 Thread samju
i generate the Error from my history: for now i get: javax.servlet.ServletException: Could not retrieve value of component with path : {Component-Path : [Class: org.apache.shale.view.faces.ShaleViewRoot,ViewId: /loginfinished.jsp][Class: javax.faces.component.html.HtmlForm,Id: back][Class:

Re: transition between 2 Dialog

2007-06-07 Thread samju
correcty i user the basic impl. the logical outcome return as string for example edit 1-i understood the Dialog in such a way that my alist is as long as the dialog do not reach the End State i can access the DialogScope 2- i do not need to use the Subdialog my Question is: how kann i use the

RE: Problem with subdialogs

2007-06-06 Thread mario.buonopane
@shale.apache.org Subject: Re: Problem with subdialogs 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

RE: Problem with subdialogs

2007-06-06 Thread Gary VanMatre
? Mario Gary -Original Message- From: Rahul Akolkar [mailto:[EMAIL PROTECTED] Sent: 5 giugno 2007 22.02 To: user@shale.apache.org Subject: Re: Problem with subdialogs On 6/5/07, [EMAIL PROTECTED] wrote: I have some problem with subdialogs using shale1.1.0-snapshot (22/05

Re: Problem with subdialogs

2007-06-06 Thread Rahul Akolkar
@shale.apache.org Subject: Re: Problem with subdialogs 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

RE: Problem with subdialogs

2007-06-06 Thread mario.buonopane
, show the next viewId configured in dialog C. Mario -Original Message- From: Gary VanMatre [mailto:[EMAIL PROTECTED] Sent: 6 giugno 2007 16.48 To: user@shale.apache.org Subject: RE: Problem with subdialogs From: [EMAIL PROTECTED] Rahul, I've tried shale-framework-20070606.zip

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: No onException called

2007-06-05 Thread mario.buonopane
the same think, so if you agree I can open an RFC. However thanks for Shale and the time you spend for it! Mario -Original Message- From: Rahul Akolkar [mailto:[EMAIL PROTECTED] Sent: 4 giugno 2007 22.05 To: user@shale.apache.org Subject: Re: No onException called On 6/4/07, [EMAIL

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 5

Re: Is there any one?

2007-06-05 Thread Gary VanMatre
From: [EMAIL PROTECTED] This project seems to be deadi'm very afraid! Is there some one can help me? It's not dead, I think this is just a busy time for everyone. What's your problem? Gary Mario Buonopane Accenture Insurance Services Systems Via C. Colombo 112, 00147

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

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