Asdrubal, I was not able to recreate your problem, however, it seems that the param name in your run_printlet.jsp is not closed
quote from your file:
param name=“userid” value="Administrator
should be
param name=“userid” value=“Administrator”
Could that be a problem?