| Author |
Message |
|
|
yes, last solution has helped me
thx a lot!
|
 |
|
|
The problem occurs in this case:
there is two pages.
first page contains <ice:dataTable binding="..."
second page with only one <ice:commandButton action="toFirstPage"
any refresh of first page does not throws this exception.
When click on commandButton of second page (to return to the first page) then this exception occurs
|
 |
|
|
putting the ids to all tags on page doesn't solve this problem for me
all beans has request scope
com.icesoft.faces.concurrentDOMViews = true
my environment is icefaces 1.8 with Liferay 5.2 on glassfish 2.1
|
 |
|
|
Have the same problem with <ice:dataTable binding="..."
when remove binding="..." - all works ok
ice 1.8.0 Liferay 5.2@Glassfish2.1
|
 |
|
|
Problem with label attribute value encoding.
I have specified label attribute value in russian (UTF8)
but I don't see the correct button label when the form was shown first time.
After upload file the the button label label has become right, but iframe width still incorrect
My environment is
Ice faces 1.8 LifeRay 5.2.2 @ GF v2.1
|
 |
|
|
|
this still is not available?
|
 |
|
|
|
requiredMessage in my <ice:inputText does not take any effect and I see default jsf message. is it a bug/feature?
|
 |
|
|
Hi!
I have solved this problem
problem was that second (target) page has no locale tag in <f:view
when first and second pages got different lolcales ( first page has en_US locale from liferay , and second page has default locale ru_RU from jsf default locale ) navigation rules doesn't work correctly
|
 |
|
|
hi!
I have like this problem!
Liferay 5.2.2 Ice Faces 1.8
no spring - only pur JSF
in my jsf page <f:view locale="#{bean.locale}"
bean.locale returns liferay current locale
liferay default locale is ru_RU
when locale is en_US and I press commandButton my navigation rule is ignored (?) and the view stays the same.
when locale is ru_RU - all works fine, the view changes to a new
|
 |
|
|