【问题标题】:why firefox file download is running inside Tomcat? [closed]为什么 Tomcat 内部运行 firefox 文件下载? [关闭]
【发布时间】:2012-07-28 22:08:46
【问题描述】:

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

personel.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>

【问题讨论】:

  • “Firefox 浏览器在 Tomcat 内部运行”是什么意思?
  • @PeterGwiazda,我上面添加的图片消息,在我运行我的xhtml文件时出现。

标签: jsf jakarta-ee tomcat jsf-2 tomcat7


【解决方案1】:

我清理了tomcat目录并解决了。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2012-03-23
    • 2022-01-24
    • 1970-01-01
    • 2015-08-15
    • 1970-01-01
    • 2017-07-08
    • 2020-09-11
    • 1970-01-01
    相关资源
    最近更新 更多