Aw: Re: How to test custom ExtVal constrains with new Myfaces Test

2010-09-14 Thread mynewsgroups
Hi, what will be the differences between myfaces-webapptest and myfaces-test? Tom - Original Nachricht Von: Gerhard gerhard.petra...@gmail.com An: MyFaces Discussion users@myfaces.apache.org Datum: 10.09.2010 12:15 Betreff: Re: How to test custom ExtVal constrains with new

How to test custom ExtVal constrains with new Myfaces Test

2010-09-10 Thread mynewsgroups
Hi, I had a look into https://issues.apache.org/jira/browse/EXTVAL-4, which is about testing ExtVal itself using Shale. Adopting this for testing my own custom ExtVal contraints using Myfaces Test 1.0.0 doesn't work, it seems ExtVal and the mock value expressions do not work together. Or am I

Aw: [ANNOUNCE] MyFaces Test v1.0.0 Release

2010-09-08 Thread mynewsgroups
hi, is there a http download available? Under http://myfaces.apache.org/download.html the test project is missing. Thanks, Tom - Original Nachricht Von: Leonardo Uribe lu4...@gmail.com An: MyFaces Development d...@myfaces.apache.org, MyFaces Discussion

ExtVal: PropertyNotFoundException for nested composite components

2010-07-19 Thread mynewsgroups
Hi at all, I found a bug which I think is a jsf problem rather than for ExtVal, but since the code refers to https://issues.apache.org/jira/browse/EXTVAL-102 I would like you to check it too: Exception is javax.el.PropertyNotFoundException: /resources/parts/partbase.xhtml @23,53

ExtVal: Validating an objects attributes if at least one these has a value

2010-07-01 Thread mynewsgroups
Hi at all, I have the following use case simplified with an object 'Address' including zip, city and so on using BeanValidation: public class Address { @NotNull(Create.class) @Size(min=3, max=10) private String zip; @NotNull @Size(min=3, max=50) private String city; ... } This

Aw: Re: ExtVal: NullPointer during EL resolving for custom component

2010-06-30 Thread mynewsgroups
Hi Gerhard, hi Leonardo, Gerhard had already taken a look at this too. JIRA-Issue: https://issues.apache.org/jira/browse/EXTVAL-102 Tom - Original Nachricht Von: Leonardo Uribe lu4...@gmail.com An: MyFaces Discussion users@myfaces.apache.org Datum: 30.06.2010 08:22

ExtVal: Configuring custom renderer or renderkit

2010-06-30 Thread mynewsgroups
Hi at all, i'm not sure if this is the right place for my question, but I suppose some connection to the usage of ExtVal in my project since the suggestions found in some tutorials do not work. I'm using a third party component whose renderer does not meet my demands. a) First try was to add

AW: ExtVal: Configuring custom renderer or renderkit

2010-06-30 Thread mynewsgroups
Hi Gerhard, thanks for your hint. But the problem disappeared, it seems Eclipse WTP/Tomcat did not recognize the update of my faces-config.xml. Everything works as expected. Tom -Ursprüngliche Nachricht- Von: Gerhard Petracek [mailto:gerhard.petra...@gmail.com] Gesendet: Mittwoch,

ExtVal: NullPointer during EL resolving for custom component

2010-06-29 Thread mynewsgroups
Hi, the following NPE occured using Myfaces ExtVal: java.lang.NullPointerException at javax.faces.component.UIComponent.getValueExpression(UIComponent.java:338) at

ExtVal CrossValidation: Testing Custom Annotations in UnitTest?

2010-06-21 Thread mynewsgroups
Hi, I have implemented some custom annotations for ExtVal cross validation. Is it possible to test these ones in a simple unit test? How to setup ExtVal for this? Thanks, Tom -- WM 2010: Top News, Spielpläne, Public Viewing-Termine, E-Cards und alles, was der Fan sonst noch braucht, gibt´s

ExtVal Cross-Validation using validation groups?

2010-06-14 Thread mynewsgroups
Hi, is it possible to use ExtVal's cross validation constraint annotations, such as RequiredIf, together with a validation group? How to do this? I'm missing an attribute groups... Thanks, Tom -- WM 2010: Top News, Spielpläne, Public Viewing-Termine, E-Cards und alles, was der Fan sonst

Aw: Re: ExtVal: NullPointerException for meta data of UIViewParameter

2010-05-26 Thread mynewsgroups
Hi Gerhard, I would appreciate if you provide the current binaries. Can you give statement what the problem is? Did you add a bugfix adhoc? Thanks a lot, Tom - Original Nachricht Von: Gerhard Petracek gerhard.petra...@gmail.com An: MyFaces Discussion

Aw: Re: ExtVal: NullPointerException for meta data of UIViewParameter

2010-05-26 Thread mynewsgroups
Hi Gerhard, in case of using maven what would be the repo url? http://people.apache.org/repo/m2-snapshot-repository is not up to date. Is it https://svn.apache.org/repos/asf? Tom - Original Nachricht Von: Gerhard Petracek gerhard.petra...@gmail.com An: MyFaces Discussion

Aw: Re: Re: ExtVal: NullPointerException for meta data of UIViewParameter

2010-05-26 Thread mynewsgroups
Hi, problem solved with 2.0.4-SNAPSHOT. Thanks, Tom - Original Nachricht Von: Gerhard Petracek gerhard.petra...@gmail.com An: MyFaces Discussion users@myfaces.apache.org Datum: 26.05.2010 08:33 Betreff: Re: Re: ExtVal: NullPointerException for meta data of UIViewParameter

ExtVal: NullPointerException for meta data of UIViewParameter

2010-05-25 Thread mynewsgroups
I'm using Facelets for a JSF 2.0 project with redirect and view params: ui:composition template=/resources/templates/template.xhtml ui:define name=metadata f:metadata f:viewParam name=refID value=#{bean.data.refID}

ExtVal: Rendering component with visual indication for required fields

2010-04-26 Thread mynewsgroups
Hi there, I've found some information at http://wiki.apache.org/myfaces/Extensions/Validator/DevDoc, that it is possible to mark components who require a value via a component initializer. In addition I would like to use bean validation and to annotate a class' attributes and mark the input