Re: Option for NavigationHandler to support viewIds as outcome

2006-10-31 Thread Ernst Fastl
Hi again, Thank you very much for your opinions and insights. I understand now that there are doubts supporting such a feature. What I understood these are mainly about encouraging users to use not best practise approaches. IMO this is for sure a duty of teachers or books, but a webdevelopment

Re: Option for NavigationHandler to support viewIds as outcome

2006-10-31 Thread Mario Ivankovits
Hi! 1.) Seperate NavigationHandlerImpl IMHO, this is a must! I think we should *not* implement stuff which silently changes/enhances the behaviour - especially in myfaces-impl!! The TCK might forbid this change anyway ... 2.) Configurable Option not required, as everyone can configure this NH

Re: Option for NavigationHandler to support viewIds as outcome

2006-10-31 Thread Martin Marinschek
As an outcome of this discussion, I'm +1 for 1. regards, Martin On 10/31/06, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi! 1.) Seperate NavigationHandlerImpl IMHO, this is a must! I think we should *not* implement stuff which silently changes/enhances the behaviour - especially in

[jira] Created: (TOBAGO-167) Enable rendering popups by ajax request

2006-10-31 Thread Volker Weber (JIRA)
Enable rendering popups by ajax request --- Key: TOBAGO-167 URL: http://issues.apache.org/jira/browse/TOBAGO-167 Project: MyFaces Tobago Issue Type: Improvement Reporter: Volker Weber

[jira] Created: (TOMAHAWK-760) modalDialog shows in page instead of being a popup in Internet Explorer

2006-10-31 Thread Ernst Fastl (JIRA)
modalDialog shows in page instead of being a popup in Internet Explorer --- Key: TOMAHAWK-760 URL: http://issues.apache.org/jira/browse/TOMAHAWK-760 Project: MyFaces Tomahawk

[jira] Updated: (MYFACES-1478) Implement JSR-252 core tag: convertDateTimeTag

2006-10-31 Thread Andreas Berger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1478?page=all ] Andreas Berger updated MYFACES-1478: Status: Patch Available (was: Open) Implement JSR-252 core tag: convertDateTimeTag --

[jira] Created: (MYFACES-1484) Implement JSR-252 core tag: phaseListenerTag

2006-10-31 Thread Andreas Berger (JIRA)
Implement JSR-252 core tag: phaseListenerTag Key: MYFACES-1484 URL: http://issues.apache.org/jira/browse/MYFACES-1484 Project: MyFaces Core Issue Type: Sub-task Reporter: Andreas

Re: Ajax/ActiveMQ supports MyFaces, Portlets, Spring frameworks ??

2006-10-31 Thread jt_rm
Thanks Arash. I will go through the link and get back to you if i have any queries. cheers jagdip Arash Rajaeeyan wrote: myfaces uses DOJO check this tag: http://myfaces.apache.org/tomahawk/dojoInitializer.html may be you can do what ever you want with dojo. On 10/30/06, jt_rm

How to dynamically show different components for each row in a table

2006-10-31 Thread kevin_zhai
I have a Table that has a column containing buttons for operations on each row. Each row may have different operations applicable to it, so the buttons for each row need to be determined dynamically based on the contents of row. I have seen code to dynamically create buttons, but what I would

[jira] Updated: (MYFACES-1484) Implement JSR-252 core tag: phaseListenerTag

2006-10-31 Thread Andreas Berger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1484?page=all ] Andreas Berger updated MYFACES-1484: Status: Patch Available (was: Open) Implement JSR-252 core tag: phaseListenerTag

[jira] Created: (MYFACES-1485) Implement JSR-252 core tag: FacetTag

2006-10-31 Thread Andreas Berger (JIRA)
Implement JSR-252 core tag: FacetTag Key: MYFACES-1485 URL: http://issues.apache.org/jira/browse/MYFACES-1485 Project: MyFaces Core Issue Type: Sub-task Reporter: Andreas Berger -- This

[jira] Created: (TOBAGO-168) DatePicker needs extra height when time controll is used

2006-10-31 Thread Volker Weber (JIRA)
DatePicker needs extra height when time controll is used Key: TOBAGO-168 URL: http://issues.apache.org/jira/browse/TOBAGO-168 Project: MyFaces Tobago Issue Type: Bug

Re: How to dynamically show different components for each row in a table

2006-10-31 Thread kevin_zhai
My table maybe each row(column) need different UI component(radio,button,checkbox,textbox,etc), so,use rendered attribute,it's not enough, I need ,dynamically creat my table depending data type from select from database data, btw,thanks you advise -- View this message in context:

[jira] Resolved: (TOBAGO-168) DatePicker needs extra height when time controll is used

2006-10-31 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/TOBAGO-168?page=all ] Volker Weber resolved TOBAGO-168. - Resolution: Fixed DatePicker needs extra height when time controll is used Key:

Re: How to dynamically show different components for each row in a table

2006-10-31 Thread Nick77
I had a similar problem where I wanted to display different UI input components depending on the type of data in the row (ie String, Date, Double etc). I found the easiest way to do this was to add ALL the options and select which is displayed using the rendered attribute. I also did not want to

Re: Option for NavigationHandler to support viewIds as outcome

2006-10-31 Thread Matthias Wessendorf
On 10/31/06, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi! 1.) Seperate NavigationHandlerImpl IMHO, this is a must! I think we should *not* implement stuff which silently changes/enhances the behaviour - especially in myfaces-impl!! The TCK might forbid this change anyway ... +1 ! 2.)

[jira] Created: (TOMAHAWK-761) inputCalendar doesn't work as popup in tomahawk-1.1.3

2006-10-31 Thread Travis Delph (JIRA)
inputCalendar doesn't work as popup in tomahawk-1.1.3 - Key: TOMAHAWK-761 URL: http://issues.apache.org/jira/browse/TOMAHAWK-761 Project: MyFaces Tomahawk Issue Type: Bug

Tomcat SNAPSHOT is missing, 1.2 impl cannot be built

2006-10-31 Thread Dennis Byrne
Looks like the 1.2 branch [2] does not work on a fresh co because the tomcat jars have been removed from the apache repo [1]. Does anyone know where they have gone to? I seem to remember the Mortbay jars working quite well for us. Is there any reason this was changed? Dennis Byrne [1]

Re: Option for NavigationHandler to support viewIds as outcome

2006-10-31 Thread Sean Schofield
I think we should be very careful about adding a feature that encourages people to drift away from the spec. I agree with the reasons that Craig laid out for why the outcomes behave the way they do now. Its true that its not our job to force people to do follow certain standards. Its also true

Re: Option for NavigationHandler to support viewIds as outcome

2006-10-31 Thread Craig McClanahan
On 10/31/06, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi! 1.) Seperate NavigationHandlerImplIMHO, this is a must! I think we should *not* implement stuff whichsilently changes/enhances the behaviour - especially in myfaces-impl!!The TCK might forbid this change anyway ... 2.) Configurable

Re: How to dynamically show different components for each row in a table

2006-10-31 Thread Sean Schofield
This is probably best discussed on the users list. The dev list is for discussion of new components and general project coordination. Sean On 10/31/06, kevin_zhai [EMAIL PROTECTED] wrote: My table maybe each row(column) need different UI component(radio,button,checkbox,textbox,etc), so,use

XML-Schema for the Tags

2006-10-31 Thread Andreas Berger
Hello, the spec for 1.2 says, that JSF implementations that are part of a Java EE technology-compliant implementation are required to validate the application resource file against the XML schema for structural correctness. So should we use XML-Schema for the Tag*.tld as well? (html and core) If

Re: Option for NavigationHandler to support viewIds as outcome

2006-10-31 Thread Matthias Wessendorf
2.) Configurable Option not required, as everyone can configure this NH in faces-config.xml. In particular, if you decide to implement this feature, consider packaging it inside a separate JAR file with its own embedded META-INF/faces- config.xml file that defines the custom navigation

[jira] Resolved: (TOBAGO-7) Add default values for calendar popup size

2006-10-31 Thread Bernd Bohmann (JIRA)
[ http://issues.apache.org/jira/browse/TOBAGO-7?page=all ] Bernd Bohmann resolved TOBAGO-7. Resolution: Fixed I think it is already done. Add default values for calendar popup size -- Key:

[jira] Commented: (TOBAGO-163) Calculation of component-height doesn't work correctly

2006-10-31 Thread Bernd Bohmann (JIRA)
[ http://issues.apache.org/jira/browse/TOBAGO-163?page=comments#action_12446079 ] Bernd Bohmann commented on TOBAGO-163: -- Can you test it with the nightly build, please. Calculation of component-height doesn't work correctly

[jira] Commented: (TOBAGO-164) Faces initialisation doesn't work if Tomcat installation path contains spaces

2006-10-31 Thread Bernd Bohmann (JIRA)
[ http://issues.apache.org/jira/browse/TOBAGO-164?page=comments#action_12446082 ] Bernd Bohmann commented on TOBAGO-164: -- Which version of myfaces core are you using? Faces initialisation doesn't work if Tomcat installation path contains

[jira] Commented: (TOBAGO-162) Date not rendered correctly without f:convertDateTime pattern=dd/MM/yyyy /

2006-10-31 Thread Bernd Bohmann (JIRA)
[ http://issues.apache.org/jira/browse/TOBAGO-162?page=comments#action_12446083 ] Bernd Bohmann commented on TOBAGO-162: -- ping Date not rendered correctly without f:convertDateTime pattern=dd/MM/ /

[jira] Commented: (TOBAGO-163) Calculation of component-height doesn't work correctly

2006-10-31 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/TOBAGO-163?page=comments#action_12446092 ] Volker Weber commented on TOBAGO-163: - Bernd, did you change something in the calculation? I think the margin is missing on layoutcalculation in the layout

Re: Tomcat SNAPSHOT is missing, 1.2 impl cannot be built

2006-10-31 Thread Matthias Wessendorf
mmm, I guess, because it is the (Apache) tomcat ? no idea. Jetty is fine with me too. -M On 10/31/06, Dennis Byrne [EMAIL PROTECTED] wrote: Looks like the 1.2 branch [2] does not work on a fresh co because the tomcat jars have been removed from the apache repo [1]. Does anyone know where

Re: Tomcat SNAPSHOT is missing, 1.2 impl cannot be built

2006-10-31 Thread Wendy Smoak
On 10/31/06, Dennis Byrne [EMAIL PROTECTED] wrote: Looks like the 1.2 branch [2] does not work on a fresh co because the tomcat jars have been removed from the apache repo [1]. Does anyone know where they have gone to? I seem to remember the Mortbay jars working quite well for us. Is there

Re: Tomcat SNAPSHOT is missing, 1.2 impl cannot be built

2006-10-31 Thread Craig McClanahan
On 10/31/06, Dennis Byrne [EMAIL PROTECTED] wrote: Looks like the 1.2 branch [2] does not work on a fresh co because the tomcat jars have been removed from the apache repo [1].Does anyone know where they have gone to?I seem to remember the Mortbay jars working quite well for us.Is there any reason

Re: Tomcat SNAPSHOT is missing, 1.2 impl cannot be built

2006-10-31 Thread Wendy Smoak
On 10/31/06, Craig McClanahan [EMAIL PROTECTED] wrote: Didn't Tomcat 6.0 just go final? If so, it'd probably be worth updating to the final version number. Not yet... 6.0.0 exists, but the only vote I've seen was on the release plan. I'm working with them to get Tomcat 6 into the central

Re: Tomcat SNAPSHOT is missing, 1.2 impl cannot be built

2006-10-31 Thread Matthias Wessendorf
thanks! weren't they available? or was it just a *temp* thing ? On 10/31/06, Wendy Smoak [EMAIL PROTECTED] wrote: On 10/31/06, Craig McClanahan [EMAIL PROTECTED] wrote: Didn't Tomcat 6.0 just go final? If so, it'd probably be worth updating to the final version number. Not yet... 6.0.0

Re: Tomcat SNAPSHOT is missing, 1.2 impl cannot be built

2006-10-31 Thread Zubin Wadia
It's not official...http://tomcat.apache.org/download-60.cgiOn 10/31/06, Wendy Smoak [EMAIL PROTECTED] wrote:On 10/31/06, Craig McClanahan [EMAIL PROTECTED] wrote: Didn't Tomcat 6.0 just go final?If so, it'd probably be worth updating to the final version number.Not yet... 6.0.0 exists, but the

[jira] Commented: (TOBAGO-163) Calculation of component-height doesn't work correctly

2006-10-31 Thread Bernd Bohmann (JIRA)
[ http://issues.apache.org/jira/browse/TOBAGO-163?page=comments#action_12446110 ] Bernd Bohmann commented on TOBAGO-163: -- I have added the example code to

Re: Tomcat SNAPSHOT is missing, 1.2 impl cannot be built

2006-10-31 Thread Zubin Wadia
Remy,I was just answering Craig's question. Alpha != Final.Cheers,Z.On 10/31/06, Remy Maucherat [EMAIL PROTECTED] wrote:Zubin Wadia wrote: It's not official... http://tomcat.apache.org/download-60.cgiIt's official, but it's an alpha release, which to me is a lot betterthan a random build (it has

development attribute in dojoInitializer

2006-10-31 Thread Arash Rajaeeyan
development attribute in dojoInitializer, is in DojoInitializerTag.java but it is not in TLD class, half documented in xdoc web site.is it removed or what?Arash Rajaeeyan

Re: XML-Schema for the Tags

2006-10-31 Thread Bruno Aranda
Yes, we will use the schemas. I have been lately working in the maven-faces-plugin that will allow us to autogenerate the component/tags/tlds/config files from a set of XMLs describing the components etc, the way Trinidad is doing it's build. So the xslt transformation would not be needed anymore

Re: Tomcat SNAPSHOT is missing, 1.2 impl cannot be built

2006-10-31 Thread Wendy Smoak
On 10/31/06, Wendy Smoak [EMAIL PROTECTED] wrote: I'll deploy new 6.0.1-SNAPSHOT jars tonight. This is done, and the poms for the 1.2 branch have been updated. It builds for me after downloading the snapshots, please let me know if you have any trouble. -- Wendy