TheCoder4eu / BootsFaces-OSP

BootsFaces - Open Source Project
Apache License 2.0
246 stars 102 forks source link

Fix class selection in update #1142

Closed sebsoftware closed 4 years ago

sebsoftware commented 4 years ago

This fixes an issue with the class selector in an update expression.

i.E.

update="mainInfo formBeaninfo @(.message)"

was working well, resolving newUpdate to

"fEditor:mainInfo fEditor:formBeaninfo fEditor:j_idt84"

but an

update="mainInfo @(.message) formBeaninfo"

was evaluated to wrong concatenation:

"fEditor:mainInfo fEditor:j_idt84fEditor:formBeaninfo "

stephanrauh commented 4 years ago

Looks fine by me. Thanks, Jens!

Best regards, Stephan