Hi all!
I just upgraded to Tomahawk 1.1.7, but am having trouble with the
attribute "immediateTabChange" in "panelTabbedPane". It comes up in the
list of attributes when I use autocompletion on the component in the JSP
file, but the </t:panelTabbedPane> end tag lights up and gives me the
following error message:
"Error(125): immediateTabChange is not a property for
org.apache.myfaces.custom.tabbedpane.HtmlPanelTabbedPaneTag" (translated
from Norwegian)
I have looked at this class in the source code, but can't see that
anything is missing. Still, when I try to use the HtmlPanelTabbedPane
class in a TabChangeListener implementation the methods for getting and
setting this attribute are missing. I can't see that anything is
missing in the Project Properties in JDeveloper, so I'm at a loss.
Are others experiencing this?