[jira] Created: (TRINIDAD-1715) Client behaviors are not decoded by UIXComponentBase

2010-02-09 Thread Andrew Robinson (JIRA)
Versions: 2.0.0.1-core Reporter: Andrew Robinson Assignee: Andrew Robinson Forgot to add the client behavior decoding support to UIXComponentBase when I implemented the client behavior support -- This message is automatically generated by JIRA. - You can reply to this email

[jira] Created: (TRINIDAD-1705) Refactor Trinidad's JavaScript under a namespace and remove all global functions

2010-02-03 Thread Andrew Robinson (JIRA)
: MyFaces Trinidad Issue Type: Improvement Components: Components Affects Versions: 1.2.13-core Reporter: Andrew Robinson Trinidad's JavaScript is hard to work with, there are many global functions that could cause collisions with other javascript libraries

[Trinidad 2] Integrating JSF 2 AJAX support with Trinidad AJAX

2010-02-02 Thread Andrew Robinson
Hey all, wanting to send a heads up: Pavitra Subramaniam and Andy Schwartz have spent a good amount of time looking into Trinidad 2 and what gaps there are with Trinidad 2 and JSF 2's AJAX implementation. Pavitra has also already done some work on her own and has got much of Trinidad working with

[jira] Updated: (TRINIDAD-1704) Implement a prototype on Trinidad 2.0.x., that accepts JSF2.0 Ajax style requests and returns JSF 2.0 style responses.

2010-02-02 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Robinson updated TRINIDAD-1704: -- Status: Open (was: Patch Available) Implement a prototype on Trinidad 2.0.x

Re: [vote] MyFaces Master pom v7

2010-01-26 Thread Andrew Robinson
No opinion on voting, I am just curious why the master is being released, what changed? -Andrew On Tue, Jan 26, 2010 at 7:10 AM, Jan-Kees van Andel jankeesvanan...@gmail.com wrote: +1 2010/1/26 Matthias Wessendorf mat...@apache.org: +1 On Tue, Jan 26, 2010 at 12:46 PM, Matthias Wessendorf

[jira] Created: (TRINIDAD-1699) Provide isSecure on ExternalContextUtils

2010-01-26 Thread Andrew Robinson (JIRA)
-core Reporter: Andrew Robinson Assignee: Andrew Robinson Due to some unknown reason, the JSF RI did not provide an public boolean isSecure(); on ExternalContext even though both ServletRequest and PortletRequest have that method. As such, it will be helpful to have

[jira] Resolved: (TRINIDAD-1699) Provide isSecure on ExternalContextUtils

2010-01-26 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1699?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Robinson resolved TRINIDAD-1699. --- Resolution: Fixed Provide isSecure on ExternalContextUtils

[jira] Commented: (TRINIDAD-1699) Provide isSecure on ExternalContextUtils

2010-01-26 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12805146#action_12805146 ] Andrew Robinson commented on TRINIDAD-1699: --- Filed a mojarra bug: https

[Trinidad 1 2] Promote JsonUtils to API

2010-01-21 Thread Andrew Robinson
The org.apache.myfaces.trinidadinternal.util.JsonUtils is a very useful class, but it cannot be used in trinidad-api classes like CoreRenderer or in libraries extending Trinidad. Does anyone have any objections to moving this to API? Please use the voting system. Thank you, Andrew

[jira] Created: (TRINIDAD-1693) Add code generation for ClientBehaviors

2010-01-21 Thread Andrew Robinson (JIRA)
Affects Versions: 2.0.0-plugins Reporter: Andrew Robinson It would be helpful to add code to generate client behaviors in the maven-faces-plugin. The architecture is very similar to the UIXComponent generation and would make client behavior development much easier. -- This message

[jira] Resolved: (TRINIDAD-1690) ResourceLoader has protected method protected String getContentType(URLConnection conn) that is never called

2010-01-21 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Robinson resolved TRINIDAD-1690. --- Resolution: Fixed Fix Version/s: 1.2.13-core ResourceServlet now calls

[jira] Created: (TRINIDAD-1690) ResourceLoader has protected method protected String getContentType(URLConnection conn) that is never called

2010-01-20 Thread Andrew Robinson (JIRA)
://issues.apache.org/jira/browse/TRINIDAD-1690 Project: MyFaces Trinidad Issue Type: Bug Affects Versions: 1.2.13-core , 2.0.0.1-core Reporter: Andrew Robinson Assignee: Andrew Robinson ResourceLoader has protected method protected String getContentType

Re: [Trinidad] New Component Showcase Demo and Casablanca Skin

2010-01-09 Thread Andrew Robinson
Thank you very much, excellent job! On Fri, Jan 8, 2010 at 11:53 AM, Jan-Kees van Andel jankeesvanan...@gmail.com wrote: This skin looks very good. Well done Catalin! Regards, Jan-Kees 2010/1/8 Mamallan Uthaman mamallan.utha...@oracle.com: It looks fantastic, thanks for your great work

Re: Need some help with the commons digester and XInclude handling

2010-01-07 Thread Andrew Robinson
) Or is anyone aware of changes to the XML parsing in Java6 that require different code for xinclude parsing? -Andrew On Wed, Jan 6, 2010 at 6:10 PM, Andrew Robinson andrew.rw.robin...@gmail.com wrote: Giving up for the night, but I found that this works:    xi:include href=TestInclude.xml

Re: Need some help with the commons digester and XInclude handling

2010-01-07 Thread Andrew Robinson
Wessendorf mat...@apache.org wrote: phew, that is odd. Did google have some hints? Or ever asked at the digester group? (maybe that is not so active?) -Matthias On Thu, Jan 7, 2010 at 6:37 PM, Andrew Robinson andrew.rw.robin...@gmail.com wrote: Okay, if I compile with Java6 but run

Re: [Trinidad 2.0] new plugins dependency

2010-01-06 Thread Andrew Robinson
Yeah I am confused by this as well as 2.0.x is now 2.0.1-SNAPSHOT, so why would that not be the place to keep working? On Tue, Jan 5, 2010 at 2:55 PM, Gabrielle Crawford gabrielle.crawf...@oracle.com wrote: H, so this means if we're working on 2.0 we need to pull a new branch each time you

[Trinidad 2] Plugins branch moved

2010-01-06 Thread Andrew Robinson
Guys, with the okay from Matthias, I renamed the plugins 2.0 branch from: https://svn.apache.org/repos/asf/myfaces/trinidad-maven/branches/2.0.0-branch to https://svn.apache.org/repos/asf/myfaces/trinidad-maven/branches/2.0.x-branch So that it reflects the fact that the last digit is changing.

Need some help with the commons digester and XInclude handling

2010-01-06 Thread Andrew Robinson
Hey all, I could really use some help. I have been unable so far to get the maven-faces-plugin to resolve xml includes in the 2.0.1 version of the plugins. I removed xerces and the other XML dependencies from the POM so that it would use the Java built-in XML. Then I made it XInclude aware:

Re: Need some help with the commons digester and XInclude handling

2010-01-06 Thread Andrew Robinson
/components/trinidad/faces/TestInclude.xml So I need to figure out how to set the base URL for the relative URL handling. -Andrew On Wed, Jan 6, 2010 at 4:21 PM, Andrew Robinson andrew.rw.robin...@gmail.com wrote: Hey all, I could really use some help. I have been unable so far to get the maven

Re: Need some help with the commons digester and XInclude handling

2010-01-06 Thread Andrew Robinson
not mind any help. Thanks, Andrew On Wed, Jan 6, 2010 at 4:51 PM, Andrew Robinson andrew.rw.robin...@gmail.com wrote: Forgot to mention that it is looking for: /home/anrobins/development/maven-trinidad/branches/2.0.0-branch/maven-faces-plugin/TestInclude.xml but the correct path is: /home

Re: Need some help with the commons digester and XInclude handling

2010-01-06 Thread Andrew Robinson
Giving up for the night, but I found that this works: xi:include href=TestInclude.xml / But not this: xi:include href=./TestInclude.xml xpointer=/faces-config/component/*/ If the xpointer attribute has any value at all it seems to fail. On Wed, Jan 6, 2010 at 5:33 PM, Andrew Robinson

Re: [TRINIDAD][API]TRINIDAD-1669 Improve transient memory consumption of UIXComponentBase.getClientId()

2010-01-05 Thread Andrew Robinson
to take to correctly implement the caching.  Do you have any comments on those? -- Blake Sullivan Andrew Robinson said the following On 1/4/2010 8:08 PM PT: The JavaDoc is part of the spec, and according to JSF 1.2, the getClientId has this restriction (see http://goo.gl/eula): The return from

Re: [Vote] Trinidad plugins 2.0.0 release

2010-01-05 Thread Andrew Robinson
+1 On Tue, Jan 5, 2010 at 10:27 AM, Blake Sullivan blake.sulli...@oracle.com wrote: +1 -- Blake Sullivan Max Starets said the following On 1/5/2010 5:49 AM PT: +1 Matthias Wessendorf wrote: Hi, I was running the needed tasks to get the first 2.0.0 release of the Apache MyFaces

Re: [Vote] Trinidad 2.0.0-alpha release

2010-01-05 Thread Andrew Robinson
+1 On Tue, Jan 5, 2010 at 10:39 AM, Max Starets max.star...@oracle.com wrote: +1 Matthias Wessendorf wrote: Hi, I was running the needed tasks to get the first (alpha) 2.0.0 release of the Apache MyFaces Trinidad CORE out. The artifacts are deployed to my private Apache account ([1]).

Re: [TRINIDAD][API]TRINIDAD-1669 Improve transient memory consumption of UIXComponentBase.getClientId()

2010-01-05 Thread Andrew Robinson
No comments on 1668, it looks good to me and your expertise on the FacesBean exceeds mine by quite a bit, so I defer to your approach for how to handle that interaction. I'm on board with your approach to that issue as well as this one. Thanks, Andrew

[jira] Created: (TRINIDAD-1673) Provide a means for a component to determine which events trigger PPR

2010-01-04 Thread Andrew Robinson (JIRA)
Issue Type: Improvement Components: Components Affects Versions: 1.2.12-core Reporter: Andrew Robinson Assignee: Andrew Robinson There is currently no means for a component to determine if a FacesEvent will trigger PPR, UIXComponentBase always triggers PPR

Re: [TRINIDAD][API]TRINIDAD-1669 Improve transient memory consumption of UIXComponentBase.getClientId()

2010-01-04 Thread Andrew Robinson
Why isn't UIXComponentBase caching the client ID? The JSF core components already cache their client ID. Part of the spec. is that setId() calls on the component clear the cache. In Trinidad, we must recursively call setId on child components when indexes change (tr:iterator, tr:table, etc.) so

Re: [TRINIDAD][API]TRINIDAD-1669 Improve transient memory consumption of UIXComponentBase.getClientId()

2010-01-04 Thread Andrew Robinson
a bug in the Trinidad Table component because JSF component's setId() functions were not being called and therefore the client IDs were all wrong, otherwise I would have had no idea this was true. -Andrew On Mon, Jan 4, 2010 at 5:37 PM, Blake Sullivan blake.sulli...@oracle.com wrote: Andrew

[jira] Updated: (TRINIDAD-1665) get brittlelocalreferenceexception because of error in menuNode.xsd

2009-12-31 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1665?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Robinson updated TRINIDAD-1665: -- Resolution: Fixed Fix Version/s: 1.2.13-core Status: Resolved

Re: [Trinidad] Renaming an API that Is Used Only in Mobile Development

2009-12-22 Thread Andrew Robinson
Would this be needed if we could just implement an @import in the skin parser? Then you could have something like this: @agent ie { @import url(ie.skin.css); } Now we could have CSS for each browser as desired, including mobile browsers. It would be more flexible this way than changing the API

Re: [Trinidad 2.0] Trunk APIs in trinidad-2.0.x

2009-12-18 Thread Andrew Robinson
Trinidad 2 has not be kept up with Trinidad 1.2. This is known and once 2.0 is stable I think there will be a push to migrate the changes since the branching of 2 from 1.2. -Andrew On Thu, Dec 17, 2009 at 12:26 PM, Teck Hua Lee gteck...@gmail.com wrote: Hi, I'm working off the Trinidad trunk.

Re: [Trinidad 2] Convert examples to facelets?

2009-12-18 Thread Andrew Robinson
that JSF pages/facelets need to produce XHTML or HTML (for example seam already has support for email and PDF output) -Andrew On Wed, Dec 16, 2009 at 3:26 PM, Andrew Robinson andrew.rw.robin...@gmail.com wrote: Currently the trinidad examples  (trinidad-demo and trinidad-blank) use JSP and JSPX. Just

Re: [Trinidad] should event handlers be rendered for disabled components?

2009-12-16 Thread Andrew Robinson
the Renderer subclasses the need to code this themselves. -- Blake Sullivan Andrew Robinson said the following On 12/10/2009 11:56 AM PT: While implementing the client behaviors on the Trinidad 2 branch I noticed something that does not sit right with me. I noticed that the on* attributes

Re: [Trinidad 2] Trinidad render kit not compatible with JSF 2

2009-12-16 Thread Andrew Robinson
request. On Wed, Dec 16, 2009 at 6:41 AM, Scott O'Bryan scott.obr...@oracle.com wrote: Hey Andrew, so would executing this during web application startup (like during a filter or FacesServlet.Init) be early enough? Sent from my iPhone On Dec 15, 2009, at 8:44 PM, Andrew Robinson andrew.rw.robin

[Trinidad 2] Convert examples to facelets?

2009-12-16 Thread Andrew Robinson
Currently the trinidad examples (trinidad-demo and trinidad-blank) use JSP and JSPX. Just turning facelets on for JSPX files isn't going to work as it causes faces messages due to jsp:root and jsp.derective tags. Furthermore, many pages use jsp include tags. To show proper support of JSF 2, we

Re: [Trinidad 2] Trinidad render kit not compatible with JSF 2

2009-12-16 Thread Andrew Robinson
had no client behaviors in the demo -Andrew On Wed, Dec 16, 2009 at 1:43 PM, Max Starets max.star...@oracle.com wrote: Andrew, Do you have any idea why we haven't seen this during our initial testing of Trinidad with JSF 2.0? Max Andrew Robinson wrote: Yes it should be enough at web

[jira] Commented: (TRINIDAD-1597) Trinidad2 - Implement ClientBehaviorHolder support on UIXComponentBase

2009-12-16 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12791750#action_12791750 ] Andrew Robinson commented on TRINIDAD-1597: --- Commit the code, only

[Trinidad 2] Trinidad render kit not compatible with JSF 2

2009-12-15 Thread Andrew Robinson
On my quest to write the support of the JSF 2 client behavior support, I ran across a problem with the Trinidad render kit and JSF 2. In JSF 2, the ConfigManager starts the call chain for configuring faces elements when the faces context is parsed. The render kit is

[jira] Created: (TRINIDAD-1658) renderAllAttributes in XhtmlRenderer should not be rendering event handlers when the component is disabled

2009-12-10 Thread Andrew Robinson (JIRA)
://issues.apache.org/jira/browse/TRINIDAD-1658 Project: MyFaces Trinidad Issue Type: Bug Components: Components Affects Versions: 1.2.13-core , 2.0.0-core Reporter: Andrew Robinson While writing the client behavior support in Trinidad 2, I noticed

[Trinidad] should event handlers be rendered for disabled components?

2009-12-10 Thread Andrew Robinson
While implementing the client behaviors on the Trinidad 2 branch I noticed something that does not sit right with me. I noticed that the on* attributes (onclick, onmouseover, etc.) are rendered by the renderEventHandlers method called from renderAllAttributes in the XhtmlRenderer. Nowhere do I see

[jira] Reopened: (TRINIDAD-1417) partialTriggers does not take String value

2009-12-01 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Robinson reopened TRINIDAD-1417: --- Assignee: (was: Matthias Weßendorf) Re-opening but will change it from

[jira] Created: (TRINIDAD-1633) Deprecate ComponentUtils.findRelativeComponent and move the code under the control of UIXComponent

2009-11-11 Thread Andrew Robinson (JIRA)
/TRINIDAD-1633 Project: MyFaces Trinidad Issue Type: Improvement Components: Components Affects Versions: 1.2.13-core , 2.0.0-core Reporter: Andrew Robinson Assignee: Andrew Robinson With looking forward to JSF2 and the composite component

Re: [Trinidad] Okay to deprecate ComponentUtils.findRelativeComponent and move the code under the control of UIXComponent?

2009-11-11 Thread Andrew Robinson
, Andrew On Tue, Nov 10, 2009 at 4:59 PM, Andrew Robinson andrew.rw.robin...@gmail.com wrote: With looking forward to JSF2 and the composite component design, there are some instances where we may want to control how the :: gets resolved at the component level. This would be useful for relocated

Re: [Trinidad] Okay to deprecate ComponentUtils.findRelativeComponent and move the code under the control of UIXComponent?

2009-11-11 Thread Andrew Robinson
Note that the deprecated syntax was done as part of https://issues.apache.org/jira/browse/TRINIDAD-757 So it has been deprecated since Oct 2007 -Andrew On Wed, Nov 11, 2009 at 10:05 AM, Andrew Robinson andrew.rw.robin...@gmail.com wrote: Added a JIRA issue for this: TRINIDAD-1633 In addition

Re: [Trinidad] Okay to deprecate ComponentUtils.findRelativeComponent and move the code under the control of UIXComponent?

2009-11-11 Thread Andrew Robinson
FYI, I am found some complications with this with regards to the different places this is implemented (it is not fully centralized). I'll get back with a follow-up email when I have more information. -Andrew On Wed, Nov 11, 2009 at 10:16 AM, Andrew Robinson andrew.rw.robin...@gmail.com wrote

Re: [Trinidad] Okay to deprecate ComponentUtils.findRelativeComponent and move the code under the control of UIXComponent?

2009-11-11 Thread Andrew Robinson
Please review the patch and my comments in the bug: https://issues.apache.org/jira/browse/TRINIDAD-1633 I'll wait till Friday to allow any feedback before committing any changes.

[jira] Updated: (TRINIDAD-1620) New APIs for Trinidad CollectionModel and TreeModel to better deal with large data sets

2009-11-09 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Robinson updated TRINIDAD-1620: -- Resolution: Fixed Fix Version/s: 1.2.13-core Status: Resolved

Re: Strange tr:selectBooleanCheckbox behaviour

2009-11-04 Thread Andrew Robinson
This should be asked on the users@ mailing list. What you are seeing is the correct behavior. When a JSF view is rendered that has input controls, those controls render their local values and submitted values before the model values. If you change the model values, you also need to clear all of

Re: [Trinidad 2.0] relocatable res support on existing components (trh:script)?

2009-10-27 Thread Andrew Robinson
Do we need this or should we just deprecate trh:script and recommend f:outputScript? On Tue, Oct 27, 2009 at 4:28 PM, Matthias Wessendorf mat...@apache.org wrote: Hi, there are some new standard tags that are going to register resources with the tr:document, once these tasks are

[jira] Resolved: (TRINIDAD-1587) maven-faces-plugin should allow java compatible variable names when converting list value of -1

2009-10-22 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Robinson resolved TRINIDAD-1587. --- Resolution: Fixed Fix Version/s: 1.2.11-plugins Assignee: Andrew

[jira] Created: (TRINIDAD-1597) Trinidad2 - Implement ClientBehaviorHolder support on UIXComponentBase

2009-10-16 Thread Andrew Robinson (JIRA)
Issue Type: New Feature Components: Components Affects Versions: 2.0.0-core Reporter: Andrew Robinson Assignee: Andrew Robinson Part of JSF 2.0 support, UIXComponentBase should be a ClientBehaviorHolder -- This message is automatically generated

Re: [Trinidad] Problem with tr:validate... and properties-file since 1.2.12

2009-10-05 Thread Andrew Robinson
Facelets is XML so quot; should be used instead of . Give that a try. BTW, this should be on the users@ mailing list, not the dev@ list. -Andrew On Sun, Oct 4, 2009 at 3:26 AM, Tobias trini...@beople.de wrote: Hello, since Trinidad 1.2.12 I have a Problem with the tr:validate... Tags.

[jira] Updated: (TRINIDAD-1578) Table DisclosedRowKeys not registered with the change manager

2009-09-28 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Robinson updated TRINIDAD-1578: -- Resolution: Fixed Fix Version/s: 1.2.13-core Status: Resolved

[jira] Updated: (TRINIDAD-1580) UIXTable processes facets for hidden columns

2009-09-28 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Robinson updated TRINIDAD-1580: -- Resolution: Fixed Fix Version/s: 1.2.13-core Status: Resolved

[jira] Resolved: (TRINIDAD-1567) Client-id: j-id5 is duplicated in the faces tree.

2009-09-11 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Robinson resolved TRINIDAD-1567. --- Resolution: Incomplete Do you have any component binding on the page? If so

[jira] Commented: (TRINIDAD-1564) pageFlowScope values set in the constructor of a managedbean is not getting retained

2009-09-02 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12750806#action_12750806 ] Andrew Robinson commented on TRINIDAD-1564: --- I doubt this is a bug. The page

[jira] Resolved: (TRINIDAD-1557) XMLMenuModel data structures are not fully serializable.

2009-08-27 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Robinson resolved TRINIDAD-1557. --- Resolution: Fixed Fix Version/s: 1.2.13-core Applied the patch

Re: [trinidad] Unresolved compilation problems

2009-08-17 Thread Andrew Robinson
Are you building from the root trinidad directory or are you trying to build one of the subfolders? I have never seen it not find UIXDocument.It looks like you are getting the error at run time, not compile time. What runtime environment are you using? On Mon, Aug 17, 2009 at 3:19 AM, Cédric

[jira] Resolved: (TRINIDAD-1506) ClassCastException during surefire tests when calling ExternalContextUtils.getServletContextPath()

2009-07-27 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Robinson resolved TRINIDAD-1506. --- Resolution: Fixed Fix Version/s: 1.2.12-core ClassCastException during

[jira] Created: (TRINIDAD-1533) Add getViewMap methods to RequestContext that will be available in J

2009-07-16 Thread Andrew Robinson (JIRA)
Issue Type: Improvement Reporter: Andrew Robinson -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Resolved: (TRINIDAD-1533) Add getViewMap methods to RequestContext that will be available in JSF 2.0 on the UIViewRoot

2009-07-16 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Robinson resolved TRINIDAD-1533. --- Resolution: Fixed Fix Version/s: 1.2.12-core Add getViewMap methods

[jira] Reopened: (TRINIDAD-1514) tr:iterator does not add index to id

2009-07-15 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Robinson reopened TRINIDAD-1514: --- Found a use case where this still does not work tr:iterator does not add index

[jira] Updated: (TRINIDAD-1483) FocusEvent should contain information about the new focus row key

2009-07-15 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Robinson updated TRINIDAD-1483: -- Resolution: Fixed Fix Version/s: 1.2.12-core Status: Resolved

[jira] Resolved: (TRINIDAD-1514) tr:iterator does not add index to id

2009-07-15 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Robinson resolved TRINIDAD-1514. --- Resolution: Fixed tr:iterator does not add index to id

[jira] Commented: (TRINIDAD-1529) Enhanced support for tag doc generation to support screenshots and better formatting of example code snippets

2009-07-10 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12729645#action_12729645 ] Andrew Robinson commented on TRINIDAD-1529: --- plugins2.patch does not compile

Re: [VOTE] SVN structure change (was: Re: [MyFaces CORE] SVN layout (was: Re: [source control] git and the ASF ...))

2009-07-10 Thread Andrew Robinson
+1 On Thu, Jul 9, 2009 at 12:20 AM, Manfred Geilermanfred.gei...@gmail.com wrote: +1 thanks leonardo --Manfred On Thu, Jul 9, 2009 at 04:24, Leonardo Uribelu4...@gmail.com wrote: Hi Myfaces core 1.2.7 and 1.1.7 were released. So we can close this vote and make the necessary changes. Just

[jira] Commented: (TRINIDAD-1529) Enhanced support for tag doc generation to support screenshots and better formatting of example code snippets

2009-07-10 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12729741#action_12729741 ] Andrew Robinson commented on TRINIDAD-1529: --- My bad, the reason it isn't

[jira] Commented: (TRINIDAD-1529) Enhanced support for tag doc generation to support screenshots and better formatting of example code snippets

2009-07-10 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12729758#action_12729758 ] Andrew Robinson commented on TRINIDAD-1529: --- Trying again, the problem

[jira] Updated: (TRINIDAD-1529) Enhanced support for tag doc generation to support screenshots and better formatting of example code snippets

2009-07-10 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Robinson updated TRINIDAD-1529: -- Resolution: Fixed Fix Version/s: 1.2.10-plugins Status: Resolved

[jira] Reopened: (TRINIDAD-1515) Browser back button does not work

2009-06-26 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Robinson reopened TRINIDAD-1515: --- Browser back button does not work

[jira] Commented: (TRINIDAD-1431) Modal dialogs hang IE7 if open in tabs is enabled

2009-06-25 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12724171#action_12724171 ] Andrew Robinson commented on TRINIDAD-1431: --- If the problem is still occurring

[jira] Resolved: (TRINIDAD-1514) tr:iterator does not add index to id

2009-06-22 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Robinson resolved TRINIDAD-1514. --- Resolution: Invalid That is not a bug. The include only happens once

[jira] Issue Comment Edited: (TRINIDAD-1514) tr:iterator does not add index to id

2009-06-22 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12722637#action_12722637 ] Andrew Robinson edited comment on TRINIDAD-1514 at 6/22/09 8:28 AM

[jira] Resolved: (TRINIDAD-1515) Browser back button does not work

2009-06-22 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Robinson resolved TRINIDAD-1515. --- Resolution: Invalid Please see email response on the users mailing list Browser

[jira] Issue Comment Edited: (TRINIDAD-1514) tr:iterator does not add index to id

2009-06-22 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12722658#action_12722658 ] Andrew Robinson edited comment on TRINIDAD-1514 at 6/22/09 9:08 AM

[jira] Reopened: (TRINIDAD-1514) tr:iterator does not add index to id

2009-06-22 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Robinson reopened TRINIDAD-1514: --- Okay, I was able to reproduce the problem. The links are getting the correct

[jira] Commented: (TRINIDAD-1514) tr:iterator does not add index to id

2009-06-22 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12722671#action_12722671 ] Andrew Robinson commented on TRINIDAD-1514: --- Work-around, remove the f:subview

[jira] Resolved: (TRINIDAD-1514) tr:iterator does not add index to id

2009-06-22 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Robinson resolved TRINIDAD-1514. --- Resolution: Fixed Fix Version/s: 1.2.12-core Changed the code so

Re: [Trinidad] JDK5 EOL, upgrade to JDK6?

2009-06-19 Thread Andrew Robinson
or doing distributions, right? Cheers, Bruno 2009/6/19 Martin Kočí martin.k...@aura.cz: Hi, we use Trinidad on AIX with JDK 6 with no problems although I don't know if the JDK6 is default for AIX. Werner Punz píše v Čt 18. 06. 2009 v 16:21 +0200: Andrew Robinson schrieb: JDK 5 can

[Trinidad] JDK5 EOL, upgrade to JDK6?

2009-06-17 Thread Andrew Robinson
JDK 5 can no longer be downloaded without stepping through hoops to try to get it as it has reached its end of life. I'd vote to make JDK 6 the minimum JDK for Trinidad trunk. What do others think? -Andrew

[jira] Created: (TRINIDAD-1509) TextIcon does not render the shortDesc in a way that JAWS can read it for screen readers

2009-06-16 Thread Andrew Robinson (JIRA)
Project: MyFaces Trinidad Issue Type: Bug Components: Components Affects Versions: 1.2.11-core Reporter: Andrew Robinson Assignee: Andrew Robinson The TextIcon renders the short description as the title attribute of the span in screen reader

[jira] Resolved: (TRINIDAD-1509) TextIcon does not render the shortDesc in a way that JAWS can read it for screen readers

2009-06-16 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Robinson resolved TRINIDAD-1509. --- Resolution: Fixed Fix Version/s: 1.2.12-core TextIcon does not render

[jira] Commented: (TRINIDAD-1506) ClassCastException during surefire tests when calling ExternalContextUtils.getServletContextPath()

2009-06-15 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12719910#action_12719910 ] Andrew Robinson commented on TRINIDAD-1506: --- Matt, do you have the stack trace

Re: [VOTE] jul instead of commons-logging

2009-06-10 Thread Andrew Robinson
+0, I'd prefer slf4j as well. But, I am +1 of getting away from commons logging as it has too many issues. -Andrew On Wed, Jun 10, 2009 at 11:38 AM, Werner Punzwerner.p...@gmail.com wrote: Matthias Wessendorf schrieb: For Trinidad, we keep our Trinidad logger (at least I am not chaning

[jira] Updated: (TRINIDAD-1493) Invalid row key in UIXCollection invokeOnComponent

2009-06-01 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Robinson updated TRINIDAD-1493: -- Resolution: Fixed Fix Version/s: 1.2.12-core Status: Resolved

Re: [source control] git and the ASF ...

2009-05-15 Thread Andrew Robinson
I would say -1. Seems pointless to use another version control client that is not 100% compatible with SVN when the SVN command-line and UI clients works fine. What next, a mercurial read-only repository too? We have chosen to use subversion with MyFaces at Apache, I don't see any reason to

[jira] Updated: (TRINIDAD-1357) RowKeySetTreeImpl.iterator() raises NullPointerException

2009-05-08 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Robinson updated TRINIDAD-1357: -- Status: Open (was: Patch Available) RowKeySetTreeImpl.iterator() raises

[jira] Resolved: (TRINIDAD-1357) RowKeySetTreeImpl.iterator() raises NullPointerException

2009-05-08 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Robinson resolved TRINIDAD-1357. --- Resolution: Fixed Fix Version/s: 1.2.12-core Prevent null pointer

Re: [jira] Commented: (TRINIDAD-1109) Support non-standard user agents

2009-05-07 Thread Andrew Robinson
The bug is fixed, why do you need a work-around? On Mon, May 4, 2009 at 11:05 PM, Bruno Marti bruno.ma...@evard.ch wrote: Could you provide a sample jsp for your workaround? My Faces - Dev mailing list wrote:     [

[jira] Commented: (TRINIDAD-1468) nested ui:repeat does not work with facesbean

2009-05-07 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12707051#action_12707051 ] Andrew Robinson commented on TRINIDAD-1468: --- ui:repeat has always had some

[jira] Resolved: (TRINIDAD-1469) returnListener behaves differently when immediate=true in commandButton

2009-05-07 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Robinson resolved TRINIDAD-1469. --- Resolution: Invalid This is not a bug. If you use immediate=true, then submitted

[jira] Created: (TRINIDAD-1462) SkinStyleSheetParserUtils prevents icons from having non-pixel height width values

2009-04-29 Thread Andrew Robinson (JIRA)
Project: MyFaces Trinidad Issue Type: Improvement Components: Components Affects Versions: 1.2.11-core Reporter: Andrew Robinson Assignee: Andrew Robinson Even though the icon framework would support percentage heights and widths on icons fine

[jira] Resolved: (TRINIDAD-1462) SkinStyleSheetParserUtils prevents icons from having non-pixel height width values

2009-04-29 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Robinson resolved TRINIDAD-1462. --- Resolution: Fixed Fix Version/s: 1.2.12-core SkinStyleSheetParserUtils

Testing archetypes for MyFaces projects?

2009-04-21 Thread Andrew Robinson
I was wondering if we would want to create maven archetypes for setting up trinidad, tomahawk, and other projects as a war file that users can use to start a test case. Basically it would create a war pom with a single page and a single managed bean with jetty support built in so that it would be

[jira] Commented: (TRINIDAD-779) PPR not triggered when deleting last row from table

2009-04-21 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12701356#action_12701356 ] Andrew Robinson commented on TRINIDAD-779: -- Okay I did some debugging and I

[jira] Resolved: (TRINIDAD-779) PPR not triggered when deleting last row from table

2009-04-21 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Robinson resolved TRINIDAD-779. -- Resolution: Invalid Fix Version/s: 1.2.12-core The fix is to remove the item

Re: Testing archetypes for MyFaces projects?

2009-04-21 Thread Andrew Robinson
!!! On Tue, Apr 21, 2009 at 10:32 AM, Andrew Robinson andrew.rw.robin...@gmail.com wrote: I was wondering if we would want to create maven archetypes for setting up trinidad, tomahawk, and other projects as a war file that users can use to start a test case. Basically it would create a war

Re: Testing archetypes for MyFaces projects?

2009-04-21 Thread Andrew Robinson
like the archetypes approach better? On Tue, Apr 21, 2009 at 9:02 PM, Andrew Robinson andrew.rw.robin...@gmail.com wrote: It looks like most of the work is done with the existing archetypes. I think what would be nice: Archetypes for each library (tomahawk, tobago, etc.) Archetypes for each

[jira] Commented: (TRINIDAD-888) Add support for tabindex to focusable components

2009-04-17 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12700201#action_12700201 ] Andrew Robinson commented on TRINIDAD-888: -- There was no consensus on how

Re: [Trinidad][Skinning] skin and demo rewrite (relative css values)

2009-04-14 Thread Andrew Robinson
, 2009 at 11:50 PM, Jeanne Waldman jeanne.wald...@oracle.com wrote: No, we do not have this feature in the CSS version. Also, we don't have the relative font feature either in the CSS version so I am curious to how you made that work. Jeanne Andrew Robinson wrote, On 4/13/2009 8:05 AM PT

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