Hello,
I found a different solution by inserting the following into web.xml:
<context-param>
<param-name>javax.servlet.jsp.jstl.sql.dataSource</param-name>
<param-value>OracleDS</param-value>
</context-param>
Using this solution, I don't need to insert the dataSource in every JSP page.
Thanks for helping me,
braca
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4174751#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...