%
String this_id_str="";
if ((String) request.getAttribute("this_id") != null
&& ((String) request.getAttribute("this_id")).trim().length() > 0) {
this_id_str = (String) request.getAttribute("this_id");
} else if(request.getParameter("this_id") != null
&& request.getParameter("this_id").trim().length() > 0) {
this_id_str = request.getParameter("this_id");
}
else
{this_id_str="";}%>
">
">
">
">
">
">
">
">
">
">
">
">
">
">
">
">
">