| Author |
Message |
|
|
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.
|
 |
|
|
Hi,
I'm using the following code:
<!-- Calendar Component -->
<ice:selectInputDate id="date" value="#{userController.disabledDate}" imageDir="/xmlhttp/css/xp/css-images/" renderAsPopup="true" disabled="#{userController.disabled}" />
But I'm always able to click and use the component even if I change the boolean value "userController.disabled".
Is something wrong or is it a bug ?
thanks
regards
Bal.
|
 |
|
|
It is true.
That's the exact problem...
Thanks
|
 |
|
|
Hi,
I have the same problem.
I explain it here: http://www.icefaces.org/JForum/posts/list/5113.page#22837
Did you find a solution to remove warnings ?
thanks
regards
Bal.
|
 |
|
|
michael.thiem wrote:
Hi,
could you have a look at the generated code and if the Id's are rendered
correctly? Do you have to create your menuItems programmatically from
within your code? You could also add the menuItems on your jsp page with
the default iceFaces tags.
-Michael
this is a part of the generated code:
<div class="iceMnuBarSubMenu" id="menuForms:menu:generated:homeMenu_sub" name="SUBMENU" style="display: none;"><div class="iceMnuItm" id="menuForms:menu:generated:homeMenu:homeMenu1" name="ITEM" onmouseover="Ice.Menu.hideOrphanedMenusNotRelatedTo(this);"><a class="iceCmdLnk" href="#%20" id="menuForms:menu:generated:homeMenu:homeMenu1:link" onblur="setFocus('');" onclick="document.forms['menuForms']['menuForms:_idcl'].value='menuForms:menu:generated:homeMenu:homeMenu1:link';iceSubmit( document.forms['menuForms'], this,event); return false;" onfocus="setFocus(this.id);"><div class="icePnlGrp" id="menuForms:menu:generated:homeMenu:homeMenu1:_id1"><img class="iceGphImg iceMnuItmImage" id="menuForms:menu:generated:homeMenu:homeMenu1:_id2" src="../OntomanticsResource/images/icons/home.gif" style="border: medium none ;">
I puted in bold the id with problem..
Yes I must generate programmically the menu because it depends on user rights. And it is more easy to manage them.
I don't know how to set the id of these panelgroup...
regards
Bal.
|
 |
|
|
Thanks for your answer michael.thiem.
This is a part of code I'm using to create menu.
this.menuModel = new ArrayList<MenuItem>();
// Menu Home
MenuItem homeMenu = createMenuItem(LanguageManager.getInstance().getMessage("web.menu.home"), "home", null, null, null);
homeMenu.setIcon("/Resource/images/icons/blank_icon.gif");
homeMenu.setId("homeMenu");
menuModel.add(homeMenu);
homeMenu.getChildren().add(
createMenuItem(LanguageManager.getInstance().getMessage("web.menu.homePage"), "homePage","#{navigationController.primaryListener}", null,"../Resource/images/icons/home.gif"));
MenuItemSeparator menuItemSeparator = new MenuItemSeparator();
homeMenu.getChildren().add(menuItemSeparator);
.
.
.
But I always have the same problem...
Thanks
Bal.
|
 |
|
|