Re: [jira] Closed: (MYFACES-684) Setting AccordionPanel style

2007-06-14 Thread Mar_io
I have a problem i cant set the style for the accordionPanel, I am using tomahawk-sandbox-1.1.5-SNAPSHOT.jar so i downloaded the file accordion.zip and copy the file customRico.js into the accodion file inside of tomahawk-sandbox-1.1.5-SNAPSHOT.jar, and when i do it, the accordion doesn't work.

RE: Portlets a href=: resource or action URL?

2007-06-14 Thread Jesse Alexander \(KSFD 121\)
Adam mentions iframe/frame-src attributes... I guess those would qualify as resource-url's ? regards Alexander -Original Message- From: Martin Marinschek [mailto:[EMAIL PROTECTED] Sent: Thursday, June 14, 2007 6:25 AM To: MyFaces Development Subject: Re: Portlets a href=: resource or

Re: [OT] maven question - (was Re: [Build] Trinidad)

2007-06-14 Thread Manfred Geiler
Yes, assembly:attached is the goal you must use when you want to build your assemblies WITHIN the normal build lifecycle. assembly:assembly would start a new complete build cycle within the current main lifecycle, which means it would rebuild every artifact again it depends on. At least, that's

Re: [OT] maven question - (was Re: [Build] Trinidad)

2007-06-14 Thread Matthias Wessendorf
ok, just googled for it, and sounds like your understanding meets what I understand from reading .. :) On 6/14/07, Manfred Geiler [EMAIL PROTECTED] wrote: Yes, assembly:attached is the goal you must use when you want to build your assemblies WITHIN the normal build lifecycle. assembly:assembly

[jira] Created: (TRINIDAD-60) When used with facelets tr:validateDateTimeRange can't take yyyy-MM-dd arguments

2007-06-14 Thread Thorsten Guenther (JIRA)
When used with facelets tr:validateDateTimeRange can't take -MM-dd arguments -- Key: TRINIDAD-60 URL: https://issues.apache.org/jira/browse/TRINIDAD-60 Project:

[jira] Commented: (TRINIDAD-60) When used with facelets tr:validateDateTimeRange can't take yyyy-MM-dd arguments

2007-06-14 Thread JIRA
[ https://issues.apache.org/jira/browse/TRINIDAD-60?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12504587 ] Matthias Weßendorf commented on TRINIDAD-60: work around, use ValueExpression that is bound to a Date

[jira] Created: (TRINIDAD-61) tr:validateDateTimeRange validation fails on last day of valid range

2007-06-14 Thread Thorsten Guenther (JIRA)
tr:validateDateTimeRange validation fails on last day of valid range Key: TRINIDAD-61 URL: https://issues.apache.org/jira/browse/TRINIDAD-61 Project: MyFaces Trinidad

Re: TabbedPane does not validate non-selected tabs in server side tab switching mode (Relaed to TOMAHAWK-1012)

2007-06-14 Thread David Delbecq
If you look at UIInputs, they keep their submitted value during saveSate and restoreState. As such, once a value has been submitted, the tab can be unselected (and such decode does nothing for that component) they keep their submitted value. The current patch in tracker, if you test it, validates

[jira] Commented: (TRINIDAD-61) tr:validateDateTimeRange validation fails on last day of valid range

2007-06-14 Thread Thorsten Guenther (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-61?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12504612 ] Thorsten Guenther commented on TRINIDAD-61: --- tr:convertDateTime is not a workaround. Perhaps JavaScript

[jira] Commented: (TOBAGO-424) possibility to have a onclick event on a sheet column

2007-06-14 Thread Zied Hamdi (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12504615 ] Zied Hamdi commented on TOBAGO-424: --- I've found a cross around solution that still doesn't really match my needs:

[jira] Created: (TOMAHAWK-1024) t:commandButton does not cause rendering of oamSetHiddenInput javascript function

2007-06-14 Thread Manfred Geiler (JIRA)
t:commandButton does not cause rendering of oamSetHiddenInput javascript function - Key: TOMAHAWK-1024 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1024 Project:

[jira] Issue Comment Edited: (TRINIDAD-61) tr:validateDateTimeRange validation fails on last day of valid range

2007-06-14 Thread Thorsten Guenther (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-61?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12504612 ] Thorsten Guenther edited comment on TRINIDAD-61 at 6/14/07 2:37 AM:

[jira] Commented: (TOBAGO-424) possibility to have a onclick event on a sheet column

2007-06-14 Thread Volker Weber (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12504624 ] Volker Weber commented on TOBAGO-424: - Why do you need the rowIndex? you can get the rowindex and/or the

[jira] Commented: (MYFACES-1523) An HTTP GET with parameters is mistakenly handled like a postback request

2007-06-14 Thread Giampaolo Tomassoni (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12504631 ] Giampaolo Tomassoni commented on MYFACES-1523: -- Is there any plan in committing this patch? Is there

[jira] Created: (TOBAGO-426) There isn't any example on how to read and modify selection state on client side

2007-06-14 Thread Zied Hamdi (JIRA)
There isn't any example on how to read and modify selection state on client side Key: TOBAGO-426 URL: https://issues.apache.org/jira/browse/TOBAGO-426 Project: MyFaces

[jira] Created: (TOBAGO-427) There isn't any example in sheets on how we edit a sheet line : hyperlink to the detail of the line

2007-06-14 Thread Zied Hamdi (JIRA)
There isn't any example in sheets on how we edit a sheet line : hyperlink to the detail of the line --- Key: TOBAGO-427 URL:

[jira] Commented: (TRINIDAD-61) tr:validateDateTimeRange validation fails on last day of valid range

2007-06-14 Thread JIRA
[ https://issues.apache.org/jira/browse/TRINIDAD-61?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12504636 ] Matthias Weßendorf commented on TRINIDAD-61: not related to Facelets, that issue will occur is JSP

[Trinidad] maven build error

2007-06-14 Thread Cristi Toth
Hi! First I got the sources from the SVN repository: http://svn.apache.org/repos/asf/myfaces/trinidad/trunk/trinidad But I keep getting an error when trying to build with maven: [INFO] [ERROR] BUILD ERROR [INFO]

Re: [Trinidad] maven build error

2007-06-14 Thread Matthias Wessendorf
check your firewall http://repo1.maven.org/maven2/org/apache/myfaces/trinidadbuild/maven-faces-plugin/1.0.1/ On 6/14/07, Cristi Toth [EMAIL PROTECTED] wrote: Hi! First I got the sources from the SVN repository: http://svn.apache.org/repos/asf/myfaces/trinidad/trunk/trinidad But I keep

Re: [Trinidad] maven build error

2007-06-14 Thread Matthias Wessendorf
check your firewall http://repo1.maven.org/maven2/org/apache/myfaces/trinidadbuild/maven-faces-plugin/1.0.1/ On 6/14/07, Cristi Toth [EMAIL PROTECTED] wrote: Hi! First I got the sources from the SVN repository: http://svn.apache.org/repos/asf/myfaces/trinidad/trunk/trinidad But I keep getting

Re: [Trinidad] maven build error

2007-06-14 Thread Cristi Toth
I did entered online on the SVN just to check that it's there :) and I use the maven repostories a lot so the firewall shouldn't be a problem On 6/14/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: check your firewall

Re: [jira] Commented: (TOBAGO-424) possibility to have a onclick event on a sheet column

2007-06-14 Thread Zied Hamdi
Hi Volker, I'm sorry for posting here (didn't know about the mailing list purpose :-o). Yesterday I saw that as a bug because tc:command had no effect in the sheet. I think it wouldn't be a bad idea to have an example in the demo: I'm moving from myfaces:dataTable to tobago:sheet and the

Re: [Trinidad] maven build error

2007-06-14 Thread Matthias Wessendorf
snip from the specified remote repositories: central (http://repo1.maven.org/maven2 ), /snip But, look: http://repo1.maven.org/maven2/org/apache/myfaces/trinidadbuild/maven-faces-plugin/1.0.1/maven-faces-plugin-1.0.1.pom the pom is there. Any proxy,firewall in your settings? Or going against a

[jira] Commented: (TOBAGO-425) tc:style tc:script is not loaded if clicking on a tc:link with actionListener

2007-06-14 Thread Volker Weber (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12504682 ] Volker Weber commented on TOBAGO-425: - Hi Guido, could you do a bit further investigation: there should be no

Re: [Trinidad] maven build error

2007-06-14 Thread Cristi Toth
Hey thanks Matthias It was indeed a problem with a corporate mirror repo synchronized with ibiblio I got out those settings from maven and it works Thanks! On 6/14/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: snip from the specified remote repositories: central

[jira] Created: (TRINIDAD-62) Use of screen-reader accessibility mode should force client-side validation to use alerts

2007-06-14 Thread Danny Robinson (JIRA)
Use of screen-reader accessibility mode should force client-side validation to use alerts - Key: TRINIDAD-62 URL: https://issues.apache.org/jira/browse/TRINIDAD-62

[jira] Updated: (TRINIDAD-62) Use of screen-reader accessibility mode should force client-side validation to use alerts

2007-06-14 Thread Danny Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-62?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Danny Robinson updated TRINIDAD-62: --- Status: Patch Available (was: Open) Use of screen-reader accessibility mode should force

Re: Portlets a href=: resource or action URL?

2007-06-14 Thread Adam Winer
I don't see why - what is the difference between a link to a page and an iframe pointing at that page? It's exactly the same HTTP request. If a href should use getActionUrl(), then iframe and frame srcs also should. -- Adam On 6/13/07, Jesse Alexander (KSFD 121) [EMAIL PROTECTED] wrote: Adam

Re: [Trinidad] Declaring flowScope Managed Beans

2007-06-14 Thread Adam Winer
The simplest possible solution I can come up with is: - Continue to require pageFlowScope as an EL prefix: #{pageFlowScope.foo} - Enhance the pageFlowScope resolution so that, if a lookup fails, it will: - Perform a general VariableResolver lookup for that as a top-level variable -

Re: Portlets a href=: resource or action URL?

2007-06-14 Thread Scott O'Bryan
I agree with Adam. The distinction is NOT post vs. get, rather the distinction is something that's a piece of a page v.s something that's a complete page. So what's the difference. The difference is that the Portal sees action urls as needing to be posted in context of the main page. On an

Re: Portlets a href=: resource or action URL?

2007-06-14 Thread Scott O'Bryan
Couple more clairifications: 1. You can post into resource and action urls. Portals always allow a post for sending parameters. They just don't allow you to muck with the url on client side. 2. The distinction should be based solely on whether the resource is the main page or not. You

Re: [Trinidad] Declaring flowScope Managed Beans

2007-06-14 Thread Simon Lessard
I thought about that before, couldn't we create a custom VariableResolver/ELResolver using decorator pattern to load beans fro mflow scope when parent call fails? We could declare the bean in trinidad-config.xml using the same syntax as faces-config.xml. Regards, ~ Simon On 6/14/07, Adam

Re: Portlets a href=: resource or action URL?

2007-06-14 Thread Adam Winer
It sounds like you're saying that a goLink should be an action, but an iframe should be a resource? I've always assumed the two should be identical. The Javadoc for ExternalContext is incredibly unhelpful here. I wish the IBM EG member who contributed that API had made this clear back then!

[COMMUNITY] Danny Robinson - Committer

2007-06-14 Thread Matthias Wessendorf
Congratulations to Danny Robinson for becoming the newest Myfaces committer ! Danny has provided patches and enhancements to Trinidad and has been active on the mailing list to help other users on how to get up to speed with Trinidad. Thanks Danny, and welcome to the team! -Matthias --

Re: [Trinidad] Declaring flowScope Managed Beans

2007-06-14 Thread Adam Winer
We could, but there's a couple of hiccups: - It's a lot of work :) - This means pageFlowScope would appear after requestScope, etc. in priority, when we really want it to come between request and session scopes. For that first point, it really is a bunch, especially when you figure on

[COMMUNITY] Andrew Robinson - Committer

2007-06-14 Thread Grant Smith
The Myfaces PMC is proud to announce a new addition to our community. Please welcome Andrew Robinson as the newest MyFaces committer. Andrew has been exceedingly helpful in both the users and dev lists and is a great value to this project ! Thanks Andrew! -- Grant Smith

[COMMUNITY] Peter Mahoney - Committer

2007-06-14 Thread Grant Smith
The Myfaces PMC is proud to announce a new addition to our community. Please welcome Peter Mahoney as the newest MyFaces committer. Peter has been exceedingly helpful in providing patches in JIRA and is a great value to this project ! Thanks Peter! -- Grant Smith

Re: [COMMUNITY] Andrew Robinson - Committer

2007-06-14 Thread Paul Spencer
Welcome aboard Andrew. Paul Spencer Grant Smith wrote: The Myfaces PMC is proud to announce a new addition to our community. Please welcome Andrew Robinson as the newest MyFaces committer. Andrew has been exceedingly helpful in both the users and dev lists and is a great value to this

Re: [COMMUNITY] Peter Mahoney - Committer

2007-06-14 Thread Paul Spencer
Welcome aboard Peter. Paul Spencer Grant Smith wrote: The Myfaces PMC is proud to announce a new addition to our community. Please welcome Peter Mahoney as the newest MyFaces committer. Peter has been exceedingly helpful in providing patches in JIRA and is a great value to this project !

Re: [COMMUNITY] Andrew Robinson - Committer

2007-06-14 Thread Matthias Wessendorf
Welcome Andrew! On 6/14/07, Paul Spencer [EMAIL PROTECTED] wrote: Welcome aboard Andrew. Paul Spencer Grant Smith wrote: The Myfaces PMC is proud to announce a new addition to our community. Please welcome Andrew Robinson as the newest MyFaces committer. Andrew has been exceedingly

Re: [COMMUNITY] Peter Mahoney - Committer

2007-06-14 Thread Matthias Wessendorf
Welcome Peter! On 6/14/07, Paul Spencer [EMAIL PROTECTED] wrote: Welcome aboard Peter. Paul Spencer Grant Smith wrote: The Myfaces PMC is proud to announce a new addition to our community. Please welcome Peter Mahoney as the newest MyFaces committer. Peter has been exceedingly helpful in

Re: [COMMUNITY] Peter Mahoney - Committer

2007-06-14 Thread Thomas Spiegl
Welcome! On 6/14/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: Welcome Peter! On 6/14/07, Paul Spencer [EMAIL PROTECTED] wrote: Welcome aboard Peter. Paul Spencer Grant Smith wrote: The Myfaces PMC is proud to announce a new addition to our community. Please welcome Peter Mahoney

Re: [Trinidad] Declaring flowScope Managed Beans

2007-06-14 Thread Martin Marinschek
Well, well. That wouldn't be this easy, I suspect. You couldn't decorate the VariableResolver anymore, you'd essentially have to replace it - and read the managed-bean configuration yourself. regards, Martin On 6/13/07, Danny Robinson [EMAIL PROTECTED] wrote: For our applications we utilize

Re: [Trinidad] Declaring flowScope Managed Beans

2007-06-14 Thread Martin Marinschek
IMHO, this is one of the points where the managed-bean facility shows that it is not a full-blown bean-container (which it wasn't meant to be of course from the beginning). In Spring 2.0, you can add custom scopes; and with Mario's Orchestra bridge, you can then get past this problem and use

[jira] Created: (TOBAGO-428) Transition layer / Overlay is not hiding the component combo box on Internet Explorer 6.0

2007-06-14 Thread Ricardo S. Tanaka (JIRA)
Transition layer / Overlay is not hiding the component combo box on Internet Explorer 6.0 - Key: TOBAGO-428 URL: https://issues.apache.org/jira/browse/TOBAGO-428

Re: Portlets a href=: resource or action URL?

2007-06-14 Thread Scott O'Bryan
Adam, Your right that they should be the same. Unfortunatly they are not. It's one of the many things that's wrong about Portals in the JSF spec and it comes with dabbling in theory rather then actually trying to get something valuable (like an complete and complex renderkit) working with

Re: [COMMUNITY] Peter Mahoney - Committer

2007-06-14 Thread Martin Marinschek
Welcome Peter! Glad you made it in finally, after I've committed a few of your patches ;) regards, Martin On 6/14/07, Thomas Spiegl [EMAIL PROTECTED] wrote: Welcome! On 6/14/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: Welcome Peter! On 6/14/07, Paul Spencer [EMAIL PROTECTED] wrote:

Re: Portlets a href=: resource or action URL?

2007-06-14 Thread Martin Marinschek
May I try to put this shorter - actionUrl -- you'll see all portlets output, except you link to an external page, resourceUrl -- you'll see only your output always is correct? regards, Martin On 6/14/07, Scott O'Bryan [EMAIL PROTECTED] wrote: Adam, Your right that they should be the same.

Re: [Build] Trinidad

2007-06-14 Thread Matthias Wessendorf
Maven builds should Just Work. I was smiling already yesterday on this, and now my guess is reality. the assembly tries download that stuff, that the same build was building 10 secs before :-) any idea? ok, let's get them all, and I document the quicker builds in a readme -M --

Any guidelines for new contributions?

2007-06-14 Thread Andrew Robinson
While knowing that the process was under way to have me become a committer, I have been working on some ideas for a couple of new fairly simple components to put into the sandbox. I found: http://wiki.apache.org/myfaces/MyFaces_Developer_Notes that had some guidelines, but am wondering if there

Re: Portlets a href=: resource or action URL?

2007-06-14 Thread Scott O'Bryan
That's the rule of thumb. Yes. Martin Marinschek wrote: May I try to put this shorter - actionUrl -- you'll see all portlets output, except you link to an external page, resourceUrl -- you'll see only your output always is correct? regards, Martin On 6/14/07, Scott O'Bryan [EMAIL

Re: [Build] Trinidad

2007-06-14 Thread Wendy Smoak
On 6/14/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: Maven builds should Just Work. I was smiling already yesterday on this, and now my guess is reality. I said they *should* not that they *do* just yet. We're working on it. ;) the assembly tries download that stuff, that the same

Re: Any guidelines for new contributions?

2007-06-14 Thread Mike Kienenberger
Discussing new components on the dev list first (and sometimes the user list) has always worked well for me. But there's no requirement that you do so. On 6/14/07, Andrew Robinson [EMAIL PROTECTED] wrote: While knowing that the process was under way to have me become a committer, I have been

Re: [Build] Trinidad

2007-06-14 Thread Matthias Wessendorf
On 6/14/07, Wendy Smoak [EMAIL PROTECTED] wrote: On 6/14/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: Maven builds should Just Work. I was smiling already yesterday on this, and now my guess is reality. I said they *should* not that they *do* just yet. We're working on it. ;) :-)

Re: [COMMUNITY] Peter Mahoney - Committer

2007-06-14 Thread Manfred Geiler
Welcome! --Manfred On 6/14/07, Grant Smith [EMAIL PROTECTED] wrote: The Myfaces PMC is proud to announce a new addition to our community. Please welcome Peter Mahoney as the newest MyFaces committer. Peter has been exceedingly helpful in providing patches in JIRA and is a great value to this

Re: Any guidelines for new contributions?

2007-06-14 Thread Manfred Geiler
Also, is there any set procedure on when the site gets updated and who updates the site (so that new documentation is uploaded)? The site is built automatically by continuum as soon as you commit something. Well, not immediately but after a short delay. --Manfred

Re: [jira] Updated: (TOBAGO-427) There isn't any example in sheets on how we edit a sheet line : hyperlink to the detail of the line

2007-06-14 Thread Zied Hamdi
Hi Again Volker, When I received your mail the two posts about the demo application were already sent. I put it as blocker because for a person who is new to Tobago there is just the demo as an entry point, and if things like tc:command stops to work on Tobago we couldn't expect we have to use

Re: [COMMUNITY] Peter Mahoney - Committer

2007-06-14 Thread Cagatay Civici
Welcome Peter, Cagatay On 6/14/07, Manfred Geiler [EMAIL PROTECTED] wrote: Welcome! --Manfred On 6/14/07, Grant Smith [EMAIL PROTECTED] wrote: The Myfaces PMC is proud to announce a new addition to our community. Please welcome Peter Mahoney as the newest MyFaces committer. Peter has

Re: [jira] Updated: (TOBAGO-427) There isn't any example in sheets on how we edit a sheet line : hyperlink to the detail of the line

2007-06-14 Thread Bernd Bohmann
Hello, we should try to add your question to the faqs or something similar :-) Regards Bernd Zied Hamdi wrote: Hi Again Volker, When I received your mail the two posts about the demo application were already sent. I put it as blocker because for a person who is new to Tobago there is just

[jira] Created: (TRINIDAD-63) Support for per-request phase listeners

2007-06-14 Thread Adam Winer (JIRA)
Support for per-request phase listeners --- Key: TRINIDAD-63 URL: https://issues.apache.org/jira/browse/TRINIDAD-63 Project: MyFaces Trinidad Issue Type: New Feature Affects Versions: 1.0.1-core,

[jira] Resolved: (TRINIDAD-56) Static instances of DateFormat cannot be used

2007-06-14 Thread Adam Winer (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-56?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Winer resolved TRINIDAD-56. Resolution: Fixed Fix Version/s: 1.0.2-core Assignee: Adam Winer Fixed. Static

[jira] Resolved: (TRINIDAD-46) Switch from IFRAMEs to XMLHttpRequest for non-fileupload requests

2007-06-14 Thread Adam Winer (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-46?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Winer resolved TRINIDAD-46. Resolution: Fixed Fix Version/s: 1.0.2-core Merged in work to trunk. Switch from IFRAMEs

[sandbox] new component idea

2007-06-14 Thread Andrew Robinson
I am working on the code for a very simple component, but wanted to see if there is feedback before finishing it up. The component is inspired by the JSTL choose but is geared for JSF and is more robust. I thought this would be helpful when a lot of facelets developers complain about the

[sandbox] new component idea: rounded corners

2007-06-14 Thread Andrew Robinson
I have created code that can be run from a phase listener or servlet that can generate nicely rendered PNG images with highlighted beveled edges. The idea is to be able to dynamically create a DIV tag with images in the corners and sides that can stretch to create a nice rounded corner background

[jira] Updated: (TRINIDAD-62) Use of screen-reader accessibility mode should force client-side validation to use alerts

2007-06-14 Thread Adam Winer (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-62?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Winer updated TRINIDAD-62: --- Resolution: Fixed Fix Version/s: 1.0.2-core Assignee: Danny Robinson

Re: [sandbox] new component idea: rounded corners

2007-06-14 Thread Adam Winer
For browser detection, there's the Trinidad Agent code which detects IE and lots more. -- Adam On 6/14/07, Andrew Robinson [EMAIL PROTECTED] wrote: I have created code that can be run from a phase listener or servlet that can generate nicely rendered PNG images with highlighted beveled edges.

Re: [sandbox] new component idea: rounded corners

2007-06-14 Thread Leonardo Uribe
Yes, the Trinidad Agent code detects IE and do other things. I'm not an expert, but actually I'm working in use trinidad css capabilities to non trinidad components. There are some points to consider first: 1. If you want to do a component for trinidad, you can take full advantage of trinidad

[Trinidad] Real AJAX has landed

2007-06-14 Thread Adam Winer
I've merged the XMLHttp-switchover (TRINIDAD-46) onto Trinidad trunk (1.0.2-SNAPSHOT builds). Some of the big changes: - All the old PPR code is dead. - We still do use an IFRAME when we need to process a file upload, but that's transparent to the developer; all other PPR requests are handled

Re: [sandbox] new component idea: rounded corners

2007-06-14 Thread Adam Winer
On 6/14/07, Leonardo Uribe [EMAIL PROTECTED] wrote: Yes, the Trinidad Agent code detects IE and do other things. I'm not an expert, but actually I'm working in use trinidad css capabilities to non trinidad components. There are some points to consider first: 1. If you want to do a component

Re: [sandbox] new component idea: rounded corners

2007-06-14 Thread Leonardo Uribe
Yes, you're right. I probe it myself, but i found that the maven artifact for create jsf components set the default myfaces implementation to 1.1.4, so it throw an error like this 2007-06-14 22:34:32,812 WARN [ org.apache.myfaces.renderkit.RenderKitFactoryImpl] Unknown RenderKit 'HTML_BASIC'.

Re: [sandbox] new component idea: rounded corners

2007-06-14 Thread Andrew Robinson
I'd like to keep this as sandbox and not involve the Trinidad code if possible. Any chance at getting this code over into the shared? Also, I need to know in the Java code, not in the CSS script (for the PNG work-around and not having to use IE behaviors) On 6/14/07, Leonardo Uribe [EMAIL

[Trinidad] Maven build in Eclipse?

2007-06-14 Thread Chris Hane
Is it possible to build trinidad using the eclipse mvn plugin? I can checkout trinidad and build it from the command line. When I try to do the same thing within Eclipse I receive various errors. The first being the following when run on the pom.xml in the trinidad directory (mvn install

Re: [continuum] BUILD FAILURE: Apache MyFaces Trinidad Build

2007-06-14 Thread Matthias Wessendorf
Is this maven weirdness ? On 6/15/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Online report : http://myfaces.zones.apache.org:8081/continuum/buildResult.action?buildId=2328projectId=133 Build statistics: State: Failed Previous State: Ok Started at: Fri 15 Jun 2007 02:31:14 +

Re: Portlets a href=: resource or action URL?

2007-06-14 Thread Martin Marinschek
We should open a JIRA issue to go through MyFaces and fix this wherever necessary. thanks! regards, Martin On 6/14/07, Scott O'Bryan [EMAIL PROTECTED] wrote: That's the rule of thumb. Yes. Martin Marinschek wrote: May I try to put this shorter - actionUrl -- you'll see all portlets

Re: [jira] Resolved: (TRINIDAD-46) Switch from IFRAMEs to XMLHttpRequest for non-fileupload requests

2007-06-14 Thread Matthias Wessendorf
Cool! On 6/15/07, Adam Winer (JIRA) dev@myfaces.apache.org wrote: [ https://issues.apache.org/jira/browse/TRINIDAD-46?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Winer resolved TRINIDAD-46. Resolution: Fixed

Re: Portlets a href=: resource or action URL?

2007-06-14 Thread Adam Winer
And separate ones for Trinidad and Tomahawk too, I think! -- Adam On 6/14/07, Martin Marinschek [EMAIL PROTECTED] wrote: We should open a JIRA issue to go through MyFaces and fix this wherever necessary. thanks! regards, Martin On 6/14/07, Scott O'Bryan [EMAIL PROTECTED] wrote: That's

Re: [continuum] BUILD FAILURE: Apache MyFaces Trinidad Build

2007-06-14 Thread Wendy Smoak
On 6/14/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: Is this maven weirdness ? Depends. It's complaining that it can't find some snapshots, and the fact that it's only listing the central repo makes me think that a repository/pluginRepository definition for the snapshot repo is missing.

Re: [sandbox] new component idea

2007-06-14 Thread Martin Marinschek
Hi Andrew, so this does the same as c:choose (sorry for my ignorance, but I don't know the JSTL too well)? Can you give us an example where this is useful in the wild? regards, Martin On 6/15/07, Andrew Robinson [EMAIL PROTECTED] wrote: I am working on the code for a very simple component,