Forums de discussion

ice:panelConfirmation

Elizabeth Murrieta, modifié il y a 13 années.

ice:panelConfirmation

New Member Publications: 6 Date d'inscription: 01/12/10 Publications récentes
Hi!!

I have a big problem.

I made a portlet with the element panelConfirmation and mark the following error:


at java.lang.Thread.run(Thread.java:619)
00:07:36,435 ERROR [jsp:154] com.sun.facelets.tag.TagException: /Telefono.xhtml
@60,57 <ice:panelConfirmation> Tag Library supports namespace: http://www.icesof
t.com/icefaces/component, but no tag was defined for name: panelConfirmation
at com.sun.facelets.compiler.CompilationManager.pushTag(CompilationManag
er.java:193)

My code is:

<ice:commandButton
panelConfirmation="#{TelefonoCliente.withConfirmation ? ':::saveConfirmPanel' : null}"
value="#{msgs.proteccion}" style="font-size:12px"
actionListener="#{TelefonoCliente.save}" />


<ice:panelConfirmation id="saveConfirmPanel"
message="#{TelefonoCliente.letras}" acceptLabel="#{msgs.aceptar}"
rendered="#{TelefonoCliente.withConfirmation}" />


I hope I can help.

Thaks!!!