We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.
2024.2.4
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:l="/lib/layout" xmlns:f="/lib/form"> <f:readOnlyTextbox value="${it.publicIP}"/> </jelly>
Select the readOnlyTextbox and type 'text', select textbox. You will now have an extra namespace added:
readOnlyTextbox
<f:f:textbox value="${it.publicIP}"/>
<f:textbox value="${it.publicIP}"/>
No response
The text was updated successfully, but these errors were encountered:
duemir
No branches or pull requests
What Operating System are you using?
.
Which IntelliJ IDEA version are you using?
2024.2.4
Reproduction steps
Select the
readOnlyTextbox
and type 'text', select textbox.You will now have an extra namespace added:
Expected Results
Actual Results
Stack trace
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: