[trinidad] How to set all rows in Navigation Tree to be disclosed?

2009-08-25 Thread Steve Horne
Struggling here trying to make all rows in the navigation tree be in the disclosed state. I have looked at UIXTable.setDisclosedRowKeys(), but how do I build the RowKeySet to include all rows? Steve Horne shhqu...@me.com

Re: [TRINIDAD] Problem moving from standard MyFaces to Trinidad

2009-02-26 Thread Steve Horne
Please post your web.xml. “Many men go fishing all of their lives without knowing it is not fish they are after.” - Henry David Thoreau On Thu, Feb 26, 2009 at 3:51 AM, Stefan Fassel d...@elfwyn.net wrote: Hello again I have decided to rephrace my Question from before I have a running

Re: [TRINIDAD] Problem moving from standard MyFaces to Trinidad

2009-02-26 Thread Steve Horne
-config welcome-file-list welcome-fileindex.jsp/welcome-file /welcome-file-list /web-app Yours S.Fassel Steve Horne wrote: Please post your web.xml. “Many men go fishing all of their lives without knowing it is not fish they are after.” - Henry David Thoreau On Thu, Feb 26

Re: [TRINIDAD] Problem moving from standard MyFaces to Trinidad

2009-02-26 Thread Steve Horne
Oh, sorry, I missed seeing that you already had that specified. Everything seems OK to me. “Many men go fishing all of their lives without knowing it is not fish they are after.” - Henry David Thoreau On Thu, Feb 26, 2009 at 10:52 AM, Steve Horne steveho...@gmail.com wrote: Add this context

Re: [TRINIDAD] Problem moving from standard MyFaces to Trinidad

2009-02-26 Thread Steve Horne
-nameresources/servlet-name url-pattern/adf/*/url-pattern /servlet-mapping HTH “Many men go fishing all of their lives without knowing it is not fish they are after.” - Henry David Thoreau On Thu, Feb 26, 2009 at 11:03 AM, Steve Horne steveho...@gmail.com wrote: Oh, sorry, I missed seeing that you

[trinidad] problem with PPR and multiple triggers

2009-02-24 Thread Steve Horne
I have the following component hierarchy (leaving out parts that are not important): tr:commandLink id=calcAll action=#{backer.calcAll} partialSubmit=true/ tr:table tr:column tr:panelGroupLayout partialTriggers=calc ::calcAll ... results of calculation... /tr:panelGroupLayout /tr:column tr:column

Re: [trinidad] problem with PPR and multiple triggers

2009-02-24 Thread Steve Horne
On Tue, Feb 24, 2009 at 9:57 AM, Steve Horne steveho...@gmail.com wrote: I have the following component hierarchy (leaving out parts that are not important): tr:commandLink id=calcAll action=#{backer.calcAll} partialSubmit=true/ tr:table tr:column tr:panelGroupLayout partialTriggers=calc

Re: [Trinidad] Using skinning

2009-02-24 Thread Steve Horne
I'm guessing that you are using JSP and are NOT using the tr:document tag... tr:document will include the proper meta tags in the head that will get the correct skin. HTH “Many men go fishing all of their lives without knowing it is not fish they are after.” - Henry David Thoreau On Tue, Feb

Re: [Trinidad] Using skinning

2009-02-24 Thread Steve Horne
% html f:view body tr:document tr:form tr:panelFormLayout tr:inputText labelAndAccessKey=Firstame required=true/tr:inputText tr:inputText labelAndAccessKey=Lastname/tr:inputText /tr:panelFormLayout /tr:form /tr:document /body /f:view /html Best regards, Lars 2009/2/24 Steve

Re: [Trinidad] Using skinning

2009-02-24 Thread Steve Horne
-- Best regards, Lars 2009/2/24 Steve Horne steveho...@gmail.com The tr:document tag will automatically include html, head and body tags... If you view source, do you see multiple body tags? Just as a suggestion, try removing the html and body tags in your page. Try this: %@ taglib uri

Re: [Trinidad] Using skinning

2009-02-24 Thread Steve Horne
Trinidad API - 1.2.10/Apache MyFaces Trinidad Impl - 1.2.10), skin:minimal.desktop--/html 2009/2/24 Steve Horne steveho...@gmail.com After your page renders, in the browser, view the source and paste the entire HTML into your reply and let's see what is being generated... -Steve “Many men

Re: [Trinidad] Using skinning

2009-02-24 Thread Steve Horne
. Best regards, Lars 2009/2/25 Steve Horne steveho...@gmail.com Looks OK to me... A couple of points: Try Firefox Web Developer toolbar-- it will allow you to view the CSS attached to the doc, plus it has lots of cool things to play with. Can you use the URL shown (e.g. /de.vogella.jsf.skins

[TRINIDAD] PPR and tr:switcher in table row

2009-02-12 Thread Steve Horne
I have a table that has a column containing a tr:switcher component and another column containing a button (calc. When the table is initially displayed, I would like the column with the switcher to show needs calc. After the calc button is pressed, I'd like the switcher to display the

Re: [TRINIDAD] PPR and tr:switcher in table row

2009-02-12 Thread Steve Horne
wrap the switcher in tr:panelGroup and set partialTriggers there. Max Steve Horne wrote: I have a table that has a column containing a tr:switcher component and another column containing a button (calc. When the table is initially displayed, I would like the column with the switcher

[trinidad] links on trinidad site are broken

2008-11-03 Thread Steve Horne
Should a Jira defect be entered to have the links on the Trinidad site corrected? The left-nav bar is correct for the home page, but broken on others, such as: http://myfaces.apache.org/trinidad/trinidad-api/tagdoc.html Many left-nav links on this page are wrong. -- Many men go fishing all of

[trinidad] problem with facelets?

2008-10-29 Thread Steve Horne
I'm not sure the exact nature of my problem, but here is my setup: I am using myfaces 1.0.5, Trinidad 1.0.7 and Facelets 1.1.14, on JBoss 4.2: xmlns:ui=http://java.sun.com/jsf/facelets; xmlns:c=http://java.sun.com/jstl/core; xmlns:tr=http://myfaces.apache.org/trinidad; My application has a

Re: [Trinidad] own component

2008-10-29 Thread Steve Horne
Does build my own trinidad component mean you want to build something to contribute to Trinidad? Or do you mean you just want to create a custom component for your own purposes? If it is the latter, you owe it to yourself to investigate Facelets, which make custom component creation very easy.

Re: facebook list input jsf

2008-10-25 Thread Steve Horne
No you don't have to write special code, other than setting up the model. However, if you need programmatic control of the tree, you can set the binding attribute and use that component reference in your code. On Fri, Oct 24, 2008 at 9:37 AM, alvaro tovar [EMAIL PROTECTED]wrote: hello some one

Re: Trinidad 1.0.9 Expand/Collapse Tree

2008-10-25 Thread Steve Horne
No you don't have to write special code, other than setting up the model. However, if you need programmatic control of the tree, you can set the binding attribute and use that component reference in your code. On Wed, Oct 22, 2008 at 11:34 AM, Wu, Billy [EMAIL PROTECTED] wrote: Hi everyone,

Re: facebook list input jsf

2008-10-25 Thread Steve Horne
, Oct 25, 2008 at 7:12 PM, Steve Horne [EMAIL PROTECTED] wrote: No you don't have to write special code, other than setting up the model. However, if you need programmatic control of the tree, you can set the binding attribute and use that component reference in your code. On Fri, Oct 24, 2008

Re: [trinidad] manual dialog return listener problem

2008-10-06 Thread Steve Horne
requestContext.launchDialog(dialog, null, // not launched from any component in your source, but ReturnEvent is delivered from a component. Get CommandButton component (from binding or ActionEvent) and put it as third parameter to launchDialog method. Martin Steve Horne píše v Čt 02. 10. 2008 v 14:09

Re: [trinidad] manual dialog return listener problem

2008-10-02 Thread Steve Horne
BUMP Nobody uses dialogs without navigation rules? On Mon, Sep 29, 2008 at 4:14 PM, Steve Horne [EMAIL PROTECTED] wrote: I have created a JIRA ticket and attached an example WAR file with source: https://issues.apache.org/jira/browse/TRINIDAD-1244 On Mon, Sep 29, 2008 at 11:04 AM, Andrew

[trinidad] manual dialog return listener problem

2008-09-29 Thread Steve Horne
I am using Trinidad and Facelets. I have a commandButton that has an action binding to a backing bean method that programmatically launches a dialog (facelet). Here is my commandButton: tr:commandButton text=lookup action=#{customerLookupSupport.openDialog} useWindow=true partialSubmit=true

Re: [trinidad] manual dialog return listener problem

2008-09-29 Thread Steve Horne
case to add to a JIRA ticket so that we can have a look (easier to debug the dialog code than try to think about what may be going wrong)? -A On Mon, Sep 29, 2008 at 9:59 AM, Steve Horne [EMAIL PROTECTED] wrote: I am using Trinidad and Facelets. I have a commandButton that has an action

[Trinidad] BUG? NullPointerException in unlabeled inputText

2008-02-25 Thread Steve Horne
In researching a bug in my application, I have created this example that recreates the problem, which seems to be a Trinidad bug... In order to reproduce, you should enter SPACES ONLY into the text field and submit the form. The error does not occur if you enter NOTHING or if you enter

How to trace/debug?

2008-02-17 Thread Steve Horne
I am using MyFaces, Trinidad and Facelets. I am a fairly experienced JSF developer, but I quite often have errors that I can't get additional information about, and I wind up having to debug by removing things and putting them back in trying to localize a problem. I seem to quite often have a

How to trace/debug?

2008-02-15 Thread Steve Horne
I am using MyFaces, Trinidad and Facelets. I am a fairly experienced JSF developer, but I quite often have errors that I can't get additional information about, and I wind up having to debug by removing things and putting them back in trying to localize a problem. I seem to quite often have a

Re: How to trace/debug?

2008-02-15 Thread Steve Horne
Thanks for the info- but this isn't exactly what I am asking. First of all, I am a MyFaces USER not a developer. I use Eclipse and JBoss and I know how to do debugging of my code. My issue is basically the stack trace I have included. None of the classes in the stack trace are mine. They are

[Trinidad] Table skinning question

2008-01-15 Thread Steve Horne
I have a tr:table that has a detailStamp containing another tr:table. I would like this innermost table (and in fact all tables in the application) to use all of the available horizontal space. Currently, the table takes up only the needed space to show the content without wrapping. I have

[Trinidad] tr:table binding attribute problem

2008-01-14 Thread Steve Horne
I am using Facelets and Trinidad 1.0.4. I have a tr:table that has a detailStamp facet which contains another table. It is this inner table with which I am having problems. Here is the outer table: tr:table first=0 rows=10 var=wrapper value=#{ backer.list} rowBandingInterval=1

[TRINIDAD] Exception with tr:inputText validation

2008-01-09 Thread Steve Horne
I am using the following tag: tr:inputText required=true value=#{someexpression}/ Note that I have no label attribute. I have this problem: When I type nothing into the field, I get a validation message that a value is required. When I type visible characters into the field, I get no error and

[trinidad] JS error with navigationTree

2007-11-01 Thread Steve Horne
Using Trinidad 1.0.3- This was working in 1.0.1: A navigationTree component that when clicking on a twisty (disclose) icon, gets the following error on the javascript console: [Invalid PPR response. The response-headers were:\nServer: Apache-Coyote/1.1\nX-Powered-By: Servlet 2.4...] [Error ,

[Trinidad] Problem with nested tables

2007-10-12 Thread Steve Horne
(myfaces 1.1.5 / trinidad 1.0.1 / facelets 1.1.14) I have a problem with a table which contains a nested table in the detailStamp facet. This nested table works perfectly unless I put a binding attribute on the table in the detailStamp. When I do that, I get the following exception:

[TRINIDAD] Problem with navigationTree component

2007-10-11 Thread Steve Horne
I have a working app that uses navigationTree (myfaces 1.1.5 / trinidad 1.0.1). When I drop in the Trinidad 1.0.3 jars, the tree will not render when clicking on the expand icon. A page refresh will render the tree correctly expanded. When I click on the arrow, Firefox Web Developer reports the

panelTabbedPane styles

2006-05-05 Thread Steve Horne
I am trying to change the look of a panelTabbedPane that differs from the styles provided in the myfaces-all.jar org.apache.myfaces.custom.tabbedpane.resource.defaultStyles.css. Because the faces servlet injects the stylesheet AFTER my stylesheet, I cannot seem to remove the border lines,