What is wrong with this piece of code?
String cardType = manageData.getCardType();%>
<P> cardType: <%=cardType%></p>
<%
String sqlString = "SELECT card_type.str_card_fields FROM card_type...
I have an application that will contain several items called cards.
Each card will access some attributes of some tables in the Oracle database via a select sql string and display those attributes in a jsp page.
Each card will be different about what data it accesses. There will be an option...
I have created a jsp page that calls a bean.
The bean compiles and is stored in my C:\Tomcat\webapps\idcard\WEB-INF\classes\idcard folder as .class and .java.
The jsp file is stored in this folder: C:\Tomcat\webapps\idcard
However when I run the jsp and hit submit to allow the capture of the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.