Re: Tomahawk Sandbox promotion schedule?

2008-01-23 Thread Simon Kitching
Jed Smallwood <[EMAIL PROTECTED]> schrieb: > Hi, > > I'm a bit new to Tomahawk Sandbox components and they seem pretty useful, at > least in the examples that I see on the irian.at web site. Unfortunately > I'm having a hard time figuring out how to interact with he tags from a > backing bea

Re: navigation case

2008-01-23 Thread Simon Kitching
"Kevin R. Gutch" <[EMAIL PROTECTED]> schrieb: > I have a method that returns a String value I use in a navigation-case. > action="#{nav.step1} > > Can this value be used from a specific page defined in the > or must it be a wildcard? I cannot seem to get it to work > with the former. > >

Re: navigation-case

2008-01-23 Thread Anton Gavazuk
Hi Kevin, check that you get action really from "/pages/draindog/wizard_color.xhtml" - I suppose that this field has another value... 2008/1/23, Kevin R. Gutch <[EMAIL PROTECTED]>: > I have a method that returns a String value I use in a navigation-case. > action="#{nav.step1} > > Can this value b

RE: Still trying to move simple RichFaces 3.1.3 app from BEA JSF 1.1 to MyFaces 1.1.5 (Tomcat)

2008-01-23 Thread Karr, David
Ok, I think I'm iterating toward some clues. I copied in everything from the problem app, except using a very trivial "main.jsp", and then I started adding elements. It was still ok after adding a couple RichFaces elements, but when I "jumped to the end" and copied in the entire "main.jsp" from t

Re: Still trying to move simple RichFaces 3.1.3 app from BEA JSF 1.1 to MyFaces 1.1.5 (Tomcat)

2008-01-23 Thread Matthias Wessendorf
hrm. what happens if you "hit" a very simple page. have you tried to set a break point inside the FacesServlet ? (like in service(), where the lifecycle.execute(facesContext) is launched) perhaps it maybe helpful, to upload a simple demo app to our jira? Thanks! Matthias On Jan 23, 2008 9:

Still trying to move simple RichFaces 3.1.3 app from BEA JSF 1.1 to MyFaces 1.1.5 (Tomcat)

2008-01-23 Thread Karr, David
I asked about this a few days ago, but I'm not making any progress on this. I'd appreciate any hints on what I might be doing wrong. I have a simple app using the default JSF 1.1 implementation in WebLogic 9.2.2, which also uses RichFaces 3.1.3. It works at this point. I exported the WAR file a

navigation case

2008-01-23 Thread Kevin R. Gutch
I have a method that returns a String value I use in a navigation-case. action="#{nav.step1} Can this value be used from a specific page defined in the or must it be a wildcard? I cannot seem to get it to work with the former. From specific page it does not navigate. /pages/draindog/wizard_

navigation-case

2008-01-23 Thread Kevin R. Gutch
I have a method that returns a String value I use in a navigation-case. action="#{nav.step1} Can this value be used from a specific page defined in the or must it be a wildcard? I cannot seem to get it to work with the former. From specific page it does not navigate. /pages/draindog/wizard

Re: trinidad table range navigation is not working

2008-01-23 Thread tsha
Hi Max, Thanks for your fast response. I am using jspx only. I searched the archive for this issue but the suggested solution didn't work for me. This is the post I found in the archive. http://www.nabble.com/Trinidad-Table-range-navigation-problem-tt14878960.html Thanks, tsha max.starets wr

Re: trinidad table range navigation is not working

2008-01-23 Thread tsha
Hi Max, Thanks for your fast response. I am using jspx only. I searched the archive for this issue but the suggested solution didn't work for me. This is the post I found in the archive. http://www.nabble.com/Trinidad-Table-range-navigation-problem-tt14878960.html Thanks, tsha max.starets wr

RE: [Trinidad] tr:form defaultCommand no partial triggering

2008-01-23 Thread Mathias Walter
Hi Matthias, thanks to open the issue. Today, I had problems to send mails to the list. -- Kind regards, Mathias > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of Matthias Wessendorf > Sent: Wednesday, January 23, 2008 6:14 PM > To: MyFaces Discussi

RE: [Trinidad] displayValueOnly

2008-01-23 Thread Mathias Walter
Hi Matthias, > when doing: > -readOnly:true > -simple:true > -value:Some text > > you get this rendered result: > > > Some text > > > is that close to what you want ? Yeah! That's exactly what I'm looking for. :) -- Regards, Mathias

Re: trinidad table range navigation is not working

2008-01-23 Thread Max Starets
Are you using JSPs (not JSPXs)? Navigation may be failing due to a known issue with PPR and JSPs. I would try using JSPXs instead. You may also want to search the archive for similar issues and see possible workarounds. Regards, Max Starets tsha wrote: Hi, I am using trinidad 1.2.4 table (

[Tobago] Error with field validation

2008-01-23 Thread florimodo
Hi, when I am submitting a form with empty required fields - I get a ClassCastException, no messages are displayed on the page. It seems that I got something to do with my resources, but I have no clue where to look.. The exception is java.lang.ClassCastException: org.apache.myfaces.tobago.

trinidad table range navigation is not working

2008-01-23 Thread tsha
Hi, I am using trinidad 1.2.4 table (tr:table) component. I am trying to display the table with range navigation. First range is displaying properly but by clicking on NEXT nothing is happening. (The next range is not displaying) I tried to run the trinidad-demo-1.2.4 on tomcat6.0 but still got

Tomahawk Sandbox promotion schedule?

2008-01-23 Thread Jed Smallwood
Hi, I'm a bit new to Tomahawk Sandbox components and they seem pretty useful, at least in the examples that I see on the irian.at web site. Unfortunately I'm having a hard time figuring out how to interact with he tags from a backing bean perspective. I'm assuming that when these components are

Re: [Trinidad] how to know that PPR is ongoing

2008-01-23 Thread Renzo Tomaselli
Thanks Matthias. To clarify further - from the perspective of some js inserted into some xhtml code - is that busy state meaning that we are in a PPR context ? I ask since from the dev-guide it seems that busy/free refers to the status of getting the response from the server and js executes whi

Re: [Trnidad] Is there a way to use Trinidad API to load Resources for our Custom Components?

2008-01-23 Thread Gary VanMatre
>From: "Andrew Robinson" <[EMAIL PROTECTED]> >Looks like something dying to be in the WIKI Gary :) > Not a bad idea. I'll see what I can do. >-Andrew > Gary On Jan 23, 2008 10:28 AM, Gary VanMatre <[EMAIL PROTECTED]> wrote: >From: Samba <[EMAIL PROTECTED]> >Hi all, > I'm building a coup

[orchestra] nullpointer in AbstractViewControllerManager.getViewController - probably bad configuration?

2008-01-23 Thread Bruno Aranda
Hi, I probably have changed something, which I am unable to find again, and I keep having this exception now: 2008-01-23 17:31:56,789 [btpool0-1] ERROR (PhaseListenerManager,77) - Exception in PhaseListener RENDER_RESPONSE(6) beforePhase. java.lang.NullPointerException at org.apache.myfa

Re: [Trnidad] Is there a way to use Trinidad API to load Resources for our Custom Components?

2008-01-23 Thread Andrew Robinson
Looks like something dying to be in the WIKI Gary :) -Andrew On Jan 23, 2008 10:28 AM, Gary VanMatre <[EMAIL PROTECTED]> wrote: > >From: Samba <[EMAIL PROTECTED]> > >Hi all, > > I'm building a couple of custom components based on trinidad core, more > like adding some > >enhancements... > > > >

Re: [Trnidad] Is there a way to use Trinidad API to load Resources for our Custom Components?

2008-01-23 Thread Gary VanMatre
>From: Samba <[EMAIL PROTECTED]> >Hi all, > I'm building a couple of custom components based on trinidad core, more like > adding some >enhancements... > > I would like to know if Trinidad expose any API to be used by Coustom > components to load our >own JavaScript, CSS , and Images. > Yo

Re: [Trinidad] tr:form defaultCommand no partial triggering

2008-01-23 Thread Matthias Wessendorf
https://issues.apache.org/jira/browse/TRINIDAD-917 On Jan 22, 2008 9:30 PM, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > can you file an issue? > I'll take a look, maybe next week. > > -M > > > On Jan 22, 2008 2:51 PM, Mathias Walter <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I've defined a de

Trinidad Chart OnClick

2008-01-23 Thread Philipp Michel
Hi list, i want trinidad charts without an onClick event. When I click on the chart then there open a popup with some values like x-axis value, etc. . How can i stopping this? Regards Philipp Michel

t:popup problems still persist

2008-01-23 Thread Madhav Bhargava
Hi All, I am using myfaces 1.1.5, tomahawk 1.1.5 in my web application which runs on IE 6. I have the following structure in my JSP: Content for the popup The problem is that the t:popup is not visible when it is nested

[Trinidad] PageFlowScope not clearing down

2008-01-23 Thread Paul Mander
I have tested this in M1 snapshot, 1.0.4 and 1.0.5. It appears that the PageFlowScope is not cleared down when you send clear to the Map. The map looks like it is maintained correctly but old references are still hanging around. I have created a simple tester to illustrate. The tester consists of

Re: [tobago] Seam integration

2008-01-23 Thread Zied Hamdi
Sorry for spamming, a last detail: when I attemp to display a richfaces component in my page, I have errors of this type thrown by Tobago in the log: resourceDirs = '[skins, org/apache/myfaces/tobago/renderkit]' contentType = 'html' theme = 'richmond' browser = 'msie_7_0' subDir = 'tag' name = '

RE: [Trinidad] displayValueOnly

2008-01-23 Thread Mark Millman
Is it possible that the readOnly="true" would do the trick for you? I'm not familiar with the Tomahawk tags; but readOnly="true" will display the value only and not allow the user to change it. [EMAIL PROTECTED] | www.mizar.com | (360) 945-2643 From: Mathias Walter [mailto:[EMAIL PROTECTED

Re: [tobago] Seam integration

2008-01-23 Thread Zied Hamdi
I maybe have a hint Bernd, I have ClientProperties.getInstance(UIViewRoot) that prints *INFO [ClientProperties] No ClientProperties instance found creating new one * On each refresh. Did the seam project work in you environement with the snapshot? Regards, Zied 2008/1/23, Zied Hamdi <[EMAIL PR

Re: [tobago] Seam integration

2008-01-23 Thread Zied Hamdi
Hi Bernd, I opted to use the 1.1.0 snapshot. The problem I have is maybe not related to Tobago: my page is not interpreted as a jsf source: it is sent to the browser as is (with supressed namespaces): It doesn't seem to be anything wrong in the log (apart some facelets info written to stde

Re: Get pixel size from left: attribute via getter

2008-01-23 Thread Wolfgang
Hi Andrew, if I try to access my int variable from the backing bean, which has getter/setter, in the way as youe have described but then my editor (IntelliJ) says: invalid css property style; a term excepted; Cheers Andrew Robinson schrieb: Why not? It should. Have you set a breakpoint in t

Re: Tomahawk 1.1.3 inputFileUpload solution

2008-01-23 Thread konbs
Hey Doug, thanks for the great tutorial. I'm using the upload function to provide text import capability - so don't need the actual text file after extracting the content. I'm setting the upFile reference to null after proceeding. Is that sufficient, to make sure that any files will be left? I app

Re: [Trinidad] how to know that PPR is ongoing

2008-01-23 Thread Matthias Wessendorf
ok, there is a statusIndicator comp., but that is not JS. so here is a "monitoring ppr" JS: var requestQueue = TrPage.getInstance().getRequestQueue(); requestQueue.addStateChangeListener(myCallback); function myCallback(state) { var busy = state == TrRequestQueue.STATE_BUSY; var