David Zorink

Greenhorn
+ Follow
since Sep 26, 2012
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by David Zorink

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?
12 years ago