I have an input tag which looks like this:
I would like to convert this to a Struts tag so that Struts can pre-populate the form values. I tried the following tag:
Struts 2 threw the following exception on page load:
I assume that Struts is expecting attributeFlag=x, but I don't want to set the attribute equal to anything.
Can Struts 2 append an arbitrary attribute to a Struts tag?