[jira] Commented: (MYFACES-506) DateTimeConverter.getTimeZone should return the default time of the GMT zone by default

2005-09-21 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-506?page=comments#action_12330103 ] Volker Weber commented on MYFACES-506: -- Or getTimeZone() must also used in getAsString(). The current behavior is that successively call getAsString() and

[jira] Created: (MYFACES-644) InputDate doesn't parses submitted seconds

2005-09-28 Thread Volker Weber (JIRA)
InputDate doesn't parses submitted seconds -- Key: MYFACES-644 URL: http://issues.apache.org/jira/browse/MYFACES-644 Project: MyFaces Type: Bug Components: Tomahawk Versions: Nightly Environment: any Reporter:

[jira] Commented: (MYFACES-656) data conversion problems???

2005-10-03 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-656?page=comments#action_12331164 ] Volker Weber commented on MYFACES-656: -- Set the timeZone attribute of the converter to your local systems default TimeZone. Than your input field should show the same

[jira] Created: (MYFACES-661) AliasBean doesn't need the renderer

2005-10-04 Thread Volker Weber (JIRA)
AliasBean doesn't need the renderer --- Key: MYFACES-661 URL: http://issues.apache.org/jira/browse/MYFACES-661 Project: MyFaces Type: Improvement Components: Tomahawk Reporter: Volker Weber Priority: Minor Wy did the

[jira] Updated: (MYFACES-661) AliasBean doesn't need the renderer

2005-10-07 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-661?page=all ] Volker Weber updated MYFACES-661: - Attachment: aliasBean.diff Attached diffs moves the code from renderer to UIComponents and mades the Renderer obsolete. AliasBean doesn't need the

[jira] Created: (MYFACES-705) Overflow problem with InputSuggestAjax

2005-10-14 Thread Volker Weber (JIRA)
Overflow problem with InputSuggestAjax -- Key: MYFACES-705 URL: http://issues.apache.org/jira/browse/MYFACES-705 Project: MyFaces Type: Bug Components: Sandbox Versions: Nightly Reporter: Volker Weber Priority:

[jira] Updated: (MYFACES-705) Overflow problem with InputSuggestAjax

2005-10-14 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-705?page=all ] Volker Weber updated MYFACES-705: - Attachment: suggestAjax-wrap.png attaching: suggestAjax-wrap.png Overflow problem with InputSuggestAjax --

[jira] Updated: (MYFACES-705) Overflow problem with InputSuggestAjax

2005-10-14 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-705?page=all ] Volker Weber updated MYFACES-705: - Attachment: suggestAjax-length.png attached: suggestAjax-length.png Overflow problem with InputSuggestAjax --

[jira] Updated: (MYFACES-705) Overflow problem with InputSuggestAjax

2005-10-19 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-705?page=all ] Volker Weber updated MYFACES-705: - Attachment: patches.diff attached patches for sandbox/src/java/org/apache/myfaces/custom/inputsuggestajax/resource/defaultTheme.css and

[jira] Commented: (MYFACES-656) data conversion problems???

2005-10-30 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-656?page=comments#action_12356332 ] Volker Weber commented on MYFACES-656: -- This issue should be closed, because this is not a bug, just a change of behavior to meet the spec. Before Sep 05 the

[jira] Commented: (MYFACES-705) Overflow problem with InputSuggestAjax

2005-11-23 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-705?page=comments#action_12358352 ] Volker Weber commented on MYFACES-705: -- I just did a fresh checkout and revert my changes. the problem in IE still occurs, so it must something other. I will look for

[jira] Created: (MYFACES-871) scripts from script.aculo.us needs updated

2005-11-23 Thread Volker Weber (JIRA)
scripts from script.aculo.us needs updated -- Key: MYFACES-871 URL: http://issues.apache.org/jira/browse/MYFACES-871 Project: MyFaces Type: Bug Components: Sandbox Versions: Nightly Reporter: Volker Weber

[jira] Commented: (MYFACES-705) Overflow problem with InputSuggestAjax

2005-11-23 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-705?page=comments#action_12358429 ] Volker Weber commented on MYFACES-705: -- The problem seems because somone has commited a updated version of prototype.js without also updateing the control.js. Is

[jira] Updated: (MYFACES-871) scripts from script.aculo.us needs updated

2005-11-23 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-871?page=all ] Volker Weber updated MYFACES-871: - Attachment: relocate.bmp Attached screenshot to illustrate the new IE problem scripts from script.aculo.us needs updated

[jira] Updated: (MYFACES-871) scripts from script.aculo.us needs updated

2005-11-24 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-871?page=all ] Volker Weber updated MYFACES-871: - Attachment: InputSuggestAjax.diff Attached patch fixes the problems with new version 1.5_rc5 scripts from script.aculo.us scripts from script.aculo.us

[jira] Commented: (MYFACES-871) scripts from script.aculo.us needs updated

2005-11-24 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-871?page=comments#action_12358472 ] Volker Weber commented on MYFACES-871: -- the aculo scripts can updated to version 1.5_rc5. I can't attach this here, because i can't grant license for this stuff. there

[jira] Commented: (MYFACES-870) IE6: NPE in JavaScript when using t:calendarInput

2005-11-24 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-870?page=comments#action_12358473 ] Volker Weber commented on MYFACES-870: -- Bruno, you had missing a closing catch statement. Diff follows Index:

[jira] Commented: (MYFACES-320) selectOneRadio does not properly persist its value

2005-12-03 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-320?page=comments#action_12359235 ] Volker Weber commented on MYFACES-320: -- This is still a problem, and its easy to reproduce, but not with the above example. If layout=spread is given the submitted

[jira] Updated: (MYFACES-923) Script execution before action executing

2005-12-09 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-923?page=all ] Volker Weber updated MYFACES-923: - type: Improvement (was: Bug) Change IssueType to Improvement Script execution before action executing

[jira] Commented: (MYFACES-922) Show Header attribute of sheet tag is loosed after page refresh

2005-12-09 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-922?page=comments#action_12359927 ] Volker Weber commented on MYFACES-922: -- I think you mean you set showHeader=false and after a action with null outcome the header is rendered? If so this is fixed in

[jira] Resolved: (MYFACES-922) Show Header attribute of sheet tag is loosed after page refresh

2005-12-09 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-922?page=all ] Volker Weber resolved MYFACES-922: -- Resolution: Fixed Assign To: Volker Weber fixed in svn. Show Header attribute of sheet tag is loosed after page refresh

[jira] Commented: (MYFACES-924) REST Support

2005-12-09 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-924?page=comments#action_12359935 ] Volker Weber commented on MYFACES-924: -- on which page (EntityList or EntityDetails) did you use this link? did you need the form values submitted? if not you can use

[jira] Commented: (MYFACES-924) REST Support

2005-12-09 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-924?page=comments#action_12359944 ] Volker Weber commented on MYFACES-924: -- Hm, i don't see how this could work with jsf. Did you map the 'EntityDetails' url to a special servlet or have you a custom

[jira] Closed: (MYFACES-936) Resource bundle key name

2005-12-12 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-936?page=all ] Volker Weber closed MYFACES-936: Resolution: Invalid It is not possible to have a dot (.) in a var name of a resourceBundle. This can't work in any jsf implementation because the lookup

[jira] Created: (MYFACES-938) implement 'fixed' in width calculation of panel renderers

2005-12-12 Thread Volker Weber (JIRA)
implement 'fixed' in width calculation of panel renderers - Key: MYFACES-938 URL: http://issues.apache.org/jira/browse/MYFACES-938 Project: MyFaces Type: Bug Components: Tobago Reporter: Volker Weber

[jira] Created: (MYFACES-939) Add default values for calendar popup size

2005-12-12 Thread Volker Weber (JIRA)
Add default values for calendar popup size -- Key: MYFACES-939 URL: http://issues.apache.org/jira/browse/MYFACES-939 Project: MyFaces Type: Bug Components: Tobago Reporter: Volker Weber set default values for width

[jira] Closed: (MYFACES-923) Script execution before action executing

2005-12-13 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-923?page=all ] Volker Weber closed MYFACES-923: Script execution before action executing Key: MYFACES-923 URL:

[jira] Commented: (MYFACES-946) Strange behaviour

2005-12-14 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-946?page=comments#action_12360436 ] Volker Weber commented on MYFACES-946: -- Olexandr, please test setting the log level to info. This may hide this problem. At least we could reproduce the problem of 933

[jira] Commented: (MYFACES-871) scripts from script.aculo.us needs updated

2005-12-22 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-871?page=comments#action_12361143 ] Volker Weber commented on MYFACES-871: -- No, when i test this the 1.5 was not out. What are the problems? The input suggest of tobago works with this patch and 1.5 of

[jira] Closed: (MYFACES-986) ScarboroughTheme required even if not used

2005-12-29 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-986?page=all ] Volker Weber closed MYFACES-986: Resolution: Invalid The Tobago themes are hierarchically organized. Speyside depends on scarbourough, so the scarbourough theme is precondition for

[jira] Commented: (MYFACES-1006) Datatable do not support multple o

2006-01-05 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1006?page=comments#action_12361869 ] Volker Weber commented on MYFACES-1006: --- have you tried: rowOnMouseOver=this.className=this.className + ' reportRowOver'

[jira] Commented: (MYFACES-1006) Datatable do not support multple o

2006-01-05 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1006?page=comments#action_12361871 ] Volker Weber commented on MYFACES-1006: --- have you tried: rowOnMouseOver=this.className=this.className + ' reportRowOver'

[jira] Commented: (MYFACES-1026) StateManager.restoreView has bad side effects

2006-01-14 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1026?page=comments#action_12362725 ] Volker Weber commented on MYFACES-1026: --- I have never tested 1.1.2 so far, but in the 1.1.1 behavior i don't see a problem. if you runnig a own (e.g. Ajax)

[jira] Created: (MYFACES-1065) javascript conflict when using inputSuggestAjax and inputCalendar on same page

2006-01-26 Thread Volker Weber (JIRA)
javascript conflict when using inputSuggestAjax and inputCalendar on same page -- Key: MYFACES-1065 URL: http://issues.apache.org/jira/browse/MYFACES-1065 Project: MyFaces Type: Bug

[jira] Updated: (MYFACES-1065) javascript conflict when using inputSuggestAjax and inputCalendar on same page

2006-01-26 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1065?page=all ] Volker Weber updated MYFACES-1065: -- Attachment: HtmlCalendarRenderer.java.patch change HtmlCalendarRenderer to use prototype.js from prototype dir. javascript conflict when using

[jira] Closed: (MYFACES-1065) javascript conflict when using inputSuggestAjax and inputCalendar on same page

2006-01-26 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1065?page=all ] Volker Weber closed MYFACES-1065: - Resolution: Fixed Patch applied javascript conflict when using inputSuggestAjax and inputCalendar on same page

[jira] Commented: (MYFACES-155) Add 'escape' attribute to message tags

2006-02-05 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-155?page=comments#action_12365213 ] Volker Weber commented on MYFACES-155: -- This is not yet implemented, see MYFACES-972 for progress on this. Add 'escape' attribute to message tags

[jira] Commented: (MYFACES-1071) Eclipse project files should be ignored by SVN

2006-02-06 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1071?page=comments#action_12365294 ] Volker Weber commented on MYFACES-1071: --- please also add ingnore for idea files (*.ipr, *.iws, *.iml) Eclipse project files should be ignored by SVN

[jira] Commented: (MYFACES-1104) UIColumns generate duplicate ID's

2006-02-08 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1104?page=comments#action_12365588 ] Volker Weber commented on MYFACES-1104: --- seems to be a dublicate of MYFACES-1010 UIColumns generate duplicate ID's -

[jira] Closed: (MYFACES-1104) UIColumns generate duplicate ID's

2006-02-10 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1104?page=all ] Volker Weber closed MYFACES-1104: - Resolution: Duplicate Dublicate of MYFACES-1010 UIColumns generate duplicate ID's - Key: MYFACES-1104

[jira] Commented: (MYFACES-1146) Impossible to hide footer in dataTable

2006-02-20 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1146?page=comments#action_12367069 ] Volker Weber commented on MYFACES-1146: --- First: please ask such questions on users mailing list, this is not a bug. A facet can contain only one child, so your code

[jira] Closed: (MYFACES-1146) Impossible to hide footer in dataTable

2006-02-20 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1146?page=all ] Volker Weber closed MYFACES-1146: - Resolution: Invalid Impossible to hide footer in dataTable -- Key: MYFACES-1146 URL:

[jira] Commented: (MYFACES-1146) Impossible to hide footer in dataTable

2006-02-21 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1146?page=comments#action_12367167 ] Volker Weber commented on MYFACES-1146: --- I prefer to check the rendered attribute of footer/header component over adding extra attributes to datatable. Impossible

[jira] Created: (TOMAHAWK-152) t:selectOneRadio and t:radio should do the same when check the selected item

2006-02-21 Thread Volker Weber (JIRA)
t:selectOneRadio and t:radio should do the same when check the selected item Key: TOMAHAWK-152 URL: http://issues.apache.org/jira/browse/TOMAHAWK-152 Project: MyFaces Tomahawk Type: Bug

[jira] Resolved: (TOMAHAWK-152) t:selectOneRadio and t:radio should do the same when check the selected item

2006-02-25 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-152?page=all ] Volker Weber resolved TOMAHAWK-152: --- Resolution: Fixed patch applied t:selectOneRadio and t:radio should do the same when check the selected item

[jira] Closed: (TOMAHAWK-152) t:selectOneRadio and t:radio should do the same when check the selected item

2006-02-25 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-152?page=all ] Volker Weber closed TOMAHAWK-152: - t:selectOneRadio and t:radio should do the same when check the selected item

[jira] Closed: (MYFACES-1151) NullPointerException from HtmlRendererUtils first time after logging into a servlet

2006-02-26 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1151?page=all ] Volker Weber closed MYFACES-1151: - Resolution: Duplicate Closed as dublicated on Davids request NullPointerException from HtmlRendererUtils first time after logging into a servlet

[jira] Closed: (MYFACES-1125) problem that blocks tests with htmlunit

2006-02-27 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1125?page=all ] Volker Weber closed MYFACES-1125: - Resolution: Duplicate Closed as dublicate of MYFACES-1121 on Alin Dosonius request. problem that blocks tests with htmlunit

[jira] Closed: (MYFACES-1159) GMT is not good default timezone in DateTimeConverter

2006-03-02 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1159?page=all ] Volker Weber closed MYFACES-1159: - Resolution: Invalid GMT as default timezone for DateTimeConverter is required by spec see MYFACES-506 GMT is not good default timezone in

[jira] Created: (TOBAGO-42) Toolbar button should open dropdown menu

2006-03-08 Thread Volker Weber (JIRA)
Toolbar button should open dropdown menu Key: TOBAGO-42 URL: http://issues.apache.org/jira/browse/TOBAGO-42 Project: MyFaces Tobago Type: Improvement Reporter: Volker Weber Assigned to: Volker Weber Priority: Minor

[jira] Resolved: (TOBAGO-42) Toolbar button should open dropdown menu

2006-03-08 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/TOBAGO-42?page=all ] Volker Weber resolved TOBAGO-42: Resolution: Fixed Toolbar button should open dropdown menu Key: TOBAGO-42 URL:

[jira] Closed: (TOBAGO-42) Toolbar button should open dropdown menu

2006-03-08 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/TOBAGO-42?page=all ] Volker Weber closed TOBAGO-42: -- Toolbar button should open dropdown menu Key: TOBAGO-42 URL:

[jira] Resolved: (TOMAHAWK-189) Remove explicit cast in AjaxDecodePhaseListener

2006-03-10 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-189?page=all ] Volker Weber resolved TOMAHAWK-189: --- Resolution: Fixed Remove explicit cast in AjaxDecodePhaseListener --- Key: TOMAHAWK-189

[jira] Closed: (TOMAHAWK-189) Remove explicit cast in AjaxDecodePhaseListener

2006-03-10 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-189?page=all ] Volker Weber closed TOMAHAWK-189: - Remove explicit cast in AjaxDecodePhaseListener --- Key: TOMAHAWK-189 URL:

[jira] Created: (TOBAGO-43) Exception when submitting form without actionId

2006-03-10 Thread Volker Weber (JIRA)
Exception when submitting form without actionId --- Key: TOBAGO-43 URL: http://issues.apache.org/jira/browse/TOBAGO-43 Project: MyFaces Tobago Type: Bug Reporter: Volker Weber Assigned to: Volker Weber Priority:

[jira] Resolved: (TOBAGO-16) Tab panel in Richmond-Theme has Scrollbars

2006-03-11 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/TOBAGO-16?page=all ] Volker Weber resolved TOBAGO-16: Fix Version: 1.0.7 Resolution: Fixed richmonds tab has different padding, so it needs adjusted entrys in theme-config.properties Tab panel in

[jira] Closed: (TOBAGO-16) Tab panel in Richmond-Theme has Scrollbars

2006-03-11 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/TOBAGO-16?page=all ] Volker Weber closed TOBAGO-16: -- Tab panel in Richmond-Theme has Scrollbars -- Key: TOBAGO-16 URL:

[jira] Reopened: (TOBAGO-6) Font of the tc:link is not correct, if disabled=true (should be the same font-size, but with color grey)

2006-03-16 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/TOBAGO-6?page=all ] Volker Weber reopened TOBAGO-6: --- Font of the tc:link is not correct, if disabled=true (should be the same font-size, but with color grey)

[jira] Resolved: (MYFACES-1179) f:convertDateTime can't handle 'complex' value bindings

2006-03-16 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1179?page=all ] Volker Weber resolved MYFACES-1179: --- Resolution: Invalid Such a 'complex' value binding expression results in a String value! According to spec 3.3.2 a converter should convert

[jira] Resolved: (TOBAGO-6) Font of the tc:link is not correct, if disabled=true (should be the same font-size, but with color grey)

2006-03-16 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/TOBAGO-6?page=all ] Volker Weber resolved TOBAGO-6: --- Resolution: Fixed Render disabled links as span with class attribute set Font of the tc:link is not correct, if disabled=true (should be the same

[jira] Closed: (TOBAGO-6) Font of the tc:link is not correct, if disabled=true (should be the same font-size, but with color grey)

2006-03-16 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/TOBAGO-6?page=all ] Volker Weber closed TOBAGO-6: - Font of the tc:link is not correct, if disabled=true (should be the same font-size, but with color grey)

[jira] Commented: (MYFACES-1176) selcetOneRadio has limited formating and nesting

2006-03-17 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1176?page=comments#action_12370801 ] Volker Weber commented on MYFACES-1176: --- Have you looked into tomahawks radio tag in combination with t:selectOneRadio layout=spread .. ? see :

[jira] Created: (TOBAGO-45) UITree looses config when rerendering view

2006-03-20 Thread Volker Weber (JIRA)
UITree looses config when rerendering view -- Key: TOBAGO-45 URL: http://issues.apache.org/jira/browse/TOBAGO-45 Project: MyFaces Tobago Type: Bug Reporter: Volker Weber Assigned to: Volker Weber Fix For: 1.0.7

[jira] Resolved: (TOBAGO-45) UITree looses config when rerendering view

2006-03-20 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/TOBAGO-45?page=all ] Volker Weber resolved TOBAGO-45: Resolution: Fixed add values to saveState()/restoreState() UITree looses config when rerendering view --

[jira] Closed: (TOBAGO-45) UITree looses config when rerendering view

2006-03-20 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/TOBAGO-45?page=all ] Volker Weber closed TOBAGO-45: -- UITree looses config when rerendering view -- Key: TOBAGO-45 URL:

[jira] Resolved: (TOBAGO-44) No Exception, but warn in logfile, when using wrong count of columns in tc:sheet

2006-03-26 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/TOBAGO-44?page=all ] Volker Weber resolved TOBAGO-44: Fix Version: 1.0.7 Resolution: Fixed using '1*' for all columns if column count != layout token count No Exception, but warn in logfile, when using

[jira] Closed: (TOBAGO-44) No Exception, but warn in logfile, when using wrong count of columns in tc:sheet

2006-03-26 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/TOBAGO-44?page=all ] Volker Weber closed TOBAGO-44: -- No Exception, but warn in logfile, when using wrong count of columns in tc:sheet

[jira] Resolved: (TOBAGO-10) Combine the attributes label, labelWithAccessKey and accessKey to one attribute label

2006-04-08 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/TOBAGO-10?page=all ] Volker Weber resolved TOBAGO-10: Resolution: Fixed Combine the attributes label, labelWithAccessKey and accessKey to one attribute label

[jira] Closed: (TOBAGO-10) Combine the attributes label, labelWithAccessKey and accessKey to one attribute label

2006-04-08 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/TOBAGO-10?page=all ] Volker Weber closed TOBAGO-10: -- Combine the attributes label, labelWithAccessKey and accessKey to one attribute label

[jira] Updated: (TOBAGO-54) visual text decoration component

2006-04-13 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/TOBAGO-54?page=all ] Volker Weber updated TOBAGO-54: --- Status: Open (was: Patch Available) visual text decoration component Key: TOBAGO-54 URL:

[jira] Commented: (TOBAGO-54) visual text decoration component

2006-04-13 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/TOBAGO-54?page=comments#action_12374410 ] Volker Weber commented on TOBAGO-54: There is already a 'markup' attribute at out tag [1], I think we should add this attribute also to the link tag and discuss which

[jira] Resolved: (TOBAGO-55) Cannot set focus to text input in sheet control (Internet Explorer only)

2006-04-19 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/TOBAGO-55?page=all ] Volker Weber resolved TOBAGO-55: Fix Version: 1.0.7 Resolution: Fixed Cannot set focus to text input in sheet control (Internet Explorer only)

[jira] Closed: (TOBAGO-55) Cannot set focus to text input in sheet control (Internet Explorer only)

2006-04-19 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/TOBAGO-55?page=all ] Volker Weber closed TOBAGO-55: -- Cannot set focus to text input in sheet control (Internet Explorer only) Key:

[jira] Commented: (TOBAGO-57) h:message behaves differently in MyFaces and Tobago

2006-04-25 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/TOBAGO-57?page=comments#action_12376208 ] Volker Weber commented on TOBAGO-57: You can't use h:messages (and also no other h:.. tags) in tobago. see:

[jira] Resolved: (TOBAGO-43) Exception when submitting form without actionId

2006-04-26 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/TOBAGO-43?page=all ] Volker Weber resolved TOBAGO-43: Resolution: Fixed Exception when submitting form without actionId --- Key: TOBAGO-43

[jira] Commented: (TOBAGO-61) Toolbar Buttons doesn't work

2006-04-29 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/TOBAGO-61?page=comments#action_12377070 ] Volker Weber commented on TOBAGO-61: The problem are not the toolbarButtons, but the menuCheck components. There are conversion errors on updateModelPhase: # #

[jira] Resolved: (TOBAGO-62) Tree will not be dispayed correctly when tabswitch with ajax

2006-04-29 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/TOBAGO-62?page=all ] Volker Weber resolved TOBAGO-62: Fix Version: 1.0.7 Resolution: Fixed fixing scriptLoader part of tobago.js Tree will not be dispayed correctly when tabswitch with ajax

[jira] Created: (TOBAGO-63) js error on sheet when showHeader=false

2006-05-02 Thread Volker Weber (JIRA)
js error on sheet when showHeader=false - Key: TOBAGO-63 URL: http://issues.apache.org/jira/browse/TOBAGO-63 Project: MyFaces Tobago Type: Bug Reporter: Volker Weber Assigned to: Volker Weber Fix For: 1.0.7 When

[jira] Resolved: (TOBAGO-67) Tree selection does not function any more (JavaScript error)

2006-05-09 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/TOBAGO-67?page=all ] Volker Weber resolved TOBAGO-67: Fix Version: 1.0.8 Resolution: Fixed Assign To: Volker Weber We observed this yesterday, and i commited the fix just one hour before. Try svn

[jira] Created: (TOBAGO-73) Empty Stack exception in sheet when showPageRange=none

2006-05-20 Thread Volker Weber (JIRA)
Empty Stack exception in sheet when showPageRange=none Key: TOBAGO-73 URL: http://issues.apache.org/jira/browse/TOBAGO-73 Project: MyFaces Tobago Type: Bug Reporter: Volker Weber Assigned to: Volker

[jira] Resolved: (TOBAGO-73) Empty Stack exception in sheet when showPageRange=none

2006-05-20 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/TOBAGO-73?page=all ] Volker Weber resolved TOBAGO-73: Resolution: Fixed Empty Stack exception in sheet when showPageRange=none Key:

[jira] Created: (TOBAGO-74) autoreload feature for sheet

2006-05-20 Thread Volker Weber (JIRA)
autoreload feature for sheet Key: TOBAGO-74 URL: http://issues.apache.org/jira/browse/TOBAGO-74 Project: MyFaces Tobago Type: New Feature Reporter: Volker Weber Assigned to: Volker Weber -- This message is automatically

[jira] Resolved: (TOBAGO-74) autoreload feature for sheet

2006-05-20 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/TOBAGO-74?page=all ] Volker Weber resolved TOBAGO-74: Fix Version: 1.0.8 Resolution: Fixed autoreload feature for sheet Key: TOBAGO-74 URL:

[jira] Created: (TOBAGO-81) Non String item values not possible in tx:menuRadio.

2006-06-15 Thread Volker Weber (JIRA)
Non String item values not possible in tx:menuRadio. Key: TOBAGO-81 URL: http://issues.apache.org/jira/browse/TOBAGO-81 Project: MyFaces Tobago Type: Bug Reporter: Volker Weber Assigned to: Volker Weber

[jira] Resolved: (TOBAGO-81) Non String item values not possible in tx:menuRadio.

2006-06-15 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/TOBAGO-81?page=all ] Volker Weber resolved TOBAGO-81: Resolution: Fixed Non String item values not possible in tx:menuRadio. Key: TOBAGO-81

[jira] Created: (TOBAGO-86) resource dirs needs defined order

2006-06-29 Thread Volker Weber (JIRA)
resource dirs needs defined order - Key: TOBAGO-86 URL: http://issues.apache.org/jira/browse/TOBAGO-86 Project: MyFaces Tobago Type: Bug Reporter: Volker Weber Assigned to: Volker Weber Fix For: 1.0.8 Attachments:

[jira] Updated: (TOBAGO-86) resource dirs needs defined order

2006-06-29 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/TOBAGO-86?page=all ] Volker Weber updated TOBAGO-86: --- Status: Patch Available (was: Open) resource dirs needs defined order - Key: TOBAGO-86 URL:

[jira] Created: (TOBAGO-87) NPE when decoding PageState without state value in request

2006-06-29 Thread Volker Weber (JIRA)
NPE when decoding PageState without state value in request -- Key: TOBAGO-87 URL: http://issues.apache.org/jira/browse/TOBAGO-87 Project: MyFaces Tobago Type: Bug Reporter: Volker Weber Assigned to:

[jira] Updated: (TOBAGO-87) NPE when decoding PageState without state value in request

2006-06-29 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/TOBAGO-87?page=all ] Volker Weber updated TOBAGO-87: --- Status: Patch Available (was: Open) NPE when decoding PageState without state value in request --

[jira] Created: (TOBAGO-88) Warning page contains secure and nonsecure items on IE when using https

2006-06-29 Thread Volker Weber (JIRA)
Warning page contains secure and nonsecure items on IE when using https --- Key: TOBAGO-88 URL: http://issues.apache.org/jira/browse/TOBAGO-88 Project: MyFaces Tobago Type: Bug Environment: IE and

[jira] Updated: (TOBAGO-88) Warning page contains secure and nonsecure items on IE when using https

2006-06-29 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/TOBAGO-88?page=all ] Volker Weber updated TOBAGO-88: --- Status: Patch Available (was: Open) Warning page contains secure and nonsecure items on IE when using https

[jira] Updated: (TOBAGO-88) Warning page contains secure and nonsecure items on IE when using https

2006-06-30 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/TOBAGO-88?page=all ] Volker Weber updated TOBAGO-88: --- Status: Resolved (was: Patch Available) Fix Version: 1.0.8 Resolution: Fixed patch applied Warning page contains secure and nonsecure items on IE

[jira] Updated: (TOBAGO-87) NPE when decoding PageState without state value in request

2006-06-30 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/TOBAGO-87?page=all ] Volker Weber updated TOBAGO-87: --- Status: Resolved (was: Patch Available) Fix Version: 1.0.8 Resolution: Fixed patch applied NPE when decoding PageState without state value in

[jira] Updated: (TOBAGO-86) resource dirs needs defined order

2006-06-30 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/TOBAGO-86?page=all ] Volker Weber updated TOBAGO-86: --- Status: Resolved (was: Patch Available) Resolution: Fixed patch applied resource dirs needs defined order -

[jira] Commented: (TOBAGO-100) menu short cuts

2006-07-11 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/TOBAGO-100?page=comments#action_12420333 ] Volker Weber commented on TOBAGO-100: - Tobago supports accesskeys (e.g. alt + s) in menu. use label=_save for this. see http://tobago.atanion.net/tobago-example-demo/

[jira] Created: (TOBAGO-116) selectable modes in sheet

2006-08-18 Thread Volker Weber (JIRA)
selectable modes in sheet - Key: TOBAGO-116 URL: http://issues.apache.org/jira/browse/TOBAGO-116 Project: MyFaces Tobago Issue Type: Improvement Reporter: Volker Weber Assigned To: Volker Weber

[jira] Resolved: (TOBAGO-57) Add globalOnly attribute to messages tag

2006-08-20 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/TOBAGO-57?page=all ] Volker Weber resolved TOBAGO-57. Resolution: Fixed Add globalOnly attribute to messages tag Key: TOBAGO-57 URL:

[jira] Commented: (TOBAGO-115) myFaces/Tobago does not work in Internet Explorer on Windows 2000 2003

2006-08-22 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/TOBAGO-115?page=comments#action_12429629 ] Volker Weber commented on TOBAGO-115: - Have you tested the tobago-example-demo app? No Problems here on a Windows 2000 professional SP4 system here.

[jira] Created: (TOBAGO-120) enable configuration of max filesize for Fileupload

2006-09-06 Thread Volker Weber (JIRA)
enable configuration of max filesize for Fileupload Key: TOBAGO-120 URL: http://issues.apache.org/jira/browse/TOBAGO-120 Project: MyFaces Tobago Issue Type: Improvement

[jira] Created: (TOBAGO-122) pngfix deletes all images if no activeX is enabled

2006-09-08 Thread Volker Weber (JIRA)
pngfix deletes all images if no activeX is enabled -- Key: TOBAGO-122 URL: http://issues.apache.org/jira/browse/TOBAGO-122 Project: MyFaces Tobago Issue Type: Bug Components: Themes

  1   2   3   4   5   6   7   >