当前位置:网站首页>Servlet value passing JSP
Servlet value passing JSP
2022-06-28 06:33:00 【jiefang2】
servlet:
if (result == 1){
request.setAttribute("mess", userName);
request.getRequestDispatcher("login_ok.jsp").forward(request, response);
}else {
response.sendRedirect("./login_error.jsp"); // Redirect to ./login_error.html
}jsp:
<label style="align-content: center">${mess} Login account succeeded , please
<a href="login.jsp" style="color:blue;"> continue </a></label>边栏推荐
猜你喜欢

Drop down list processing in Web Automation

Linked list (II) - Design linked list
![[online tutorial] official iptables tutorial -- learning notes 1](/img/b9/8f94caa46eb46dab581c713494f36d.png)
[online tutorial] official iptables tutorial -- learning notes 1

FPGA - 7系列 FPGA SelectIO -07- 高级逻辑资源之ISERDESE2

Paper recommendation: efficientnetv2 - get smaller models and faster training speed through NAS, scaling and fused mbconv

【Paper Reading-3D Detection】Fully Convolutional One-Stage 3D Object Detection on LiDAR Range Images

Unity packaging webgl uses IIS to solve the error

链表(三)——反转链表

移动广告发展动向:撬动存量,精细营销

Boost the rising point | yolov5 combined with alpha IOU
随机推荐
CAD secondary development +nettopologysuite+pgis reference multi version DLL
Alibaba cloud SMS service (Complete Guide), SMS sending function implementation.
[produced by Xinghai] operation and maintenance inspection collection
YOLOv5增加小目标检测层
extern “C“概述
记JPA使用自定义VO接收 JPQL查询结果
lombok @EqualsAndHashCode 注解如何让对象.equals()方法只比较部分属性
Interpretation of Blog
Socket. Io long Connection Push, version Control, Real - Time Active user volume Statistics
小程序页面设置100%高度还是留白怎么办?
AutoCAD C # Polyline Small Sharp angle Detection
FPGA - 7系列 FPGA SelectIO -07- 高级逻辑资源之ISERDESE2
FPGA - 7 Series FPGA selectio -08- oserdese2 of advanced logic resources
浮动与定位
Yolact++ pytoch environment
Introduction to Qualcomm platform WiFi -- Wi Fi display software
Online facing such an online world, the only limitation is our imagination
idea根据数据库表生成实体类
【网络教程】IPtables官方教程--学习笔记1
CMAKE小知识