Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JSF 2.3 stops evaluate EL expressions

User_9N58CApr 27 2021

Hello,
I use JSF and custom converter for user input validation.
I update JSF to 2.3 and faced with the issue that validator's code stop receiving values, that defined via EL

<myConverter
beanName="myBean"
myName="#{item.Name}"
limitation="#{item.limitation}"
valid="#{item.valid}" />

here is "myBean" it's a constant and passed Ok. But myName this is EL expression and my code get an empty value.
Does anybody else faced with this issue? How it could be fixed?

Comments
Post Details
Added on Apr 27 2021
0 comments
215 views