getting java.lang.StringIndexOutOfBoundsException when doing this
I am sending like this from
jsp <input name="SUBPROGRAM_CD" type="hidden" value=''>
Ejb receiving it like this
char subprogCode;
subprogCode=((
String)request.get("SUBPROGRAM_CD")).charAt(0);