There are two solutions:
1. Don't use struts tag, instead use the rendered HTML select tag, like
2. In your Action class which forwards to the JSP, you have to have code which sets the property associated with the checkbox to either "true", "yes", "on", or the value set in the "value" attribute.
Form Bean: [javadoc]public void setActualReceivedCalls(boolean actualReceivedCalls)
{
this.actualReceivedCalls=actualReceivedCalls;
}
[/javadoc]Now what changes i have to do........
I think, I have already explained what you need to do in order make the check boxes "cheeked" when you load the page ?
I can't give example all the time you asked, you have to show some efforts and have some re search.