gp krish

Greenhorn
+ Follow
since Jan 08, 2010
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by gp krish

If you are using struts, this shouldn't be an issue. You can do this without java code. But still in a non-struts JSP you can achieve this with a very minimal of java code.

<input type=checkbox .... disable = <%=formBean.getCheckboxDisableProperty()%>

your formBean.getCheckboxDisableProperty() should return TRUE or FALSE.

Hope this helps.
14 years ago
JSP