Re: f:ajax and MyFaces extensions

2009-04-22 Thread Matthias Wessendorf
On Wed, Apr 22, 2009 at 7:54 AM, Werner Punz werner.p...@gmail.com wrote: Matthias Wessendorf schrieb: On Tue, Apr 21, 2009 at 8:13 PM, Werner Punz werner.p...@gmail.com wrote: Actually We probably can provide a non facelets based solution under the myfaces umbrella, tomahawk, extensions or

Re: f:ajax and MyFaces extensions

2009-04-22 Thread Matthias Wessendorf
On Wed, Apr 22, 2009 at 8:00 AM, Matthias Wessendorf mat...@apache.org wrote: On Wed, Apr 22, 2009 at 7:54 AM, Werner Punz werner.p...@gmail.com wrote: Matthias Wessendorf schrieb: On Tue, Apr 21, 2009 at 8:13 PM, Werner Punz werner.p...@gmail.com wrote: Actually We probably can provide a

Re: f:ajax and MyFaces extensions

2009-04-22 Thread Werner Punz
Matthias Wessendorf schrieb: On Wed, Apr 22, 2009 at 7:54 AM, Werner Punz werner.p...@gmail.com wrote: Matthias Wessendorf schrieb: On Tue, Apr 21, 2009 at 8:13 PM, Werner Punz werner.p...@gmail.com wrote: Actually We probably can provide a non facelets based solution under the myfaces

[jira] Resolved: (TRINIDAD-1456) Some keys in resource files have no translation

2009-04-22 Thread JIRA
[ https://issues.apache.org/jira/browse/TRINIDAD-1456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Weßendorf resolved TRINIDAD-1456. -- Resolution: Fixed Fix Version/s: 1.2.12-core Some keys in resource

[jira] Commented: (TRINIDAD-1456) Some keys in resource files have no translation

2009-04-22 Thread JIRA
[ https://issues.apache.org/jira/browse/TRINIDAD-1456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12701400#action_12701400 ] Matthias Weßendorf commented on TRINIDAD-1456: -- TRINIDAD-744 has been

[jira] Commented: (MYFACES-1955) MyFaces 1.2.4 and WebLogic 10.3- strict servlet API: cannot call getWriter() after getOutputStream()

2009-04-22 Thread JIRA
[ https://issues.apache.org/jira/browse/MYFACES-1955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12701403#action_12701403 ] Matthias Weßendorf commented on MYFACES-1955: - Great workaround. I will

Re: f:ajax and MyFaces extensions

2009-04-22 Thread Werner Punz
Ok I did a quick look over the facelets section as it seems, it is facelets or jsp just like we had in the past... I would have loved to have a templating on the renderer side for jsp as well, oh well... Werner Werner Punz schrieb: Matthias Wessendorf schrieb: On Wed, Apr 22, 2009 at

Re: f:ajax and MyFaces extensions

2009-04-22 Thread Matthias Wessendorf
On Wed, Apr 22, 2009 at 8:19 AM, Werner Punz werner.p...@gmail.com wrote: Ok I did a quick look over the facelets section as it seems, it is facelets or jsp just like we had in the past... but if I understood things right. New features (- f:ajax) only for facelets -Matthias I would have

Fwd: [Trinidad] How to control tr:chooseDate/'s starting date?

2009-04-22 Thread Jacob Nordfalk
Hi, I wonder if the list has recieved this? Am I posting on the rignt list? (I haven't recieved any reaction) Jacob -- Forwarded message -- From: Jacob Nordfalk jacob.nordf...@gmail.com Date: 2009/4/20 Subject: [Trinidad] How to control tr:chooseDate/'s starting date? To:

Re: [Trinidad] How to control tr:chooseDate/'s starting date?

2009-04-22 Thread Matthias Wessendorf
yes, see here: http://www.nabble.com/-Trinidad--How-to-control-%3Ctr:chooseDate-%3E%27s-starting-date--p23138122.html I replied to your original mail: http://www.mail-archive.com/dev@myfaces.apache.org/msg38317.html -Matthias On Wed, Apr 22, 2009 at 8:34 AM, Jacob Nordfalk

Re: Testing archetypes for MyFaces projects?

2009-04-22 Thread Gerhard Petracek
hello, @archetypes for each library with facelets: +1 and it would be nice to clean-up the existing demos or provide demos with a minimal config. regards, gerhard http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for

Re: [Trinidad] How to control tr:chooseDate/'s starting date?

2009-04-22 Thread Jacob Nordfalk
Hi Matthias, and sorry for not seeing your answer: Looking at the code of the renderer (ChooseDateRenderer)'s encodeAll(), I see that it looks for the current date, here: ... long currTimeMillis = 0; Object currTimeValue = bean.getProperty (_currTimeKey); if (currTimeValue !=

Re: f:ajax and MyFaces extensions

2009-04-22 Thread Ganesh
Hi Werner, Does this mean Matthias succeeded in convincing you that f:ajax is facelets-only and can receive an additional attribute without breaking the TCK or the spec? Also, please see the spec, section 10.1: New features introduced in version 2 and later are only exposed to page authors

Re: f:ajax and MyFaces extensions

2009-04-22 Thread Matthias Wessendorf
On Wed, Apr 22, 2009 at 9:16 AM, Ganesh gan...@j4fry.org wrote: Hi Werner, Does this mean Matthias succeeded in convincing you that f:ajax is facelets-only and can receive an additional attribute without breaking the TCK or the spec? Also, please see the spec, section 10.1: New features

Re: f:ajax and MyFaces extensions

2009-04-22 Thread Simon Kitching
Werner Punz schrieb: Matthias Wessendorf schrieb: On Tue, Apr 21, 2009 at 8:13 PM, Werner Punz werner.p...@gmail.com wrote: Actually We probably can provide a non facelets based solution under the myfaces umbrella, tomahawk, extensions or impl I don´t care but I am definitely sure we will be

Re: f:ajax and MyFaces extensions

2009-04-22 Thread Simon Kitching
Hi, Unlike JSP tags, facelet tags do not declare or validate attributes (ie you can define any attributes you like on a facelet tag without getting a this attribute does not exist error) [1], so the TCK presumably would not be able to detect whether MyFaces has extended the spec with custom

Re: f:ajax and MyFaces extensions

2009-04-22 Thread Werner Punz
Simon Kitching schrieb: tely is not suitable for swing and others. Why doesn't partial-page-updating make sense for presentation layers other than HTML? Because the way it is defined makes only sense in html... Other presentation layers can do something similar but they have to go their own

Re: f:ajax and MyFaces extensions

2009-04-22 Thread Werner Punz
Simon Kitching schrieb: Hi, Unlike JSP tags, facelet tags do not declare or validate attributes (ie you can define any attributes you like on a facelet tag without getting a this attribute does not exist error) [1], so the TCK presumably would not be able to detect whether MyFaces has extended

[jira] Created: (TRINIDAD-1458) Trinidad Dependency on Dojo

2009-04-22 Thread karthikeyan (JIRA)
Trinidad Dependency on Dojo --- Key: TRINIDAD-1458 URL: https://issues.apache.org/jira/browse/TRINIDAD-1458 Project: MyFaces Trinidad Issue Type: Task Reporter: karthikeyan Priority: Trivial

[jira] Resolved: (TOBAGO-746) tx:time thows wrong type error

2009-04-22 Thread Bernd Bohmann (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bernd Bohmann resolved TOBAGO-746. -- Resolution: Fixed tx:time thows wrong type error --

[jira] Resolved: (TOBAGO-739) Allow setting the id of field/input components in FaceletsExtensionTags with the fieldId Attribute

2009-04-22 Thread Bernd Bohmann (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bernd Bohmann resolved TOBAGO-739. -- Resolution: Fixed Allow setting the id of field/input components in FaceletsExtensionTags

[jira] Resolved: (TOBAGO-728) More detail warning description if a column contains more than one child

2009-04-22 Thread Bernd Bohmann (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bernd Bohmann resolved TOBAGO-728. -- Resolution: Fixed More detail warning description if a column contains more than one child

[jira] Resolved: (TOBAGO-744) More detail warning description if a renderedPartially component is not found

2009-04-22 Thread Bernd Bohmann (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bernd Bohmann resolved TOBAGO-744. -- Resolution: Fixed More detail warning description if a renderedPartially component is not

[jira] Resolved: (TRINIDAD-1458) Trinidad Dependency on Dojo

2009-04-22 Thread JIRA
[ https://issues.apache.org/jira/browse/TRINIDAD-1458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Weßendorf resolved TRINIDAD-1458. -- Resolution: Invalid please don't abuse the bugtracker for asking questions!

[jira] Resolved: (TOBAGO-475) Problem when changing sheet column widths programmaticly

2009-04-22 Thread Bernd Bohmann (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bernd Bohmann resolved TOBAGO-475. -- Resolution: Fixed Problem when changing sheet column widths programmaticly

[jira] Resolved: (TOBAGO-698) In FF3 sheet footer overlaps popup

2009-04-22 Thread Bernd Bohmann (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bernd Bohmann resolved TOBAGO-698. -- Resolution: Fixed Fix Version/s: (was: 1.1.0) Partial solution for 1.0.21 In FF3

[jira] Created: (TOMAHAWK-1413) Trinidad doesn't include id in view state hidden field

2009-04-22 Thread Bernd Bohmann (JIRA)
Trinidad doesn't include id in view state hidden field -- Key: TOMAHAWK-1413 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1413 Project: MyFaces Tomahawk Issue Type: Improvement

[Trinidad] let tr inputColor use the lightweight dialogs framework

2009-04-22 Thread Döring Markus
Hi Devs, as mentioned earlier on the users list, the tr:inputColor / currently opens an new browser window to show an color picker (if not used together with an inline tr:chooseColor /) even when context-param

[jira] Created: (TOMAHAWK-1415) The leading spaces should be ignored if the html comment is removed before the JavaScript is evaluated in PPRPanelGroup

2009-04-22 Thread Bernd Bohmann (JIRA)
The leading spaces should be ignored if the html comment is removed before the JavaScript is evaluated in PPRPanelGroup --- Key: TOMAHAWK-1415

[jira] Resolved: (TOMAHAWK-1415) The leading spaces should be ignored if the html comment is removed before the JavaScript is evaluated in PPRPanelGroup

2009-04-22 Thread Bernd Bohmann (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bernd Bohmann resolved TOMAHAWK-1415. - Resolution: Fixed The leading spaces should be ignored if the html comment is

[jira] Resolved: (TOMAHAWK-1414) Better error handling for PPRPanelGroup

2009-04-22 Thread Bernd Bohmann (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bernd Bohmann resolved TOMAHAWK-1414. - Resolution: Fixed Better error handling for PPRPanelGroup

[jira] Resolved: (TOMAHAWK-1413) Trinidad doesn't include id in view state hidden field

2009-04-22 Thread Bernd Bohmann (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bernd Bohmann resolved TOMAHAWK-1413. - Resolution: Fixed Trinidad doesn't include id in view state hidden field

[jira] Created: (TOMAHAWK-1416) Cannot use SimpleScheduleModel with different TimeZones

2009-04-22 Thread Daniele Demichelis (JIRA)
Cannot use SimpleScheduleModel with different TimeZones --- Key: TOMAHAWK-1416 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1416 Project: MyFaces Tomahawk Issue Type: Bug

[jira] Updated: (MYFACES-2206) Implement javax.faces.view.ViewMetadata and associated methods

2009-04-22 Thread Curtiss Howard (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Curtiss Howard updated MYFACES-2206: Status: Patch Available (was: Open) Implement javax.faces.view.ViewMetadata and

[jira] Updated: (MYFACES-2142) ClassCastException in JspViewHandlerImpl: ResponseSwitch != HttpServletResponse

2009-04-22 Thread Curtiss Howard (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Curtiss Howard updated MYFACES-2142: Status: Patch Available (was: Open) ClassCastException in JspViewHandlerImpl: