Re: [orchestra] plans

2008-03-05 Thread Mario Ivankovits
Hi! 2) release of orchestra-core15-1.0 We're working on it, but there's quite a lot of effort still needed. It all works (and is being used in production) but needs a lot of polishing before a stable API can be declared. Probably a couple of months away.. Really months? What do

[jira] Commented: (TOMAHAWK-922) JSF-1.2: JspTilesViewHandlerImpl

2008-03-05 Thread alexander ruben (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12575263#action_12575263 ] alexander ruben commented on TOMAHAWK-922: -- Hello, i migrated my web application

Re: [orchestra] plans

2008-03-05 Thread Manfred Geiler
yes, +1 on moving dynaform to sandbox. the annotation stuff seems stable and there are many people out there who would like it to see this dings in the official maven repo. --Manfred On Wed, Mar 5, 2008 at 8:59 AM, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi! 2) release of

[jira] Created: (TRINIDAD-992) Validator as child of tr:inputText causes label jumping when client side validation enabled

2008-03-05 Thread Paul Mander (JIRA)
Validator as child of tr:inputText causes label jumping when client side validation enabled - Key: TRINIDAD-992 URL: https://issues.apache.org/jira/browse/TRINIDAD-992

[jira] Commented: (TRINIDAD-985) Maximum date on tr:validateDateTimeRange is maximum date minus 1

2008-03-05 Thread Veena K. Pandit (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12575321#action_12575321 ] Veena K. Pandit commented on TRINIDAD-985: -- how do i set the timezone to

[jira] Created: (TRINIDAD-993) tr:selectOneListbox and tr:selectOneChoice throw on empty map

2008-03-05 Thread Paul van Rossem (JIRA)
tr:selectOneListbox and tr:selectOneChoice throw on empty map - Key: TRINIDAD-993 URL: https://issues.apache.org/jira/browse/TRINIDAD-993 Project: MyFaces Trinidad Issue Type:

[jira] Resolved: (TRINIDAD-936) Change how the :: is resolved for relative component paths

2008-03-05 Thread Jeanne Waldman (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeanne Waldman resolved TRINIDAD-936. - Resolution: Fixed Fix Version/s: 1.2.7-core 1.0.7-core also

[jira] Resolved: (TRINIDAD-991) Specify scoped-id meta data in the generated faces-config.xml file to be used by Design Time tools

2008-03-05 Thread Jeanne Waldman (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-991?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeanne Waldman resolved TRINIDAD-991. - Resolution: Fixed Fix Version/s: 1.2.7-core 1.0.7-core

[jira] Updated: (TRINIDAD-472) @agent support for icons

2008-03-05 Thread Andy Schwartz (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Schwartz updated TRINIDAD-472: --- Status: Patch Available (was: Open) @agent support for icons

[jira] Commented: (TRINIDAD-472) @agent support for icons

2008-03-05 Thread Andy Schwartz (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12575427#action_12575427 ] Andy Schwartz commented on TRINIDAD-472: Note that the patch file adds several

[jira] Created: (TOBAGO-628) Setting rendererType on TobagoMenuExtensionHandler for facelets (tx:menuRadio and tx:menuCheckbox)

2008-03-05 Thread Bernd Bohmann (JIRA)
Setting rendererType on TobagoMenuExtensionHandler for facelets (tx:menuRadio and tx:menuCheckbox) -- Key: TOBAGO-628 URL:

[jira] Created: (TOBAGO-629) Wrong char-encoding on browser when using WebSphere AS

2008-03-05 Thread Udo Schnurpfeil (JIRA)
Wrong char-encoding on browser when using WebSphere AS -- Key: TOBAGO-629 URL: https://issues.apache.org/jira/browse/TOBAGO-629 Project: MyFaces Tobago Issue Type: Bug

[jira] Created: (TOBAGO-630) Selection of rows in long sheets is slow on IE

2008-03-05 Thread Udo Schnurpfeil (JIRA)
Selection of rows in long sheets is slow on IE -- Key: TOBAGO-630 URL: https://issues.apache.org/jira/browse/TOBAGO-630 Project: MyFaces Tobago Issue Type: Improvement Components: Themes

[jira] Updated: (TOMAHAWK-1165) Calendar - cannot be cast

2008-03-05 Thread Paul Lorenz (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Lorenz updated TOMAHAWK-1165: -- Status: Patch Available (was: Open) Calendar - cannot be cast

Patch alert: Re: svn commit: r634007 - /myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/context/FacesContext.java

2008-03-05 Thread simon
Hi All, There's been no comment on jira issue MYFACES-1820, and I'm *reasonably* sure the patch I posted is correct so I'm committing it. However I'd like to draw people's attention to it just in case problems occur. The issue is that JSF explicitly encourages people to apply the decorator

open link in new window prevention

2008-03-05 Thread Mario Ivankovits
Hi! Is there any reason that the MyFaces command link is rendered with href=# and onlclick=return xxx() instead of href=javascript: ? It seems, the latter will make the open link in new window feature of some browsers stopping to work. Which is what I'd like to have. What do you think about

[jira] Commented: (TRINIDAD-978) Trininiad Jar file handles not being closed

2008-03-05 Thread Ray Holder (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12575495#action_12575495 ] Ray Holder commented on TRINIDAD-978: - These are all related to file handles not

Re: open link in new window prevention

2008-03-05 Thread Cristi Toth
Hi Mario, Why do you say that some browsers can't open the link in a new window? At least you can use the target attribute of the form and it should work... regards, On Wed, Mar 5, 2008 at 9:39 PM, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi! Is there any reason that the MyFaces command

[jira] Commented: (TOBAGO-572) Duplicate component id with tc:selectOneRadio

2008-03-05 Thread Guido Dubois (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12575515#action_12575515 ] Guido Dubois commented on TOBAGO-572: - I startet with maven2, but in the moment I'm a

[jira] Created: (TOBAGO-631) tld file for tobago facelets extension to include in eclipse to get coding assistence and code completition

2008-03-05 Thread Guido Dubois (JIRA)
tld file for tobago facelets extension to include in eclipse to get coding assistence and code completition --- Key: TOBAGO-631 URL:

Re: open link in new window prevention

2008-03-05 Thread Mario Ivankovits
Hi! Why do you say that some browsers can't open the link in a new window? No, I do not think that this is what I said, at least, I didn't wanted to say that. You probably know the right mouse click/open link in new window function of the browsers? You probably also know that this is a major

Re: [jira] Resolved: (TOBAGO-619) Avoid usages of javascript:false in iframe src attribute

2008-03-05 Thread Mario Ivankovits
Hi! May I ask what was the problem with this javascript:false stuff? And how do you avoid the dreaded message on https pages now? Do you point to an empty page now? Ciao, Mario [

Re: [jira] Resolved: (TOBAGO-619) Avoid usages of javascript:false in iframe src attribute

2008-03-05 Thread Mario Ivankovits
Hi! May I ask what was the problem with this javascript:false stuff? And how do you avoid the dreaded message on https pages now? Do you point to an empty page now? Ok, forget it. I see what happens. The browser will output false within the frame. javascript:void(0) seems to do the trick.

Re: open link in new window prevention

2008-03-05 Thread Mario Ivankovits
Hi! Is there any reason that the MyFaces command link is rendered with href=# and onlclick=return xxx() instead of href=javascript: ? It seems to me the right thing to do is to simply change the href=# to href=javascript:void(0). I think we can do that, no? Ciao, Mario