prettyfaces

    1熱度

    1回答

    我想讓我的網址更適合搜索引擎優化。 我配置的過濾器,它具有以下例如爲: <url-mapping> <pattern value="/index" /> <view-id value="/index.html" /> </url-mapping> 工作,但是當我設置的view-id一些Struts的URL這是行不通的。 例如爲: <url-mapping> <p

    1熱度

    1回答

    當我在我的web.xml中添加過濾器代碼 <filter> <filter-name>Pretty Filter</filter-name> <filter-class>com.ocpsoft.pretty.PrettyFilter</filter-class> <async-supported>true</async-supported> </filter>

    1熱度

    1回答

    使用JSF 2.1.29 在list.xhtml <p:commandLink id="ownerViewLinkId" value="#{petOwner.firstName} #{petOwner.lastName} " action="#{ownerAndPetListBean.viewPetOwnerFrmList(petOwner.id,petOwner.userId,0)}"

    0熱度

    1回答

    我正在研究基於Java和JSF2.0的Web應用程序,並且正在使用Google AppEngine來託管它。我正在使用PrettyFaces修改網址。自從我開始使用PrettyFaces,如果有人輸入了一個無效URL,重定向發生循環這樣的:如果你輸入 www.example.com/invalidasdas 它不斷追加的index.jsp到 www.example.com 是網站 所以無效

    1熱度

    1回答

    我有我的RewriteConfiguration類 @RewriteConfiguration public class ApplicationConfigurationProvider extends HttpConfigurationProvider { @Override public int priority() { return 0; }

    0熱度

    3回答

    我試圖實現primefaces文件上傳,但沒有調用bean方法,順便說一下我使用Spring框架和prettyfaces: faces-config.xml中: <?xml version="1.0" encoding="UTF-8"?> <faces-config version="2.2" xmlns="http://xmlns.jcp.org/xml/ns/javaee" xml

    1熱度

    2回答

    我最近在我的webapp中嵌入了美觀,現在我有非常奇怪的行爲。 我有一個commandbutton的更新用戶窗體:commmandbutton看起來像下面。 命令鏈接和命令按鈕都不會調用bean中的action方法。 我的bean是一個View-Scoped bean。 當我點擊按鈕,頁面重新加載,並且定義要調用的動作不被調用!簡單地說,只是頁面重新加載執行。 <p:commandButton s

    0熱度

    1回答

    我想將所有404錯誤重定向到帶有漂亮面板的自定義網址。 我嘗試了很多的事情,但我無法找到合適的解決方案,以我的情況(儘管很多職位的這個) 以下一些信息 的web.xml <?xml version="1.0" encoding="UTF-8"?> <web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http:/

    1熱度

    1回答

    我的應用程序具有運行 <servlet> <servlet-name>jersey-servlet</servlet-name> <servlet-class>com.sun.jersey.spi.container.servlet.ServletContainer</servlet-class> <init-param> <param-name>com.

    0熱度

    1回答

    1)我需要從界面創建自定義模式。 2)我的pretty-config.xml非常大。 有沒有辦法從數據庫上傳數據到pretty-config.xml。也許有另一種方式來創建模式,而無需編輯文件?