Skip to content
New issue

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

Don't prepend namespace if it already exists in jelly #190

Open
timja opened this issue Nov 9, 2024 · 0 comments
Open

Don't prepend namespace if it already exists in jelly #190

timja opened this issue Nov 9, 2024 · 0 comments
Assignees

Comments

@timja
Copy link
Member

timja commented Nov 9, 2024

What Operating System are you using?

.

Which IntelliJ IDEA version are you using?

2024.2.4

Reproduction steps

  1. Example code:
<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:

<f:f:textbox value="${it.publicIP}"/>

Expected Results

<f:textbox value="${it.publicIP}"/>

Actual Results

<f:f:textbox value="${it.publicIP}"/>

Stack trace

No response

Anything else?

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants