[jira] Created: (TRINIDAD-725) Add ability to specify a tag-handler for a specific component

2007-09-19 Thread Andrew Robinson (JIRA)
Feature Components: Plugins Affects Versions: 1.2.3-plugins Reporter: Andrew Robinson Assignee: Andrew Robinson Mailing list reference: http://www.nabble.com/-Trinidad--maven-faces-plugin-tag-handler-custom-for-one-component--tf4475277.html#a12770811

[jira] Resolved: (TRINIDAD-725) Add ability to specify a tag-handler for a specific component

2007-09-19 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Robinson resolved TRINIDAD-725. -- Resolution: Fixed Fix Version/s: 1.2.3-plugins Committed revision 577410

[jira] Updated: (TRINIDAD-719) GenerateFaceletsTaglibsMojo doesn't add renderer-type to taglib.xml

2007-09-19 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Robinson updated TRINIDAD-719: - Status: Patch Available (was: Open) GenerateFaceletsTaglibsMojo doesn't add renderer

Re: svn commit: r576576 [1/3] - in /myfaces/trinidad/trunk/trinidad: trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/ trinidad-impl/src/main/java/org/apache/myfa

2007-09-19 Thread Andrew Robinson
On the vote for set a facet = no icons, someone could easily: tr:statusIndicator f:facet name=busytr:outputText value=busy//f:facet f:facet name=readtr:icon name=... //f:facet /tr:statusIndicator This way they can sill use the icon. Just requires more typing On 9/19/07, Adam Winer [EMAIL

Re: [Trinidad] Plugins 123 release ?

2007-09-19 Thread Andrew Robinson
They are in. Barring some more testing, should be ready to go. On 9/19/07, Adam Winer [EMAIL PROTECTED] wrote: I think Andrew has some improvements for the Facelets generator that would be really worthwhile. Other than that, I don't know of anything holding up the release. -- Adam On

Re: svn commit: r576576 [1/3] - in /myfaces/trinidad/trunk/trinidad: trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/ trinidad-impl/src/main/java/org/apache/myfa

2007-09-18 Thread Andrew Robinson
I'm not sure a cursor will work. The cursor applies to the front-most element underneath the cursor. The only way, that I am aware of, to get a global cursor is to float (using absolute positioning and z-index) an HTML element (like a DIV) over the entire page. This is what the blocking

Re: svn commit: r576576 [1/3] - in /myfaces/trinidad/trunk/trinidad: trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/ trinidad-impl/src/main/java/org/apache/myfa

2007-09-18 Thread Andrew Robinson
property, but I'm not sure I like that. On 9/18/07, Andrew Robinson [EMAIL PROTECTED] wrote: I'm not sure a cursor will work. The cursor applies to the front-most element underneath the cursor. The only way, that I am aware of, to get a global cursor is to float (using absolute positioning

Re: svn commit: r576576 [1/3] - in /myfaces/trinidad/trunk/trinidad: trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/ trinidad-impl/src/main/java/org/apache/myfa

2007-09-18 Thread Andrew Robinson
BTW: this does work, but is ugly: BODY * { cursor: pointer !important; } On 9/18/07, Andrew Robinson [EMAIL PROTECTED] wrote: That does not fully work, in Firefox at least (just tried it, the cursor still reverts to an I-Beam for input text boxes for example) On 9/18/07, Simon Lessard

Re: svn commit: r576576 [1/3] - in /myfaces/trinidad/trunk/trinidad: trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/ trinidad-impl/src/main/java/org/apache/myfa

2007-09-18 Thread Andrew Robinson
JavaScript function... Also, I could use more input on the indicator behavior in case only one facet is specified and/or rendered. On 9/18/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: ...was just a thought ... :-) On 9/18/07, Andrew Robinson [EMAIL PROTECTED] wrote: BTW: this does

Re: svn commit: r576576 [1/3] - in /myfaces/trinidad/trunk/trinidad: trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/ trinidad-impl/src/main/java/org/apache/myfa

2007-09-18 Thread Andrew Robinson
. That being said, you still didn't give me your input on what should be rendered when only one facet is specified. ;P On 9/18/07, Andrew Robinson [EMAIL PROTECTED] wrote: There is no reason to change the cursor unless you want the GUI to be unresponsive to clicks and key presses right? The goal

[Trinidad] looking for feedback

2007-09-17 Thread Andrew Robinson
I have decided not to use maven-faces-plugin for my own project. Part of this is that I can't get it working after a full day of work, and the other part is that I don't think I like the FacesBean design and how it breaks standard OO practices. I would like your comments on my blog posting,

[jira] Created: (TRINIDAD-714) maven-myfaces-plugin does not generate taglib.xml output for facelets-only environment

2007-09-17 Thread Andrew Robinson (JIRA)
Project: MyFaces Trinidad Issue Type: Bug Components: Plugins Affects Versions: 1.0.2-plugins Reporter: Andrew Robinson It seems like the maven-faces-plugin is not generating any taglib.xml output for components unless JSP tag support is added. It should

[jira] Created: (TRINIDAD-719) GenerateFaceletsTaglibsMojo doesn't add renderer-type to taglib.xml

2007-09-17 Thread Andrew Robinson (JIRA)
Issue Type: Bug Components: Plugins Affects Versions: 1.2.3-plugins Reporter: Andrew Robinson GenerateFaceletsTaglibsMojo doesn't add renderer-type to taglib.xml -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue

[jira] Created: (TRINIDAD-712) Do not generate final properties with the maven-faces-plugin

2007-09-16 Thread Andrew Robinson (JIRA)
Components: Plugins Affects Versions: 1.0.2-plugins Environment: maven-faces-plugin version 1.0.2 from the maven repository Reporter: Andrew Robinson It would be extremely beneficial to not have property methods generated as final by the maven-faces-plugin. IMO

[jira] Commented: (TRINIDAD-712) Do not generate final properties with the maven-faces-plugin

2007-09-16 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527895 ] Andrew Robinson commented on TRINIDAD-712: -- This is not a correct assessment for a large portion

[jira] Created: (TRINIDAD-708) NullPointerException with multiple XMLMenuModel beans in one page

2007-09-13 Thread Andrew Robinson (JIRA)
Type: Bug Components: Components Affects Versions: 1.0.2-core Environment: Trinidad 1.0.3-SNAPSHOT Reporter: Andrew Robinson Priority: Blocker A page that uses more than one XMLMenuModel beans (two different sources) causes a NullPointerException

[jira] Commented: (TRINIDAD-709) PPR error logging itself generates JS errors on IE

2007-09-13 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-709?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527158 ] Andrew Robinson commented on TRINIDAD-709: -- I would like to suggest an enhancement for this instead

Re: [TRINIDAD] StatusIndicator improvement

2007-09-12 Thread Andrew Robinson
+1 great idea I would also like to suggest javascript support as well: tr:statusIndicator onbusy=alert('starting ajax'); onready=alert('ajax done'); / This would probably be a simple hook around: TrPage.getInstance().getRequestQueue().addStateChangeListener(func); But it would be easier to

Re: [jira] Commented: (MYFACES-1720) panelGrid header facet and jsp:include

2007-09-10 Thread Andrew Robinson
commented on MYFACES-1720: as a work around Andrew Robinson-5 suggested (and it works) the following: h:panelGridf:facet name=headerh:panelGroupjsp:include page=/someotherjsp.jsp/h:panelGroup/f:facet/h:panelGrid PAY ATTENTION to the h:panelGrid

[Sandbox] Code review request of roundedDiv

2007-09-10 Thread Andrew Robinson
I'm getting a lot of Too many open files errors in my JSF application that I am writing. I want to make sure it is not my HtmlRoundedDiv component that is in the sandbox. I would appreciate it if a couple of developers with AWT and Image experience could do a code review of my code for these

Re: [Trinidad] Components provided by issues 663 and 664

2007-09-08 Thread Andrew Robinson
Some quick responses inside On 9/8/07, Steven Murray [EMAIL PROTECTED] wrote: I have been watching this thread and I think this is an important topic. However I want to make the following comments. 1. Since the JSF specification has no input on AJAX and to me there are several viable AJAX

[jira] Created: (TRINIDAD-699) tr:table to provide the ability to partially render rows

2007-09-08 Thread Andrew Robinson (JIRA)
Components: Components Affects Versions: 1.0.2-core Reporter: Andrew Robinson Priority: Minor It doesn't appear to me that tr:table allows for partial rendering of its rows. With DHTML functionality integrated with the client Trinidad AJAX code and the design

Re: [TRINIDAD] Maven Plugin version: 1.0.3 or 1.2.3

2007-09-08 Thread Andrew Robinson
2.0.0? 2.x saying that it is the 2nd major release of this tool, not that it has anything to do with JSF 2.0. If it is indeed JSF version independent, shouldn't matter that it gets away from 1.2.x. On 9/8/07, Adam Winer [EMAIL PROTECTED] wrote: I've moved the Trinidad Maven Plugins to their own

Re: [Trinidad] Components provided by issues 663 and 664 - overview and chance to vote

2007-09-08 Thread Andrew Robinson
. :) -- Adam On 9/7/07, Andrew Robinson [EMAIL PROTECTED] wrote: - Trigger PPR from a parent when any child is a PPR trigger General agreement that this is valuable. - Trigger PPR when a message is queued for a component I want to rely on DHTML for this instead of PPR

Re: [Trinidad] Components provided by issues 663 and 664 - overview and chance to vote

2007-09-07 Thread Andrew Robinson
seam:decorate id=decorateUsername tr:inputText id=username required=true styleClass=#{invalid ? 'error' : ''} value=#{ user.username} seam:validate / /tr:inputText /seam:decorate tr:partialRendered for=decorateUsername partialTriggers=saveTrigger / tr:partialTrigger

[jira] Reopened: (TRINIDAD-663) Idea for a new component to enhance PPR

2007-09-07 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Robinson reopened TRINIDAD-663: -- Assignee: (was: Andrew Robinson) Code backed out of trunk It is now archived

Re: [jira] Created: (MYFACES-1720) panelGrid header facet and jsp:include

2007-09-07 Thread Andrew Robinson
Why doesn't the jsp:include work? Is it simply forgetting that facets have to be a single component? Does this work: h:panelGridf:facet name=headerh:panelGroupjsp:include page=/someotherjsp.jsp/h:panelGroup/f:facet/h:panelGrid On 9/7/07, nikolaos georgosoulos (JIRA) dev@myfaces.apache.org

[jira] Created: (TRINIDAD-697) Trinidad has no way to re-render components to show server validation errors or conversion errors on a partial update

2007-09-07 Thread Andrew Robinson (JIRA)
: https://issues.apache.org/jira/browse/TRINIDAD-697 Project: MyFaces Trinidad Issue Type: Bug Components: Components Affects Versions: 1.0.2-core Reporter: Andrew Robinson There is no built-in method in Trindad to have components re-render to show

Re: [Trinidad] Components provided by issues 663 and 664 - overview and chance to vote

2007-09-07 Thread Andrew Robinson
Adam, To put it a little more politically correct, I think it is very important to have the PPR/AJAX function of Trinidad viewed as completely separate functionality from the Trinidad components. In the same way that decisions by RichFaces developers does not limit Ajax4JSF functionality, I don't

[jira] Commented: (TRINIDAD-697) Trinidad has no way to re-render components to show server validation errors or conversion errors on a partial update

2007-09-07 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12525781 ] Andrew Robinson commented on TRINIDAD-697: -- Way to reproduce this bug: 1) Disable client-side validation

[jira] Reopened: (TRINIDAD-664) Component to allow a non-trinidad component compatible with trinidad with no code

2007-09-07 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Robinson reopened TRINIDAD-664: -- Assignee: (was: Andrew Robinson) Solution has been backed out code is now

[jira] Created: (TRINIDAD-698) Support for greater control over tr:table rows

2007-09-07 Thread Andrew Robinson (JIRA)
: Components Affects Versions: 1.0.2-core Reporter: Andrew Robinson The tr:table currently renders row selection as check boxes and radio buttons and does not provide a way to style selected rows. I would like to see a way to have style selectors on table rows that include selection

Re: [Trinidad] Components provided by issues 663 and 664 - overview and chance to vote

2007-09-07 Thread Andrew Robinson
What limitation of Trinidad components are limiting Trinidad PPR functionality overall, when you've conclusively proved that you can write components on top of the Trinidad PPR functionality that address your issues? Nothing discussed here is about whether PPR/AJAX core functionality in

Re: [Trinidad] Components provided by issues 663 and 664 - overview and chance to vote

2007-09-07 Thread Andrew Robinson
Ok, I think with my above suggestions, Andrew will conclude that he doesn't need UIXPartialRendered - I think the partialTrigger component will still be necessary. Yes, I agree to that. The one advantage of the partialRendered tag name is that it is more clear what its purpose is than using

Re: [Trinidad] Components provided by issues 663 and 664 - overview and chance to vote

2007-09-07 Thread Andrew Robinson
For 663, and 664, this should be adequate, as long as DHTML is not the solution Sorry that sounded bad. I mean, that as long as DHTML is not the required solution, but instead PPR is the default solution, but can optionally be the solution for custom built renderers written on top of the

Re: [Trinidad] Components provided by issues 663 and 664 - overview and chance to vote

2007-09-07 Thread Andrew Robinson
...I'd be vastly less concerned about seeing such a component appear in a generic MyFaces PPR/AJAX library, when we get around to that... What about a slow start? Could be a tag namespace of: xmlns:tra=http://myfaces.apache.org/trinidad/ajax; or

Re: [Trinidad] Components provided by issues 663 and 664 - overview and chance to vote

2007-09-06 Thread Andrew Robinson
This isn't a great example, because you wouldn't get that styling with client-side validation (which, I know you've turned off, but that is a minority view). The appropriate way to tackle that requirement is to support full CSS styling of error components (which, is in fact exactly what the

Re: [TRINIDAD] onchange event registration

2007-09-05 Thread Andrew Robinson
Out of curiosity, why is TrPage._autoSubmit named with an underscore, shouldn't it be exposed as an API method? I would think people may want to call it if they want to submit their own component using an event other than the default one for the control. On 9/5/07, Danny Robinson [EMAIL

Re: [Trinidad] Components provided by issues 663 and 664 - overview and chance to vote

2007-09-05 Thread Andrew Robinson
That's not a concrete example. What UI functionality are you trying to achieve that you cannot achieve today? Example for using immediate = true for a partial trigger (also shows usage of the partialRendered component) seam:decorate id=decorateUsername tr:inputText id=username required=true

Re: [Trinidad] 2 questions (1) component generation? (2) bugs 663 and 664

2007-09-04 Thread Andrew Robinson
/07, Andrew Robinson [EMAIL PROTECTED] wrote: 2 questions for the Trinidad developers: (1) It seems like Trinidad is using some kind of generator for taglib, tld, Tag, and possibly other classes. Is this documented anywhere? I was looking around the SVN trunk and did not see any boilerplate

[Trinidad] Components provided by issues 663 and 664 - overview and chance to vote

2007-09-04 Thread Andrew Robinson
Adam and the Trinidad developers, As for these two components, they are simply utility components to provide users more flexibility in the ways they wish to use the trinidad tools. Both of them do not affect the framework of Trinidad and are optional if people want to use them or not. (As

Re: [Trinidad] Components provided by issues 663 and 664 - overview and chance to vote

2007-09-04 Thread Andrew Robinson
663 I'd really like to hear a concrete example of where this is absolutely necessary. This is a very abstract description that is mostly I need functionality X because I need to do X, which is a tautology. It's also very difficult for me to judge why this component needs to support

[jira] Created: (TRINIDAD-683) tr:panelPopup extend title bar functionality

2007-09-04 Thread Andrew Robinson (JIRA)
Affects Versions: 1.0.2-core Reporter: Andrew Robinson I would like to propose the following new features on the tr:panelPopup with regards to the title bar: 1) support a title facet. This can be used instead of the title attribute so that more complex HTML code can be added

[jira] Created: (TRINIDAD-684) tr:panelPopup to provide resizing capabilities

2007-09-04 Thread Andrew Robinson (JIRA)
: Components Affects Versions: 1.0.2-core Reporter: Andrew Robinson It would be nice for panelPopup to optionally support resizing. This could be from the panel border or just a lower-right drag handle -- This message is automatically generated by JIRA. - You can reply to this email

[jira] Created: (TRINIDAD-685) Provide a way to have tr:panelPopup more easily rendered with rounded corners or other type of similar skining

2007-09-04 Thread Andrew Robinson (JIRA)
://issues.apache.org/jira/browse/TRINIDAD-685 Project: MyFaces Trinidad Issue Type: Wish Components: Components Affects Versions: 1.0.2-core Reporter: Andrew Robinson It would be nice to have the popup part of the panelPopup component have functionality

Re: [Trinidad] Components provided by issues 663 and 664 - overview and chance to vote

2007-09-04 Thread Andrew Robinson
This is a bit overmuch - it isn't a thumbs-up/thumbs-down process, where we take it as is or leave it. It's a collaborative design process. We discuss, we hopefully come to consensus. Calling for a vote up front is unproductive. And there don't need to be fatal flaws, and we don't all need

Re: [jira] Created: (TRINIDAD-685) Provide a way to have tr:panelPopup more easily rendered with rounded corners or other type of similar skining

2007-09-04 Thread Andrew Robinson
it. D. On 9/4/07, Andrew Robinson (JIRA) dev@myfaces.apache.org wrote: Provide a way to have tr:panelPopup more easily rendered with rounded corners or other type of similar skining

Re: [jira] Created: (TOMAHAWK-1040) Apparent File Handle Leak with Tomahawk 1.1.5 or 1.1.6 with MyFaces 1.1.5

2007-09-04 Thread Andrew Robinson
I am getting this error in MyFaces 1.1.5 / Tomahawk 1.1.7-SNAPSHOT. I am not using JSCookMenu, Calendar or the TabbedPane. If I get it again I will see if I can get more information on this. The tomahawk/sandbox components that I am using mostly are panelNavigation2, focus, roundedDiv and

[jira] Resolved: (TRINIDAD-673) tr:panelPopup positions itself with regards to the document body, not the offset parent

2007-09-02 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Robinson resolved TRINIDAD-673. -- Resolution: Fixed Fix Version/s: 1.0.3-core Committed revision 572158. I

[jira] Created: (TRINIDAD-672) PanelLabelAndMessageRenderer overrides hasMessage

2007-09-01 Thread Andrew Robinson (JIRA)
: Components Affects Versions: 1.0.2-core Reporter: Andrew Robinson Assignee: Andrew Robinson PanelLabelAndMessageRenderer.hasMessage is defined as: @Override protected boolean hasMessage( FacesContextcontext, RenderingContext arc, UIComponent

[jira] Resolved: (TRINIDAD-672) PanelLabelAndMessageRenderer overrides hasMessage

2007-09-01 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Robinson resolved TRINIDAD-672. -- Resolution: Fixed Fix Version/s: 1.0.3-core Committed revision 571817

[Trinidad] maven problem

2007-09-01 Thread Andrew Robinson
I am having issues with mvn site:site when run locally. I always get a heap error: [INFO] [ERROR] FATAL ERROR [INFO] [INFO] Java heap space [INFO]

Re: [Trinidad] maven problem

2007-09-01 Thread Andrew Robinson
Sorry never mind, it is a bug with the plugin: http://mojo.codehaus.org/findbugs-maven-plugin/usage.html Anyone know if it is possible to suppress these reports when staging locally without changing the pom? On 9/1/07, Andrew Robinson [EMAIL PROTECTED] wrote: I am having issues with mvn

[jira] Created: (TRINIDAD-673) tr:panelPopup positions itself with regards to the document body, not the offset parent

2007-09-01 Thread Andrew Robinson (JIRA)
Project: MyFaces Trinidad Issue Type: Bug Components: Components Affects Versions: 1.0.2-core Reporter: Andrew Robinson I have been working for a large part of the day on my own renderer of the tr:panelPopup as the core one unfortunately doesn't work for my

[jira] Commented: (TRINIDAD-673) tr:panelPopup positions itself with regards to the document body, not the offset parent

2007-09-01 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12524319 ] Andrew Robinson commented on TRINIDAD-673: -- I have extended prototype.js even further. Some of my

[jira] Created: (TRINIDAD-668) Move RequestContextImpl._findRelativeComponent to public utility class

2007-08-31 Thread Andrew Robinson (JIRA)
Issue Type: New Feature Components: Components Affects Versions: 1.0.2-core Reporter: Andrew Robinson Assignee: Andrew Robinson The method: static private UIComponent _findRelativeComponent( UIComponent from, String relativeId

[jira] Resolved: (TRINIDAD-668) Move RequestContextImpl._findRelativeComponent to public utility class

2007-08-31 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-668?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Robinson resolved TRINIDAD-668. -- Resolution: Fixed Fix Version/s: 1.0.3-core findRelativeComponent is now

[jira] Created: (TRINIDAD-669) Add a method on RequestContext that adds relative targets

2007-08-31 Thread Andrew Robinson (JIRA)
Affects Versions: 1.0.2-core Reporter: Andrew Robinson Assignee: Andrew Robinson It would be a very helpful API to have a method on the RequestContext interface to have a addPartialTargets(UIComponent from, String[] relativeTo) method. This would allow developers

[jira] Resolved: (TRINIDAD-669) Add a method on RequestContext that adds relative targets

2007-08-31 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Robinson resolved TRINIDAD-669. -- Resolution: Fixed Fix Version/s: 1.0.3-core Added new method onto

[Trinidad] maven-faces-plugin -- icon location?

2007-08-31 Thread Andrew Robinson
I am working on one of the components I suggested to assist with PPR, and was using the Iterator.xml as a basis to see how to write one of the component files. In it is: icon small-icon/org/apache/myfaces/trinidad/metadata/icons/iterator.png/small-icon /icon I looked through the

[jira] Resolved: (TRINIDAD-663) Idea for a new component to enhance PPR

2007-08-31 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Robinson resolved TRINIDAD-663. -- Resolution: Fixed Fix Version/s: 1.0.3-core SVN Rev #571531 Added

[jira] Resolved: (TRINIDAD-664) Component to allow a non-trinidad component compatible with trinidad with no code

2007-08-31 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Robinson resolved TRINIDAD-664. -- Resolution: Fixed Fix Version/s: 1.0.3-core SVN Revision 571557. Added new

[jira] Resolved: (TRINIDAD-652) add skin selector for panelGroupLayout

2007-08-31 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Robinson resolved TRINIDAD-652. -- Resolution: Fixed Fix Version/s: 1.0.3-core SVN rev 571569 Added new default

[jira] Reopened: (TRINIDAD-652) add skin selector for panelGroupLayout

2007-08-31 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Robinson reopened TRINIDAD-652: -- Just realized I used af|panelPanelGroupLayout instead of af|panelGroupLayout add skin

[jira] Resolved: (TRINIDAD-652) add skin selector for panelGroupLayout

2007-08-31 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Robinson resolved TRINIDAD-652. -- Resolution: Fixed add skin selector for panelGroupLayout

[jira] Resolved: (TRINIDAD-653) PanelLabelAndMessageRenderer shouldn't need the for given to detect what it is for

2007-08-31 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Robinson resolved TRINIDAD-653. -- Resolution: Fixed Fix Version/s: 1.0.3-core Committed revision 571586

[Trinidad] move RequestContextImpl._findRelativeComponent to public utility class

2007-08-30 Thread Andrew Robinson
The method: static private UIComponent _findRelativeComponent( UIComponent from, String relativeId) on RequestContextImpl is a very handy method, any objections to making a JIRA issue to move this to a public class with static methods? Maybe a public static on RenderingContext? Or

[Trinidad] 2 questions (1) component generation? (2) bugs 663 and 664

2007-08-30 Thread Andrew Robinson
2 questions for the Trinidad developers: (1) It seems like Trinidad is using some kind of generator for taglib, tld, Tag, and possibly other classes. Is this documented anywhere? I was looking around the SVN trunk and did not see any boilerplate or configuration code that would provide such

Re: [Trinidad] 2 questions (1) component generation? (2) bugs 663 and 664

2007-08-30 Thread Andrew Robinson
. Regards, ~ Simon On 8/30/07, Andrew Robinson [EMAIL PROTECTED] wrote: 2 questions for the Trinidad developers: (1) It seems like Trinidad is using some kind of generator for taglib, tld, Tag, and possibly other classes. Is this documented anywhere? I was looking around the SVN

[jira] Created: (TRINIDAD-663) Idea for a new component to enhance PPR

2007-08-29 Thread Andrew Robinson (JIRA)
Affects Versions: 1.0.2-core Reporter: Andrew Robinson It is not currently possible out of the box to control when in the JSF lifecycle a Trinidad component triggers its partial notification outside of actually changing the phase ID of the events, which is not always possible

[jira] Commented: (TRINIDAD-663) Idea for a new component to enhance PPR

2007-08-29 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523707 ] Andrew Robinson commented on TRINIDAD-663: -- Example usages: Trigger immediately, useful for re-rendering

[jira] Created: (TRINIDAD-664) Component to allow a non-trinidad component compatible with trinidad with no code

2007-08-29 Thread Andrew Robinson (JIRA)
: MyFaces Trinidad Issue Type: Improvement Components: Components Affects Versions: 1.0.2-core Reporter: Andrew Robinson Attachments: UIPartialRendered.java I created the component for myself to make it easy to make any component support the partialTriggers

[jira] Created: (TRINIDAD-650) Enhance table rendering for components with header/footer facets

2007-08-27 Thread Andrew Robinson (JIRA)
: New Feature Components: Components Affects Versions: 1.0.2-core Reporter: Andrew Robinson There is no current way to style the header and footer facets of trinidad components that render as tables. Not only do they tend to use the same style as content columns

[jira] Created: (TRINIDAD-652) add skin selector for panelGroupLayout

2007-08-27 Thread Andrew Robinson (JIRA)
Affects Versions: 1.0.2-core Reporter: Andrew Robinson Have panelGroupLayout render a skin selector -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Updated: (TRINIDAD-652) add skin selector for panelGroupLayout

2007-08-27 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Robinson updated TRINIDAD-652: - Status: Patch Available (was: Open) add skin selector for panelGroupLayout

[jira] Updated: (TRINIDAD-652) add skin selector for panelGroupLayout

2007-08-27 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Robinson updated TRINIDAD-652: - Status: Open (was: Patch Available) add skin selector for panelGroupLayout

[jira] Created: (TRINIDAD-653) PanelLabelAndMessageRenderer shouldn't need the for given to detect what it is for

2007-08-27 Thread Andrew Robinson (JIRA)
: MyFaces Trinidad Issue Type: Improvement Affects Versions: 1.0.2-core Reporter: Andrew Robinson Since CorePanelLabelAndMessage will usually be used having the first child component as the input, the renderer should be able to determine the for attribute value without

[jira] Created: (TRINIDAD-655) af|navigationTree::disclosed-icon and af|navigationTree::undisclosed-icon are not used

2007-08-27 Thread Andrew Robinson (JIRA)
Project: MyFaces Trinidad Issue Type: Bug Affects Versions: 1.0.2-core Reporter: Andrew Robinson Despite documentation saying that af|navigationTree::disclosed-icon and af|navigationTree::undisclosed-icon may be used to style the navigationTree icons, they are not used

[Trinidad] Fix contribution: commit or patch?

2007-08-27 Thread Andrew Robinson
Some open source projects differ on code responsibility and bug fixing, and I want to make sure I don't step on people's toes. Lately I have been using Trinidad on a side project and have been finding bugs and areas for small enhancements, as many will realize. I want to know if it is more

[jira] Created: (TRINIDAD-644) tr:icon doesn't render many of its properties

2007-08-23 Thread Andrew Robinson (JIRA)
Affects Versions: 1.0.2-core Environment: Facelets 1.1.11, Tomcat 6, MyFaces 1.1.5 Reporter: Andrew Robinson tr:icon doesn't render inlineStyle, onclick and possibly other properties that are specified as supported in the tag documentation. -- This message

[jira] Created: (TRINIDAD-645) Provide a programmatic API to retrieve CSS properties for a given CSS style selection

2007-08-23 Thread Andrew Robinson (JIRA)
Project: MyFaces Trinidad Issue Type: New Feature Components: Skinning Affects Versions: 1.0.2-core Reporter: Andrew Robinson Priority: Minor It is only possible to get a style property from a skin if the following is done: af|panelBox::medium af

Re: Send mail with JSF

2007-08-17 Thread Andrew Robinson
If you want to build an email using JSF components and send it, have a look at JBoss Seam. FYI - this message should be on the users list, not the dev list On 8/17/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: Sure, it's possible. there is a demo inside of Trinidad (you have to update the

[jira] Created: (TRINIDAD-632) Add new styles to panelTabbed to support more start and end functionality

2007-08-16 Thread Andrew Robinson (JIRA)
Issue Type: Improvement Components: Components Affects Versions: 1.0.2-core Reporter: Andrew Robinson Add new styles to panelTabbed as follows: tab-start tab-end tab-start-selected tab-end-selected example layout of styles (2 tabs, second selected): cell-start

MyFaces AJAX commons?

2007-08-03 Thread Andrew Robinson
Related to the email I just sent asking about A4J and Trinidad, I am wondering if there is an opening for a new MyFaces project. MyFaces has no standard AJAX support. Sandbox fairly recently got some ppr functionality and Trinidad has its own. It would be really nice to see one common library for

Re: [VOTE] MyFaces 1.2.x become trunk

2007-07-20 Thread Andrew Robinson
Not to be too anal, but would: current (symlink to jsf1.2) jsf1.1 jsf1.2 Be a little more tidy? It should also consider the web site right? Right now, it only shows the current/trunk branch. Perhaps the site should be versioned as well. Example using tomahawk:

Re: MyFaces 1.2.0 - trunk ?

2007-07-19 Thread Andrew Robinson
+1 on the 1.2 being trunk Will we branch tomahawk and sandbox and make its trunk on the lines of 1.2 versioning and have the new trunk require JSF 1.2 and thus JDK 1.5? I'd be all for that. It would be nice to move off of the 1.4 restrictions. On 7/19/07, Matthias Wessendorf [EMAIL PROTECTED]

Re: [VOTE] MyFaces 1.2.x become trunk

2007-07-19 Thread Andrew Robinson
+1 On 7/19/07, Werner Punz [EMAIL PROTECTED] wrote: +1 we have 2007 Matthias Wessendorf schrieb: Hi, this is a vote for making the JSF 1.2 efforts by our group to become the current trunk. Currently the JSF 1.2-work lives on a branch (1.2.1-SNAPSHOT is the current version). Please

Re: jsf Validator bypass empty string

2007-07-17 Thread Andrew Robinson
Validators are not called if a value was not given. That is what the required attribute is for. (Awful I know, but for some dumb reason, required attribute was used instead of a required validator in JSF) On 7/17/07, jimmy6 [EMAIL PROTECTED] wrote: How to avoid jsf Validator bypass empty

[jira] Commented: (MYFACES-1677) UISelectOne Validation Error: Value is not a valid option in MyFaces Core 1.1.5 (Doesn't Occur in 1.1.4)

2007-07-10 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12511469 ] Andrew Robinson commented on MYFACES-1677: -- Note, if you can reproduce the error with 1.1.5 compatible

Re: mvn site not building all reports locally

2007-07-07 Thread Andrew Robinson
. The too few arguments to macro errors sound serious and probably are the cause of some kind of problem. Velocity macro calls look like this and have space-separated arguments #macroname(arg1 arg2 arg3) No idea if this is of any help in the specific instance. On 6/18/07, Andrew Robinson [EMAIL

[ANNOUNCEMENT] New sandbox component -- roundedDiv

2007-07-07 Thread Andrew Robinson
New component available in SVN called roundedDiv. See the documentation for more information: http://myfaces.apache.org/sandbox/roundedDiv.html TinyURL: http://tinyurl.com/38nrk9 -Andrew

Re: Orchestra on code.google.com

2007-06-27 Thread Andrew Robinson
Use the jsf-comp space for myfaces-orchestra non-asf license compatible stuff. (Given the project owners accept it ;-) ) No problem with me to use Jsf-Comp

Re: Startup-Exception UILimitRendered

2007-06-21 Thread Andrew Robinson
-sources compiled into the jar-file. Do the sandbox-examples work/not work for everybody else except Andrew and me? regards, Martin On 6/18/07, Andrew Robinson [EMAIL PROTECTED] wrote: svn log src/main/java/org/apache/myfaces/custom/limitrendered/UILimitRendered.java

Re: Startup-Exception UILimitRendered

2007-06-21 Thread Andrew Robinson
Now I just need to figure out why the sandbox site isn't generating the TLD documentation (at least locally on my box). :-) On 6/21/07, Andrew Robinson [EMAIL PROTECTED] wrote: Dang it, I fixed it in the source tree, missed the resources tree. Thanks for the 2nd pair of eyes. I hate windows

mvn site not building all reports locally

2007-06-18 Thread Andrew Robinson
When I attempt to build the tomahawk and sandbox sites using mvn clean site, not all of the reports are being built (the ones I noticed are the 2 TLD reports - Taglibdoc documentation and Tag reference) When I grep the mvn site log for ERROR I get: [ERROR] ResourceManager : unable to find

Re: Any guidelines for new contributions?

2007-06-17 Thread Andrew Robinson
I committed my changes to the sandbox (component in one commit and then the site documentation in apt format in another commit), and the page is not updated on the site. Still getting a 404 error around 8 hours after the commit: http://myfaces.apache.org/sandbox/limitRendered.html Any ideas?

Re: Any guidelines for new contributions?

2007-06-17 Thread Andrew Robinson
] Anyone mind enlightening me? Thanks, Andrew On 6/17/07, Wendy Smoak [EMAIL PROTECTED] wrote: On 6/17/07, Andrew Robinson [EMAIL PROTECTED] wrote: I committed my changes to the sandbox (component in one commit and then the site documentation in apt format in another commit

Re: Any guidelines for new contributions?

2007-06-17 Thread Andrew Robinson
It was just before I sent the email. I will check back later, thanks for the tip. On 6/17/07, Wendy Smoak [EMAIL PROTECTED] wrote: On 6/17/07, Andrew Robinson [EMAIL PROTECTED] wrote: Okay, I tried the mvn clean site:site site:deploy from in the sandbox/core directory, and although it said

Re: Startup-Exception UILimitRendered

2007-06-17 Thread Andrew Robinson
svn log src/main/java/org/apache/myfaces/custom/limitrendered/UILimitRendered.java r547997 | arobinson74 | 2007-06-16 17:29:37 -0600 (Sat, 16 Jun 2007) | 1 line Add the new limitRendered component to the sandbox

Re: Any guidelines for new contributions?

2007-06-17 Thread Andrew Robinson
Okay it was updated. Interesting though is that the taglib documentation report doesn't seem to have been generated On 6/17/07, Andrew Robinson [EMAIL PROTECTED] wrote: It was just before I sent the email. I will check back later, thanks for the tip. On 6/17/07, Wendy Smoak [EMAIL PROTECTED

<    4   5   6   7   8   9   10   >