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=%=

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

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

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

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

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.

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

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

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

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: 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: 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

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: 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: 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

maven build fails

2006-01-08 Thread Volker Weber
Hi, i just followed the instructions on: http://wiki.apache.org/myfaces/Building_With_Maven to build a snapshot, but the build fails. i got a NullPointerException [1]. after uncommenting the 'maven-project-info-reports-plugin' plugin in reporting section of: api/pom.xml,

Re: maven build fails

2006-01-08 Thread Volker Weber
Hi, this was my fault, i skipped the maven install part because i already have maven 2, but it was 2.0 and the 2.0.1 is needed. After installing maven-2.0.1 it builds now. Regards, Volker -- Don't answer to From: address! Mail to this account are droped if not recieved via mailinglist. To

Re: svn commit: r367824 - in /incubator/tobago/trunk: tobago-core/pom.xml tobago-core/src/main/java/org/apache/myfaces/tobago/component/UIForm.java tobago-tool/maven-apt-plugin/src/main/java/org/apach

2006-01-11 Thread Volker Weber
Hi Bernd, after updating this morning the tld files are missing in the tobago-core.jar. Any idea whats going wrong? After reverting the changes in AptMojo.java and pom.xml i got them back. Regards, Volker [EMAIL PROTECTED] wrote: Author: bommel Date: Tue Jan 10 15:01:46 2006 New

Re: svn commit: r367824 - in /incubator/tobago/trunk: tobago-core/pom.xml tobago-core/src/main/java/org/apache/myfaces/tobago/component/UIForm.java tobago-tool/maven-apt-plugin/src/main/java/org/apach

2006-01-11 Thread Volker Weber
[EMAIL PROTECTED]:~/java/tobago$ mvn --version Maven version: 2.0.1 Bernd Bohmann wrote: Hello Volker, which version of maven you are using? Bernd Volker Weber schrieb: Hi Bernd, after updating this morning the tld files are missing in the tobago-core.jar. Any idea whats going

Re: svn commit: r367824 - in /incubator/tobago/trunk: tobago-core/pom.xml tobago-core/src/main/java/org/apache/myfaces/tobago/component/UIForm.java tobago-tool/maven-apt-plugin/src/main/java/org/apach

2006-01-11 Thread Volker Weber
No, this was the first i did after 'svn up'. And just checked it again. But your last commnit (r368059) has fix this. Thanks and regards, Volker Bernd Bohmann wrote: A mvn clean install in tobago doesn't help? Bernd Volker Weber schrieb: [EMAIL PROTECTED]:~/java/tobago$ mvn

Re: findComponent, dataTable, messages

2006-01-20 Thread Volker Weber
Hi, Martin Marinschek wrote: Example 1: try to use an input-field in your data-table, and look at the output of the h:messages - the messages won't indicate the row of the component in the dataTable - they can't, due to this problem. how will you solve this with the executeOnComponent method?

Re: inputSuggestAjax and inputCalendar don't work together in 1.1.2

2006-01-26 Thread Volker Weber
Hi Juergen, the problem was including prototype.js twice, with different names, this is fixed in svn head. Regards, Volker Juergen Melzer wrote: I tried a very simple page like: h:outputText value=User-ID/ s:inputSuggestAjax suggestedItemsMethod=#{editUser.getUserNames}/

[Fwd: Re: Receiving duplicate suggestions in InputSuggestAjax component]

2006-01-27 Thread Volker Weber
removed. Any objections? Regards, Volker Original Message Subject: Re: Receiving duplicate suggestions in InputSuggestAjax component Date: Fri, 27 Jan 2006 22:34:00 +0100 From: Volker Weber [EMAIL PROTECTED] Reply-To: MyFaces Discussion users@myfaces.apache.org To: MyFaces

Re: svn commit: r371740 - in /myfaces/core/trunk/impl/src/main/java/org/apache/myfaces: taglib/core/ViewTag.java util/MyFacesJavascriptRendererUtil.java

2006-01-28 Thread Volker Weber
Hi, this checkin breaks tobago and also any other implementation with own ResponseWriter! I get a java.lang.ClassCastException: org.apache.myfaces.tobago.webapp.TobagoResponseWriter at

Re: svn commit: r371740 - in /myfaces/core/trunk/impl/src/main/java/org/apache/myfaces: taglib/core/ViewTag.java util/MyFacesJavascriptRendererUtil.java

2006-01-29 Thread Volker Weber
this information is held in the request. Can you verify that everything works as expected? Regards, Bruno 2006/1/28, Volker Weber [EMAIL PROTECTED]: Hi, this checkin breaks tobago and also any other implementation with own ResponseWriter! I get a java.lang.ClassCastException

Re: Site now includes Tobago and ADF Faces

2006-02-08 Thread Volker Weber
Hi, someone should correct the date on line 36 in file site/src/site/apt/index.apt November 7, 2006 - MyFaces Switches to Maven 2.1. I think it should be 2005, but is november the 7. the right date? Was it realy so long ago? Regards, Volker Sean Schofield wrote: The future site has been

[maven] generating of tld docs?

2006-02-08 Thread Volker Weber
Hi, i can't find tld docs in the generated site, is it possible to generate them with maven? Volker -- Don't answer to From: address! Mail to this account are droped if not recieved via mailinglist. To contact me direct create the mail address by concatenating my forename to my senders

Re: [maven] generating of tld docs?

2006-02-08 Thread Volker Weber
I found how to generate them, just adding -P generate-site to mvn. but this seems not the case when generating and deploying the site to http://people.apache.org/~schof/myfaces.apache.org/ there are no tlddocs. Regards, Volker Volker Weber wrote: Hi, i can't find tld docs

Re: Some thoughts about HtmlInputTextAjax component

2006-02-10 Thread Volker Weber
Hi, are there replacements for script.aculo.us library functions in dojo? We need at least replacements for Autocompleter from there and Ajax.Updater from prototype.js before we can ditch it. And i don't like to reimplement this stuff. Regards, Volker Martin Marinschek wrote: Yes, we

Re: [proposal] Split Up JIRA Projects

2006-02-14 Thread Volker Weber
Hi, +1 for jira split, imho it's needed for different release cycles. But before doing so we should think about another distributed jar file we may want, I think we should have one :-). I had mentioned before when talking about naming for commons.jar, we should have another jar for shared

Re: Tobago and ADF -- Was .. Re: [proposal] Split Up JIRA Projects

2006-02-14 Thread Volker Weber
in tobago. I think adding the full tomahawk.jar to a application will mislead to use also non compatible components from the lib. Regards, Volker Sean On 2/14/06, Volker Weber [EMAIL PROTECTED] wrote: Hi, +1 for jira split, imho it's needed for different release cycles. But before

Re: Removing public from interface

2006-02-18 Thread Volker Weber
Martin Marinschek wrote: Ok, Volker, are you annoyed with this enough to go through the existing code and remove all _ and replace them with this. statements, where necessary? Is it a prerequisite converting existing code before we can agree to another convention? If so than it sould also

Re: svn commit: r379207 - in /myfaces/tomahawk/trunk/core/src: main/java/org/apache/myfaces/custom/tree2/ test/java/org/apache/myfaces/custom/tree2/

2006-02-20 Thread Volker Weber
Sean, you removed a constructor from TreeWalkerBase, but it is still used in UITreeData. I can't build, even after a clean checkout. Did i miss something? Regards, Volker [EMAIL PROTECTED] wrote: Author: schof Date: Mon Feb 20 11:32:01 2006 New Revision: 379207 URL:

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

2006-02-21 Thread Volker Weber
#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. This might be complicated, if not impossible to do. I have to check all children

[jira] 'Resolve and Close' button

2006-02-22 Thread Volker Weber
Hi Sean, according to http://wiki.apache.org/myfaces/MyFaces_Developer_Notes Issues should be marked as closed at the same time that an issue is marked as resolved. I have seen a 'Resolve and Close' button in other jira applications, could we add such a button? Regards, Volker -- Don't

Re: Urgent! Problems with type check for *Listener

2006-02-22 Thread Volker Weber
Hi Mario, On 11:14 Mario Ivankovits wrote: What to do now? I think the first thing to do is to remove these checks, later we can find a better approach. Havend looked into sources yet, but imo we sould not remove this test, but log at warn level and continue processing. Aliasbean would

Re: svn commit: r380866 - in /incubator/tobago/trunk: tobago-core/src/main/java/org/apache/myfaces/tobago/component/ tobago-core/src/main/java/org/apache/myfaces/tobago/taglib/component/ tobago-exampl

2006-02-25 Thread Volker Weber
Hi Bernd, the sheet was already using a actionListener methodBinding to do the sort. The (mainly) only thing i did was to enable defining the methodBinding to use in the sheetTag. Hmmm, when i started to write this mail, i thought it where mutch more complicated to change this to queue a

Re: svn commit: r380866 - in /incubator/tobago/trunk: tobago-core/src/main/java/org/apache/myfaces/tobago/component/ tobago-core/src/main/java/org/apache/myfaces/tobago/taglib/component/ tobago-exampl

2006-02-25 Thread Volker Weber
Martin Marinschek wrote: What's Kohlfahrt? Whoow, i found a english description: http://www.armin-grewe.com/holiday/kohlfahrt/kohlfahrt.htm Regards, Volker just being curious ;) regards, Martin On 2/25/06, Bernd Bohmann [EMAIL PROTECTED] wrote: I think so, but now I go to a

Re: svn commit: r380866 - in /incubator/tobago/trunk: tobago-core/src/main/java/org/apache/myfaces/tobago/component/ tobago-core/src/main/java/org/apache/myfaces/tobago/taglib/component/ tobago-exampl

2006-02-27 Thread Volker Weber
events from this sheet. Regards, Volker Bernd Bohmann wrote: I think so, but now I go to a Kohlfahrt. We can discuss this tommorrow :-) Volker Weber schrieb: Hi Bernd, the sheet was already using a actionListener methodBinding to do the sort. The (mainly) only thing i did

Re: ExtensionFilter: get rid of its buffering

2006-03-01 Thread Volker Weber
Hi, i'm not sure and have not tested, but AFAIK the link rel=stylesheet .. tags don't work outside html-head. Regards, Volker Mario Ivankovits wrote: Hi! Currently I try to get rid of the buffering of the extension filter. (No code yet, just many many thoughts about it) First of all:

Re: Move AddResource et al to tomahawk?

2006-03-03 Thread Volker Weber
Hi, Mario Ivankovits wrote: Hi! I know this is not the best timing, but I would like to ask anyway. Also I havent looked at it in every detail, so I dont know if there is any technical reason for not doing so. The question is: Can we move all the AddResource stuff from shared to

Re: [Myfaces Wiki] Update of IDAssignment by StevePeterson

2006-03-09 Thread Volker Weber
Why? Can you explain reasons to do so? I don't think so, exept for some special reasons (javascript access etc.) there is IMO no sense have ids on all those components. Regards, Volker Apache Wiki wrote: Dear Wiki user, You have subscribed to a wiki page or wiki category on Myfaces Wiki

Re: svn commit: r385007 - /myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/ajax/api/AjaxDecodePhaseListener.java

2006-03-11 Thread Volker Weber
[EMAIL PROTECTED] wrote: Author: dennisbyrne Date: Fri Mar 10 20:40:16 2006 New Revision: 385007 URL: http://svn.apache.org/viewcvs?rev=385007view=rev Log: TOMAHAWK-189 Volker owes me a beer at Java 1 Uups sorry, yep i'm guilty, but unfortunately i won't be there :-(. I still don't

[TOBAGO] removing label attributes from components

2006-04-01 Thread Volker Weber
Hi, cc'ing to users@ to inform tobago users. I'm working on TOBAGO-10 (Combine the attributes label, labelWithAccessKey and accessKey to one attribute label). On many tc:... components, those where a tx:... component exists, the label attribute is already marked as deprecated. Any objections

Re: Provide Patch / Cancel Patch

2006-04-13 Thread Volker Weber
Hi Sean, are you sure? It looks like just a anonymous user triggers this, see http://issues.apache.org/jira/browse/TOBAGO-54?page=all Regards, Volker Sean Schofield wrote: Done. Users must have the same permissions as for Create Issue (which is to say they must be logged in.) Sean

Re: Which Javascript library to use for AJAX components?

2006-04-18 Thread Volker Weber
Hi Gerald, is there a equivalent for Ajax.Updater from prototype.js in dojo? I like to test replacement of prototype.js in tobago, but i don't like to reimplement this. Regards, Volker Gerald Müllan wrote: Hi, you should use the dojo library in all future components wherever possible.

Re: Refactoring tomahawk source

2006-04-18 Thread Volker Weber
Hi, my (non binding) -0.5 for this. I like to see some of the tomahawk classes (e.g. Validators, Converters and non rendering tags(saveState, aliasBean, ...)) moving from tomahawk.jar to a new commons.jar after the tomahawk release, to enable using them in tobago. I don't think we should rename

Re: Which Javascript library to use for AJAX components?

2006-04-18 Thread Volker Weber
: ..., load: function(type, evaldObj){ /* do something */ }, mimetype: text/plain, transport: XMLHTTPTransport }); A pretty good intro about dojo.io.bind can be found at: http://dojotoolkit.org/docs/intro_to_dojo_io.html Hope that helps, regards, Gerald On 4/18/06, Volker

Re: [VOTE] Tobago Release 1.0.7

2006-05-02 Thread Volker Weber
Hi, just commited a small fix in tobago-sheet.js. With this my +1. Regards, Volker Bernd Bohmann wrote: Hello, I think it's time to release 1.0.7. The current nightly build should be the release candidate. Please check your applications with the latested version of the trunk.

Re: [jira] Created: (TOBAGO-78) tc:link should support f:param

2006-06-08 Thread Volker Weber
Bernd, why do you think f:param will not work with tc:link? I never observe problems, and use it in some applications for actions in sheets. regards, Volker 2006/6/7, Bernd Bohmann (JIRA) dev@myfaces.apache.org: tc:link should support f:param -- Key:

Re: [VOTE] Release Apache Tobago 1.0.8

2006-09-09 Thread Volker Weber
Hi, i prefer to have a branch to vote on, but the current nightly (09-Sep-2006 17:56) has my +1 to be the release version. regards Volker 2006/9/9, Arvid Hülsebus [EMAIL PROTECTED]: +1 Looks good -- my small test application works. Best regards, Arvid Bernd Bohmann wrote: Hello,

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

2006-09-12 Thread Volker Weber
I have currently also problems with png, pngs inside the sheet disapears during sheet setup. i have disabled the pngFix part in our application currently. I will take a look on this in the next few days. 2006/9/12, Bernd Bohmann (JIRA) dev@myfaces.apache.org: [

Re: [VOTE] Dojo into Tomahawk

2006-09-13 Thread Volker Weber
Hi, Also have in mind that the work on the dojo integration is not finished in the long run we will have to move dojo as codebase out of tomahawk into something else, but i first have to know what the Sun guys are up to, to avoid future conflicts in that area. how about creating a new jar

Re: [VOTE] Dojo into Tomahawk

2006-09-13 Thread Volker Weber
explain the sun guys thing ? I think I don't get it. regarding myfaces-commons.jar there was already something like that, now it's shared. mmm On 9/13/06, Werner Punz [EMAIL PROTECTED] wrote: Volker Weber schrieb: aging them into tobago.jars. I had suggested this before, but it was deferred

Re: [VOTE] Dojo into Tomahawk

2006-09-13 Thread Volker Weber
? On 9/13/06, Matthias Wessendorf [EMAIL PROTECTED] wrote: Werner, can you explain the sun guys thing ? I think I don't get it. regarding myfaces-commons.jar there was already something like that, now it's shared. mmm On 9/13/06, Werner Punz [EMAIL PROTECTED] wrote: Volker Weber

Re: Tobago and MyFaces

2006-09-13 Thread Volker Weber
Hi, We just need to assess what it would take to shape Tobago into a seamless composition within MyFaces. So let's have that dialogue. i don't understand what you mean with shape Tobago into a seamless composition within MyFaces . It looks like here is still the misunderstanding that tobago

Re: [VOTE] Release Apache Tobago 1.0.8

2006-09-13 Thread Volker Weber
This is not realy a issue, the files are part of the autogenerated tlddoc. the radiomenu.html is the description of the deprecated tc:radiomenu tag which was renamed to tc:radioMenu. the attributes are the same, if you compare these two pages in a browser the only diffrence are the line:

Re: Splitting up tomahawk (improve usability)

2006-09-13 Thread Volker Weber
Actually I agree with wendy here... a shared build and release should be mandatory, otherwise it will be versioning hell. The parts i like to see in the commons are mainly Validators, Converters and other renderkid independent stuff with stable api. I see no reason to release tomahawk just to

Re: svn commit: r450145 - /myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/tabbedpane/HtmlTabbedPaneRenderer.java

2006-09-27 Thread Volker Weber
Not shure how the decode works here, but the not rendered tabs should not decoded, or they will lost there values. Is there any ajax partial rendering involved? We currently have a problem in tobago with the stateSaving/restoring. https://issues.apache.org/jira/browse/TOBAGO-137 regards

Re: svn commit: r453864 - in /myfaces/tobago/trunk/core/src: main/java/org/apache/myfaces/tobago/webapp/ test/java/org/apache/myfaces/tobago/webapp/

2006-10-07 Thread Volker Weber
Bernd, thats not nice, i was already working on this issue. Have you checked the behavior when uploading a oversized file? The Filter will throw an exception which is not catched and results in showing in the client window. I thing we need a solution where just the oversized file is wasted and

Re: svn commit: r453864 - in /myfaces/tobago/trunk/core/src: main/java/org/apache/myfaces/tobago/webapp/ test/java/org/apache/myfaces/tobago/webapp/

2006-10-07 Thread Volker Weber
would be an own faces-context-factory with a FacesContextImpl that can handle fileupload. Regards Bernd Volker Weber wrote: Bernd, thats not nice, i was already working on this issue. Have you checked the behavior when uploading a oversized file? The Filter will throw an exception which

Re: svn commit: r464701 - /myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/component/ConverterTag.java

2006-10-17 Thread Volker Weber
Bernd please add a short description additionaly to the jira id. Regards Volker 2006/10/17, [EMAIL PROTECTED] [EMAIL PROTECTED]: Author: bommel Date: Mon Oct 16 15:40:47 2006 New Revision: 464701 URL: http://svn.apache.org/viewvc?view=revrev=464701 Log: TOBAGO-156 Modified:

Re: [Tobago] Multible markups (Was: How to set individual styles for individual components)

2006-11-21 Thread Volker Weber
Hi, +1 from me for allowing multiple markups in markup attribute. Regards, Volker 2006/11/22, Bernd Bohmann [EMAIL PROTECTED]: Hello, it is not possible to combine markup until now. Maybe I will change this in few day, but I should ask the other developers what they think about this :-)

Re: [VOTE] s:selectItems to tomahawk

2006-11-27 Thread Volker Weber
Hi, i didn't know this component before, looks very usefull. I prefer to have this in the new commons project, to enabel the use in non tomahawk applications e.g. tobago. There is no renderer specific stuff involed? Regards, Volker 2006/11/26, Cagatay Civici [EMAIL PROTECTED]: Hi, I'm

Re: [VOTE] s:selectItems to tomahawk

2006-11-27 Thread Volker Weber
component sets. So, I'm -0.5 for putting it into (future) commons, and I'am still +1 for moving it to tomahawk Manfred On 11/27/06, Volker Weber [EMAIL PROTECTED] wrote: Hi, i didn't know this component before, looks very usefull. I prefer to have this in the new commons project, to enabel

Re: Commons Jsf Utils

2006-11-27 Thread Volker Weber
Hi, my +1 to Bernds suggestion of having separated commons packages. And to move the discussion back to this thread: If we want to include converters/validators and components into the new common, than we need to have new TLDs with new prefixes here. Regards, Volker 2006/11/25, Bernd Bohmann

Re: Commons Jsf Utils

2006-11-27 Thread Volker Weber
implementations of the same abstract class. However, I realise this is not always possible... But I think that adding more libraries components would confuse the users, Cheers, Bruno On 27/11/06, Volker Weber [EMAIL PROTECTED] wrote: Hi, my +1 to Bernds suggestion of having separated commons

Re: [VOTE] s:selectItems to tomahawk

2006-11-27 Thread Volker Weber
a one-that-plays-everything component library in the far (bright) future. i.e. Melt together our great component sets. So, I'm -0.5 for putting it into (future) commons, and I'am still +1 for moving it to tomahawk Manfred On 11/27/06, Volker Weber [EMAIL PROTECTED

Re: How to associate subversion commit a Jira Issue?

2006-11-29 Thread Volker Weber
Hi paul, just add the jira id to the commit message, and please also the jira description. e.g in TOBAGO-201 bernd did svn ci -m TOBAGO-201 Added required image style for tc:date and tc:in TOBAGO-65 Wrong class attributes in tc:date and tx:date Regards, Volker 2006/11/29, Paul Spencer [EMAIL

Re: [Tobago] Declaration of Close and SubmitClose Button of a popup

2006-11-30 Thread Volker Weber
Hi, i also prefer option 3. regards Volker 2006/11/30, Udo Schnurpfeil [EMAIL PROTECTED]: Hi Bernd, I prever Number 3. Regards, Udo Bernd Bohmann wrote: Hello, Volker has added rendering of popups with ajax. You have to add some javascript to close the popup, until now. I would

Re: [vote] release tobago 1.0.9

2006-12-18 Thread Volker Weber
My Applications seems to work (but i have no time for intensiv testing today). so my +1 (non binding) Regards, Volker 2006/12/17, Bernd Bohmann [EMAIL PROTECTED]: Hello, I would like to release tobago 1.0.9, This release contains over 70 changes. For a detail list please consult the release

Re: [jira] Created: (TOBAGO-224) validation of tree works incorrect

2006-12-21 Thread Volker Weber
.getSelection(); boolean empty = selection.isEmpty(); if (!empty) { _categoriesSelection.addAll(selection); } Thanks -Original Message- From: Volker Weber (JIRA) [mailto:[EMAIL PROTECTED] Sent: Wednesday

Re: [continuum] BUILD FAILURE: Apache Tobago

2006-12-30 Thread Volker Weber
Hi, Java version : 1.4.2_06(Sun Microsystems Inc.) did anyone change the installed java? Tobago needs 1.5 to build, and continuum uses Java version : 1.5.0_09(Sun Microsystems Inc.) at last successfull build. regards, Volker

Re: Set to List Property Resolver

2007-01-14 Thread Volker Weber
Hi, is this documented anywhere? I thought to read this before, but i can't find it anywhere, and so i don't repleyed to http://www.nabble.com/Can-dataTable%27s-value-be-a-HashSet--tf2982099.html#a8329377 Regards, Volker 2007/1/14, Dennis Byrne [EMAIL PROTECTED]: t:dataTable already works

Re: MyFaces PMC += (Bernd, Gerald, Volker)

2007-01-17 Thread Volker Weber
Hi *, 2007/1/17, Gerald Müllan [EMAIL PROTECTED]: Many thanks for the upgrade to PMC status. I am very glad to be aboard. me too! :-) On 1/17/07, Manfred Geiler [EMAIL PROTECTED] wrote: Please welcome our new MyFaces PMC members Bernd Bohmann, Gerald Muellan and Volker Weber! Bernd

Re: [jira] Commented: (TOBAGO-240) tc:popup rendered attribute disabled (tc:popup not useable anymore)

2007-01-18 Thread Volker Weber
Hi Stojan, there is (should) no difference in opening popups from menu, toolbar, link or button components. if there is only one command component which opens this popup just attach the popup facet inside the command. If you need to open the same popup from different places, e.g. from menu and

Re: [jira] Commented: (TOBAGO-240) tc:popup rendered attribute disabled (tc:popup not useable anymore)

2007-01-18 Thread Volker Weber
Just adding a example to gendoc: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-tool/gendoc/src/main/webapp/screenshot/popup.jsp?view=markup 2007/1/18, Volker Weber [EMAIL PROTECTED]: Hi Stojan, there is (should) no difference in opening popups from menu, toolbar, link or button

Re: [jira] Commented: (TOBAGO-215) markup attribute for all input components

2007-01-22 Thread Volker Weber
Hi Helmut. i'm just fixing this. wait for the next nightly, or make your markup valuebindings to return String[] . Regards, Volker 2007/1/22, Helmut Swaczinna (JIRA) dev@myfaces.apache.org: [

Re: svn commit: r507879 - in /myfaces/tomahawk/trunk: core/src/main/java/org/apache/myfaces/custom/calendar/ sandbox/core/src/main/java/org/apache/myfaces/custom/conversation/ sandbox/core/src/main/ja

2007-02-15 Thread Volker Weber
Hi mario, for which reason can the normal findComponent fail? I don't think this approach is a good idea. This supports user in being careless in setting id's. Regards, Volker 2007/2/15, [EMAIL PROTECTED] [EMAIL PROTECTED]: Author: imario Date: Thu Feb 15 02:36:45 2007 New Revision: 507879

Re: Status of subForm: time for promotion?

2007-03-06 Thread Volker Weber
Hi! Yes, the myfaces-commons subproject is still missing. IMHO Converters, Validators, and other non rendering stuff should not go into tomahawk. Regards, Volker 2007/3/6, Werner Punz [EMAIL PROTECTED]: Werner Punz schrieb: +1 as well... Btw. is there a reason which holds back the

Re: [VOTE] Release Tobago 1.0.10

2007-03-08 Thread Volker Weber
Hi, +1 Regards, Volker 2007/3/8, Bernd Bohmann [EMAIL PROTECTED]: Hello, I would like to release Tobago 1.0.10, This release contains over 80 changes. For a detail list please consult the release notes:

Re: [Vote] Sponsoring Entity of RCF (was Re: [Proposal] RCF, a rich component library for JSF)

2007-03-19 Thread Volker Weber
+1 Regards, Volker 2007/3/19, Matthias Wessendorf [EMAIL PROTECTED]: Hello, last week I sent out the proposal for the donation of RCF from Oracle to the ASF. The proposal mentioned, that we need to do a vote on the MyFaces PMC of being the Sponsoring Entity of that *podling*. After finding

Re: [continuum] BUILD ERROR: Tobago Gendoc

2007-03-20 Thread Volker Weber
Hi, the gendoc subproject was deleted, things were moved into examples/demo. Someone with continuum access should remove this from the project list. Bernd? Regards, Volker 2007/3/20, Dennis Byrne [EMAIL PROTECTED]: Does anyone know why this keeps repeating? On 3/19/07, [EMAIL PROTECTED]

Re: sompozite custom component

2007-03-30 Thread Volker Weber
Hi, if you want to compose existing components in own tags you may look at the sources of the tobago extension tags: http://svn.apache.org/viewvc/myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/extension/ Regards, Volker 2007/3/30, ArijkA [EMAIL PROTECTED]: Hello, I

Re: [VOTE] MyFaces Tomahawk 1.1.5

2007-03-30 Thread Volker Weber
Hi, i'm against 'releasing' sandbox, it's just the tomahawks playground. If we release the sandbox we also release the api, and then it's hard to promote a component to tomahawk, or just drop it as it's currently in discussion for the autoUpdateDatatable. Regards, Volker 2007/3/30, Manfred

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

2007-04-05 Thread Volker Weber
Hi, my fault, and already corrected localy. I somehow miss to commit it. -if (!transition) { +if (transition == null) { but it should be if (typeof transition == undefined) there is a difference between null and undefined which makes me problems in the past, i don't remember where,

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

2007-04-05 Thread Volker Weber
we return sometimes undefined. something like if(foo) would be the same (null or undef.) -M On 4/5/07, Volker Weber [EMAIL PROTECTED] wrote: three '=' ? IDEA seems to know this, but i can't find any documentation. 2007/4/5, Matthias Wessendorf [EMAIL PROTECTED]: transition === undefined

Re: Wml Renderkit

2007-04-07 Thread Volker Weber
Hi Michael, wml is afaik not realy supported in tobago. The sandbox contains some renderers (box, button, in, page, panel, selectBooleanCheckbox, selectOneChoice) which should afaik automatically selected, if you add the sandbox.jar, for generating wml output if requested by the client. e.g.

Re: svn commit: r528249 - /myfaces/tobago/trunk/example/addressbook/src/main/webapp/application/admin/admin.jsp

2007-04-13 Thread Volker Weber
Hi Arvid, is tabGroup switchType=reloadPage required for sorting in sheet ? Regards, Volker 2007/4/12, [EMAIL PROTECTED] [EMAIL PROTECTED]: Author: idus Date: Thu Apr 12 14:56:35 2007 New Revision: 528249 URL: http://svn.apache.org/viewvc?view=revrev=528249 Log: made sorting work Modified:

Re: [WELCOME] Paul McMahan

2007-04-13 Thread Volker Weber
Welcome Paul! 2007/4/12, Dennis Byrne [EMAIL PROTECTED]: The MyFaces PMC is proud to welcome another member to the team. Paul's activities on the mailing list and the issue tracker have been recognized. He has accepted an invitation to become the next member of MyFaces. Welcome Paul!

Re: [Vote] accepting Trinidad as a subproject

2007-04-16 Thread Volker Weber
+1 Regards, Volker 2007/4/15, Matthias Wessendorf [EMAIL PROTECTED]: Hi, the Trinidad community has voted to graduate and being a subproject of the Apache MyFaces project ([1]). Now it's up to the MyFaces PMC to accept Trinidad as a subproject. Please cast your votes. -Matthias [1]

  1   2   3   4   5   6   7   8   9   10   >