myfaces 1.1.4 and binding property

2006-10-11 Thread Ronen Naor
Hi,I have a page with tree2 and a binding in it. I also have 2 forms in that page, and I do navigation from the other form, like:                ..                      .          ...        The b

Re: When tomahawk-1.1.2 and myfaces-core-1.1.3 will be in ibiblio?

2006-05-16 Thread Ronen Naor
ne> repository [1], so you can setup this repository in your pom file.> Devs: to put the artifacts in ibiblio we should only deploy them in > the apache repository, right? Is there any special reason we have not> done that yet?>> Regards,>> Bruno>> [1] http://myfaces

When tomahawk-1.1.2 and myfaces-core-1.1.3 will be in ibiblio?

2006-05-11 Thread Ronen Naor
Hi,Can you tell us when tomahawk-1.1.2 and myfaces-core-1.1.3 will be in ibiblio repository?Thanks.

Re: myfaces and SWF (Spring Web Flow)

2006-02-21 Thread Ronen Naor
sServlet.service (FacesServlet.java:109)    org.apache.myfaces.component.html.util.ExtensionsFilter.doFilter(ExtensionsFilter.java:129)        Am I doing something wrong?Did you use Shale's Dialog Manager only or SWF as well? Thanks,Ronen.On 2/21/06, Matthias Wessendorf <[EMAIL PROTECTED]>

myfaces and SWF (Spring Web Flow)

2006-02-21 Thread Ronen Naor
Has anybody tried to use SWF together with myfaces? I've tried it with some problems so if anyone has any experience with it, it would be nice to hear about it.Thanks.

cluster problem with binding

2005-03-14 Thread Ronen Naor
Hi, I already understood that in order to work in a clustered environment, I need to work in a mode of javax.faces.STATE_SAVING_METHOD=client. My question is what I do when I have a managed bean in session scope and this bean has binding to some component. JSF components are not serializa

Bug in inputCalendar in DataTable

2004-12-21 Thread Ronen Naor
Hi, I am trying to put the component inputCalendar inside a column of DataTable but it does not work for more then one line. It seems that when iterating through the lines, each row iteration makes the calendar component to add a new inputText to itself in addition to the original inputTe

queueEvent bug ?

2004-11-16 Thread Ronen Naor
Hi, I am trying to queue an event during the 'Process Validation' phase in one of my ValueChangeListeners. But, to my surprise, I get an java.util.ConcurrentModificationException. When I switched to sun RI implementation, it didnt happen. Also, after reading the spec a bit, as far as I understoo