Search found 1 match

by hany
Tue May 03, 2005 5:00 pm
Forum: Common Problems
Topic: jstl convertion
Replies: 0
Views: 4990

jstl convertion

I tried to convert these jsp tags to JSTL, but i couldnt, can any body help me with it? first i declare a String: String strSelectSectors = null; . . . then: for (int i=0; i<dlSectorsInfo.size();i++){ strSectorID = dlSectorsInfo.getKey(i); strSectorName = dlSectorsInfo.getValue(i); if(!Validation.is...