Re: EJB3.0 and Backing Beans Design

2006-07-06 Thread Mario Ivankovits
Hi! Spring web flow is a also a good alternative to the conversation system you are describing... Sure. The reason why we developed yet another conversation/dialog stuff is, that compared to seam (dependency hell) and things like sprint web flow, shale dialog our tag doesn't require any

Re: EJB3.0 and Backing Beans Design

2006-07-06 Thread Mario Ivankovits
Hi Rogerio! But this deps comes with JBoss Seam distribution, somebody found any other big issue on JBoss Seam beyond this one? Even if they come with the distribution, you have to take care of them. Additional issues? Well, personally I dont like it to use annotations for nearly everything.

Re: EJB3.0 and Backing Beans Design

2006-07-06 Thread Mario Ivankovits
Hi! If we could measure the complexity of a framework by the number of pages of the documentation, the worse documented framework would be the simplest... It wasn't the number of pages, but the number of different topics. I was asked about my opinion and so I answered AND I stated that I

Re: [vfs] Enchancing extraction

2006-07-05 Thread Mario Ivankovits
Hi! So basicly I was wondering if it would be possible to change VFS to easily skip the caching process when resolving file, but merely request next entry from zip or any other file. It would be great to check where the time is really lost, I dont think its a caching issue. The problem might

Re: [vfs] Enchancing extraction

2006-07-05 Thread Mario Ivankovits
Hi! I will surely inform you, if I find any clues during development. I don't however have the time to concentrate fully on this (employer wouldn't like that :). Ok, I understand. Anyway, please open a jira ticket for this at http://issues.apache.org/jira I don't seem to have

Re: [vfs] What about TFTP?

2006-07-05 Thread Mario Ivankovits
Hi! Is TFTP currently supported? Is it planned? Would it be hard to add? no, no probably not ;-) I think the answers are: no, no probably not. Other than the commons-net class that would be used, I think it would be pretty much identical to the FTP stuff that is already there. How far

[jira] Commented: (TOMAHAWK-514) Method not triggered by s:valueChangeNotifier

2006-07-05 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-514?page=comments#action_12419275 ] Mario Ivankovits commented on TOMAHAWK-514: --- Do you use the updateActionListener tag on your page? If so, do it point to a property which holds a list/map

Re: JSCookMenu, dummy form and Trinidad problems

2006-07-05 Thread Mario Ivankovits
Hi Cosma! 1) The class HtmlJSCookMenuRenderer tries to find the parent form searching for an UIForm component, but the Trinidad CoreForm doesn't extend UIForm. This cause the the dummyform stuff rendered in the page. 2) Using either af:form or h:form, calling addHiddenCommandParameter on

Re: JSCookMenu, dummy form and Trinidad problems

2006-07-05 Thread Mario Ivankovits
Hi Cosma! Okey, done. Here is the patched patch :) Ok, fine, but, wouldnt it be best to change the org.apache.myfaces.shared.util._ComponentUtils.findNestingForm to work with trinidad too and use this in HtmlJSCookMenuRenderer.java? Just an idea. Everything else looks fine to me. Ciao, Mario

Re: JSCookMenu, dummy form and Trinidad problems

2006-07-05 Thread Mario Ivankovits
Hi Cosma! Thank for your review Mario, No problem ;-) using findNestingForm may be good, but I don't know if it is used elsewhere. Maybe other objects rely on the component returned to be an UIForm? Could you please check this, e.g. a cast to UIForm will fail. But if this is not the case, I

Re: EJB3.0 and Backing Beans Design

2006-07-05 Thread Mario Ivankovits
Hi! I am not sure, if it is really required to separate the entities and the view model. We use hibernate too, but directly use the entities in the view. This means, if one changes some data, we use the transparent mechanismn of the persistence framework to have them persisted. For sure, this

Re: EJB3.0 and Backing Beans Design

2006-07-05 Thread Mario Ivankovits
Hi! For this there is e.g. JBoss Seam, or, if you would like to use a lightweigt approach, the conversation tag in tomahawk sandbox. The conversation tag sounds interesting. Could you describe it on http://wiki.apache.org/myfaces/MyFacesComponents? Yes, I am aware that documentation

[jira] Commented: (TOMAHAWK-511) Getting the Sandbox library

2006-07-04 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-511?page=comments#action_12419066 ] Mario Ivankovits commented on TOMAHAWK-511: --- I already suggested the nightly stuff, but it looks like, this is no option. Is there any error during/at the end

[jira] Commented: (TOMAHAWK-511) Getting the Sandbox library

2006-07-04 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-511?page=comments#action_12419091 ] Mario Ivankovits commented on TOMAHAWK-511: --- The latest release is 1.1.3, the 1.1.4 branch is the upcoming release (so you can use this) on the trunk we work

[jira] Resolved: (TOMAHAWK-511) Getting the Sandbox library

2006-07-04 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-511?page=all ] Mario Ivankovits resolved TOMAHAWK-511: --- Resolution: Fixed You are welcome, just, next time please use the mailing list instead of jira. Ciao, Mario Getting the Sandbox library

[jira] Commented: (TOMAHAWK-514) Method not triggered by s:valueChangeNotifier

2006-07-04 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-514?page=comments#action_12419117 ] Mario Ivankovits commented on TOMAHAWK-514: --- no, the lifecycle is its own element, just put it within faces-config. Method not triggered

[jira] Commented: (TOMAHAWK-514) Method not triggered by s:valueChangeNotifier

2006-07-04 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-514?page=comments#action_12419130 ] Mario Ivankovits commented on TOMAHAWK-514: --- Thats too bad, I checked the sandbox example and there it works as expected. Maybe you are able to kick

Re: [RANT] This Maven thing is killing us....

2006-07-04 Thread Mario Ivankovits
Hi! If project A says it depends on B 1.0 and C says it depends on B 1.1, there's a conflict in Maven, Ant and anything you want to use, the difference is that Maven tries to do it for you, but you still can override that behaviour. We also ended up putting our jars in svn again and using only

[jira] Reopened: (MYFACES-1351) Another valueChangeListener gets called in addition to the correct one

2006-07-03 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1351?page=all ] Mario Ivankovits reopened MYFACES-1351: --- Another valueChangeListener gets called in addition to the correct one

accessibility and dataTable

2006-07-03 Thread Mario Ivankovits
Hi! On myfaces-user there is a request to add the following to our datatable: * caption * id/headers stuff It looks like the caption thingy is fixed in JSF 1.2, though, I'll backport it to tomahawks datatable. The description about the id/header stuff can be found here:

Re: datatable presentation providing accessibility

2006-07-03 Thread Mario Ivankovits
Hi Elenh! I want to use a datatable element and render it as an HTML table element, following some rules which provide accessibility. As you may know accessibility rules demand a caption rendered for each HTML table, and some attributes rendered for each cell of the table. According to

Re: datatable presentation providing accessibility

2006-07-03 Thread Mario Ivankovits
Hi! First of all, thank you a lot for the immediate reply. Accessibility is something we have to take more care of, I think. In my previous post I forgot to mention that I'm using My Faces through the project seam of JBoss. Seam adds some new tags but the element datatable I use comes from My

Re: Exception in PhaseListener RENDER_RESPONSE(6) afterPhase

2006-06-30 Thread Mario Ivankovits
Matthias Wessendorf schrieb: can you bring that to JIRA ? I think there is no need to bring this to jira as I already fixed this with the commit 398003 from 28.4.2006. Anyway Roland, good catch, though, why didnt you tried the latest source? Sorry for the inconvenience. Ciao, Mario

Re: [vfs] Common VFS new features

2006-06-29 Thread Mario Ivankovits
Hi hrjk, These properties are set for HttpURLConnection with following style: connection.setRequestProperty( Authorization, ...); connection.setRequestProperty( User-Agent, ...); Ok, but the reason I asked is, that the *FileSytemOptionsBuilder stuff is type safe and shows you EXACTLY

Re: please maven clean continuum [was: [continuum] BUILD FAILURE: Myfaces Nighly Build Script]

2006-06-29 Thread Mario Ivankovits
Hey boy, Bernd changed the pom xml yea - tx a lot for this, however, I do not understand why my and others local build worked without this change - however a tree times salut to Bernd. Ciao, Mario

Re: [vfs] Common VFS new features

2006-06-28 Thread Mario Ivankovits
Hi hrjk, please prefix your post with [vfs], else chances are good my mailfilter wouldnt get them - and its common to do so on such umbrella lists. If you have any assumptions about release time of following features, please share them. As always with open source, we (I) cant promise

please maven clean continuum [was: [continuum] BUILD FAILURE: Myfaces Nighly Build Script]

2006-06-28 Thread Mario Ivankovits
For some reason maven did not recreate the shared_* branches. Please issue a maven clean on continuum to fix this annoying thing. Thanks! Mario

Re: [ApacheCon] jakarta (commons) beer chitchat

2006-06-27 Thread Mario Ivankovits
Hi! There are rumours people are interested in a beer chitchat BOF kind of thing :) Say tonight 8pm at the bar? Shit, haven't had a computer with me during afternoon. Why such a tight timetable? Would be nice if there were 24 hours between the announcement and the meeting. --- Mario

Re: [compress] Draft 8

2006-06-26 Thread Mario Ivankovits
Hi ! here is draft 8: Great, thanks! Some comments: * you use File*Streams instead of simply InputStream/OutputStream, any reason for this?If no, please change it accordingly. * simplify the archiver interface. e.g. I think methods like save(File) are useless and we can put it in an utility

Re: [continuum] BUILD FAILURE: Myfaces Nighly Build Script

2006-06-24 Thread Mario Ivankovits
Hi! /export/home/mrmaven/myfaces-nightly/tomahawk/core/src/main/java/org/apache/myfaces/component/html/util/HtmlComponentUtils.java:[63,39] getBooleanValue(javax.faces.component.UIComponent) in org.apache.myfaces.shared_tomahawk.renderkit.RendererUtils cannot be applied to

Re: [VOTE] Move s:form to tomahawk

2006-06-23 Thread Mario Ivankovits
Hi! +1 However, we should adapt our form/commandLink/commandButton stuff to make its output compatible with RI real soon. Ciao, Mario

Re: redirect navigation rule and request scoped data

2006-06-23 Thread Mario Ivankovits
Hi! It would be better to have a context initialization parameter to enable this behaviour.. sometimes it is expected to drop request scoped stuff on redirects :). Yes, when I add the number of redirects configuration I'll add this too. BTW, nice idea.. Thanks! Some days ago I was thinking

[jira] Commented: (MYFACES-516) Capture and restore saveState Beans and messages when using redirect navigation rule

2006-06-22 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-516?page=comments#action_12417302 ] Mario Ivankovits commented on MYFACES-516: -- solved in tomahawk-sandbox (RedirectTracker) except for the param thing Capture and restore saveState Beans

redirect navigation rule and request scoped data

2006-06-22 Thread Mario Ivankovits
Hi! As you might know, if you have a navigation rule with redirect / configuration you'll lose all the request scoped data like: * managed beans * messages * locale I've checked in the RedirectTrackerManager into tomahawk-sandbox which is a try to solve this problem. You have nothing else to do

[jira] Commented: (TOMAHAWK-402) error message on popup, when using SSL

2006-06-22 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-402?page=comments#action_12417350 ] Mario Ivankovits commented on TOMAHAWK-402: --- At least the error message: This page contains both secure and nonsecure items. Do you want to display the nonsecure

[jira] Commented: (TOMAHAWK-176) forceId not working on inputCalendar

2006-06-22 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-176?page=comments#action_12417353 ] Mario Ivankovits commented on TOMAHAWK-176: --- this should be fixed in tomahawk svn head now - cant close this issue due to missing version in jira I decided

redirect navigation rule and request scoped data

2006-06-22 Thread Mario Ivankovits
Hi! As you might know, if you have a navigation rule with redirect / configuration you'll lose all the request scoped data like: * managed beans * messages * locale I've checked in the RedirectTrackerManager into tomahawk-sandbox which is a try to solve this problem. You have nothing else to do

Re: Additional information found on solutions for IE with SELECT

2006-06-22 Thread Mario Ivankovits
Hi Andrew, Problem: IE gives a mixed content security warning when using an IFRAME. The workaround for this is nice. I decided to point the src to a blank https page, but your solution is much easier and avoids an additional server round trip. I'll have a look at it. Thanks! Ciao, Mario

Re: [maemo-developers] flashing the device with suse linux - solved: With SuSe 10.0 no problems.

2006-06-21 Thread Mario Ivankovits
Hi Frank, which version Suse did you use ? tried with two machines, both: SuSE 10.1 maybe there is a change in the latest sysfs. At least I saw flasher-2.0 searches in /sys/bus/usb for usb buses, but as far as I can see they are now in /sys/bus/usb/devices Thus I was happy to figure out

Re: [vfs][all] nightly build changed?

2006-06-20 Thread Mario Ivankovits
Hi Phil, Hmmm...looks like we need a plan and a volunteer. I have a little time this week. thanks Phil, it would be great if you can find some time. Especially for VFS it is important to have the nightly build, as we have no release to download. If you didn't manage to start with this, I'll

Re: Welcome Wendy Catalin

2006-06-20 Thread Mario Ivankovits
Hi! A warm welcome to you both! Ciao, Mario

Re: exceptions

2006-06-20 Thread Mario Ivankovits
Julian Ray schrieb: There is some discussion on this topic in the WIKI that you might want to look at. Hey, pretty new wiki page (http://wiki.apache.org/myfaces/Handling_Server_Errors) Happily its not that different to my approach, except that I do not use JSF to output the error page.

[vfs][all] nightly build changed?

2006-06-19 Thread Mario Ivankovits
Hi! Sorry, looks like I missed something. Do (or have) we changed our nightly builds? It looks like the directories below http://people.apache.org/builds/jakarta-commons/nightly/ are all empty. Ciao, Mario - To unsubscribe,

Re: Common VFS jdk 1.5

2006-06-19 Thread Mario Ivankovits
Hi! Indeed I don't succeed in getting the jar file or source wiht this url http://people.apache.org/builds/jakarta-commons/nightly/commons-vfs/ Ummm ... I wasn't aware that the nightly no longer builds, sorry. For now (we have to check what happens) you could checkout the latest vfs using svn

Re: Common VFS jdk 1.5

2006-06-19 Thread Mario Ivankovits
Hi! ok thanks, but the server http://svn.apache.org/ seem to be down indeed i've the following error : Error: PROFIND request failed on '* repos/asf/jakarta/commons/proper/vfs/trunk/*' Error: PROFING of '*repos/asf/jakarta/commons/proper/vfs/trunk/*' could not connect to the server

Re: exceptions

2006-06-19 Thread Mario Ivankovits
Hi! I am having the same old issue with exception handling that has been raised in every JSF forum since the beginning of time (!) First, to get rid of the blank page problem it should be possible to use a servlet filter which buffers the whole response (also ignores any flush). This might

pom.xml shared wrong version

2006-06-13 Thread Mario Ivankovits
Hi! I had to apply the following patch to be able to compile: Index: shared-tomahawk/pom.xml === --- shared-tomahawk/pom.xml (Revision 413826) +++ shared-tomahawk/pom.xml (Arbeitskopie) @@ -7,7 +7,7 @@

Re: pom.xml shared wrong version

2006-06-13 Thread Mario Ivankovits
Hi Sean, ok, thanks, Done! Ciao, Mario

[jira] Resolved: (TOMAHAWK-416) Installing Tomahawk breaks jsf-ri commandLink and Button components

2006-06-13 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-416?page=all ] Mario Ivankovits resolved TOMAHAWK-416: --- Fix Version: 1.1.3 Resolution: Fixed disabled the dummyForm feature by default Installing Tomahawk breaks jsf-ri commandLink

[jira] Resolved: (MYFACES-1171) Dont render clear_formName if not in MyFacesForm

2006-06-13 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1171?page=all ] Mario Ivankovits resolved MYFACES-1171: --- Fix Version: 1.1.3 Resolution: Fixed from my point of view we fixed this issue by disabling the dummyForm feature by default, so

[jira] Commented: (MYFACES-1171) Dont render clear_formName if not in MyFacesForm

2006-06-13 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1171?page=comments#action_12416045 ] Mario Ivankovits commented on MYFACES-1171: --- But the t:commandLink cant work with anything else with myfaces-impl - and I dont see the badness of it, do all

[jira] Commented: (MYFACES-1171) Dont render clear_formName if not in MyFacesForm

2006-06-13 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1171?page=comments#action_12416057 ] Mario Ivankovits commented on MYFACES-1171: --- well, we can change our form handling to be RI compatible by using their namings and logic how to do it (I dont know

Re: Components not working with the RI (after extermination of the dummyForm)

2006-06-13 Thread Mario Ivankovits
Hi! If t:commandLink is deprecated, t:commandNavigation should be deprecated too, but then we should have an alternative or a different implementation of commandNavigation. After a quick look at HtmlNavigationRenderer I think it should be possible to use delegation instead of inheritance to

[jira] Commented: (MYFACES-949) New logging framework for MyFaces code

2006-06-12 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-949?page=comments#action_12415820 ] Mario Ivankovits commented on MYFACES-949: -- Simon, we still have a pain reagrding logging, no? If I recap correctly, its still not possible to reload a servlet

Re: [Vote] Release Tomahawk 1.1.3

2006-06-09 Thread Mario Ivankovits
Jo-o! This is a vote to release Tomahawk 1.1.3 (and its dependencies: MyFaces Shared 2.0.2 and MyFaces Maven 1.0.3.) +1 for my vote +1 Ciao, Mario

Re: Upcoming Tomahawk Release

2006-06-08 Thread Mario Ivankovits
mmm w/ RI I get some issues. I am not sure which part of tomahawk should/will work with RI. I do not use the RI, so I might not be much of help here. Someone else with more insights? Are these new problems? Should this hold the release? Ciao, Mario

Re: [JSF 1.2] question

2006-06-08 Thread Mario Ivankovits
Yeaa, lets give him fun ;-) +1 for Doc M Mario +1 for Mr. M Dennis Byrne -Original Message- From: Matthias Wessendorf [mailto:[EMAIL PROTECTED] Sent: Thursday, June 8, 2006 04:05 PM To: 'MyFaces Development' Subject: Re: [JSF 1.2] question +1 on Martin. Eventuelly I'd

Re: SERIOUS BUG!!!!!!! Re: commandLinks don't work on Tomcat 5.5.17

2006-06-08 Thread Mario Ivankovits
Hi Mike! The CommandLink does not work with tomahawk-1.1.4-SNAPSHOT.jar. We use tomahawk-1.1.4-SNAPSHOT here, in our real application. What makes me wonder is, that in the first case the autoScroll stuff were created, but not in the second case. Did you disable the autoScroll feature? Could

Re: MyFacesExtensionsFilter?

2006-06-08 Thread Mario Ivankovits
Hi! !-- extension mapping for serving page-independent resources (javascript, stylesheets, images, etc.) -- filter-mapping filter-nameMyFacesExtensionsFilter/filter-name url-pattern/faces/myFacesExtensionResource/*/url-pattern /filter-mapping I not sure what this does. Should the

Re: svn commit: r412381 - /myfaces/shared/branches/2_0_2/core/src/main/java/org/apache/myfaces/shared/renderkit/html/HtmlLinkRendererBase.java

2006-06-07 Thread Mario Ivankovits
Hi Sean, myfaces/shared/branches/2_0_2/core/src/main/java/org/apache/myfaces/shared/renderkit/html/HtmlLinkRendererBase.java - throw new IllegalArgumentException(Component + clientId + must be embedded in an form); +String path =

Re: Upcoming Tomahawk Release

2006-06-07 Thread Mario Ivankovits
Yes, unhappily - I get it too: java.lang.IllegalArgumentException: Component _idJsp3 must be embedded in an form at org.apache.myfaces.shared_impl.renderkit.html.HtmlLinkRendererBase.renderJavaScriptAnchorStart(HtmlLinkRendererBase.java:209) Ciao, Mario Sorry Sean, I still get this

Re: ApacheCon EU

2006-06-06 Thread Mario Ivankovits
Hi! are there any of you guys arriving on Sunday in Dublin? I'll be there on sunday too. Looking forward to meet you all. Ciao, Mario - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: svn commit: r412012 - /myfaces/shared/trunk/core/src/main/java/org/apache/myfaces/shared/renderkit/html/HtmlLinkRendererBase.java

2006-06-06 Thread Mario Ivankovits
Hi! +String msg = Change component/tag ' + clientId + ' from javax.faces.*/h:tagName / + +to org.apache.myfaces.*/t:tagName /, or embed it in a form. This is not a bug. + + MyFaces core implementation no longer supports formless

Re: svn commit: r412012 - /myfaces/shared/trunk/core/src/main/java/org/apache/myfaces/shared/renderkit/html/HtmlLinkRendererBase.java

2006-06-06 Thread Mario Ivankovits
Hi Sean! Yes we should have a Upgrading to Tomahawk 1.1.3 wiki. If someone writes it I will be sure to link to it in the release notes. http://wiki.apache.org/myfaces/Upgrading_to_Tomahawk_1.1.3 I changed the exception in shared accordingly. Ciao, Mario

Re: Enabling Client Side Validation

2006-06-06 Thread Mario Ivankovits
Hi! Please use some org.apache.myfaces... namespace in front of ENABLE_CLIENT_SIDE_VALIDATION What about integrate http://struts.apache.org/struts-shale/features-commons-validator.html into tomahawk? Then a simple global configuration parameter is missing, no? Ciao, Mario

Re: Enabling Client Side Validation

2006-06-06 Thread Mario Ivankovits
Hi Matthias! You mean client/server attribute? this is a no-no (search the mail archive) I know about the limitations of its current approach, but I meant to extend this library to honor a global flag too. I remember Craig isnt against such a flag - I think its just a matter of no time. To me

New IE oddity - form target in window

2006-06-06 Thread Mario Ivankovits
Hi! Just in case someone uses this feature too I'll share my findings here. The problems arises after one of the last IE updates, don't know exactly when. On one page we submitted a form into a newly opened window target with something like this: var win = window.open(.); form.submit();

Re: New IE oddity - form target in window

2006-06-06 Thread Mario Ivankovits
Hi Dennis! Does my window identifier equate to your same target name ? Second parameter to open() ? yes, and it worked for aeons but last week, online-update and boom ... Ciao, Mario

Re: Client Side Validation

2006-06-06 Thread Mario Ivankovits
Hi Gregg! I could have sworm MyFaces could do Client Side (Javascript) validation. Am I wrong? I've search the web and mailing lists and didn't fine anything. For now you can use struts-shale validation: http://struts.apache.org/struts-shale/features-commons-validator.html There you will find

Re: Client Side Validation

2006-06-06 Thread Mario Ivankovits
Hi! Ugh, thanks but no thanks. :) I'll just right my own javascript until something else comes along as part of MyFaces. There is no need to be shy against struts-shale, its a very slim library for JSF - you didnt need the whole struts stuff. Though, I understand when you try to avoid any new

Re: Client Side Validation

2006-06-06 Thread Mario Ivankovits
Hi Cagatay! Do I sound like a client validation lunatic? Sure, you do ;-) When can we take it over to MyFaces? :-D What about the licensing, is it all under ASL? If not PLEASE prepare it so before contribute it ;-) Ciao, Mario

Re: Client Side Validation

2006-06-06 Thread Mario Ivankovits
Hi Cagatay! Sure it's under ASL Mario, I'm just extending to the tomahawk. Great, just, could you please place it in tomahawk-sandbox at first. A short discussion on myfaces-dev about this topic brought up immediately additional ideas which we have to take into account then. Thanks! Ciao, Mario

Re: Client Side Validation

2006-06-06 Thread Mario Ivankovits
Hi! Is there any IP issue here to solve? (IP - intellectual property, for those not knowing whats meant here ;-) ) Due to the size of this contribution (its not only a patch) a CCLA is required. According to http://people.apache.org/~jim/committers.html Cagaty is already filed. Ciao, Mario

Re: HtmlSelectOneMenu value is not set during ValueChangeListenerexecution

2006-06-03 Thread Mario Ivankovits
Hi Tonio, You are aware about our s:valueChangeNotifier which behaves like ValueChangeListener with the difference that it will fire AFTER the updateModel phase? Ciao, Mario ValueChangeListeners are called after Process Validators Phase, and the model (Components values) is only

Re: File Permissions on people

2006-06-02 Thread Mario Ivankovits
Hi! Reminder from Infra to make sure the directories are 775 and the files are 664 on distribution and web directories on people.apache.org. You can use the following in your home-directory (or whatever directory as base) to reset those permissions. find . -type f -print0 | xargs -0 chmod 664

[jira] Resolved: (TOMAHAWK-462) valueChangeNotifier doesn't work properly in dataTables

2006-06-02 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-462?page=all ] Mario Ivankovits resolved TOMAHAWK-462: --- Fix Version: 1.1.4-SNAPSHOT Resolution: Fixed Ok, I think I got it. ValueChangeNotifier now saves and restores the rowIndex of all

shared - impl or tomahawk [was: Re: Component like panelGrid with ul and li]

2006-06-02 Thread Mario Ivankovits
Hey Matthias, you should put this excellent description somewhere in our wiki. Ciao, Mario Matt- you are using name space org.apache.myfaces.shared_impl.**; I strongly recommend to use org.apache.myfaces.shared_tomahawk.**; The shared classes are *integrated* in tomahawk.jar and

Re: [commons vfs] Considering empty (zip) packages

2006-06-01 Thread Mario Ivankovits
Hi! What's the correct handling of empty, but otherwise correct packages? It seems like currently these (for zip packages atleast) are handled by throwing FileSystemException and error Could not open Zip file Errors start to flow from java.util.zip: ... Caused by:

Re: [commons vfs]: Handling large packages, memory error

2006-06-01 Thread Mario Ivankovits
Hi! When extracting large zip packages (~1.6Gb), Java heap space error is thrown. Currently used attribute -Xmx500M isn't enough. Memory usage rises gradually during extraction (slowly, but surely). We have a need to handle packages up to 2Gb size. Do this zip file contains many entries?

Re: if test

2006-06-01 Thread Mario Ivankovits
Hi! Still, why do you not use the rendered attribute? So you might end in: managed-bean managed-bean-nameLoginBean/managed-bean-name managed-bean-classorg.onlinestore.web.LoginBean/managed-bean-class

[jira] Commented: (MYFACES-1167) No javascript with MyFaces Facelets

2006-05-31 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1167?page=comments#action_12414050 ] Mario Ivankovits commented on MYFACES-1167: --- using commandLink without form was always an enhancement of MyFaces and never worked with JSF-RI, though, the way we

Re: Upcoming Tomahawk Release

2006-05-31 Thread Mario Ivankovits
Hi! -fileupload or tree2 are working fine. I wonder that you found that tree2 works fine. Yesterday I reverted two commits in svn head as the tree was completely broken here. I planned to inform Sean about it, but havent found the time lately, but now its done :-) The commits were: r410269 and

Re: Upcoming Tomahawk Release

2006-05-31 Thread Mario Ivankovits
-fileupload or tree2 are working fine. I wonder that you found that tree2 works fine. Ok, I checked the release creation date and those changes where introduces before the branch. So definitely the tree is broken, even it our examples works. The problems were: usage of

Re: Upcoming Tomahawk Release

2006-05-31 Thread Mario Ivankovits
Sean, please add the following snippet to the release notes regarding how to reactive the dummyForm feature: renderer component-familyjavax.faces.Command/component-family renderer-typejavax.faces.Button/renderer-type

[jira] Commented: (MYFACES-891) Broken number converter

2006-05-31 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-891?page=comments#action_12414090 ] Mario Ivankovits commented on MYFACES-891: -- I commited a number converter to tomahawk sandbox which will automatically convert the value to the beans expected type

Re: Upcoming Tomahawk Release

2006-05-31 Thread Mario Ivankovits
Hi Sean! In the future, when there is a branch, please make your fixes on the branch instead of the trunk. If we focus on the branch and get it released then we can merge down soon enough. Ok, I reverted the patch from head and fixed it on the branch now. I have some problems to compile the

Re: Dummy form problem with nightly builds

2006-05-31 Thread Mario Ivankovits
Hi! It seams to be linked to the dummy form feature, as now there is an error message stating that component XXX need to be in a form. Is there a simple way to activate/desactivate this feature to keep backward compatibility ? For now the dummyForm feature is deprecated. You can reenable it

Re: convertNumber

2006-05-31 Thread Mario Ivankovits
Hi! How about a tomahawk converter, with the coercion back in place? (See the JIRA) Yesterday I committed a convertNumber to tomahawk-sandbox which will automatically convert the number to the beans expected type. Ciao, Mario

Re: commons-vfs: copy progress, aborting copy operation...

2006-05-30 Thread Mario Ivankovits
Hi Pavel, 1) Does VFS support copy progress callback? 2) Can I abort copy/etc operations? its still on the todo list, but not yet implemented. Sorry! Ciao, Mario - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

PLEASE Re: out of the licensing woods yet? please advice...

2006-05-30 Thread Mario Ivankovits
__ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- mfg Mario Ivankovits - OPS EDV Vertriebsges.m.b.H. Software Engineering Michael-Bernhard-Gasse 10, A-1120 Wien Tel.: +43-1-8938810 Fax: +43-1-8938810/3700 E-Mail: [EMAIL PROTECTED

Re: AW: java.lang.NoSuchMethodError: org.apache.myfaces.renderkit.html.util.DummyFormUtils.findNestingForm

2006-05-30 Thread Mario Ivankovits
Hi! Only the myfaces-commons.jar is still there, because I need this jar because of the class MessageUtils. Bingo! myfaces-commons is no longer part of MyFaces. MessageUtils is now in shared - so you can import either org.apache.myfaces.shared_impl.util or

Re: Java5 and JSF 1.2 (was Re: JSF 1.2 [was: Cancelled: JavaOne MyFaces Committers/Contributors meeting]))

2006-05-29 Thread Mario Ivankovits
Hi! C:\projects\MyFaces1.2\jsf12tc6\coresvn info Path: . URL: https://svn.apache.org/repos/asf/myfaces/core/trunk I did my commit from jsf12tc6\core. Why would this subdirectory point to trunk? Maybe you copied the .svn directories too? Ciao, Mario

[jira] Commented: (TOMAHAWK-402) error message on popup, when using SSL

2006-05-29 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-402?page=comments#action_12413740 ] Mario Ivankovits commented on TOMAHAWK-402: --- Sorry, I havent found the time to fix it, but - well - we have the same problem here, so you can be sure I WILL fix

Re: Version of Servlet Container - Facelets

2006-05-28 Thread Mario Ivankovits
Hi! 1) TC 5.x (or other not JSP 2.1 compliant) and 3) TC 6 or Glassfish (or other JSP 2.1 compliant) TC6 after the first few stable builds. If no other technique requires ist, I am not sure if we move away from tomcat. Its also not sure if we ever move to facelets. Especially when upcoming jsf

[maemo-developers] injecting input (from barcode scanner)

2006-05-26 Thread Mario Ivankovits
Hi! I plan to attach a bluetooth barcode scanner to my 770. They mainly use the serial protocol of bluetooth to send their data and I would like to feed them into the keyboard buffer to simulate input in any field. (In the end the data should go into a formular field of an web-application) Could

[jira] Resolved: (VFS-50) Threading issue with AbstractFileSystem.fireEvent

2006-05-25 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-50?page=all ] Mario Ivankovits resolved VFS-50: - Fix Version: Nightly Builds Resolution: Fixed Assign To: Mario Ivankovits Well, this wasnt really a threading issue but a normal bug. Since every

[jira] Closed: (VFS-50) Threading issue with AbstractFileSystem.fireEvent

2006-05-25 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-50?page=all ] Mario Ivankovits closed VFS-50: --- Threading issue with AbstractFileSystem.fireEvent - Key: VFS-50 URL: http://issues.apache.org

Re: [commons vfs] Extracting tar fails

2006-05-24 Thread Mario Ivankovits
Hi! Try this way: tar:file://C:\src.tar! That was the third one I had tried: No, it was not. I also need some time to figure it out ;-) org.apache.commons.vfs.FileSystemException: Badly formed URI tar:file//C:\src.tar!. see - there is the : missing after file - its file://

Re: [commons vfs] Extracting tar fails

2006-05-24 Thread Mario Ivankovits
Hi! Right. Sorry guys. I'd better buy new pair of glasses. :-D Nevertheless, exactly same error occurs with tar:file://C:\src.tar!. Sorry, no windows here, but I use tar:file:///home/im/tmp/log4j.tar!/ and this works. (tar:file:///home/im/tmp/log4j.tar! too) Ok, do you use

Re: [commons vfs] Extracting tar fails

2006-05-24 Thread Mario Ivankovits
Hi Jörg! Nevertheless, exactly same error occurs with tar:file://C:\src.tar!. You have to escape backslashes! If we ever meet together, remeber me to spend you a donut ;-) Ciao, Mario - To unsubscribe, e-mail:

<    9   10   11   12   13   14   15   16   17   18   >