Re: [commons] enum converter

2008-01-02 Thread Volker Weber
Hi, i just committed the extension (to the 1.1 branch). if there are no objections i can merge this to the trunk. Is there any documentation to update? Regards, Volker 2007/12/19, Volker Weber [EMAIL PROTECTED]: Hi, i like to extend the converter to make it usable via tag instead

Re: [commons] enum converter

2007-12-19 Thread Volker Weber
Hi, i like to extend the converter to make it usable via tag instead of converter attribute of component tags. getAsString() should return something like enum.getClass().getName() + # + enum.name() then we don't need the targetClass. Regards, Volker 2007/12/19, Matthias Wessendorf [EMAIL

[jira] Commented: (TOBAGO-579) Please move INFO messages to DEBUG

2007-12-18 Thread Volker Weber (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12552739 ] Volker Weber commented on TOBAGO-579: - I think you are using the latest (todays) svn checkout? I will remove

Re: [VOTE] Release Tobago 1.0.13

2007-12-13 Thread Volker Weber
Hi, +1 Regards, Volker 2007/12/12, Grant Smith [EMAIL PROTECTED]: +1 On 12/11/07, Bernd Bohmann [EMAIL PROTECTED] wrote: Hello, I would like to release Tobago 1.0.13, This release contains 30 changes. For a detail list please consult the release notes:

Re: svn commit: r601889 - in /myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago: util/DebugPhaseListener.java validator/FileItemValidator.java webapp/TobagoResponseWriterImpl.java

2007-12-07 Thread Volker Weber
Hi Bernd, is the SuppressWarnings(unchecked) Annotation really needed for checkstyle? I don't like to annotate the complete method because of just one statement. Regards, Volker 2007/12/6, [EMAIL PROTECTED] [EMAIL PROTECTED]: Author: bommel Date: Thu Dec 6 14:41:18 2007 New Revision:

Re: [VOTE] Commons API JSF 1.2 only

2007-12-06 Thread Volker Weber
Hi, i'm not going to vote here, but if i would my vote where -1. A minimum, requirement of jsf1.2 makes this worthless for me, because i don't think that we could switch to 1.2 the next years. The current commons-components, commons-validators (and commons-utils ?) are 1.1 compatible afaik. So

Re: MyFaces JSF Commons Project

2007-12-05 Thread Volker Weber
Hi, why should a jsf1.1 extension library require java1.4 support? tobago requires java1.5. it is totally fine running jsf 1.1 on a java 1.6 environment. I don't know the details of jsf 1.2 spec, but it seems to me that the api for javax.faces.convert.Converter is the same, so why must we

Re: [jira] Commented: (TRINIDAD-790) datepicker selects wrong day

2007-12-05 Thread Volker Weber
Hi Simon, you should add this comment to the JIRA, i don't think Dara is reading here. and someone @irian should do this at the demo. Regards, Volker 2007/12/5, Simon Lessard [EMAIL PROTECTED]: Hello, You can set the right timezone in trinidad-config.xml to fix it. However, use the

Re: [result][vote] start up the MyFaces Commons project

2007-11-29 Thread Volker Weber
Hi, 2007/11/29, Manfred Geiler [EMAIL PROTECTED]: Oh no! Seems like we are going round in circles... :-( WHAT is the FOCUS of a jsfcommons project?! Do we really want component like stuff like converters and validators there? Didn't we discuss this already? Yes we had discuss this, but it

Re: [result][vote] start up the MyFaces Commons project

2007-11-29 Thread Volker Weber
Hi, the tags for converters/validators e.g. must be in here, or the components are not useable. Regards, Volker 2007/11/29, Sochor Zdeněk [EMAIL PROTECTED]: Hi, Matthias Wessendorf napsal(a): sure, no dependency to -impl. Wouldn't make sense, if there were. Convertors and

Re: svn commit: r599532 - in /myfaces/tobago/trunk/theme: scarborough/src/main/java/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/tag/ standard/src/main/resources/org/apache/myfaces/to

2007-11-29 Thread Volker Weber
Hi Arvid, setDefaultAction: function(defaultActionId) { var field = Tobago.element(Tobago.page.id + Tobago.SUB_COMPONENT_SEP + form-action); if (field) { field.value = defaultActionId; } } could be simplified to setDefaultAction: function(defaultActionId) { Tobago.action.value =

[jira] Resolved: (TOBAGO-557) Selection problem with tc:treeListbox selectable=siblingLeafOnly

2007-11-29 Thread Volker Weber (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Volker Weber resolved TOBAGO-557. - Resolution: Fixed Fix Version/s: 1.0.13 Selection problem with tc:treeListbox selectable

[jira] Created: (TOBAGO-558) StringIndexOutOfBoundsException in MenuBarRenderer

2007-11-28 Thread Volker Weber (JIRA)
, Themes Affects Versions: 1.0.12 Reporter: Volker Weber Assignee: Volker Weber Fix For: 1.0.13 in a tc:menuRadio a StringIndexOutOfBoundsException occours if e.g. a label as a underscore at index 9 and the next label has less then 9 chars. -- This message

[jira] Resolved: (TOBAGO-558) StringIndexOutOfBoundsException in MenuBarRenderer

2007-11-28 Thread Volker Weber (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Volker Weber resolved TOBAGO-558. - Resolution: Fixed StringIndexOutOfBoundsException in MenuBarRenderer

Re: Tomahawk ExtensionsFilter, Trinidad skinning (and Tobago)

2007-11-22 Thread Volker Weber
Hi, additional info: the PageRenderer replaces the responsewriter in the facesContext with a buffer. all content of subcomponents are rendered into this buffer. in PageRenderer.encodeEnd() all is rendered into the original writer : including the head with styles and scripts, the opening body

Re: svn commit: r596571 - /myfaces/tobago/trunk/theme/scarborough/src/main/java/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/tag/TabGroupRenderer.java

2007-11-20 Thread Volker Weber
(TOBAGO-546) selectOneChoice should support coloring and images why are changes to tabgrouprenderer related to TOBAGO-546? 2007/11/20, [EMAIL PROTECTED] [EMAIL PROTECTED]: Author: bommel Date: Tue Nov 20 00:49:46 2007 New Revision: 596571 URL:

[tobago] Problems with (jsf-)FormBasedLogin, stored passwords and FF

2007-11-19 Thread Volker Weber
Hi, a problem which was noticed by me (on a linux FF) a while ago seems now also occuring on windows FF. We have a application with form based login where the loginpage is created by tobago. The name attribute of name and password fields are changed by javascript from the jsf-clientIds to the

[jira] Commented: (TOBAGO-540) Incorrect character set conversion in file upload

2007-11-19 Thread Volker Weber (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543528 ] Volker Weber commented on TOBAGO-540: - Hi, I had the same problem here, and the same workaround. I think

[jira] Created: (TOBAGO-543) replace prototype with dojo as underlying ajax library

2007-11-19 Thread Volker Weber (JIRA)
Components: Core Reporter: Volker Weber Assignee: Volker Weber Fix For: 1.0.13 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Commented: (TOBAGO-548) tc:hidden ... renders a margin

2007-11-19 Thread Volker Weber (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543595 ] Volker Weber commented on TOBAGO-548: - can you please provide example jsf code? I think its not the tc:hidden

[jira] Commented: (TOBAGO-548) tc:hidden ... renders a margin

2007-11-19 Thread Volker Weber (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543605 ] Volker Weber commented on TOBAGO-548: - it is supposed to do so! every row has a margin (5px in speyside) even

Re: [result][vote] start up the MyFaces Commons project

2007-10-31 Thread Volker Weber
It is a apache commons like project, just not located in commons.apache.org. If it is named myfaces-jsf-commons it should clear enough this is a myfaces project. And imho it should contain tools, components, ... for jsf users like apache-commons-beanutils contains java-collection stuff for java

[jira] Created: (TOBAGO-528) selectOneRenderer did not render disabled

2007-10-31 Thread Volker Weber (JIRA)
Reporter: Volker Weber Assignee: Volker Weber Fix For: 1.0.13 selectOneRenderer renders only disabled if the selectItem is disabled. In case of disabled=true on component all items should be rendered disabled. -- This message is automatically generated by JIRA. - You can

[jira] Resolved: (TOBAGO-528) selectOneRenderer did not render disabled

2007-10-31 Thread Volker Weber (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Volker Weber resolved TOBAGO-528. - Resolution: Fixed selectOneRenderer did not render disabled

[jira] Created: (TOBAGO-529) TabChangeListener tag should allow methodBinding

2007-10-31 Thread Volker Weber (JIRA)
: Core Reporter: Volker Weber Assignee: Volker Weber Priority: Minor tc:tabChangeListener currently requires the type attribute which is a class implementing TabChangeListener. As an alternate a attribute 'listener' should be possible with a methodBinding pointing

Re: [result][vote] start up the MyFaces Commons project

2007-10-31 Thread Volker Weber
] wrote: True! ...and also the name common is very common... :-) And therefore not reserved for Apache Commons ... -M On 10/31/07, Volker Weber [EMAIL PROTECTED] wrote: It is a apache commons like project, just not located in commons.apache.org. If it is named myfaces-jsf

Re: [result][vote] start up the MyFaces Commons project

2007-10-31 Thread Volker Weber
What is the problem having a taglib in the jar? 2007/10/31, Manfred Geiler [EMAIL PROTECTED]: On 10/31/07, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi! which is itself an umbrella project for two artifacts** called MyFaces JSF Commons Utils and MyFaces JSF Commons

[jira] Commented: (TOBAGO-524) Mandatory-attribute on tx:selectOneChoice is missing

2007-10-29 Thread Volker Weber (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12538491 ] Volker Weber commented on TOBAGO-524: - which attribute? jsp or facelets? Mandatory-attribute

[jira] Created: (TOBAGO-522) Unnecessary horizontal scrollbar in tc:tree

2007-10-25 Thread Volker Weber (JIRA)
Affects Versions: 1.0.11 Reporter: Volker Weber Assignee: Volker Weber Fix For: 1.0.13 If the tree expands to more height than available the tree becomes a vertical scrollbar and a unnecessary horizontal scrollbar also. I think this was introduced with the check

Re: [vote] start up the MyFaces Commons project

2007-10-24 Thread Volker Weber
Hi, +1 although the thing from tomahawk i was missing most, aliasBean, did not fit into tobagos layout system. But things like converters and validators should work with any implementation. Regards, Volker 2007/10/24, Mario Ivankovits [EMAIL PROTECTED]: Hi! Lets start up the long

Re: MyFaces Commons project: aliasBean

2007-10-24 Thread Volker Weber
anything renderkit-specific. I looked at the renderer implementation and it simply looks like its being used as a callback hook back into the component, and it's not doing any rendering. On 10/24/07, Volker Weber [EMAIL PROTECTED] wrote: Hi, +1 although the thing from tomahawk i

Re: MyFaces Commons project: aliasBean

2007-10-24 Thread Volker Weber
Hi, i think i should recheck using aliasBean in tobago, if i remember correct it works as a container component and the alias is valid for all children. It should be possible in tobago having a extra container around a component. Regards, Volker 2007/10/24, Mario Ivankovits [EMAIL

Re: svn commit: r586053 - /myfaces/tobago/trunk/example/demo/src/main/webapp/reference/popup.jsp

2007-10-18 Thread Volker Weber
Hi Udo, fixed should also work here: tc:gridLayout columns=fixed;* rows=fixed;fixed;fixed;fixed;*;fixed;*/ Regards, Volker 2007/10/18, [EMAIL PROTECTED] [EMAIL PROTECTED]: Author: lofwyr Date: Thu Oct 18 11:27:30 2007 New Revision: 586053 URL:

Re: [VOTE] Release Tobago 1.0.12

2007-10-18 Thread Volker Weber
Hi, is this issue really a blocker for the release? Than we should restart the vote to enable checking the patched release. My +1 is for the first release candidate. For the patched one my vote is -0 because i havened check this one, and i can't do this before next week. Regards, Volker

Re: [VOTE] Release Tobago 1.0.12

2007-10-16 Thread Volker Weber
Hi, +1 Regards, Volker 2007/10/16, Bernd Bohmann [EMAIL PROTECTED]: Hello, I would like to release Tobago 1.0.12. This release contains over 60 changes. For a detail list please consult the release notes:

Re: svn commit: r584061 - /myfaces/tobago/trunk/extension/facelets/src/main/java/org/apache/myfaces/tobago/facelets/extension/TobagoLabelExtensionHandler.java

2007-10-12 Thread Volker Weber
Hi Bernd, i tryed this before, but it did not work in tobago-example-facelets helloWorld.xml (adding a labelWidth to the tx:date). Regards, Volker 2007/10/12, [EMAIL PROTECTED] [EMAIL PROTECTED]: Author: bommel Date: Thu Oct 11 23:19:07 2007 New Revision: 584061 URL:

[jira] Reopened: (TOBAGO-505) tx:selectBooleanCheckbox with attribute labelWidth doesn't work

2007-10-05 Thread Volker Weber (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Volker Weber reopened TOBAGO-505: - Assignee: Volker Weber In case of illegal value for labelWidth a warning should be logged

[jira] Resolved: (TOBAGO-501) move method calculateStringWidth() from ButtonRenderer to RenderUtils

2007-09-26 Thread Volker Weber (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Volker Weber resolved TOBAGO-501. - Resolution: Fixed Assignee: Volker Weber move method calculateStringWidth() from

[jira] Created: (TOBAGO-502) Change the default of ajax-enabled in tobago-config.xml to true

2007-09-26 Thread Volker Weber (JIRA)
: Improvement Components: Core Affects Versions: 1.0.11 Reporter: Volker Weber Assignee: Volker Weber Priority: Minor Fix For: 1.0.12 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment

[jira] Resolved: (TOBAGO-502) Change the default of ajax-enabled in tobago-config.xml to true

2007-09-26 Thread Volker Weber (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Volker Weber resolved TOBAGO-502. - Resolution: Fixed Change the default of ajax-enabled in tobago-config.xml to true

[jira] Created: (TOBAGO-503) Ajax requests needs a different content-type.

2007-09-26 Thread Volker Weber (JIRA)
Affects Versions: 1.0.11 Environment: Apache with mod_deflate and mod_jk connection to tomcat Reporter: Volker Weber Assignee: Volker Weber Priority: Blocker Fix For: 1.0.12 Ajax requests did not work via apache with mod_deflate. Proposed

Re: [Tobago] Time to release 1.0.12

2007-09-26 Thread Volker Weber
Hi, one more issue: Ajax requests needs a different content-type: http://issues.apache.org/jira/browse/TOBAGO-503 Regards, Volker 2007/9/26, Volker Weber [EMAIL PROTECTED]: Hi, 2007/9/26, Bernd Bohmann [EMAIL PROTECTED]: Hello, I would like to prepare the 1.0.12 release

[jira] Updated: (TOBAGO-485) tc:menu and links

2007-09-24 Thread Volker Weber (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Volker Weber updated TOBAGO-485: Status: Open (was: Patch Available) tc:menu and links

[jira] Commented: (TOBAGO-485) tc:menu and links

2007-09-24 Thread Volker Weber (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12529795 ] Volker Weber commented on TOBAGO-485: - Please attach a patch before switch to PatchAvailiable tc:menu

[jira] Commented: (MYFACES-1729) label attribute does not resolve EL expresion (JSR 252 Issue 6 related)

2007-09-24 Thread Volker Weber (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12529884 ] Volker Weber commented on MYFACES-1729: --- The probelm is the request-scope of f:loadBundle. The bundle

[jira] Created: (TOBAGO-498) TabGroup closes surounding popup if switchtype=reloadPage

2007-09-24 Thread Volker Weber (JIRA)
Versions: 1.0.11 Reporter: Volker Weber Priority: Minor A TabGroup with switchType=reloadPage inside a popup causes the closing of the popup on tab switch -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Commented: (TOBAGO-485) tc:menu and links

2007-09-18 Thread Volker Weber (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12528318 ] Volker Weber commented on TOBAGO-485: - At the development time of the menu we decided against the possiblility

Re: [tobago] config option ajax-enabled

2007-09-15 Thread Volker Weber
Hi, can we make it default=true while it is deprecated? Regards, Volker 2007/9/15, Bernd Bohmann [EMAIL PROTECTED]: Hello, i would prefer to deprecate this parameter and remove it in a future version. Regards Bernd Volker Weber wrote: Hi, I like to remove the ajax-enabled

[jira] Created: (TOBAGO-486) tc:textarea should support command facet

2007-09-13 Thread Volker Weber (JIRA)
Affects Versions: 1.0.11 Reporter: Volker Weber Assignee: Volker Weber Fix For: 1.0.12 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Resolved: (TOBAGO-486) tc:textarea should support command facet

2007-09-13 Thread Volker Weber (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Volker Weber resolved TOBAGO-486. - Resolution: Fixed tc:textarea should support command facet

[jira] Resolved: (TOBAGO-484) Tobago.registerCurrentScripts in standard tobago.js misses a null check

2007-09-12 Thread Volker Weber (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Volker Weber resolved TOBAGO-484. - Resolution: Fixed Fix Version/s: 1.0.12 child.src is checked by typeof: ... typeof

[tobago] config option ajax-enabled

2007-09-12 Thread Volker Weber
Hi, I like to remove the ajax-enabled option from tobago-config.xml. Or at least change default to true. This option cames from the beginning of ajaxifying tobago and is just ignored on most ajax components, but some components (e.g. sheet) did not work when loaded by ajax if ajax-enabled is

[jira] Created: (TOBAGO-482) On client queued requests are submitted with wrong jsfState

2007-09-10 Thread Volker Weber (JIRA)
Reporter: Volker Weber Assignee: Volker Weber Fix For: 1.0.12 Requests which are queued on client are executed before the jsfState of the previous request is updated. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment

[jira] Resolved: (TOBAGO-482) On client queued requests are submitted with wrong jsfState

2007-09-10 Thread Volker Weber (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Volker Weber resolved TOBAGO-482. - Resolution: Fixed On client queued requests are submitted with wrong jsfState

[jira] Commented: (TOBAGO-481) Sheet could not work normally in popup,I can't selected a row

2007-09-10 Thread Volker Weber (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12526093 ] Volker Weber commented on TOBAGO-481: - Can you test without columSelector? I use the sheet at many popups

[jira] Commented: (TOBAGO-481) Sheet could not work normally in popup,I can't selected a row

2007-09-10 Thread Volker Weber (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12526124 ] Volker Weber commented on TOBAGO-481: - The tc:attribute name=renderedPartially value=popup / can't

[jira] Created: (TOBAGO-483) tip on link image did not work in IE

2007-09-10 Thread Volker Weber (JIRA)
: 1.0.11 Reporter: Volker Weber Priority: Minor On IE the tip is not displayed as tooltip if the image attribute is used. seems like the title attribute is not inherited from A... to IMG.. tags on IE -- This message is automatically generated by JIRA. - You can reply

[jira] Resolved: (TOBAGO-483) tip on link image did not work in IE

2007-09-10 Thread Volker Weber (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Volker Weber resolved TOBAGO-483. - Resolution: Fixed Fix Version/s: 1.0.12 Assignee: Volker Weber tip on link

[jira] Resolved: (TOBAGO-477) clientside jsf-state is not updated at 304 ajax response

2007-09-07 Thread Volker Weber (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Volker Weber resolved TOBAGO-477. - Resolution: Fixed clientside jsf-state is not updated at 304 ajax response

[jira] Created: (TOBAGO-477) clientside jsf-state is not updated at 304 ajax response

2007-09-07 Thread Volker Weber (JIRA)
Components: Themes Affects Versions: 1.0.11 Reporter: Volker Weber Assignee: Volker Weber Fix For: 1.0.12 In case of CODE_NOT_MODIFIED (304) ajax response the clientside jsfstate fields needs to be updated. -- This message is automatically generated by JIRA

[jira] Created: (TOBAGO-476) tomahawk-sandbox is not tobago compatible

2007-09-06 Thread Volker Weber (JIRA)
Reporter: Volker Weber Adding tomahawk-sandbox.jar to classpath breaks tobagos ajax features. The reason: The name of the used parameter: affectedAjaxComponent are the same in tomahawk and tobago. In the tomahawk-sandbox.jar is the AjaxDecodePhaseListener registered which results

Re: svn commit: r572627 - in /myfaces/tobago/trunk: core/src/main/java/org/apache/myfaces/tobago/ajax/api/ core/src/main/java/org/apache/myfaces/tobago/webapp/ theme/scarborough/src/main/java/org/apac

2007-09-04 Thread Volker Weber
Hi, the check for UIButtonCommand breaks the datePicker and one of my custom components. I changed this to check for javax.faces.component.UICommand. Was there a reason for this specific check? The same problem may occour with the LinkRenderer and maybe at some other places where the check is to

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

2007-08-22 Thread Volker Weber (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Volker Weber reopened TOBAGO-467: - these commits breaks the treeListbox component Support for partial rendering for the (old) tree

[jira] Created: (TOBAGO-473) scrollbars in gridlayout

2007-08-19 Thread Volker Weber (JIRA)
Reporter: Volker Weber Assignee: Volker Weber Fix For: 1.0.12 GridLayout shows scrollbars if first row/column has rendered=false -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Resolved: (TOBAGO-473) scrollbars in gridlayout

2007-08-19 Thread Volker Weber (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Volker Weber resolved TOBAGO-473. - Resolution: Fixed scrollbars in gridlayout Key

[jira] Created: (TOBAGO-463) ActionListenerImpl should not catch AbortProcessingException

2007-08-09 Thread Volker Weber (JIRA)
Affects Versions: 1.0.11 Reporter: Volker Weber Assignee: Volker Weber Fix For: 1.0.12 ActionListenerImpl should not redirect to error page when catching AbortProcessingException see jsf_spec_1.1 chapter 3.4.7 -- This message is automatically generated by JIRA

[jira] Resolved: (TOBAGO-463) ActionListenerImpl should not catch AbortProcessingException

2007-08-09 Thread Volker Weber (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Volker Weber resolved TOBAGO-463. - Resolution: Fixed ActionListenerImpl should not catch AbortProcessingException

[jira] Created: (TOBAGO-455) tc:object did not work in ajax requests

2007-07-23 Thread Volker Weber (JIRA)
: Mozilla/Firefox Reporter: Volker Weber Priority: Minor tc:object did not work in ajax requests to display pdf. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Created: (TOBAGO-456) javascript: Tobago.openPopupWithAction() should allow options.

2007-07-23 Thread Volker Weber (JIRA)
: Improvement Affects Versions: 1.0.11 Reporter: Volker Weber Assignee: Volker Weber Priority: Minor Fix For: 1.0.12 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Resolved: (TOBAGO-456) javascript: Tobago.openPopupWithAction() should allow options.

2007-07-23 Thread Volker Weber (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Volker Weber resolved TOBAGO-456. - Resolution: Fixed javascript: Tobago.openPopupWithAction() should allow options

[jira] Commented: (TOBAGO-454) tc:bundle does not work in tc:popup labels

2007-07-18 Thread Volker Weber (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513456 ] Volker Weber commented on TOBAGO-454: - There is no tc:bundle tag. The f:loadbundle did not work within ajax

[jira] Commented: (TOBAGO-452) UITab should be a naming container

2007-07-17 Thread Volker Weber (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513166 ] Volker Weber commented on TOBAGO-452: - I had seen it. Just want to ensure that everyone else also know

[jira] Commented: (TOBAGO-452) UITab should be a naming container

2007-07-16 Thread Volker Weber (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512944 ] Volker Weber commented on TOBAGO-452: - Making UITab a NamingContainer will break exisiting applications because

[jira] Commented: (TOBAGO-441) Configuration whether to use the styles from all themes or not

2007-07-13 Thread Volker Weber (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512417 ] Volker Weber commented on TOBAGO-441: - I you change sizes, as in your examples, you will break the layout if you

[jira] Commented: (TOBAGO-441) Configuration whether to use the styles from all themes or not

2007-07-11 Thread Volker Weber (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12511858 ] Volker Weber commented on TOBAGO-441: - I don't see much sense in this. If you configure to omit the 'parent

[jira] Resolved: (TOBAGO-272) onchange has no effect in tc:in

2007-07-09 Thread Volker Weber (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Volker Weber resolved TOBAGO-272. - Resolution: Fixed Fix Version/s: 1.0.12 Execute 'onclick' of facet command if set instead

[jira] Commented: (TOBAGO-436) tc:sheet rowClick facet

2007-07-07 Thread Volker Weber (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12510920 ] Volker Weber commented on TOBAGO-436: - I would prefer to have a click facet on tc:column. This could

[jira] Commented: (TOBAGO-402) Component: tc:sheet - Possibility to sort more than 1 column.

2007-07-07 Thread Volker Weber (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12510922 ] Volker Weber commented on TOBAGO-402: - You get the sheet ordered by orbits and name if you click first on name

[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

[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

[jira] Created: (TOBAGO-421) Tab switching fails if selectedIndex is vb and first tab rendered=false

2007-06-13 Thread Volker Weber (JIRA)
Issue Type: Bug Affects Versions: 1.0.11 Reporter: Volker Weber Assignee: Volker Weber Fix For: 1.0.12 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Resolved: (TOBAGO-421) Tab switching fails if selectedIndex is vb and first tab rendered=false

2007-06-13 Thread Volker Weber (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Volker Weber resolved TOBAGO-421. - Resolution: Fixed Tab switching fails if selectedIndex is vb and first tab rendered=false

[jira] Created: (TOBAGO-423) markup attribute did not support multiple markups when using valueBindig

2007-06-13 Thread Volker Weber (JIRA)
Issue Type: Bug Affects Versions: 1.0.11 Reporter: Volker Weber Assignee: Volker Weber Fix For: 1.0.12 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Resolved: (TOBAGO-423) markup attribute did not support multiple markups when using valueBindig

2007-06-13 Thread Volker Weber (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Volker Weber resolved TOBAGO-423. - Resolution: Fixed markup attribute did not support multiple markups when using valueBindig

Re: Possible bug in the columns tag with the convertDateTime tag

2007-06-01 Thread Volker Weber
Hi, this docs i would read like this: The argument of 'timeZone' should be a String or a valueBinding that evaluates to a TimeZone instance. The getter of timeZone should NOT of type String, but of type java.util.TimeZone. Regards, Volker 2007/6/1, Mike Kienenberger [EMAIL PROTECTED]:

[jira] Resolved: (TOBAGO-404) Allow ajax refresh inside sheet.

2007-05-26 Thread Volker Weber (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Volker Weber resolved TOBAGO-404. - Resolution: Fixed Allow ajax refresh inside sheet

[jira] Created: (TOBAGO-406) rendering of DatePicker produces automatic id warning.

2007-05-22 Thread Volker Weber (JIRA)
: Core Affects Versions: 1.0.10 Reporter: Volker Weber Assigned To: Volker Weber Priority: Minor Fix For: 1.0.12 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Resolved: (TOBAGO-406) rendering of DatePicker produces automatic id warning.

2007-05-22 Thread Volker Weber (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Volker Weber resolved TOBAGO-406. - Resolution: Fixed rendering of DatePicker produces automatic id warning

Re: [VOTE] Release Tobago 1.0.11

2007-05-21 Thread Volker Weber
+1 My apps are running with the jars from the staging repository without any problems. Regards, Volker 2007/5/20, Bernd Bohmann [EMAIL PROTECTED]: Hello, I would like to release Tobago 1.0.11, This release contains over 50 changes. For a detail list please consult the release notes:

[jira] Commented: (TOBAGO-402) Component: tc:sheet - Possibility to sort more than 1 column.

2007-05-21 Thread Volker Weber (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12497424 ] Volker Weber commented on TOBAGO-402: - You can get what you want if you click first on 'Last Name

[jira] Commented: (TOBAGO-402) Component: tc:sheet - Possibility to sort more than 1 column.

2007-05-21 Thread Volker Weber (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12497506 ] Volker Weber commented on TOBAGO-402: - This is(should) what you get in tobago shhet if you click first

[jira] Created: (TOBAGO-404) Allow ajax refresh inside sheet.

2007-05-20 Thread Volker Weber (JIRA)
Weber Assigned To: Volker Weber Fix For: 1.0.12 Allow ajax refresh for components inside sheet, or other UIData components. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Commented: (TOBAGO-402) Component: tc:sheet - Possibility to sort more than 1 column.

2007-05-20 Thread Volker Weber (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12497244 ] Volker Weber commented on TOBAGO-402: - Can you please explain what you mean or how it should work? Component

[jira] Created: (TOBAGO-400) tc:link did not support disabled images

2007-05-16 Thread Volker Weber (JIRA)
: 1.0.10 Reporter: Volker Weber Assigned To: Volker Weber Fix For: 1.0.11 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Resolved: (TOBAGO-400) tc:link did not support disabled images

2007-05-16 Thread Volker Weber (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Volker Weber resolved TOBAGO-400. - Resolution: Fixed tc:link did not support disabled images

Re: [PROPOSAL] Create a notifications mailing list

2007-05-15 Thread Volker Weber
Hi, can we ensure that every committer gets this mails without need to subscribe this new list? Even for in future added committers? Otherwise im at least -0.5 for this. Regards, Volker 2007/5/15, Manfred Geiler [EMAIL PROTECTED]: Wendy, Thanks for taking the time for all that stuff.

Re: [PROPOSAL] Create a notifications mailing list

2007-05-15 Thread Volker Weber
lists: dev, commits and notifications. If a committer does not: what the heck! This is ASF open source land. Collaboration is voluntary. --Manfred On 5/15/07, Volker Weber [EMAIL PROTECTED] wrote: Hi, can we ensure that every committer gets this mails without need to subscribe this new list

[jira] Resolved: (TOBAGO-312) Integrate handling of ajax requests into standard lifecycle

2007-05-11 Thread Volker Weber (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Volker Weber resolved TOBAGO-312. - Resolution: Fixed Integrate handling of ajax requests into standard lifecycle

[jira] Created: (TOBAGO-392) example for tc:selectReference is missing

2007-05-08 Thread Volker Weber (JIRA)
example for tc:selectReference is missing - Key: TOBAGO-392 URL: https://issues.apache.org/jira/browse/TOBAGO-392 Project: MyFaces Tobago Issue Type: Improvement Reporter: Volker Weber

[jira] Created: (TOBAGO-387) tc:command should support id attribute

2007-05-07 Thread Volker Weber (JIRA)
tc:command should support id attribute -- Key: TOBAGO-387 URL: https://issues.apache.org/jira/browse/TOBAGO-387 Project: MyFaces Tobago Issue Type: Improvement Reporter: Volker Weber

<    1   2   3   4   5   6   7   8   9   10   >