ok i´m now @ work and i have checked some things without success...
the only msg/warning i get from tomcat is :
org.apache.tomcat.util.http.Parameters processParameters
WARNUNG: Parameters: Invalid chunk ignored.
but i have always this warning so i think is not important for my problem...
so i have removed the form tags out of my include files and the problems with "unload" js is gone. i can switch from panelgroup to panelgroup in my stack without problem.
But without the form tags in my include files the set methodes of all beans in the panelgroup of my panalstack are called on any action...
if i expand my navigationtree ( no switch in the panelstack )-> set methode for all beans in the panelstack are called... really all ... i have around 3 panelgroup each with here own beackingbean to change things in my mysql database... if i click on any ui elemente the set methode of the 3 panelgroups in the stack are called and the database gets empty because nothing is selected on the panelgroups because there are not shown
ah... end i cant find the DOM update console in Firefox 2.0.0.3 ... only a DOM Inspector but there are no informationen that helps
edit:
ok i have removed all my forms and only put my navitree in a ice:form
and the include files
now my main jspx looks like :
Code:
<ice:form>
<ice:tree>
.
.
</ice:tree>
</ice:form>
<ice:panelStack>
.
.
<!-- Profil panel : Projekte WITH ice:form 's -->
<ice:panelGroup id="profProjekte">
<jsp:directive.include file="inc/profilProjekte.jspx"/>
</ice:panelGroup>
.
.
</ice:panelStack>
and atm it works perfekt...