at not
to be able to see the local file system but I can't think what it might be
- I'm not starting Tomcat with a security manager.
Can anyone help?
Thanks very much,
Steve
Stephen Gray
Archive Research Officer
Australian Social Science Data Archive
18 Balmain Crescent (Building #6
Hello all,
I've come across a problem with using private variables in custom tags with
Tomcat. I have this tag class:
public class TestTag extends TagSupport {
private Date testDate = new Date();
public int doStartTag() throws JspException {
pageContext.setAttribute("date", te