If you do something like this:
1
| |
it will render something like this:
1
| |
It does that because it doesn’t interpret the <portlet:namespace /> tag as
a tag at all. It’s just a bunch of text as far as the <form:input> tag is
concerned. You can get around it by doing something like this:
1 2 | |
That should generate the form output with the namespace prepended, like you would expect.