PrimeFaces Mobile反向幻灯片转换给了我'实体“反向”的引用必须以';'结尾(PrimeFaces Mobile reverse slide transit

编程入门 行业动态 更新时间:2024-10-20 03:13:03
PrimeFaces Mobile反向幻灯片转换给了我'实体“反向”的引用必须以';'结尾(PrimeFaces Mobile reverse slide transition gives me ´The reference to entity “reverse” must end with the ';' delimiter.´ [duplicate])

这个问题在这里已有答案:

对实体“foo”的引用必须以';'结尾 分隔符 1个答案

我希望有一个转换类型slide reversed与此:

<p:button outcome="pm:first?transition=slide&reverse=true" value="Back" icon="ui-icon-arrow-l" styleClass="ui-btn-left ui-btn-inline"/>

但我得到这个错误:

20:47:09,976 ERROR [io.undertow.request] (default task-38) UT005023: Exception handling request to /test-web/: javax.servlet.ServletException: Error Parsing /views/index.xhtml: Error Traced[line: 32] The reference to entity "reverse" must end with the ';' delimiter. at javax.faces.webapp.FacesServlet.service(FacesServlet.java:671) at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:85) ... ...

This question already has an answer here:

The reference to entity “foo” must end with the ';' delimiter 1 answer

I would like to have a transition back of type slide reversed with this:

<p:button outcome="pm:first?transition=slide&reverse=true" value="Back" icon="ui-icon-arrow-l" styleClass="ui-btn-left ui-btn-inline"/>

but I get this error:

20:47:09,976 ERROR [io.undertow.request] (default task-38) UT005023: Exception handling request to /test-web/: javax.servlet.ServletException: Error Parsing /views/index.xhtml: Error Traced[line: 32] The reference to entity "reverse" must end with the ';' delimiter. at javax.faces.webapp.FacesServlet.service(FacesServlet.java:671) at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:85) ... ...

最满意答案

我在这里找到了解决方案:我只是替换了&amp; 所以我不得不这样写:

<p:button outcome="pm:first?transition=slide&amp;reverse=true" value="Back" icon="ui-icon-arrow-l" styleClass="ui-btn-left ui-btn-inline"/>

I found the solution here: I simply replaced & with &amp; so I had to write it like this:

<p:button outcome="pm:first?transition=slide&amp;reverse=true" value="Back" icon="ui-icon-arrow-l" styleClass="ui-btn-left ui-btn-inline"/>

更多推荐

undertow,io,javax,transition,电脑培训,计算机培训,IT培训"/> <meta name="

本文发布于:2023-07-17 07:43:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1141128.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:幻灯片   给了我   实体   结尾   PrimeFaces

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!