Hello again,
I've to add some information.
I found an error in my page. The paneltabbedPane uses a javascript
method (showPanelTab) in its onclick event. This method will (in normal
case) linked into this page <link rel ..... />. If tried to download it
through the browser and it worked in glassfish, but not in websphere.
Does anyone know why websphere did not have this javascript file, why it
is not deployed?????
Thx for suggestions
jhomuth wrote:
Hi List,
I've develop a lot of time with Myfaces 1.1.6 and tomahawk 1.6 on the
glassfish application server. I did this because it was easy to setup
in netbeans. Now I deployed this app on the websphere 6.1 application
server (Fixpack 13, if nessesary) and it works nearly fine. The only
thing whats not working is the tree and the paneltabbedpane components.
The panelTabbedpane is working but the tabs will not be rendered
correctly.
The tree(1) component has no (+)button to expand something.
I setup my websphere (6.1) how it is described in this guide
http://wiki.apache.org/myfaces/Websphere_Installation
Did anyone had the same problem and/or know how to fix that????
Thx for suggestions