I've copied the javascript source code which is not linked and an
additional css file, which should also been linked into page (but not
works in websphere) into the source of my page. Now my page should have
all js methods an css declarations it needs, but the same problem
occurs. The paneltabbedpane is not rendered correctly.
I think I can be sure that it has nothing to do with this css and js stuff.
I hope anybody can help me out.
jhomuth wrote:
Ah sorry it is not link with <link rel>. Of course
<script type="text/javascript" src=
jhomuth wrote:
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