Top "Struts-html" questions

Use this tag for questions related to struts-html tag library.

Struts - In which jar file all the .tld files located

I am developing a Struts based web application. I am new to Struts. I want to use struts-html.tld taglib, …

java struts2 struts struts-html
How to append loop index of c:forEach tag to Struts HTML tag attributes?

How can I append the loop index of a c:forEach tag to the attributes of a struts select/text …

jsp struts jstl struts-html
Populate <html:text> field from a <bean:write> tag

I want to populate a field from a session bean. I attempted this: `<html:text property="docId" value="<…

html struts struts-html
Writing a string property of an object with <html:text />

I've got an object in my form that contains various string properties. When I want to print it in my …

java struts struts-1 html-input struts-html
<html:select> inside <logic:iterate>

I have an itemList and for each item, a dropdown list of ratings is displayed. After user rates each item …

struts struts-1 struts-html