2011/3/28 Dick Eastlake <dickeastl...@yahoo.com>: > <input tabindex="1" type="text" > name="j_username" value=" > <% > out.print(dlb.getEmail() + "\""); > %> > </td>
1) what is "dlb" ? it is not initialized in your fragment of code. What happens if the email is not found. 2) you might be missing " (depends on your actual code) and you are certainly missing closing ">" from the <input> tag 3) it could be written as <input ... value="<%= ... %>"> > I get only two relevant (but not particularly helpful) entries in the logs: There are certainly other ("non relevant" as you think) entries there, aren't they? Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org