RE: Servers to Test

2006-03-08 Thread CONNER, BRENDAN \(SBCSI\)
I haven't run the MyFaces examples on WebSphere, but we've been using the MyFaces JSF implementation (and various MyFaces components) successfully in production applications running on WebSphere 5.1. We've also got it working on WebSphere 6.0 (provided that we delete the two JSF-related JAR files

RE: Servers to Test

2006-03-08 Thread CONNER, BRENDAN \(SBCSI\)
and they are on the right track. I just wish I could use myfaces for my new project From: CONNER, BRENDAN (SBCSI) [EMAIL PROTECTED] Reply-To: MyFaces Development dev@myfaces.apache.org To: MyFaces Development dev@myfaces.apache.org Subject: RE: Servers to Test Date: Wed, 8 Mar 2006 13:04:31 -0600 I haven't

RE: Servers to Test

2006-03-08 Thread CONNER, BRENDAN \(SBCSI\)
See http://forum.java.sun.com/thread.jspa?threadID=606959messageID=3302261 - Brendan -Original Message- From: CONNER, BRENDAN (SBCSI) Sent: Wednesday, March 08, 2006 3:18 PM To: MyFaces Development Subject: RE: Servers to Test The server only checks your application first if you set

RE: Servers to Test

2006-03-08 Thread CONNER, BRENDAN \(SBCSI\)
implementation. Do the other application servers ship with their own JSF implementation? If so, do they offer any other way of substituting another JSF implementation into one's application? - Brendan -Original Message- From: CONNER, BRENDAN (SBCSI) Sent: Wednesday, March 08, 2006 3:20 PM

RE: Tiles support for other JSF impls

2006-03-02 Thread CONNER, BRENDAN \(SBCSI\)
Question: At a high level, what does Tomahawk Tiles do for us that using regular Tiles with JSF doesn't do? We're just using regular Tiles (the one bundled with the Struts JAR) with our MyFaces JSF implementation; I haven't gotten around to seeing what the Tomahawk Tiles adds to the mix. -

RE: Help! How to set focus on a form?

2005-10-20 Thread CONNER, BRENDAN \(SBCSI\)
, BRENDAN (SBCSI) Sent: Thursday, October 20, 2005 10:03 AM To: 'MyFaces Discussion' Subject: Help! How to set focus on a form? Under Struts, one could do the following: html:form focus=fieldName to specify which field within a form should receive focus upon loading the form. How

RE: RC3: dependency on commons-lang

2005-10-19 Thread CONNER, BRENDAN \(SBCSI\)
It's not a big deal as long as it's documented fully. Our app had an older version of commons-lang.jar, which caused it to fail after we had updated our MyFaces JAR files. This was a problem until we replaced our commons-lang.jar file with commons-lang-2.1.jar. The Getting Started page should

RE: tree2 lazy loading

2005-10-19 Thread CONNER, BRENDAN \(SBCSI\)
(or any other component). If, for some reason, you *want* to write a different renderer for a Tomahawk component, that's a bigger issue. ;-) - Brendan -Original Message- From: Anu Padki [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 18, 2005 4:17 PM To: CONNER, BRENDAN (SBCSI) Subject

RE: Coding Standards Reminder

2005-10-05 Thread CONNER, BRENDAN \(SBCSI\)
: Just Enter and } and your cursor is where it should be! /know-it-all :-) Sorry for not beeing neutral... :-) Manfred 2005/10/5, CONNER, BRENDAN (SBCSI) [EMAIL PROTECTED]: Where I've worked, we've always used tabs, because many IDEs can be configured to visually display tabs as equivalent

RE: Stability of 1.1.0?

2005-09-28 Thread CONNER, BRENDAN \(SBCSI\)
comes out. Perhaps you could help us test the RC when it comes out over the weekend... sean On 9/28/05, CONNER, BRENDAN (SBCSI) [EMAIL PROTECTED] wrote: I've noticed a lot of bug reports since the development of the 1.1.0 release. Should I be waiting for a 1.1.1 release before trying to integrate

RE: FW: Where is http://myfaces.apache.org/dtd/Component.dtd defined?

2005-09-14 Thread CONNER, BRENDAN \(SBCSI\)
I find it difficult to believe that *no one* knows where http://myfaces.apache.org/dtd/Component.dtd is defined. Help! - Brendan -Original Message- From: CONNER, BRENDAN (SBCSI) Sent: Tuesday, September 13, 2005 9:23 AM To: 'MyFaces Development' Subject: RE: FW: Where is http

RE: FW: Where is http://myfaces.apache.org/dtd/Component.dtd defined?

2005-09-14 Thread CONNER, BRENDAN \(SBCSI\)
Thanks. So will that be included in the source zip file distributions? - Brendan -Original Message- From: Bruno Aranda [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 14, 2005 1:38 PM To: MyFaces Development Subject: Re: FW: Where is http://myfaces.apache.org/dtd/Component.dtd

Encoding a field's id attribute

2005-09-13 Thread CONNER, BRENDAN \(SBCSI\)
I'm constructing a custom component, and I would like its id to be the familiar colon-separated format (e.g., subview:form:id), and I also would like the id to have the row index included it if it occurs inside a table (e.g., view:form:table_0:id). Is there some encapsulated way to have an ID of

RE: Encoding a field's id attribute

2005-09-13 Thread CONNER, BRENDAN \(SBCSI\)
Never mind. Silly question. I just do getClientId(FacesContext). - Brendan -Original Message- From: CONNER, BRENDAN (SBCSI) Sent: Tuesday, September 13, 2005 5:25 PM To: 'MyFaces Development' Subject: Encoding a field's id attribute I'm constructing a custom

FW: Where is http://myfaces.apache.org/dtd/Component.dtd defined?

2005-09-12 Thread CONNER, BRENDAN \(SBCSI\)
I posted this to the MyFaces discussion group, but maybe it was more appropriate to post it to the MyFaces development group I'm trying to load up the source for the Tomahawk components so I can develop a patch, so I downloaded myfaces-20050908-src.zip. I imported the files in

RE: [jira] Created: (MYFACES-531) Tree2 examples can result in Invalid bitmask error

2005-09-07 Thread CONNER, BRENDAN \(SBCSI\)
FYI: I have an example that will do this (i.e., disable navigation icons and use the action listener to handle the events); I'm just having issues with RSA and Subversion. - Brendan -Original Message- From: sean schofield (JIRA) [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 07,

RE: [jira] Commented: (MYFACES-533) Optionally use a field's title attribute as its identifier in t:messages

2005-09-07 Thread CONNER, BRENDAN \(SBCSI\)
OK, this would be a good excuse for me to get more involved. ;-) - Brendan -Original Message- From: Martin Marinschek (JIRA) [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 07, 2005 3:21 PM To: dev@myfaces.apache.org Subject: [jira] Commented: (MYFACES-533) Optionally use a field's

RE: Moderator mailbox overflow

2005-08-09 Thread CONNER, BRENDAN \(SBCSI\)
This is perhaps a naive related question: Why are we using mailing lists as opposed to usenet newsgroups? Are they easier to manage? - Brendan -Original Message- From: Sean Schofield [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 09, 2005 11:40 AM To: MyFaces Development Subject: Re:

RE: [jira] Commented: (MYFACES-350) Use 'node.isLeaf()' in tree2 to decide whether to display the navigation icon

2005-08-03 Thread CONNER, BRENDAN \(SBCSI\)
actionListeners for your folders or whatever?) Just curious. I'm not suggesting you resort to that. I'm thinking that we could make it an option to hide/suppress navigation icons for empty nodes so both sides are happy. sean On 8/2/05, CONNER, BRENDAN (SBCSI) [EMAIL PROTECTED] wrote: But that will impact

RE: [jira] Commented: (MYFACES-350) Use 'node.isLeaf()' in tree2 to decide whether to display the navigation icon

2005-08-03 Thread CONNER, BRENDAN \(SBCSI\)
children should be based upon the node.isLeaf() method, not the node.getChildCount() method. Are there other interpretations out there about the semantics of these two methods? Thanks, - Brendan -Original Message- From: CONNER, BRENDAN (SBCSI) Sent: Wednesday, August 03, 2005 10:23 AM

RE: [jira] Commented: (MYFACES-350) Use 'node.isLeaf()' in tree2 to decide whether to display the navigation icon

2005-08-03 Thread CONNER, BRENDAN \(SBCSI\)
:[EMAIL PROTECTED] Sent: Wednesday, August 03, 2005 5:32 PM To: MyFaces Development; CONNER, BRENDAN (SBCSI) Subject: Re: [jira] Commented: (MYFACES-350) Use 'node.isLeaf()' in tree2 to decide whether to display the navigation icon My understanding of the semantics of node.isLeaf() is that it returns

RE: [jira] Commented: (MYFACES-350) Use 'node.isLeaf()' in tree2 to decide whether to display the navigation icon

2005-08-02 Thread CONNER, BRENDAN \(SBCSI\)
But that will impact our application, because, with lazy fetches, we sometimes have leaf = false and childCount = 0 (because the children have not yet been fetched). In such cases, we need the + icon to show, because there are children yet to be fetched. If we suppress the + sign if either leaf

RE: [tree2] Node Expansion Dynamic Data

2005-08-01 Thread CONNER, BRENDAN \(SBCSI\)
That's a possibility. We've gotten our lazy load to work as follows (which admittedly is sub-optimal, since it doesn't use the navigation icon features built into the component): x:tree2 id=serverTree value=#{treeBacker.treeData} var=node varNodeToggler=t clientSideToggle=false