Hi again,
I fixed that problem after a 3 days searching the whole internet. I only
wanna submit the solution if somebody has the same problem.
I thought it was not the css and js stuff, because i copied it directly
into my page, because it could not be found on the server, but I guess I
did something wrong. Of course it was the css and js stuff. In MyFaces
this stuff will be loaded through an Ressourceloader which is called
through the Extensionfilter. But in Websphere (WAS 6.1) this filter is
not invoked. To fix that you will have to set a property for your server.
In the german version (which I use) you have to go to
Server -> Anwendungsserver -> <yourServerName (eg. server1)> ->
Webcontainer-Einstellungen -> Webcontainer -> Benutzerdefinierte
Merkmale -> Neu and than set
com.ibm.ws.webcontainer.invokefilterscompatibility to true.
<http://localhost:9061/ibm/console/propertyCollection.do?EditAction=true&refId=Property_1225443461159&contextId=cells%3AavengerNode02Cell%3Anodes%3AavengerNode02%3Aservers%3Aserver1&resourceUri=server.xml&perspective=tab.configuration>
in the english version it might be something like that
Server -> Applicationserver -> <yourServerName (eg. server1)> ->
Webcontainer-Preferences -> Webcontainer -> Userdefined Setting -> NEW
and than set com.ibm.ws.webcontainer.invokefilterscompatibility to true.
<http://localhost:9061/ibm/console/propertyCollection.do?EditAction=true&refId=Property_1225443461159&contextId=cells%3AavengerNode02Cell%3Anodes%3AavengerNode02%3Aservers%3Aserver1&resourceUri=server.xml&perspective=tab.configuration>
After that please restart the server and then it will work. I mean it
work in my case and I hope it will work for you in the same way.
I found the solution here if you need some additional information
http://www.mail-archive.com/[EMAIL PROTECTED]/msg32571.html
jhomuth wrote:
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