0 Replies Latest reply on Sep 26, 2005 4:13 AM by zzl886

    how make the datasource in jboss valid in the jstl code?

    zzl886

      i have a "java:jdbc/hello" datasource in jboss ,and it works well in ejb,but when i use it in a jsp page that includes jstl code "<sql:query var="masmcInfo" dataSource="java:jdbc/hello">...." ,a exception appearing means the datasource is invalid"
      so what'wrong ,could you help me ?thank you !