| Author |
Problem with primefaces update
|
thiago vargas
Greenhorn
Joined: Jul 05, 2012
Posts: 4
|
|
Hello Guys,
This is one part of the page (p:layoutUnit)
As you can see, the ajax update have two IDs, take a look into "panelFiltro". Until now there was no problems.
But... If I change the actual primefaces-3.0.jar to primefaces-3.3.jar, I will have an error at "findClientIds" from the org.primefaces.util.ComponentUtils because that id "panelFiltro".
Could anyone help me run on primefaces3.3 and let me know the reason for that happens?
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14456
|
|
In XML, "id" is a special attribute and can be placed on any type of element.
You will probably have fewer problems if you add id= to your tab and menu elements so that JSF won't auto-generate IDs that could conflict with later modifications to the page.
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
 |
|
|
subject: Problem with primefaces update
|
|
|