Re: [orchestra] class Conversation and ThreadLocals

2007-08-11 Thread Mario Ivankovits
Hi! Class Conversation uses a thread-local variable to store the current conversation. Thread-locals are pretty tricky to manage in a container environment; they need to be cleared at the end of each request as the same thread will be reused by the container. Would storing this value in

Re: [orchestra] minor issues

2007-08-11 Thread Mario Ivankovits
Hi! AFAIK there is no way in readObject to get the serialVersionUID of the stored object, is there a way? I'm not sure. Why would you want to? I'd generate the serialVersionUID with any number and use a second local version which will be written first to the the stream. That way,

[jira] Commented: (ORCHESTRA-3) PropertyPlaceholderConfigurer STOPS working after the introduction of orchestra into my configuration

2007-08-11 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/ORCHESTRA-3?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12519241 ] Mario Ivankovits commented on ORCHESTRA-3: -- During debugging the situation I found a workaround you can

Re: [orchestra] minor points

2007-08-11 Thread Mario Ivankovits
Hi! The constructor for class ConversationContext takes a ConversationManager object as a parameter (ie a ref to its parent), but never uses it. Is there some future intention to do something with this parameter, or can it be removed? Might be a relict from previous times. Let's remove

[jira] Resolved: (ORCHESTRA-3) PropertyPlaceholderConfigurer STOPS working after the introduction of orchestra into my configuration

2007-08-11 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/ORCHESTRA-3?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mario Ivankovits resolved ORCHESTRA-3. -- Resolution: Fixed Assignee: Mario Ivankovits According to the spring forum

Re: Please create Orchestra JIRA project

2007-08-10 Thread Mario Ivankovits
Hi! Done: Component Core and release 1.0-SNAPSHOT Enjoy your vacation, Mario! Thanks ... but now its over again :-( I've setup the components now Now, its up to the users to file bugs :) Ciao, Mario

[orchestra] first release

2007-08-10 Thread Mario Ivankovits
Hi! Now that I am back from vacation I'll start cutting a first release of MyFaces Orchestra. There is not that much negative feedback, which could mean that it is an awesome piece of code which just works or it is not widely used yet ;-) Anyway, I think a release could help increasing the

Re: Please create Orchestra JIRA project

2007-07-28 Thread Mario Ivankovits
Thanks! Could one please create the component core. Should be sufficient for now. I'll do the rest when I am back - and - I'll be back ;-) Version unreleased or nightly will make it too. I am on vacation and jira is to heavy-weight to be used from the mobile phone using roaming fees. Thanks

Re: Adding FacesMessage that can be available in view after handleNavigation

2007-07-19 Thread Mario Ivankovits
Hi! But after redirecting to errors.faces all messages are discarded. And therefore user doesn't see his fatal error. How can I using JSF add all messages to view to redirect? See the tomahawk sandbox RedirectTracker stuff [1]. Correctly configured it will make the messages available after a

Re: Adding FacesMessage that can be available in view after handleNavigation

2007-07-19 Thread Mario Ivankovits
Hi! Sorry, maybe I am ambiguous. I mean changing navigation flow using getNavigationHandler().handleNavigation() but not really redirect with context.getExternalContext().redirect(error.faces); Should I use RedirectTracker also for handleNavigation? The RedirectTracker will handle every

Re: [VFS] Subversion as a File System?

2007-07-10 Thread Mario Ivankovits
Hi! Would it be possible to use (make work) VFS with Subversion as a file system? We already had a try to do this [1]. Due to licensing issues any commit of the code has been delayed ... until it got that old that it is now not that easy to apply. If you would like to, you could spend some

Re: [Orchestra] location of orchestra.xsd

2007-07-09 Thread Mario Ivankovits
Hi Michael! Spring itself uses the following pattern for handling namespaces: xsi:schemaLocation=http://www.springframework.org/schema/lang http://www.springframework.org/schema/lang/spring-lang-2.0.xsd; spring.schemas :

Re: [Orchestra] Orchestra and ajax

2007-07-08 Thread Mario Ivankovits
Hi Michael! Do you have plans for a release? Yes, I think to start a release mid August (after my vacation). Everyone should have had enough time then to uncover major bugs. Ciao, Mario

[jira] Commented: (VFS-166) Can't create an SFTP connection to the server

2007-07-04 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/VFS-166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12510159 ] Mario Ivankovits commented on VFS-166: -- try sftp:// (lower case) Please consult the commons-user mailinglist

[jira] Resolved: (VFS-166) Can't create an SFTP connection to the server

2007-07-04 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/VFS-166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mario Ivankovits resolved VFS-166. -- Resolution: Invalid Assignee: Mario Ivankovits Can't create an SFTP connection

[jira] Commented: (VFS-166) Can't create an SFTP connection to the server

2007-07-04 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/VFS-166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12510163 ] Mario Ivankovits commented on VFS-166: -- Please post the full stack trace ... and still, whats bad using

[jira] Commented: (VFS-113) NullPointerException during getting InputStream from SftpFileObject

2007-07-04 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/VFS-113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12510170 ] Mario Ivankovits commented on VFS-113: -- Hi, this is your real exception: Caused

[jira] Commented: (VFS-113) NullPointerException during getting InputStream from SftpFileObject

2007-07-04 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/VFS-113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12510174 ] Mario Ivankovits commented on VFS-113: -- Oh, sorry, mixed up things ... could you please provide a small test case

[jira] Commented: (VFS-113) NullPointerException during getting InputStream from SftpFileObject

2007-07-04 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/VFS-113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12510183 ] Mario Ivankovits commented on VFS-113: -- I am out of time at the moment. So if its a threading issue, you could

[jira] Commented: (VFS-166) Can't create an SFTP connection to the server

2007-07-04 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/VFS-166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12510188 ] Mario Ivankovits commented on VFS-166: -- Docs can be found here [1], though, it could be more ;-) Out of curiosity

[jira] Updated: (VFS-161) Minimize using of LIST command in the FTP provider

2007-07-03 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/VFS-161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mario Ivankovits updated VFS-161: - Priority: Major (was: Minor) Minimize using of LIST command in the FTP provider

Re: how to render various components dynamically for a generic editor ?

2007-07-03 Thread Mario Ivankovits
Hi! I have to create a generic editor with various fields based on a configuration(file, database …). Each field can be rendered as a different input type, e.g. selectOneCheckbox, selectManyCheckbox, selectOneRadio, selectOneMenu, selectManyMenu or even inside a tree2 structure. Moreover I

Re: [Orchestra] Orchestra and ajax

2007-06-30 Thread Mario Ivankovits
Hi Michael! the problem seems to be the first partial submit. After that a new Conversation is created. On subsequent partial submits it works like expected. Thanks for your webapp! I managed to find the problem and I think I fixed it. The problem was: I tried to work with the

Re: [Orchestra] Orchestra and ajax

2007-06-29 Thread Mario Ivankovits
Hi Michael! Thanks, I will have a look at it over the weekend. Ciao, Mario Hi, the problem seems to be the first partial submit. After that a new Conversation is created. On subsequent partial submits it works like expected. You can see that with the included war (no jars included,

Re: [Orchestra] Orchestra and ajax

2007-06-28 Thread Mario Ivankovits
something is configured differently. Thanks Michael Mario Ivankovits wrote: I tried the following with the latest ICEFaces (1.6.0-DR5) and it works as expected. Though, I have to admit I am wondering WHY it works as as you stated Icefaces do not add the conversationContext= url parameter

Re: Orchestra on code.google.com

2007-06-27 Thread Mario Ivankovits
Craig wrote: Doesn't myfaces-goodies have a nice ring? Yepp ... sound nice ;-) Kito D. Mann wrote: I don't know -- this might be confusing since Matthias already has FacesGoodies [1] :-) . would be myfaces-orchestra-goodies, should be enough dissociation between FacesGoodies then, I hope

Re: Orchestra on code.google.com

2007-06-27 Thread Mario Ivankovits
Cagatay Civici wrote: Mario, What about stability of sourceforge lately? I used it in the past, but was disappointed about speed and reachability. I had no problems with sourceforge for a long time when working on jsf-comp. Ok, so lets sum up ... Use the jsf-comp space for

Re: [Orchestra] Orchestra and ajax

2007-06-27 Thread Mario Ivankovits
Hi Michael! But now I have a problem with orchestra when using partial submits (we use ICEFaces by the way). As there is no page refresh the request attribute CONVERSATION_CONTEXT_REQ is not set. I tried the following with the latest ICEFaces (1.6.0-DR5) and it works as expected. Though, I

Re: Orchestra on code.google.com

2007-06-26 Thread Mario Ivankovits
Hi! Kito D. Mann schrieb: I don't know -- this might be confusing since Matthias already has FacesGoodies [1] :-). [1] http://code.google.com/p/facesgoodies/ Why not adding it to facesgoodies then? I understand facesgoodies as template for quickstarting an application. I'd

Re: Orchestra on code.google.com

2007-06-26 Thread Mario Ivankovits
of the components are used... regards Alexander -Original Message- From: Mario Ivankovits [mailto:[EMAIL PROTECTED] Sent: Monday, June 25, 2007 3:29 PM To: MyFaces Development Subject: Orchestra on code.google.com Hi! code.google.com is fine for that. I'd like to start

Re: Orchestra on code.google.com

2007-06-26 Thread Mario Ivankovits
Hi Dennis! Perhaps this has been covered already, but does it have binary deps on MyFaces? Or just the JSF API? No deps to MyFaces, else it would be a bug. If Orchstra has no dep on the MyFaces implementation, you may be able to open this up to more users and you wouldn't have to find a new

Orchestra on code.google.com

2007-06-25 Thread Mario Ivankovits
Hi! code.google.com is fine for that. I'd like to start a project at code.google.com to host any code not allowed (or not easily allowed) by the policy of ASF. e.g. when depending on (L)GPL code. I reserved a name already [1]. Any objections about it? Ciao, Mario [1]

Re: Orchestra vs Spring-Annotations

2007-06-25 Thread Mario Ivankovits
Hi Michael! did not find the connector for Hibernate. I do not want to use JPA, but rather just spring DAOs. Is a direct Hibernate connector available? If so, how do I use it? Due to license restrictions we are not able to depend on LGPL code. I use a custom Hibernate connector, just,

Re: [VOTE] Invite Simon Kitching to join the Apache Commons PMC

2007-06-22 Thread Mario Ivankovits
Niall Pemberton wrote: [X] +1, don't let Simon get away - lets try to get him to join the new PMC [ ] -1, no leave him out Ciao, Mario - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [VOTE] Invite Rahul Akolkar to join the Apache Commons PMC

2007-06-22 Thread Mario Ivankovits
Hi! [X] +1, don't let Rahul get away - lets try to get him to join the new PMC [ ] -1, no leave him out Ciao, Mario - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[jira] Commented: (VFS-98) VFS causes deadlocks or is not thread-safe

2007-06-21 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/VFS-98?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12506967 ] Mario Ivankovits commented on VFS-98: - Hehe - sometimes something looks complicated - its great if there is a simple

Re: [vfs] HttpClient 3.x Compatibility?

2007-06-20 Thread Mario Ivankovits
Hi James! Help! I'm in jar hell (again). Apparently, HttpClient v2.0.2 and 3.0.1(current stable release) are not binary compatible. They introduced setParams()/getParams() methods into the HttpConnectionManager interface. However, VFS' WebdavConnectionManager doesn't implement these

Re: [vfs] HttpClient 3.x Compatibility?

2007-06-20 Thread Mario Ivankovits
give it a try. Could you attach the patch to a jira issue please. Btw, in the VFS HEAD the WebdavConnectionManager has been moved to the http filesystem and renamed to ThreadLocalHttpConnectionManager as it turned out that it is useful there too. Ciao, Mario On 6/20/07, Mario Ivankovits [EMAIL

Re: [VFS] RE: [EMAIL PROTECTED]: Project ivy (in module ivy) failed

2007-06-20 Thread Mario Ivankovits
Hi Gilles! I traced back the failure in the gump build of ivy up to [1]. A class that we use in VFS has been renamed. I guess you mean the ThreadLocalHttpConnectionManager class (former WebdavConnectionManager). May I ask, why you use it directly? 3. Replace our dependency to

Re: How to enable a Listener before file transfering [VFS]

2007-06-20 Thread Mario Ivankovits
Hi! How can i have a listener when calling fileObject.copyFrom I want to get the transferred bytes in the destination. This is not possible yet. The Progress and Cancellation API for VFS is still on the TODO list, but time constraints prevent me from doing something in this area. Sorry.

[jira] Commented: (MYFACES-1666) HtmlResponseWriterImpl implements different encoding behaviour for the two writeText methods

2007-06-20 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12506512 ] Mario Ivankovits commented on MYFACES-1666: --- Its not that it might confuse me, but it allows one

[jira] Commented: (VFS-98) VFS causes deadlocks or is not thread-safe

2007-06-19 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/VFS-98?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12506089 ] Mario Ivankovits commented on VFS-98: - First: Sorry for my long delay! I think I managed to fix this locking issue

[jira] Created: (VFS-164) HttpFileSystem dies under heavy load

2007-06-19 Thread Mario Ivankovits (JIRA)
: Mario Ivankovits Assignee: Mario Ivankovits Fix For: 1.1 Under heavy load the HttpFileSystem dies due to the fact that the used http library tries to limit the number of concurrent connections per server. To workaround this, we now use a HttpConnectionManager which

[jira] Resolved: (VFS-164) HttpFileSystem dies under heavy load

2007-06-19 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/VFS-164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mario Ivankovits resolved VFS-164. -- Resolution: Fixed HttpFileSystem dies under heavy load

[orchestra] Announce of

2007-06-18 Thread Mario Ivankovits
Hi! We would like to announce the availability of Apache MyFaces Orchestra [1]. Orchestra is yet another try to simplify the development of web applications using JPA or any other object relational mapper like plain Hibernate. In contrast to the other solutions we think ours is easier to use with

[orchestra] nightly build and continuum

2007-06-15 Thread Mario Ivankovits
Hi! What needs to be done to have a nightly build of orchestra and continuum running? Someone to volunteer? Thanks! Ciao, Mario

Re: [orchestra] nightly build and continuum

2007-06-15 Thread Mario Ivankovits
Hi Mr. Continuum! continuum rocks! here you go: http://people.apache.org/repo/m2-snapshot-repository/org/apache/myfaces/orchestra/ Wow - THAT was bleedingly fast Thanks a lot! Ciao, Mario

Re: Tomahawk sandbox component submitOnEvent and Trinidad components

2007-06-15 Thread Mario Ivankovits
Hi Carsten! I've change submitOnEvent in a way that should make it work with Trinidad too, though, I have no Trinidad here and do not have the time to test it. Please give it a try and report back. Hm, as far as I can see, the behaviour didn't change: A Trinidad developer promised

Re: how to create dynamic grahpics with JFreeChart and myfaces?

2007-06-06 Thread Mario Ivankovits
Hi! I want to show a BufferedImage on a JSF-generated page. In my case, this Image is generated by the JFreeChart[1] library. Now my question: What must I do, that I can show this image as a graphic on a JSF Page? Hehe - I had the same problem yesterday. One solution is the latest

[jira] Created: (TOMAHAWK-1016) ParameterResourceProvider do not encode the value

2007-06-05 Thread Mario Ivankovits (JIRA)
: Mario Ivankovits Assignee: Mario Ivankovits The ParameterResourceProvider do not encode the value which will be later used by the browser for subsequent requests. This means that values with special url characters like #, etc are destroying the url, the request will fail

[jira] Resolved: (TOMAHAWK-1016) ParameterResourceProvider do not encode the value

2007-06-05 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mario Ivankovits resolved TOMAHAWK-1016. Resolution: Fixed Fix Version/s: 1.1.6-SNAPSHOT

[jira] Commented: (TOMAHAWK-1016) ParameterResourceProvider do not encode the value

2007-06-05 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12501615 ] Mario Ivankovits commented on TOMAHAWK-1016: BTW this class is used by the components

Re: Tomahawk sandbox component submitOnEvent and Trinidad components

2007-06-01 Thread Mario Ivankovits
Hi! have you got any clue on this? I have't used Trinidad till now. @carsten: Do you see some javascript regarding submitOnEvent stuff rendered into the resulting html? @martin: I rely on the ComponentFamily, do you know if input fields in Trinidad use UIInput.COMPONENT_FAMILY and commands

Re: Tomahawk sandbox component submitOnEvent and Trinidad components

2007-06-01 Thread Mario Ivankovits
Hi Matthias! But, the problem is, that Family/Type are strings. Why not going against the base interfaces, provided by JSF ? -javax.faces.component.EditableValueHolder -javax.faces.component.ActionSource Yepp, I'll change it that way. I just wanted to know ;-) Thanks! Ciao, Mario

Re: Tomahawk sandbox component submitOnEvent and Trinidad components

2007-06-01 Thread Mario Ivankovits
Matthias Wessendorf schrieb: On 6/1/07, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi! have you got any clue on this? I have't used Trinidad till now. @carsten: Do you see some javascript regarding submitOnEvent stuff rendered into the resulting html? @martin: I rely

Re: Tomahawk sandbox component submitOnEvent and Trinidad components

2007-06-01 Thread Mario Ivankovits
Hi Matthias! Hi Matthias! But, the problem is, that Family/Type are strings. Why not going against the base interfaces, provided by JSF ? -javax.faces.component.EditableValueHolder -javax.faces.component.ActionSource When I hook on one of the UISelect* components I use a different

Re: Tomahawk sandbox component submitOnEvent and Trinidad components

2007-06-01 Thread Mario Ivankovits
Hi! just a short question: Does the Tomahawk sandbox component submitOnEvent collaborate with Trinidad components? I've change submitOnEvent in a way that should make it work with Trinidad too, though, I have no Trinidad here and do not have the time to test it. Please give it a try and

Re: [COMMUNITY] Ernst Fastl - Committer

2007-05-29 Thread Mario Ivankovits
Hi! Thanks Ernst, and welcome to the team! Welcome on board! Ciao, Mario

[jira] Commented: (VFS-162) Url parsing incorrect with @ symbol in the password field.

2007-05-25 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/VFS-162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498955 ] Mario Ivankovits commented on VFS-162: -- Special characters have to be encoded. In your case the @ should

[jira] Resolved: (VFS-162) Url parsing incorrect with @ symbol in the password field.

2007-05-25 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/VFS-162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mario Ivankovits resolved VFS-162. -- Resolution: Won't Fix Url parsing incorrect with @ symbol in the password field

[jira] Commented: (VFS-98) VFS causes deadlocks or is not thread-safe

2007-05-25 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/VFS-98?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498957 ] Mario Ivankovits commented on VFS-98: - Yes, we fixed it. If you experience some deadlocks try generating a full

Re: [VFS] FileSystemManager in non singleton mode?

2007-05-25 Thread Mario Ivankovits
Hi! The documentation implies I can create a File system instance without using the singleton. If you create it by manually using DefaultFileSystemManager is it the non-singleton mode? Yes. We just use a singleton with VFS.getManager(). Ciao, Mario

Re: subform and model changes

2007-05-25 Thread Mario Ivankovits
Hi! How about keepSubmittedValues which is a bit more specific than keepInput? However, it doesn't matter too much what we call it. t:dataTable has something called preserveRowStates which has a similar purpose, but I can't see how we can use the same name (nor am I sure that

Re: [PROPOSAL] MyFaces JSR-252 Version Number (was MyFaces 2.0.0)

2007-05-25 Thread Mario Ivankovits
Hi Manfred! For me, all in your post result in a simple +1 from my side ;-) A20.5. not solved, but if there is a JSF fix we must join all our influence and convice Ed to call it JSF-1.3 ;-) This only happens if there is a minor release of the spec do we have seen something in the past?

Re: [Tomahawk] ModalDialog: close with dialogok-event

2007-05-25 Thread Mario Ivankovits
Hi Matthias! I'm trying to use some inputfields in the modaldialog but the input seems not to be set in my backing bean. h:panelGrid columns=2 h:outputText value=Name: / s:inputSuggestAjax

Re: Submit using the enter key?

2007-05-25 Thread Mario Ivankovits
Hi ! I am trying to submit a form using the enter key, but it doesn't work... Ever tried to use our SubmitOnEvent [1] sandbox component? Ciao, Mario [1] http://wiki.apache.org/myfaces/SubmitOnEvent

Re: [Tomahawk] ModalDialog: close with dialogok-event

2007-05-25 Thread Mario Ivankovits
Hi! didn't I have to close the dialog immediatly ? without closing the dialog there wouldn't be a call to the backing bean .. ? Keep in mind that the dialog is in fact a different jsf page. So you have to finish the lifecycle of this sub page to get the model updated and then refresh the

Re: Orchestra vs Spring-Annotations

2007-05-25 Thread Mario Ivankovits
Hi! Hey, can anyone tell me how Orchestra compares to Spring-Annotations JSF module (http://sannotations.sourceforge.net/jsf.html)? I did not find the required information on their homepage, though, it looks like there is indeed some overlap. Some quick differences are: * Orchestra do not

subform and model changes

2007-05-24 Thread Mario Ivankovits
Hi! It looks like model changes are not reflected in subforms not subject of the current request. So if you have stuff like: h:form h:commandInput / h:commandButton id=btn1 / s:subForm h:selectOneMenu / h:commandButton id=btn2 / /s:subForm

Re: subform and model changes

2007-05-24 Thread Mario Ivankovits
Hi Mike! If you want to change the submitted values to the backing bean, then you need to do so in code just as if you wanted to do it for a regular form. http://wiki.apache.org/myfaces/ClearInputComponents Yep, I am aware of this, but I really hate to use component bindings. This is alway a

Re: subform and model changes

2007-05-24 Thread Mario Ivankovits
Hi ! One of my primary use cases is to do something like set of input field rows add-new-row button inside of a subForm This means you allow the user to add some rows and validate the input at a later save point at once? However, you won :-) So I'll try to develop the attribute with a

Re: [VFS] Support for cifs (smb) not in VFS 1.0

2007-05-23 Thread Mario Ivankovits
Hi! But that doesn't contain smb (cifs) anymore. Can anybody tell me why cifs moved to sandbox? We moved cifs to the sandbox due to unresolved (at that time) legal issues. These issues are solved now and we will move cifs back to the head as soon as I find some time to adjust the build

Re: [VFS] Support for cifs (smb) not in VFS 1.0

2007-05-23 Thread Mario Ivankovits
Hi! thanks for the fast response. Could you tell me which version of jcifs will be implemented in VFS? At the moment I think it is 0.8.3. What do you plan to use? As long as there is no compatibility break in any of the jcifs releases you can use the latest version if wanted. In our

Re: [VFS] Bookmark Support in VFS

2007-05-23 Thread Mario Ivankovits
Hi Mark! Windows creates small text files (.URL) files that look something like this: [InternetShortcut] URL:http://www.news.com I guess you mean that we could treat them as links, do you? If so, then no, there are no plans yet to support this stuff. Not sure how easy/hard it would be to

Re: [Tomahawk] ModalDialog: close with dialogok-event

2007-05-23 Thread Mario Ivankovits
Hi! after open the modal dialog with the link open dialog and then closing it with the link close window there should be a server call cause it's the dialogok-event. but nothing happens ... But the dialog box closes? Do you use IE or firefox? Do you see any javascript error? For firefox

Re: [Tomahawk] ModalDialog: close with dialogok-event

2007-05-23 Thread Mario Ivankovits
Hi Matthias! But the dialog box closes? Do you use IE or firefox? Do you see any javascript error? For firefox install the FireBug extensions and for IE you might have to enable the checkbox in extras/... (dont know where exactly ;-) ) to show javascript errors now I've tested the

Re: What is nightly builds ?

2007-05-22 Thread Mario Ivankovits
Volker Weber wrote: the nightly builds are here: http://people.apache.org/builds/myfaces/nightly/ Hmmm ... wer are on 1.1.6 for tomahawk, no? I can't find them in the nightly directory. Anyone knows whats wrong? Ciao, Mario

Re: [vfs] trunk build fails?

2007-05-21 Thread Mario Ivankovits
looks like the a test is failing. For now, please add -Dmaven.test.skip=true to your mvn cmd line as our tests do not really work with surefire (maven2) yet. Mario -Original Message- From: James Carman [EMAIL PROTECTED] Date: Monday, Mai 21, 2007 7:15 pm Subject: [vfs] trunk build

datatable and groupBy enhancements

2007-05-21 Thread Mario Ivankovits
Hi! I'd like to make the following two enhancements to the tomahawk datatable/column: 1) add a new attribute groupByValue to the column This allows to configure a valueBinding to be used as value to check if there is a group change instead of scanning the children. The old behavior still works,

Re: datatable and groupBy enhancements

2007-05-21 Thread Mario Ivankovits
Hi! Sugesstion 1 has disadvatage: if you change one property of children in group, which is not defined as groupByValue or taken in account when computing value of checking value, you don't get whole group as changed. Notice, this change is backward compatible, so if you do NOT use

[jira] Created: (TOMAHAWK-1004) some groupBy enhancements for datatable

2007-05-21 Thread Mario Ivankovits (JIRA)
Datatable Reporter: Mario Ivankovits Assigned To: Mario Ivankovits Priority: Minor 1) add an optional groupByValue attribute to the column component to allow configuring where to get the value to check the group change 2) change to use a list of objects instead

[jira] Resolved: (TOMAHAWK-1004) some groupBy enhancements for datatable

2007-05-21 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mario Ivankovits resolved TOMAHAWK-1004. Resolution: Fixed Fix Version/s: 1.1.6-SNAPSHOT some groupBy

Re: commons compress status?

2007-05-17 Thread Mario Ivankovits
Hi! I agree that the 'compress' tar classes should be removed and a pointer left to the VFS project. We've already moved an early version (before the api cleanup) of the COMPRESS codebase to VFS. The thing is, that VFS normally would NOT like to provide the implementation for a certain

configure language bundle as managed bean (was: Sandbox behaviour!!)

2007-05-16 Thread Mario Ivankovits
Response). -- Adam Winer On 5/15/07, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi! try using s:loadBundle instead of f:loadBundle for your messages If there is only one bundle for your application I'd suggest to configure it as managed bean (implementing the map interface). That way you

Re: [PROPOSAL] Create a notifications mailing list

2007-05-15 Thread Mario Ivankovits
Hi! People who want to see commits and notifications right next to each other should absolutely have that option. And you will, just filter both lists into the same folder (or give them the same tag.) And active developers should certainly be watching both commits and notifications. You can

Re: Sandbox behaviour!!

2007-05-15 Thread Mario Ivankovits
Hi! try using s:loadBundle instead of f:loadBundle for your messages If there is only one bundle for your application I'd suggest to configure it as managed bean (implementing the map interface). That way you * can get rid of configuring it on each page * have it available even for ajax requests

[jira] Resolved: (VFS-135) Don't force-set the classloader

2007-05-14 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/VFS-135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mario Ivankovits resolved VFS-135. -- Resolution: Fixed Fix Version/s: 1.1 Makes sense ... just ... did you test it in a webapp

[jira] Commented: (VFS-135) Don't force-set the classloader

2007-05-14 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/VFS-135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12495478 ] Mario Ivankovits commented on VFS-135: -- Thanks for the patch! Don't force-set the classloader

[jira] Resolved: (VFS-136) Fix index in vfs.provider/get-attributes.error

2007-05-14 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/VFS-136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mario Ivankovits resolved VFS-136. -- Resolution: Fixed Fix Version/s: 1.1 Applied - Thanks for the patch! Fix index

[jira] Commented: (VFS-137) Call handledChanged appropriately.

2007-05-14 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/VFS-137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12495588 ] Mario Ivankovits commented on VFS-137: -- In this case onChange() is just to allow subclasses to do some internal

[jira] Resolved: (VFS-138) Fix ClassCastException in AbstractFileName

2007-05-14 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/VFS-138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mario Ivankovits resolved VFS-138. -- Resolution: Fixed Fix Version/s: 1.1 Applied - Thanks for the patch! Fix

[jira] Resolved: (VFS-139) Fix javac 1.5 warnings

2007-05-14 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/VFS-139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mario Ivankovits resolved VFS-139. -- Resolution: Fixed Fix Version/s: 1.1 Applied - Thanks for the patch! Fix javac 1.5

[jira] Resolved: (VFS-140) Fix memory leaking when closing a file.

2007-05-14 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/VFS-140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mario Ivankovits resolved VFS-140. -- Resolution: Fixed Fix Version/s: 1.1 Applied - thanks for the patch! Fix memory leaking

[jira] Resolved: (VFS-141) Implement refresh in DelegateFileObject.

2007-05-14 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/VFS-141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mario Ivankovits resolved VFS-141. -- Resolution: Fixed Fix Version/s: 1.1 Applied - Thanks for the patch! Implement refresh

[jira] Commented: (VFS-142) Clear ThreadData after all streams are closed, fixes a memory leak

2007-05-14 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/VFS-142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12495613 ] Mario Ivankovits commented on VFS-142: -- Is it really worth the hassle? Having the FileContentThreadData around

[jira] Commented: (VFS-160) Speedup FileNameParser.encodeCharacter

2007-05-14 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/VFS-160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12495702 ] Mario Ivankovits commented on VFS-160: -- Could you explain a little bit why this would be a speedup improvement? I

[jira] Resolved: (VFS-144) Only take the first LocalFileProvider, not the last

2007-05-14 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/VFS-144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mario Ivankovits resolved VFS-144. -- Resolution: Fixed Fix Version/s: 1.1 Applied - Thanks for the patch! Only take the first

[jira] Resolved: (VFS-145) Switch the files caches implementations to HashMap, as it is faster

2007-05-14 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/VFS-145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mario Ivankovits resolved VFS-145. -- Resolution: Fixed Fix Version/s: 1.1 A - TFTP! ;-) Switch the files caches

[jira] Resolved: (VFS-157) Cache the hashCode in AbstractFileName

2007-05-14 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/VFS-157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mario Ivankovits resolved VFS-157. -- Resolution: Fixed Fix Version/s: 1.1 A - TFTP! ;-) Cache the hashCode

[jira] Resolved: (VFS-147) Don't call Thread.currentThread in DefaultFileMonitor

2007-05-14 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/VFS-147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mario Ivankovits resolved VFS-147. -- Resolution: Fixed Fix Version/s: 1.1 Applied - Thanks for the patch! Don't call

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