Alpa Malani

Greenhorn
+ Follow
since Mar 16, 2005
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 Alpa Malani

I have a combo box which is filled by a method in bean. I call the method in <jsp:iterate collection="<%=beanname.methodname()%>. Now on change I submitthis page and getthe value selected. Actually the property which I take in select contais a concatenated value. I set them explicitly in action class. But when I use <logic resent> to check the value setfor id to show thatcombo box selected it is getting.

I only want the selected value in combo to be shown as selected in the selectbox.
19 years ago
I have a combo box which is filled by a method in bean. I call the method in <jsp:iterate collection="<%=beanname.methodname()%>. Now on change I submitthis page and getthe value selected. Actually the property which I take in select contais a concatenated value. I set them explicitly in action class. But when I use <logic resent> to check the value setfor id to show thatcombo box selected it is getting.

I only want the selected value in combo to be shown as selected in the selectbox.
19 years ago
JSP