| Author |
Message |
|
|
Hi,
Could you show how you're trying this?
Thanks,
Philip
|
 |
|
|
|
Glad it's working. Thanks!
|
 |
|
|
Hi,
Do you get the same behaviour when using an ice:panelSeries component instead of a ui:repeat?
Philip
|
 |
|
|
Sorry about that everyone. A few minor growing pains with the new site.
Thanks,
Philip
|
 |
|
|
Hi,
Is Firefox or Chrome giving you an indication of where in the JS the error is coming from?
Philip
|
 |
|
|
Hi,
For lack of a more elegant idea at the moment, can you try updating a timestamp on the root table element? eg <table style="#{timestamp}"...
Philip>
|
 |
|
|
Hi,
What version of IE are seeing this on? Have you been able to test this on other IE versions or IE document modes?
Thanks,
Philip
|
 |
|
|
Any errors in the Eclipse logs?
Philip
|
 |
|
|
Can you elaborate on how you're doing this? What is visible="false" set on? Are you outputting the script in an outputText? Have you tried updating a rendered timestamp in the script?
Thanks,
Philip
|
 |
|
|
|
Just try System.out.println("...");
|
 |
|
|
Are you inadvertently unsetting the data in your book bean? I'd suggest adding a lot of logging wherever you set these properties and also in the constructors/initializers and see if anything unusual is happening. Also try adding an <ice:messages/> tag to the form to see if any JSF messages are popping up.
Philip
|
 |
|
|
|
Here you go: http://www.icefaces.org/JForum/posts/listByUser/110074.page
|
 |
|
|
What JSF Bean scope is your bean in? You can set the bean scope as an annotation in your bean class, eg @ViewScoped, or in a bean definition in your faces-config.xml file. Make sure your bean is in at least View scope.
Philip
|
 |
|
|
Hi,
Yes, please see the ICEfaces supported platforms page for details.
Thanks,
Philip
|
 |
|
|
Hi,
Websphere might be trying to load some older, incompatible el libraries. Have you set 'parent last' in the classloading strategy settings for the webapp?
Philip
|
 |
|
|