Hi,
The suggest tag seems to work fine in Mozilla but not in Internet Explorer.

<c:forEach var="educationDetails" items="${
studentEnquiryForm.map.educationDetails}" varStatus="status" >
    <layout:suggest suggestAction="/getColleges" key=""
styleId="collegeTextField${ status.count}" value="" suggestCount="8"
property="educationDetails[${status.count-1}].college.id"/>
</c:forEach>

This code is working fine with Mozilla... It generates 4 suggest boxes in
mozilla but behaves like a simple text box (with no suggestions) on Internet
explorer.

What am I doing wrong?

Best Regards,
Raghu

Reply via email to