| Author |
Message |
|
|
|
I deploy JSF 2.0 with Icefaces 2.0 on glassfish 3.1 only. Is that an option for you ?
|
 |
|
|
I went into the same kind of problem and did not manage to run my 1.8.2 project with Icefaces 2.0. Instead I have created a new project in netbeans 6.9 (without icefaces!), copied to the sources to this new project and then created myself the 2 icefaces libraires: one with icefaces.jar and icepush.jar and another one with all the jar's found in compat/lib of the icefaces distribution. I added those 2 libraires to the project . This works fine for me.
|
 |
|
|
I'am building a menu structure for web site navigation. The menu options are loaded from the database. The menu has two levels. The first level is defined as a collapsible panel (repeated in a panelSerie), the second level is a commandLink repeated as well in a panelSerie (see attached file).
On the collapsible panel i need to set the following parameters to make it appear correctly: <ice:panelCollapsible expanded="#{mctrl.expanded}" immediate="true" toggleOnClick="true">
the value of the expanded needs to be a method, not a string. expanded="true" does not work.
The problem is that the action_listener on the commandLink is never called.
When using static panelCollapsible and commandLink it works fine. Only with dynamic it does not work.
If I replace the nested panelSerie by a dataTable it works well.
Is there something wrong or is it a bug ?
I have attached the xhtml file and the Menucontroller.java
(in Icefaces 1.8.2 it all worked fine on jsp pages)
|
 |
|
|
|
Not yet. As it was scheduled around the 15th, I hope that it will be available by end of next week.
|
 |
|
|
That is good news. Thank you for this quick anwser.
|
 |
|
|
Hi,
I have converted a web application with woodstock components to an icefaces application. This was done with Netbeans 6.7.1 and deployed on glassfish 2.1.
I'am in the process of upgrading to Netbeans 6.8 and glassfish v3. Deploying a .war build with netbeans 6.7.1 results in an error 'missing icefaces libraries'.
When checking the icefaces.org website, I do believe that icefaces project integration module is not yet available for Netbeans 6.8. Are their any plans to upgrade this module/plugin ?
Can I use the module for Netbenans 6.7.1 in 6.8 ?
Thank you
Theo
|
 |
|
|