Community
Participate
Working Groups
The current editor wrongly warn the user that the parameter of a custom taglib cannot be a runtime expression when the <rtexprvalue> tag is set to yes. Accepted values for that that are true/false/yes/no. However, it looks like the editor only understands true/false, and consider values other than true as false.
Created attachment 183421 [details] patch Validator used Boolean.valueOf() which returns false for "yes".
Thanks for the prompt action.
(In reply to comment #2) > Thanks for the prompt action. You're welcome. Code has been checked in.