multiple import directives in jsp
843833Jul 17 2001 — edited Jul 17 2001I have a JSP and in my page directive I have an import as follows: import="java.util.*" which works fine
However if I add another one eg import="java.text.*" I get an error message because it only seems to pick up one import. Anydbody know what is going wrong?
Thanks!!