Re: xmlmenumodel not displaying sub menus with trinidad/jsf

2009-10-08 Thread ADFUR
Hi Abhi, I am using trinidad 1.2.12. I made changes that you suggested, am still getting the same output. modified metadata file is as below. ?xml version=1.0 encoding=windows-1252 ? menu xmlns=http://myfaces.apache.org/trinidad/menu; itemNode id=department label=department

[jira] Created: (TRINIDAD-1588) NullPointerException using labelAndAccessKey Attribute in XMLMenuModel itemNode Definition

2009-10-08 Thread Markus Dreher (JIRA)
NullPointerException using labelAndAccessKey Attribute in XMLMenuModel itemNode Definition -- Key: TRINIDAD-1588 URL: https://issues.apache.org/jira/browse/TRINIDAD-1588

Re: [Trinidad] JSF 2.0

2009-10-08 Thread Bruno Aranda
Good! Looking forward that :) Cheers, Bruno 2009/10/8 Matthias Wessendorf mwessend...@gmail.com Sure! Let me create such à branch. you create jira tickets for all the issues. -Matthias Sent from my iPod. On 08.10.2009, at 02:37, Andy Schwartz andy.g.schwa...@gmail.com wrote: Gang -

Re: [Trinidad] JSF 2.0

2009-10-08 Thread Matthias Wessendorf
Hello Andy, I created the experimental branch on this location: https://svn.apache.org/repos/asf/myfaces/trinidad/branches/trinidad-2.0.x Greetings, Matthias On Thu, Oct 8, 2009 at 2:37 AM, Andy Schwartz andy.g.schwa...@gmail.com wrote: Gang - I am interested in taking a closer look at

[jira] Created: (TRINIDAD-1589) Light Weight Dialog adjustment to standard window behaviour

2009-10-08 Thread Radek Hodain (JIRA)
Light Weight Dialog adjustment to standard window behaviour --- Key: TRINIDAD-1589 URL: https://issues.apache.org/jira/browse/TRINIDAD-1589 Project: MyFaces Trinidad Issue Type: New

unsubscribe

2009-10-08 Thread Jerome Iffrig (Europe)
From: Radek Hodain (JIRA) [mailto:d...@myfaces.apache.org] Sent: Thu 08/10/2009 10:39 To: dev@myfaces.apache.org Subject: [jira] Created: (TRINIDAD-1589) Light Weight Dialog adjustment to standard window behaviour Light Weight Dialog adjustment to standard

Re: xmlmenumodel not displaying sub menus with trinidad/jsf

2009-10-08 Thread Abhijit Ghosh
Your focusViewId should be something like '/dept.jspx' and '/emp.jspx' and not '/dept' and '/emp'. Try putting an outputText on your page to see what the focusViewId is for that page: tr:outputText value=#{facesContext.viewRoot.viewId}/ Thanks, Abhi On Thu, Oct 8, 2009 at 12:00 PM, ADFUR

Re: [Trinidad] JSF 2.0

2009-10-08 Thread Martin Kočí
Hi, I'm using trinidad with mojarra 2.0. These are steps to get trinidad compiled and running on JSF 2.0: 1) Since 2.0 all method on wrappers are public. In this case it is: - org.apache.myfaces.trinidadinternal.application.StateManagerImpl - make getWrapped public -

Re: [Trinidad] JSF 2.0

2009-10-08 Thread Matthias Wessendorf
done; added 2.0.0-core -Matthias On Thu, Oct 8, 2009 at 12:50 PM, Matthias Wessendorf mat...@apache.org wrote: oh, yes. I will add a new version :-) Thanks for the feedback! On Thu, Oct 8, 2009 at 12:50 PM, Matthias Wessendorf mat...@apache.org wrote: the goal is not only to make it

[jira] Updated: (TRINIDAD-1589) Light Weight Dialog adjustment to standard window behaviour

2009-10-08 Thread Radek Hodain (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Radek Hodain updated TRINIDAD-1589: --- Status: Patch Available (was: Open) Light Weight Dialog adjustment to standard window

[jira] Created: (TOMAHAWK-1461) WARNING: Invalid tag found: unexpected input while looking for attr name or '/' at line 10. Surroundings: ' name=form_SUBMIT value=1'.

2009-10-08 Thread khushwinder (JIRA)
WARNING: Invalid tag found: unexpected input while looking for attr name or '/' at line 10. Surroundings: ' name=form_SUBMIT value=1'.

Re: [Trinidad] JSF 2.0

2009-10-08 Thread Martin Kočí
Matthias Wessendorf píše v Čt 08. 10. 2009 v 12:50 +0200: the goal is not only to make it running with JSF 2.0; the goal is to support JSF 2.0 features w/in Trinidad. Yes, I understand that. Right now I'm working on Resource API support - I'll provide some patches for #{resource['image.jpg']}

Re: [Trinidad] JSF 2.0

2009-10-08 Thread Matthias Wessendorf
On Thu, Oct 8, 2009 at 1:33 PM, Martin Kočí martin.k...@aura.cz wrote: Matthias Wessendorf píše v Čt 08. 10. 2009 v 12:50 +0200: the goal is not only to make it running with JSF 2.0; the goal is to support JSF 2.0 features w/in Trinidad. Yes, I understand that. Right now I'm working on

TRINIDAD-1558 - NPE w/ Googlebot

2009-10-08 Thread Matthias Wessendorf
Hi, there were several issues in the past regarding exceptions w/ the Googlebot engine. Does one know if this: https://issues.apache.org/jira/browse/TRINIDAD-1558 has been fixed with the recent checkins ? Thanks! Matthias -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/

[jira] Updated: (TRINIDAD-1558) java.lang.NullPointerException: version must be non-null with Googlebot agent (trindad trunk)

2009-10-08 Thread JIRA
[ https://issues.apache.org/jira/browse/TRINIDAD-1558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Weßendorf updated TRINIDAD-1558: - Resolution: Duplicate Fix Version/s: 1.2.13-core Status:

[jira] Commented: (MYFACES-2378) Use java util logging on 2.0.x branch

2009-10-08 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12763536#action_12763536 ] Leonardo Uribe commented on MYFACES-2378: - Ok. After take a look at these

[jira] Created: (TRINIDAD-1590) maven-jdev-plugin: added ability to set JVM Java Options. Default is -ea to enable assertions

2009-10-08 Thread Gary Kind (JIRA)
maven-jdev-plugin: added ability to set JVM Java Options. Default is -ea to enable assertions --- Key: TRINIDAD-1590 URL:

[jira] Updated: (TRINIDAD-1590) maven-jdev-plugin: added ability to set JVM Java Options. Default is -ea to enable assertions

2009-10-08 Thread Gary Kind (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Kind updated TRINIDAD-1590: Status: Patch Available (was: Open) maven-jdev-plugin: added ability to set JVM Java Options.

[jira] Updated: (TRINIDAD-1591) [Trinidad2] Make trinidad runnable on JSF 2.0

2009-10-08 Thread Martin Koci (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Koci updated TRINIDAD-1591: -- Status: Patch Available (was: Open) [Trinidad2] Make trinidad runnable on JSF 2.0

[jira] Created: (TRINIDAD-1591) [Trinidad2] Make trinidad runnable on JSF 2.0

2009-10-08 Thread Martin Koci (JIRA)
[Trinidad2] Make trinidad runnable on JSF 2.0 - Key: TRINIDAD-1591 URL: https://issues.apache.org/jira/browse/TRINIDAD-1591 Project: MyFaces Trinidad Issue Type: Task Components: Build

[jira] Commented: (MYFACES-2340) Get basic-ezcomp 2.0 sample working

2009-10-08 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12763669#action_12763669 ] Leonardo Uribe commented on MYFACES-2340: - Committed fix partial state saving

Re: [Trinidad] JSF 2.0

2009-10-08 Thread Blake Sullivan
I don't believe that SessionSerializationChecker should have a getWrapped method yet. This class follows the pattern of the Collections decorators which don't have getWrapped(). -- Blake Sullivan Martin Kočí said the following On 10/8/2009 3:55 AM PT: Hi, I'm using trinidad with mojarra

[jira] Resolved: (MYFACES-2340) Get basic-ezcomp 2.0 sample working

2009-10-08 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe resolved MYFACES-2340. - Resolution: Fixed Assignee: Leonardo Uribe At this time everything is working

[jira] Resolved: (MYFACES-2330) Get basic-ajax 2.0 sample app working

2009-10-08 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe resolved MYFACES-2330. - Resolution: Fixed Fix Version/s: 2.0.0-alpha Assignee: Leonardo Uribe

[jira] Updated: (MYFACES-2136) UISelectMany

2009-10-08 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe updated MYFACES-2136: Resolution: Fixed Fix Version/s: 2.0.0-alpha Assignee: Leonardo Uribe

[jira] Updated: (MYFACES-2370) 'invokeOnComponent' method in UIData does not properly process h:column header/footer facets

2009-10-08 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe updated MYFACES-2370: Resolution: Fixed Fix Version/s: 1.2.8-SNAPSHOT Assignee: Leonardo Uribe

[jira] Commented: (MYFACES-2370) 'invokeOnComponent' method in UIData does not properly process h:column header/footer facets

2009-10-08 Thread Kennard Consulting (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12763736#action_12763736 ] Kennard Consulting commented on MYFACES-2370: - Terrific. Thanks for the quick

[jira] Created: (ORCHESTRA-45) Support for JSF 2.0

2009-10-08 Thread Martin Marinschek (JIRA)
Support for JSF 2.0 --- Key: ORCHESTRA-45 URL: https://issues.apache.org/jira/browse/ORCHESTRA-45 Project: MyFaces Orchestra Issue Type: Improvement Components: FrameworkAdapter Affects Versions: 1.3.1

[jira] Resolved: (ORCHESTRA-41) NullPointerException in method findConversationContextId

2009-10-08 Thread Martin Marinschek (JIRA)
[ https://issues.apache.org/jira/browse/ORCHESTRA-41?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Marinschek resolved ORCHESTRA-41. Resolution: Cannot Reproduce Assignee: Martin Marinschek

[jira] Commented: (ORCHESTRA-40) A transaction token component inspired by the struts transaction processor

2009-10-08 Thread Martin Marinschek (JIRA)
[ https://issues.apache.org/jira/browse/ORCHESTRA-40?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12763785#action_12763785 ] Martin Marinschek commented on ORCHESTRA-40: Ok, so there was a lot of action

[jira] Reopened: (MYFACES-2309) Add new attributes to f:selectItems

2009-10-08 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe reopened MYFACES-2309: - UISelectItems javadoc does not have getter and setters for them, so we have to ask EG for

[jsf 2.0] UISelectItems does not implement getter and setter for attributes added on f:selectItems

2009-10-08 Thread Leonardo Uribe
Hi Checking some stuff about jsf 2.0, I have seen that f:selectItems added some new attributes, but UISelectItems javadoc does not have getter and setters for them. In theory, every attribute defined for a component should have getter and setter (with some exceptions like binding). On myfaces,

[jira] Commented: (ORCHESTRA-40) A transaction token component inspired by the struts transaction processor

2009-10-08 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/ORCHESTRA-40?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12763854#action_12763854 ] Mario Ivankovits commented on ORCHESTRA-40: --- I think we all agree, having a