[jira] Commented: (MYFACES-1714) submitted (or local) values are not erasable after conversion or validation error

2007-09-25 Thread Michael Heinen (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530060 ] Michael Heinen commented on MYFACES-1714: - Martin, thanks for looking into this issue. I think jsf

[jira] Updated: (TRINIDAD-665) Pie chart breaking with 7 items

2007-09-25 Thread JIRA
[ https://issues.apache.org/jira/browse/TRINIDAD-665?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Weßendorf updated TRINIDAD-665: Resolution: Fixed Fix Version/s: 1.0.3-core Status: Resolved

Re: [jira] Resolved: (TRINIDAD-654) Lightweight dialogs should be skinnable

2007-09-25 Thread Carsten Pieper
Hi Danny, this is very strange. I now checked with ompression enabled and it's still the same on my system, i.e. I still find these un-compressed style classes as defined in my CSS. My rendered stuff still looks like this: div style=padding: 0px; position: absolute; z-index: 5001; top:

[jira] Created: (TRINIDAD-738) AssertionError including commandLink within panelLabelAndMessage

2007-09-25 Thread Fred Davis (JIRA)
AssertionError including commandLink within panelLabelAndMessage Key: TRINIDAD-738 URL: https://issues.apache.org/jira/browse/TRINIDAD-738 Project: MyFaces Trinidad Issue

Re: [jira] Resolved: (TRINIDAD-654) Lightweight dialogs should be skinnable

2007-09-25 Thread Carsten Pieper
One more thought: I said that I'd been using the latest 1.0.3. snapshot. What I'm in fact doing is copying the latest trinidad-api-1.0.3-SNAPSHOT.jar and trinidad-impl-1.0.3-SNAPSHOT.jar into my local Maven repository. Is there be more to do to really be up-to-date? Thanks, Carsten Carsten

ViewState issue causing Force refresh not to work.

2007-09-25 Thread mosabcdef
Hi, I am having an issue with an upgrade from MyFaces version 1.1.3 to version 1.1.5. Before the upgrade my code was working fine where the header information (meta http-equiv=expires content=0 and no cache) in each page was forcing a page refresh if the user clicked the back button. However

Re: [Trinidad] Branch for 1.0.3 core ?

2007-09-25 Thread Matthias Wessendorf
anyone else that has some changes to commit ? Otherwise I start the branch tomorrow morning (German time) -Matthias On 9/25/07, Adam Winer [EMAIL PROTECTED] wrote: OK, I've fixed 735, and checked in the patches for 674 and 676. -- Adam On 9/24/07, Adam Winer [EMAIL PROTECTED] wrote:

[jira] Commented: (MYFACES-1714) submitted (or local) values are not erasable after conversion or validation error

2007-09-25 Thread Michael Heinen (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530109 ] Michael Heinen commented on MYFACES-1714: - It was not my intention to blame myFaces for implementing the

[jira] Commented: (MYFACES-1714) submitted (or local) values are not erasable after conversion or validation error

2007-09-25 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530110 ] Andrew Robinson commented on MYFACES-1714: -- We should take this back to the mailing list and out of JIRA

Re: [jira] Resolved: (TRINIDAD-731) xOffset/yOffset don't get correctly processed by plugins, switch to horzOffset/vertOffset for simplicity and clarity.

2007-09-25 Thread Danny Robinson
Both. If you grab the trunk and tweak the CorePanelPopup.xml attributes back to using xOffset/yOffset, then also tweak findTypeConstants() in the renderer, then... In JSP, you get /components/panelPopup.jspx(39,102) Unable to find setter method for attribute: yOffset In Facelets, you get

Re: [vote] release of Trinidad plugins (1.2.3)

2007-09-25 Thread Adam Winer
On 9/25/07, Andrew Robinson [EMAIL PROTECTED] wrote: I'm planning on help with the documentation, and plan to add a new page to the WIKI for a getting started on using the maven-faces-plugin with facelets and jsf 1.1. That'd be awesome! On the topic of what I brought up, would it be better

Re: [Trinidad] Branch for 1.0.3 core ?

2007-09-25 Thread Adam Winer
I think Danny still has some things? -- Adam On 9/25/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: anyone else that has some changes to commit ? Otherwise I start the branch tomorrow morning (German time) -Matthias On 9/25/07, Adam Winer [EMAIL PROTECTED] wrote: OK, I've fixed 735,

[jira] Commented: (TRINIDAD-37) Client-side validation should support onblur/onchange validation when set to 'inline'

2007-09-25 Thread Danny Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-37?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530146 ] Danny Robinson commented on TRINIDAD-37: It's intention is to move the autosubmit javascript method into

Re: [Trinidad] Branch for 1.0.3 core ?

2007-09-25 Thread Danny Robinson
I'd like some quick eyes on the patch I've attached to *TRINIDAD-37https://issues.apache.org/jira/browse/TRINIDAD-37 *which I'd like to commit if there are no issues.* ** * On 9/25/07, Adam Winer [EMAIL PROTECTED] wrote: I think Danny still has some things? -- Adam On 9/25/07, Matthias

Re: [Trinidad] Branch for 1.0.3 core ?

2007-09-25 Thread Danny Robinson
If anyone could take a peek at the plugin issue with attributes such as xOffset/yOffset, then we could revert the attribute names in panelPopup before the release goes out so they stay the same between releases. On 9/25/07, Danny Robinson [EMAIL PROTECTED] wrote: I'd like some quick eyes on the

Re: [Trinidad] Branch for 1.0.3 core ?

2007-09-25 Thread Adam Winer
This looks like it fails if validation is set to alert mode; _autoSubmit always calls _validateInput, which calls _validateInline. Also, if immediate is true, the _autoSubmit param validateForm is true? That seems weird... I think I've seen this code: + if (_agent.isIE) + { +// in many

Re: [jira] Resolved: (TRINIDAD-731) xOffset/yOffset don't get correctly processed by plugins, switch to horzOffset/vertOffset for simplicity and clarity.

2007-09-25 Thread Adam Winer
It's probably the case that the component and JSP tag methods need to be setxOffset instead of setXOffset() - or you need to supply a BeanInfo. But the best and simplest option, I think, is just to rename the properties to xoffset and yoffset, no caps - like halign and valign. -- Adam On

[jira] Created: (TRINIDAD-739) Timezone handling in trinidad-config.xml and ConvertDateTimeTag does not give notice on errors

2007-09-25 Thread Yee-Wah Lee (JIRA)
Timezone handling in trinidad-config.xml and ConvertDateTimeTag does not give notice on errors -- Key: TRINIDAD-739 URL:

Re: [Trinidad] Branch for 1.0.3 core ?

2007-09-25 Thread Danny Robinson
This looks like it fails if validation is set to alert mode; _autoSubmit always calls _validateInput, which calls _validateInline. Thanks, fixed. Also, if immediate is true, the _autoSubmit param validateForm is true? That seems weird... BodyRenderer actually uses the snippet below, so

[jira] Resolved: (TOBAGO-496) Update dependency of facelets to 1.1.13

2007-09-25 Thread Bernd Bohmann (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bernd Bohmann resolved TOBAGO-496. -- Resolution: Fixed Update dependency of facelets to 1.1.13

[jira] Resolved: (TOBAGO-489) Add suggestMethod support for facelets lib

2007-09-25 Thread Bernd Bohmann (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bernd Bohmann resolved TOBAGO-489. -- Resolution: Fixed Add suggestMethod support for facelets lib

[jira] Resolved: (TOBAGO-495) tx:date tag misses the markup attribute

2007-09-25 Thread Bernd Bohmann (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bernd Bohmann resolved TOBAGO-495. -- Resolution: Fixed tx:date tag misses the markup attribute

[jira] Reopened: (TOBAGO-467) Support for partial rendering for the (old) tree

2007-09-25 Thread Bernd Bohmann (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bernd Bohmann reopened TOBAGO-467: -- See TOBAGO-497 Support for partial rendering for the (old) tree

Re: [Trinidad] Branch for 1.0.3 core ?

2007-09-25 Thread Adam Winer
On 9/25/07, Danny Robinson [EMAIL PROTECTED] wrote: This looks like it fails if validation is set to alert mode; _autoSubmit always calls _validateInput, which calls _validateInline. Thanks, fixed. Also, if immediate is true, the _autoSubmit param validateForm is true? That seems

[jira] Commented: (TOBAGO-497) Tree-Selection causes no submit

2007-09-25 Thread Bernd Bohmann (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530282 ] Bernd Bohmann commented on TOBAGO-497: -- Can you verify it, please. Tree-Selection causes no submit

Re: [Trinidad] Branch for 1.0.3 core ?

2007-09-25 Thread Danny Robinson
Both should go into a common method, I think. Maybe we could start to use some polymorphism on the agent object, so you could just call event = _agent.getEvent(event)? That would be no bad thing, there's also addEventHandler/removeEventHandler stuff we could also add there. Given the

[jira] Updated: (TRINIDAD-739) Timezone handling in trinidad-config.xml and ConvertDateTimeTag does not give notice on errors

2007-09-25 Thread Yee-Wah Lee (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yee-Wah Lee updated TRINIDAD-739: - Status: Patch Available (was: Open) Timezone handling in trinidad-config.xml and

[jira] Updated: (TRINIDAD-739) Timezone handling in trinidad-config.xml and ConvertDateTimeTag does not give notice on errors

2007-09-25 Thread Yee-Wah Lee (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yee-Wah Lee updated TRINIDAD-739: - Status: Open (was: Patch Available) Timezone handling in trinidad-config.xml and

Re: [Trinidad] Branch for 1.0.3 core ?

2007-09-25 Thread Adam Winer
Sure, no prob. :) -- Adam On 9/25/07, Danny Robinson [EMAIL PROTECTED] wrote: Both should go into a common method, I think. Maybe we could start to use some polymorphism on the agent object, so you could just call event = _agent.getEvent(event)? That would be no bad thing, there's

[jira] Reopened: (TRINIDAD-731) xOffset/yOffset don't get correctly processed by plugins, switch to horzOffset/vertOffset for simplicity and clarity.

2007-09-25 Thread Danny Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Danny Robinson reopened TRINIDAD-731: - Reverting attribute names, but to lowercase. xOffset/yOffset don't get correctly

[jira] Resolved: (TRINIDAD-731) xOffset/yOffset don't get correctly processed by plugins, switch to horzOffset/vertOffset for simplicity and clarity.

2007-09-25 Thread Danny Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Danny Robinson resolved TRINIDAD-731. - Resolution: Fixed Reverted back to xoffset/yoffset (lower-case). Release notes have

[jira] Created: (TRINIDAD-740) autoSubmit framework should cater for client-side validation

2007-09-25 Thread Danny Robinson (JIRA)
autoSubmit framework should cater for client-side validation Key: TRINIDAD-740 URL: https://issues.apache.org/jira/browse/TRINIDAD-740 Project: MyFaces Trinidad Issue Type:

[jira] Resolved: (TRINIDAD-740) autoSubmit framework should cater for client-side validation

2007-09-25 Thread Danny Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Danny Robinson resolved TRINIDAD-740. - Resolution: Fixed Fix Version/s: 1.0.3-core Reworked autoSubmit c/s routines

Re: [vote] release of Trinidad plugins (1.2.3)

2007-09-25 Thread Andrew Robinson
Mike's suggestion worked, I also found the help docs on the WIKI, I should have tried a little harder before sending an email :-) Here is my progress so far: http://wiki.apache.org/myfaces/Facelets_and_JSF_1%2e1_maven-faces-plugin_Getting_started Will keep working on it as I have time. -Andrew