[Trinidad] 2.0.0-beta-1: Lightweight dialogs broken with Firefox 3.6 and Chrome

2011-01-26 Thread Krebs Roland / BWO Systems AG
I've tested the new 2.0.0-beta-1 and noticed, that there are as in 2.0.0-alpha-1 still many problems with Firefox, due to the issue described in TRINIDAD-1695. I hoped I could move from my special 2.0.0-alpha-1 with a patched Core.js to an official version. Could somebody implement the fix

Re: Issues with MyFaces on Tomcat 7

2011-01-26 Thread Werner Punz
Btw. I just checked the docs, if you need client side validation ext-val + beanvalidation might be worthwhile to check out. ext-val definitely supports client side validation and jsf2 has hooks into the bean validation api. Werner Am 25.01.11 16:21, schrieb Werner Punz: Hi Matt first of all

Re: [Trinidad] 2.0.0-beta-1: Lightweight dialogs broken with Firefox 3.6 and Chrome

2011-01-26 Thread Matthias Wessendorf
The fix for TRINIDAD-1695 is inside the Core.js, in trunk (Trinidad 2.x): http://svn.apache.org/repos/asf/myfaces/trinidad/trunk/trinidad-impl/src/main/javascript/META-INF/adf/jsLibs/Core.js If you need a different fix, please feel free to provide a patch. Thx, Matthias On Wed, Jan 26, 2011 at

Is it possible to do extensionless URLs with JSF?

2011-01-26 Thread mraible
I'm trying to integrate extensionless URLs in my app using the UrlRewriteFilter. I'm using a technique similar to the one expressed in the following blog post: http://raibledesigns.com/rd/entry/extensionless_urls_in_java_web However, I'm using path-mapping instead of suffix-mapping, but can't

Re: Is it possible to do extensionless URLs with JSF?

2011-01-26 Thread Matthias Wessendorf
Use PrettyFaces On Thursday, January 27, 2011, mraible m...@raibledesigns.com wrote: I'm trying to integrate extensionless URLs in my app using the UrlRewriteFilter. I'm using a technique similar to the one expressed in the following blog post: