Cannot find component for expression

jQuery UI Widgets
Post Reply
matrella
Posts: 4
Joined: 10 Aug 2016, 23:35

13 Oct 2016, 21:47

What's wrong with that?

Code: Select all

<h:form id="formPedidos">

<p:dataTabel> 
				<p:column headerText="Número do pedido">
					<p:commandLink value="#{pedido.id}"
						action="#{pedidosAnterioresBean.carregarPedido(pedido)}"
						onclick="PF('dlg1').show();"
						update=":dlg:formItensPedido" process="@this"></p:commandLink>

				</p:column>
</p:dataTable>

</h:form>


<p:dialog header="Detalhes do pedido" widgetVar="dlg1" id="dlg" appendToBody="true"
			responsive="true" >

	<h:form id="formItensPedido">
					<p:outputLabel id="infoPedido"
						value="Num.Pedido: #{pedidosAnterioresBean.numPedido} - Filial: #{pedidosAnterioresBean.nomeFilial}"></p:outputLabel>
	</h:form>

</p:dialog>


Thanks in advance.

Miguel Cubells
Posts: 99
Joined: 25 Feb 2015, 11:02

27 Oct 2016, 02:54

You should ask this question in the JSF Forum:
http://forum.primefaces.org/viewforum.php?f=3
PrimeFaces 6.1 / PF Extensions 6.1.1 / Atmosphere 2.4.3
Apache Mojarra 2.2.13+
WildFly 10.1.0.Final

Peduz
Posts: 3
Joined: 09 Nov 2016, 13:56

10 Nov 2016, 13:44

I think it can bu useful for you:

your opening tag

Code: Select all

<p:dataTabel>
is wrong :D


Also you should put you

Code: Select all

<p:dialog>
indside the form and, eventually, update this form.

Post Reply

Return to “PrimeUI”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 2 guests