JSP Directives
Thursday, November 13, 2008 by rain
We have been fully qualifying the java.util.Date in the examples in the previous sections. Perhaps you wondered why we don't just import java.util.*;
It is possible to use "import" statements in JSPs, but the syntax is a little different from normal Java. Try the following example:
...
It is possible to use "import" statements in JSPs, but the syntax is a little different from normal Java. Try the following example:
...