HI
this is my login.jsp page that gets the userId and password from user :
================================================
<%@ page language=“java” contentType=“text/html; charset=UTF-8” %>
<%@ taglib uri=“404” prefix=“bdm” %>
Book store - Login
.link {
COLOR: #000000; FONT-WEIGHT: bold; TEXT-DECORATION: none
}
A {
COLOR: #000000; FONT-WEIGHT: bold; TEXT-DECORATION: none
}
A:link {
FONT-WEIGHT: bold
}
A:hover {
COLOR: #000000; FONT-WEIGHT: bold; TEXT-DECORATION: underline
}
<bdm:module id=“bdProp”>
</bdm:module>
================================================
and here is my home.jsp page that checks the valididty of user and password:
======================================
<%@ page language=“java” contentType=“text/html; charset=UTF-8” errorPage=“error1.jsp” %>
<%@ taglib uri=“
404” prefix=“bdm” %>
Welcome Noushin
BODY {
SCROLLBAR-FACE-COLOR:
#9BBAD6;
SCROLLBAR-HIGHLIGHT-COLOR:
#E4ECF6;
SCROLLBAR-SHADOW-COLOR:
#E4ECF6;
SCROLLBAR-3DLIGHT-COLOR:
#9BBAD6;
SCROLLBAR-ARROW-COLOR:
#3E6C96;
SCROLLBAR-TRACK-COLOR: white;
SCROLLBAR-DARKSHADOW-COLOR:
#3E6C96;
.version { font-size: 8pt;
font-family: verdana, arial, helvetica, sans-serif;
color:
#000000;
text-align: center;
}
.subsystem { font-family: Arial,sans-serif ;
font-size: 10pt;
font-weight: bold ;
color:
#000000;
text-align: center;
}
}
.link {
COLOR:
#000000; FONT-WEIGHT: bold; TEXT-DECORATION: none
}
A {
COLOR:
#000000; TEXT-DECORATION: none
}
A:hover {
COLOR:
#0184FC;
}
<bdm:module id=“bdProp”>
<bdm:form module=“bdProp”>
</bdm:form>
</bdm:module>
LOVE
#API-Management#webMethods#Tamino