Christoph Straßer

Results 39 comments of Christoph Straßer

@tuerker : You may use the DatePicker-component. DatePicker is the succesor of Calendar and already has this feature. (see https://www.primefaces.org/showcase/ui/input/datepicker/datePickerJava8.xhtml) Just wait for the PrimeFaces 8.0-release. (DatePicker in PrimeFaces 7.0...

mindate- and maxdate-DatePicker-attributes are a bit missleading. You can bind them to java.time.LocalTime. (see https://primefaces.github.io/primefaces/8_0/#/components/datepicker) So you may have one datePicker with a value-binding to java.time.LocalDate and another datePicker (with...

I understand your usecase. And i also think it´s really useful. Just try to think what we can/should do. :-) 1) PF-Calendar is based on jQueryUI. And that´s problematic because...

Yep. HTML-tables used for layout should be history since at least a decade. Adding a note to migration-guide and ideally provide some backward-compatibility. +1 for changing default-value for layout-attribute

Just run into this issue... 4 years later... still not fixed. :-( Background: I have to implement a ldap-scheme which has common attributs. (each objectClass has a base of the...

"my" public sector organisation is currently moving to spring boot 3.x. (from 2.x) spring boot 2.x (=javax) is EOL since ~11/2023. (there is still some commerical support for 2.x) But...

Did some analysis.... Why do we get only one validation-error? ![image](https://github.com/primefaces/primefaces/assets/10461942/47a95004-65b0-47e9-a099-13e173cede84) And - once there is any validation error nothing is uploaded any more: ![image](https://github.com/primefaces/primefaces/assets/10461942/48f375d5-0721-4973-bcd2-40624e687e3a) So IMO a good amount...

I´ll try to look at the one message per invalid file part. Maybe this is something we can fix for 14.0.x too. Let´s see.