[jira] [Resolved] (MYFACES-4612) Quarkus: Duplicate messages

2023-07-31 Thread Thomas Andraschko (Jira)
[ https://issues.apache.org/jira/browse/MYFACES-4612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Andraschko resolved MYFACES-4612. Resolution: Fixed > Quarkus: Duplicate messa

[jira] [Commented] (MYFACES-4612) Quarkus: Duplicate messages

2023-07-04 Thread Melloware (Jira)
this optimization does not outweigh the side effect of removing a message from the iterator does not remove it from both collections. > Quarkus: Duplicate messages > --- > > Key: MYFACES-4612 > URL: https://issues.apache.org/jira/

[jira] [Reopened] (MYFACES-4612) Quarkus: Duplicate messages

2023-07-04 Thread Melloware (Jira)
[ https://issues.apache.org/jira/browse/MYFACES-4612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Melloware reopened MYFACES-4612: > Quarkus: Duplicate messages > --- > > Key:

[jira] [Commented] (MYFACES-4612) Quarkus: Duplicate messages

2023-07-03 Thread Melloware (Jira)
ther "Ordered" messages collection is never touched.  in Mojarra its one collection so this works. > Quarkus: Duplicate messages > --- > > Key: MYFACES-4612 > URL: https://issues.apache.org/jira/browse/MYFACES-4612 >

[jira] [Comment Edited] (MYFACES-4612) Quarkus: Duplicate messages

2023-07-03 Thread Thomas Andraschko (Jira)
5 PM: Thats a optimization, we should leave that and just fix the bug was (Author: tandraschko): Thats a optimization, we just leave that and just fix the bug > Quarkus: Duplicate messages > --- > > Key: MYFACES-4612 >

[jira] [Commented] (MYFACES-4612) Quarkus: Duplicate messages

2023-07-03 Thread Thomas Andraschko (Jira)
just leave that and just fix the bug > Quarkus: Duplicate messages > --- > > Key: MYFACES-4612 > URL: https://issues.apache.org/jira/browse/MYFACES-4612 > Project: MyFaces Core > Issue Type: New Feat

[jira] [Created] (MYFACES-4612) Quarkus: Duplicate messages

2023-07-03 Thread Melloware (Jira)
Melloware created MYFACES-4612: -- Summary: Quarkus: Duplicate messages Key: MYFACES-4612 URL: https://issues.apache.org/jira/browse/MYFACES-4612 Project: MyFaces Core Issue Type: New Feature

Re: [ExtVal] Cross Validations and duplicate messages

2010-02-19 Thread Gerhard Petracek
hi rudy, thx for creating the add-on! i'll have a look at it after the jsfdays. @config parameter: the add-on could also provide an optional web.xml context parameter for fine grained deactivation. regards, gerhard http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Cours

Re: [ExtVal] Cross Validations and duplicate messages

2010-02-19 Thread Rudy De Busscher
Gerhard, I created the addon and it is available at (1). A demo app can be found here (2) The addon is based on a custom FacesMessageStorage as suggested by Gerhard. The configurationParameter can be developed in cases where we don't want a global approach as with the addon. (1) = http://sandbo

Re: [ExtVal] Cross Validations and duplicate messages

2010-02-18 Thread Gerhard Petracek
hi rudy, you mentioned it correctly. it's a specific functionality of AbstractCompareStrategy. as alternative it's possible to provide a custom FacesMessageStorage which filters messages before they get added (directly in FacesMessageStorage#addFacesMessage). that would allow a better performance

[ExtVal] Cross Validations and duplicate messages

2010-02-17 Thread Rudy De Busscher
Hi all, There are cases that the validation message is shown twice for some Cross Validations. If we use for instance the Equals or NotEquals annotations where the target component is also shown on the same page, the message is shown twice. This is the example: *public class Person { @NotEqu

Re: Duplicate messages

2005-12-13 Thread Adam Winer
ssage. My success message. > > > Is it just me, or does that seem a little whacky (aka totally wrong)? I > would expect it to not show a detail message if I explicitly set the detail > message to null, wouldn't you? > > Travis > > > On 12/11/05, Travis Reeder <[EMAIL PROTECTED]> wrote: > > Anyone seeing duplicate messages from h:messages in the latest source? > > > > Travis > > > > > >

Re: Duplicate messages

2005-12-13 Thread Travis Reeder
licitly set the detail message to null, wouldn't you? TravisOn 12/11/05, Travis Reeder <[EMAIL PROTECTED]> wrote: Anyone seeing duplicate messages from h:messages in the latest source? Travis

Duplicate messages

2005-12-11 Thread Travis Reeder
Anyone seeing duplicate messages from h:messages in the latest source?Travis