navigationMenuItem + actionListener problem

2009-09-22 Thread Fulajtár Pál
Hi, I am using MyFaces-core-1.2.7 + Tomahawk12-1.1.9 on Apache Tomcat 6.0.18 . I wanted to use JSCookMenu. Everything looks fine, it is navigating properly according to faces-config.xml settings. But! actionListener does not work at all, the action listener is not called, and I get no excepti

Re: NullPointerException with subview tag

2009-09-22 Thread Leonardo Uribe
Hi It seems to be a bug on UIComponentClassicTagBase.getViewComponentIds(). It was fixed on 2.0.x branch but not on 1.2.x in this way: before: private Map getViewComponentIds() { Map requestMap = _facesContext.getExternalContext().getRequestMap(); Map viewComponentIds;

[ TRINIDAD ] XMLMenuModel - Action not working with XMLMenuModel and commandNavigationItem

2009-09-22 Thread jid1
Hi, I have the following code: --in the faces JSFX--- --#{root_menu} is defined as --/WEB-INF/xmlMenuModel.xml is defined Everything is working (i.e. focusViewId, rendering, message, etc...), but when I click list item nothing happens. Not even an error. I

NullPointerException with subview tag

2009-09-22 Thread Asuka_l2
Hi, I'm tired to fight with an update of myFaces. I used Myfaces 1.1.5 with Tomcat 5.5 and JDK 1.5. I need to update it and use MyFaces 1.2.7 with Tomcat 6.0 and JDK 1.6. The problem is that I have a nullPointerException that occurs everytime I try to access a to a .jsp page that includes the ta

[TRINIDAD] Usage of shortDesc in tr:panelPopup

2009-09-22 Thread Elmar Kretzer
Am i right - or does it look like the shortDesc Attribute of tr:panelPopup does not work? I would suppose that the shortDesc should be set in the trigger or? Currently it does not get rendered anyway (?) Or am i wrong? if so - Should i put a ticket ? Elmar