gpt4 book ai didi

jsf - 为什么 firefox 文件下载在 Tomcat 中运行?

转载 作者:行者123 更新时间:2023-11-28 23:04:42 25 4
gpt4 key购买 nike

<分区>

当我想运行我的 xhtml 文件时,firefox 文件下载正在 Tomcat 中运行。我该怎么办?请帮我。在此页面之前,它运行良好。但现在 firefox 文件下载正在 eclipse 中运行。我不知道我应该做什么。 enter image description here

人员.xhtml

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:p="http://primefaces.prime.com.tr/ui"
>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>اطلاعات پرسنلی</title>
</head>
<body>
<h1>اضافه کردن پرسنل جدید</h1>
<h:form>

<h:panelGrid columns="6" dir="rtl">
شماره پرسنلی :
<h:inputText id="name" value="#{personelMB.personel_id}"
size="20" required="true"
label="id" >
</h:inputText>
نام :
<h:inputText id="name" value="#{personelMB.pname}"
size="20" required="true"
label="Name" >
</h:inputText>

نام خانوادگی:
<h:inputText id="family" value="#{personelMB.pfamily}"
size="20" required="true"
label="family" >
</h:inputText>

آدرس :
<h:inputTextarea id="address" value="#{personelMB.paddress}"
cols="30" rows="10" required="true"
label="Address" >
</h:inputTextarea>


تلفن:
<h:inputText id="tel" value="#{personelMB.pphone}"
size="20" required="true"
label="tel" >
</h:inputText>
</h:panelGrid>

<h:commandButton value="درج اطلاعات" action="#{personelMB.addPersonel()}" />

</h:form>
</body>
</html>

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com