jdbc « Struts « JSP-Servlet Q&A





1. Saving the selected options into one field in JSP    stackoverflow.com

<%@ taglib uri="/WEB-INF/tlds/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/tlds/struts-html.tld" prefix="html" %>
<%@ taglib uri="/WEB-INF/tlds/struts-logic.tld" prefix="logic" %>

<%@ page import="java.sql.*" %>
<%@ page import="java.io.*" %> 
<HTML>
    <HEAD>
        ...

2. struts java jsp jdbc    stackoverflow.com

good morning sir how to develop an application that provide conversation between the two users who are in the online of my web application and also check their login status please guide me ...

3. Working with JSP Struts JDBC    coderanch.com