svenhaag
svenhaag
Hi @tandraschko, so it's designed to work with `List` only? Please also refine the documentation on this.
The convert works property on the single items.
> > > The convert works property on the single items. To me, the (item) converter does not make any sense if validator acts on the list.
Thanks @melloware, that's exactly what I already did. Like so: ``` public void validate(FacesContext context, UIComponent component, Object value) throws ValidatorException { List list = (List) value; for (Object entry...
I have the same issue. f:ajax even is not necessary to reproduce it. Affected version 2.3.3. `@Getter @Setter private transient HtmlInputText myField;` `public void validate(final FacesContext context, final UIComponent component,...
Thanks for the hint! However, I think, having a converter attribute is sort of common and should be present on all components rendering an output text, right?
Please push this forward :D. I'd like to overwrite the List producer. Or is there another option to do list-value trimming?
Same for me using FiraCode!
Hi, for the `ContainerParser` I would litterly do: ``` @ApplicationScoped public class BraveContainerParserProducer { @Produces @Dependent ContainerParser produceContainerParser() { return new ContainerParser(); } } ``` and for `HttpTracing` perhaps: ```...
nothing new here? :(