Re: A few extval questions

2010-04-20 Thread Werner Punz
Actually regarding to redeploying, you run into a typical Windows problem here. Redeploying and Windows still is an issue. The reason for this is Windows does pessimistic filelocking which Unixoid systems generally do not do. Tomcat bypasses the problem to some extent by mirroring and

Re: A few extval questions

2010-04-20 Thread Werner Punz
Ok just to add another message here, I just added the missing cache clearing support for Ext-Val into ext-scripting trunk at least the demo now works for me I can change validation groups, and constraints on the fly without server restart. Sorry to push this message into this thread but since

Problem with MyFaces debug Utilities for dataTables with ValueExpression wich includes parameters

2010-04-20 Thread Marcus Büttner
Hi, I have a problem with ValueExpression which includes Parameters for DataTables. Example: ui:repeat var=master value=#{myBean.masterList} / h:dataTable vardetail value=#{myBean.getDetailList(master)} / ... /h:dataTable ... /ui:repeat Rendering works fine, but after rendering

Re: Is Tomahawk 1.1.9 Compatible with MyFaces-2.0.0-beta-3

2010-04-20 Thread Jakob Korherr
Hi, Nope. The standard version of Tomahawk is not (completely) compatible with MyFaces 2.0, but we began to port it to 2.0. You can find the source at https://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/core20, however I did not find a nightly build, so you will have the build it yourself!

Re: [Trinidad] tree nodes not updating in expanded branch

2010-04-20 Thread Scott McMasters
Thanks for the fucking help. I've swapped everything over to icefaces, which actually works, even in IE8. On Tue, Apr 13, 2010 at 11:59 AM, Scott McMasters scott.mcmast...@gmail.com wrote: I'd really appreciate a response. No one responded to my emails last week. Thanks On Mon, Apr

RE: [Trinidad] tree nodes not updating in expanded branch

2010-04-20 Thread Carlson, John W.
Yeah, we use IceFaces too, after using ADF (not rich faces) and Trinidad. However, people seem pretty excited about ADF RichFaces these days, Especially with the data binding/data controls in JDeveloper. I've actually been doing a struts application, which might get converted over to Faces

[Trinidad 2] Announcement: JSF 2 ajax support has been added to the trunk

2010-04-20 Thread Andrew Robinson
As of SVN revision 936035, the Trinidad trunk now supports the built in AJAX of JSF2. Details: - Requests through f:ajax supported with Trinidad components - jsf.ajax.request used to submit PPR requests from the Trinidad request queue - Server delivers JSF2 payload, with special

Re: [Trinidad 2] Announcement: JSF 2 ajax support has been added to the trunk

2010-04-20 Thread Matthias Wessendorf
great news! -Matthias On Tue, Apr 20, 2010 at 9:33 PM, Andrew Robinson arobinso...@apache.org wrote: As of SVN revision 936035, the Trinidad trunk now supports the built in AJAX of JSF2. Details:   - Requests through f:ajax supported with Trinidad components   - jsf.ajax.request used to