| Author |
Message |
|
|
Hi, we have a problem with components that are using the same valuebinding on differents jsp files in the same application.
For example, on the jsp files, we are using:
<ice:panelTabSet styleClass="myTab" selectedIndex="0" binding="#{bean.selectedTabSet}" id="tabSet1" > ...
On the first jsp that we are opening, the panelTabSet is ok. (Opening order between the two jsp isn't important).
On the second jsp, the binding is broken. We can't see the panelTabSet.
On debug, the broken panelTabSet object exists but doesn't have children.
When we return on the first jsp, it is ok.
Do you know this problem ?
regards
Bal.
|
 |
|
|
Thanks a lot for your answer michael.thiem!
In fact, I just want to render or not the datatable paginator on a lot of screens. I render paginator only if there are several datatable pages to show.
A global configuration var is fixing the number of items by datatable page.
And I don't want to have to create a lot of backing bean property for each screen...
That is why I would like to create condition into the jsp file. Easy solution to use.
We don't use JBOSS seam in our project.
I will search an other solution.
Thanks again for your help
regards
Bal.
|
 |
|
|
Hi,
Hi,
I want to create a condition on the rendered attribute of several components.
So I must do a comparison between list lenght and one integer.
I have tried to do that but it doesn't work:
rendered="#{fn:length(bean.list) > bean.number}"
Do you have idea to solve this problem without using bean attribute ?
thanks for your help.
regards
Bal.
|
 |
|
|
Hi michael.thiem,
Thanks for your answer.
I didn't see the problem ICE-1414.
I will mark it as duplicate.
If I see other images without transparent background I will report it.
Best regards,
|
 |
|
|
Hi,
I just want to report a little bug on the tree component.
As you can see on this picture, the root tree expanded image doesn't have a transparent background whereas contracted image and contracted and expanded image nodes [+] and [-] are ok.
Can you correct this little bug please ?
thanks!
regards
Bal.
|
 |
|
|
Ok I found the problem.
I had bad interaction between my project and older component-showcase
thanks Cyrill.
regards
Bal.
|
 |
|
|
Hi,
I upgraded ICEFaces library to ICEfaces 1.7.0-DR#1 but when I launch JBOSS it always shows ICEfaces 1.6.1 thru the log4J log.
ICEsoft Technologies, Inc.
ICEfaces 1.6.1
Build number: 21
Revision: 14784
Do I have a problem or the library tag version hasn't been updated ?
Thanks
regards
Bal.
|
 |
|
|
Hi adnan.durrani,
thanks!
Yes I used rendered attribute and it solves my problem.
But what is the difference between these two attributes.
regards
Bal.
|
 |
|
|
Hi,
Since I installed the ICEFaces library V1.6.1 I get a bug with popup calendars (selectInputDate tag).
The attribute "visible" don't work when popup calendar isn't shown. The inputtext field isn't hidden.
Wehereas when the popup calendar is shown, I can set the attribute "visible" to false and the popup and the inputtext are hidden together.
Is someone has any solution ?
thanks
regards
Bal.
|
 |
|
|
It works for me !
Thanks a lot michael.thiem
Best regards
Bal.
|
 |
|
|
Hi Cyrill!
Thanks a lot!
Please vote for solving this issue ;)
|
 |
|
|
Hi, I have the same problem.
We didn't find any solution.. :( The problem exists again into the new 1.6.1 version.
I think we should post this bug into the ICEFaces JIRA.
regards,
Bal.
|
 |
|
|
Hi,
I get exactly the same problem!
I'm creating dynamically dataTables. But the content is grouped into the 2 firsts rows???
I don't understand why. Is it a bug ?
I think it is a similar problem like in this post: http://www.icefaces.org/JForum/posts/list/5416.page
Regards
Bal.
|
 |
|
|
Hi all,
I have the same problem with JBoss 4.0.5 + IceFaces 1.6
I have tried to change parameters into web.xml file but I didn't find any solution.
|
 |
|
|
Hi michael.thiem,
Thanks for your answer!
I voted ;)
regards
Bal.
|
 |
|
|