Re: ExtVal BV question

2012-03-07 Thread Rudy De Busscher
the things a bit. Regards Rudy -- Rudy De Busscher http://www.c4j.be On 7 March 2012 03:21, Gerald Turner gtur...@unzane.com wrote: Hi myfaces-users, I sent the following email directly to Gerhard Petracek and he pointed me to the mailing list, mentioned that there is usually a short discussion

Re: Skip the Validation Phase of JSF with ExtVal

2012-01-19 Thread Rudy De Busscher
this on method validate, but I wanna do this more simple. Thanks. -- Igor Luiz Vieira GuimarĂ£es -- Rudy De Busscher http://www.c4j.be

Re: c:forEach stopped to work after switching to 2.0.11 , (2.0.5 2.0.8 was working just fine)

2012-01-17 Thread Rudy De Busscher
Hi Daniel, PrimeFaces has the dynamic columns features for p:dataTable Maybe you can have a look at that option to have a variable number of columns. regards Rudy -- Rudy De Busscher http://www.c4j.be On 17 January 2012 09:52, Daniel Reznick vedm...@gmail.com wrote: Here the code snippet

Re: CODI on WebLogic 12c

2012-01-10 Thread Rudy De Busscher
I don't know if this is caused by CODI. Thanks. -- Rudy De Busscher http://www.c4j.be

Re: Validating an complete object

2011-11-16 Thread Rudy De Busscher
. Regards -- Rudy De Busscher http://www.c4j.be On 16 November 2011 17:20, Thomas Andraschko zoi...@googlemail.com wrote: Hi, i have some input fields for an entity and i want to check if the entered name does already exist. So i tried to create an BV constraint for the name property but i

Re: JSF 2: t:saveState

2011-11-08 Thread Rudy De Busscher
Rafael, The CODI scope is ViewAccessScope. Bean is kept in 'memory' as long as it is referenced in the view. Regards -- Rudy De Busscher http://www.c4j.be On 8 November 2011 14:30, Kito Mann kito.m...@virtua.com wrote: Hello Rafael, Check out the JSF 2 Flash scope. If you're using CODI

Re: JSF2 + Myfaces CODI2 + Myfaces Trinidad2

2011-05-18 Thread Rudy De Busscher
Hi Manuel, I tried to solve your problem and with my example it was quit easily. This is what I did - Took the Trinidad demo example (can be found here [1]) - Added Weld-Servlet as CDI to the project (as CDI implementer so that I can run the demo in Tomcat ) - Added the CODI DIST package When I

Re: NullpointerException in getViewMap(UIViewRoot.java:689)

2011-03-28 Thread Rudy De Busscher
Hi, You get some sort of infinitive loop. You have defined *.jsf as servlet mapping for jsf, but also the index.jsf has the same extension. So trying to load index.jsf, MyFaces loads the index.jsf file but that is captured by the servlet again. See the very long stacktrace in your log and the

Re: NullpointerException in getViewMap(UIViewRoot.java:689)

2011-03-28 Thread Rudy De Busscher
Forgot to mention sometime, you have specified the h: namespace twice in index.jsf(xhtml) so remove one to get rid of the error. Rudy On 28 March 2011 09:20, Rudy De Busscher rdebussc...@gmail.com wrote: Hi, You get some sort of infinitive loop. You have defined *.jsf as servlet mapping

Re: Possible bug jsf.js (or error on my pat)

2011-03-15 Thread Rudy De Busscher
Hi Bob, Not sure why you want to use the javascript directly. Can be done easier with f:ajax regards Rudy On 14 March 2011 18:24, Robert Hodges rhodges_...@hotmail.com wrote: To all, I'm new to web coding (especially JSF). I'm looking at Trinidad as my component library of choice. I'm

Re: How do I get the Method EL Expression of actionListener in JSF 2.0?

2011-03-06 Thread Rudy De Busscher
and Mojarra. Code is probably better to understand, so you will find it here (1) (1) https://bitbucket.org/os890/extval-addons/overview in the directory bean_validation_module\group_actions\forJSF20 Thx Regards Rudy On 11 February 2011 10:35, Rudy De Busscher rdebussc...@gmail.com wrote: Hi

Re: Why is tomahawk-sandbox-1.1.9.jar not in maven repo?

2011-02-22 Thread Rudy De Busscher
Hello, You can also download the code from http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/sandbox/ (or from the tag location) and do a mvn install. The artifact is then available in your local repository. But to my knowledge, the sandbox is a kind of playground for some ideas so don't

Re: How do I get the Method EL Expression of actionListener in JSF 2.0?

2011-02-11 Thread Rudy De Busscher
moment to get the EL expression. regards, Leonardo 2011/2/7 Rudy De Busscher rdebussc...@gmail.com Hi all, For an ExtVal-addon I need to have access to the expression string of the actionListener property of a command button. So when i have *h:commandButton id=check value=Validate

Re: t:dataScroller question

2011-02-10 Thread Rudy De Busscher
Hi, You can have a look at this page. http://wiki.apache.org/myfaces/WorkingWithLargeTables regards Rudy. On 10 February 2011 14:35, vale_java_dev fabrizi_valent...@yahoo.it wrote: Hi all! I explain my situation: I have to display a tipical dataTable with his dataScroller. Objects in the

How do I get the Method EL Expression of actionListener in JSF 2.0?

2011-02-07 Thread Rudy De Busscher
Hi all, For an ExtVal-addon I need to have access to the expression string of the actionListener property of a command button. So when i have *h:commandButton id=check value=Validate actionListener=#{personBean.someActionListener}/* I need #{personBean.someActionListener}. In JSF 1.X, you could

Re: Custom ui-components, facelets, WARN: No Renderer found for component

2011-01-17 Thread Rudy De Busscher
Hi Henrik, You can override the method getRendererType() and return null. Then there is no search for the renderer done. Regards Rudy. On 17 January 2011 10:36, Henrik Troeng htro...@gmail.com wrote: Hi, I have a large set of custom components for my jsf/facelet/portlet project. I have

Re: Problems with CODI 0.9.2 on Glassfish 3.1

2011-01-17 Thread Rudy De Busscher
All, I used 0.9.2 Codi on JbossAS 6 final today. There was no problem (in my configuration, used the distribution jar). regards Rudy. On 17 January 2011 16:23, Dominik Dorn domi...@dominikdorn.com wrote: Mark, I don't have a JBossAS instance, but this sounds like another perfect issue for

Re: [COMMUNITY] MyFaces += Rudy De Busscher

2010-07-22 Thread Rudy De Busscher
community. Please welcome Rudy De Busscher as the newest MyFaces committer! Rudy is an active member of the MyFaces community, especially in the MyFaces Extensions Validator section of the code. @Rudy: Please add yourself to the Master-POM at https://svn.apache.org/repos

Re: ExtVal: Rendering component with visual indication for required fields

2010-04-28 Thread Rudy De Busscher
MyFaces 2010/4/27 Rudy De Busscher rdebussc...@gmail.com Hi Tom, a little more explanation of the *... and do the component initialization of this EditableValueHolder* . When you have an outputLabel in the RendererInterceptor, the EditableValueHolder that goes

Re: ExtVal: Rendering component with visual indication for required fields

2010-04-27 Thread Rudy De Busscher
Hi Tom, a little more explanation of the *... and do the component initialization of this EditableValueHolder* . When you have an outputLabel in the RendererInterceptor, the EditableValueHolder that goes with it, (the component referenced in the for attribute) isn't initialized by ExtVal yet.

Re: ExtVal: Rendering component with visual indication for required fields

2010-04-26 Thread Rudy De Busscher
hello, The main issue with your requirement is that at the time of the rendering of the outputlabel, the input text isn't treated yet (because the label is most of the time in front of the input field). So the required property of the input field isn't set yet by the extval framework. (only the

Re: [EXT-SCRIPTING] A little bit of community help needed

2010-04-22 Thread Rudy De Busscher
Not true, but 24h is not much time to try something and especially when you have to do almost everything outside the working hours. Already a few things/questions. - on the configentries page you say : The scripting filter for further information look below but there is no below. - on the

Re: A few extval questions

2010-04-19 Thread Rudy De Busscher
-on follows the default approach of extval. regards, gerhard [1] http://jsfcentral.com/articles/myfaces_extval_3.html http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2010/4/16 Rudy De Busscher

Re: A few extval questions

2010-04-16 Thread Rudy De Busscher
Hi Johan, Q1 Yes, you can combine the JSF validation with ExtVal, like you already found out since you got 3 messages, 2 of extval and one of JSF. Although, the idea is that you do everything with ExtVal. You can use @Length as a replacement for the f:validateLength tag. Except for the required

Re: A few extval questions

2010-04-16 Thread Rudy De Busscher
Johan Do I understand that if I use the DEACTIVATE_COMPONENT_ INITIALIZATION with value true I do disable the JSF validation at all in favor of the ExtVal validation? The other way around. With that parameter set to true, ExtVal doesn't touch the 'classic' attributes of the components in