JavaScript "unloaded" when switching panelGroup inside a PanelStack
[Logo]
ICEsoft.org Forums: ICEfaces, ICEmobile, ICEpdf
[Search] Search   [Recent Topics] Recent Topics   [Groups] Home Page | www.icesoft.org  [Login] Login 
JavaScript "unloaded" when switching panelGroup inside a PanelStack  XML
Forum Index -> Components Go to Page: Previous  1, 2
Author Message
NarfSort

Joined: 10/04/2007 00:00:00
Messages: 11
Offline


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...
jeckert

Joined: 18/11/2006 00:00:00
Messages: 20
Offline


philip.breau wrote:

I tried out another Tooltip library, "DOM Tooltip", http://www.mojavelinux.com/projects/domtooltip/, and it works pretty well with ICEfaces as it uses dynamic events, rather than setting DOM attributes on page load. I've included the library and integrated it with your app here. I've also included Adnan's fix for the error with flash object in SplashApplication.jsp (thanks Adnan!).

Thanks,
Philip 


Hello,

earlier in this thread i had the chance to hear about this "icefaces-friendly" tooltip-library "DOM Tooltip" ... before trying to integrate the lib mentioned above i am interested if it still works with the current icefaces-version or if anybody could share some hands-on experience with DOM Tooltip and icefaces.

Many thanks and many greetings
Jens

 
Forum Index -> Components Go to Page: Previous  1, 2
Go to:   
Powered by JForum 2.1.7ice © JForum Team