[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' rowOnMouseOut=this.className

Re: svn commit: r365935 - /incubator/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/script/dateConverter.js

2006-01-04 Thread Volker Weber
Arvid, if you removed this because log() is undefined: In tobago javascript you can use LOG.debug(), LOG.info(), LOG.warn(), and LOG.error() for logging on client side. Currently the error level mades no difference, but this is a todo. If the client is in debug mode (to force this add a

Re: Maven Build (Ongoing Work Thread)

2006-01-03 Thread Volker Weber
Hi Martin, what exact is the problem with setup the sandbox examples in idea? I just made a 'mvn idea:idea' in common, api, impl, tomahawk, sandbox, and examples/sandbox dirs. After creating a new 'multi module' idea project and adding the created *.iml, i just neet to setup the dependencies. I

Re: Maven Build (Ongoing Work Thread)

2006-01-02 Thread Volker Weber
Hi, IMHO there should no created artifacts outside of the target directory. AFAIK the tlds are created ? Everything in target is removed on 'mvn clean'. In tobago we have the created tobago.tld in 'target/classes/META-INF/...'. Regards Volker Martin Marinschek wrote: Ok, I just refactored

Re: Moving forward on the Oracle donation

2005-12-30 Thread Volker Weber
Hi, the problem is (or was, i didn't check this recently) that the UIViewRoot is *not* created via application by the RI implementation, but tobago needs to have his own UIViewRoot component. Regards Volker [EMAIL PROTECTED] wrote: Hmmm, I thought contractually, UIComponent creation must be

Re: Moving forward on the Oracle donation

2005-12-30 Thread Volker Weber
comment from tobagos UIViewRoot: // // The following code is copied from myfaces implementation! // In suns jsf-api 1.1.01 are the events not cleared if renderResponse is true // after processUpdates, seems to be a bug. This is fixed at least in // Nightly Snapshot from 15.08.2005, but not in

[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

[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

[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] 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: http://issues.apache.org/jira

[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] 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

[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] 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

Re: Instructions for maven-based build MyFaces (Please Test)

2005-12-02 Thread Volker Weber
Yes i am using maven 2.0, and after a single use of '-U' it builds now, thanks Wendy. An i also need to add the dependency for commons-logging. But why not? It is a dependency because it is used. Has anyone looked for building the examples? otherwise i will take a look this evening. Maybe i

Re: Instructions for maven-based build MyFaces (Please Test)

2005-12-02 Thread Volker Weber
what you did for the next time. sean On 12/2/05, Volker Weber [EMAIL PROTECTED] wrote: Yes i am using maven 2.0, and after a single use of '-U' it builds now, thanks Wendy. An i also need to add the dependency for commons-logging. But why not? It is a dependency because it is used. Has

Re: [proposal] myfaces-core.jar

2005-11-30 Thread Volker Weber
Hi, in my oppinion a jar for the shared files is the best way, but before fixing a name: I think there could be a need for another jar. There are some components in towmahawk.jar which also could be usefull in combination with tobago. E.g. i don't like depend on towmahawk.jar just to use

Re: [Tobago] Change the groupId of Tobago to follow the naming conventions of maven

2005-11-24 Thread Volker Weber
+1 Regards, Volker Bernd Bohmann wrote: Hello, I would like to change the groupId of Tobago to follow the naming convention of maven. Change from groupIdtobago/groupId to groupIdorg.apache.myfaces.tobago/groupId See

[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

[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: tomahawk/src/java/org/apache/myfaces/custom/calendar

[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

[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

[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

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

2005-11-22 Thread Volker Weber
Project: MyFaces Type: Bug Components: Sandbox Versions: 1.1.2 Reporter: Volker Weber Assignee: Martin Marinschek Priority: Minor Attachments: patches.diff, suggestAjax-length.png, suggestAjax-wrap.png During working on adding inputSuggestAjax functionality to tobagos

Why is verbatim component transient?

2005-11-16 Thread Volker Weber
Hi, i just came over a problem with verbatim tags in ajax enabled components. see: http://www.mail-archive.com/users%40myfaces.apache.org/msg12124.html The UIOutput components created for verbatim tags are not saved to state because there are explicitly set to transient. This makes it

Re: Ajax lifecircle integration

2005-11-10 Thread Volker Weber
, then this code may never be reached if there's a failing conversion or validation for a component marked immediate=true. On 11/10/05, Volker Weber [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hi Travis, what's the reason to do this before

Ajax lifecircle integration

2005-11-05 Thread Volker Weber
Hi, during working on ajaxifying some tobago components i came over some issues which i like to discuss here. Starting with adding inputSuggestAjax functionality to the tc:in component everything goes well with the current sandbox approach running the AjaxPhaseListener after InvokeApplication.

[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

Re: _forceId only on *Tag, not on components

2005-10-22 Thread Volker Weber
On 10/21/05, *Volker Weber* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hi, to set forceId do dynamicaly created components you can do component.getAttributes().put(JSFAttr.FORCE_ID_ATTR, Boolean.True); this is what the tag does. Mike Kienenberger wrote

Re: inputSuggestAjax

2005-10-21 Thread Volker Weber
When did you get your last update? there was a problem: http://issues.apache.org/jira/browse/MYFACES-724 which was fixed yesterday. SOSA, Pablo wrote: I've got the sources from the trunk. URL: https://svn.apache.org/repos/asf/myfaces/[build|sandbox|impl|api|...]/tr unk Does anybody have

Re: inputSuggestAjax

2005-10-21 Thread Volker Weber
wrote: Do you use client-side or server-side state saving? Try switching to client-side state saving, it should work then. InputSuggestAjax didn't work with server side state saving until a while ago. regards, Martin On 10/21/05, Volker Weber [EMAIL PROTECTED] wrote: When did you

Re: How can I get component from tree and set the bound values

2005-10-21 Thread Volker Weber
Hi, take a look at InputSuggestAjax from sandbox and into the AjaxPhaseListener (also sandbox) for an example. Travis Reeder wrote: I am working on some ajax form components and I am trying to do the following: 1. Request with the componentId, viewId, value. 2. Get that particular

Re: _forceId only on *Tag, not on components

2005-10-21 Thread Volker Weber
Hi, to set forceId do dynamicaly created components you can do component.getAttributes().put(JSFAttr.FORCE_ID_ATTR, Boolean.True); this is what the tag does. Mike Kienenberger wrote: That'd also mean that you couldn't use forceID from an alternate ViewHandler facelets or Shale/Clay as well

[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 tomahawk/src

[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

Re: [jira] Closed: (MYFACES-694) t:dataTable bind calculate order error

2005-10-11 Thread Volker Weber
Hi, in my oppinion a bean getter shouldn't create a value, just fetch it. if you use playlistFactory.currentUnitMPOSPlayList to create and return the List, you should ensure that all other related getter also create the list if the list isn't initialized before. Generally there is no order

Re: [jira] Closed: (MYFACES-694) t:dataTable bind calculate order error

2005-10-11 Thread Volker Weber
per render circle. Zhong Li wrote: Thanks. I can't prepare it first. it is dynamic list, always need calculate when use refresh page. I believe everything in dataTable should be called after list created, it is normal sense. On 10/11/05, *Volker Weber* [EMAIL PROTECTED] mailto:[EMAIL

Re: [jira] Closed: (MYFACES-694) t:dataTable bind calculate order error

2005-10-11 Thread Volker Weber
, *Volker Weber* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hi, in my oppinion a bean getter shouldn't create a value, just fetch it. if you use playlistFactory.currentUnitMPOSPlayList to create and return the List, you should

Re: [jira] Closed: (MYFACES-694) t:dataTable bind calculate order error

2005-10-11 Thread Volker Weber
data used in method playlistFactory.currentUnitMPOSPlayList, it is in Factory, called static method. Anyway it is wrong you called method in column before dataTable list. I am 100% sure, it is wrong. On 10/11/05, *Volker Weber* [EMAIL PROTECTED] mailto:[EMAIL

[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

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

2005-10-07 Thread Volker Weber
Hi, @sylvain Was there a reason to use Renderer for this stuff? If not i suggest to apply the patches and delete the renderer. Regards Volker Volker Weber (JIRA) wrote: [ http://issues.apache.org/jira/browse/MYFACES-661?page=all ] Volker Weber updated MYFACES-661

[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

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

2005-10-03 Thread Volker Weber
Hi, all date objects are (see javadoc for java.util.Date) UTC which is neearly GMT. If you want to show localy converted time you must set the timeZone attribute in your converter tag. I think, but not tested, you can use something like f:convertDateTime timeZone=%=

[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-644) InputDate doesn't parses submitted seconds

2005-09-28 Thread Volker Weber (JIRA)
: Volker Weber Implement to parse the submitted seconds seems to be forgotten. I have patched this, the diff follows: Index: src/java/org/apache/myfaces/custom/date/HtmlInputDate.java === --- src/java/org/apache/myfaces/custom/date

[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 getAsObject

<    5   6   7   8   9   10