Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic It is not possible to include two objects <ndia (Read 1899 times)
msosa
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 6
Joined: Aug 28th, 2007
It is not possible to include two objects <ndia
Aug 28th, 2007 at 9:48pm
Print Post  
It is not possible to include two objects <ndiag:flowchart> in the same page aspx.

The example NetworkChart includes two objects of type
ClientSideMode.JavaApplet

but when this one is executed with postback, (third time), the browser aborts from it completely, that is to say it closes completely the browser.

I have done several examples including two objects <ndiag:flowchart> but in all it closes the browser after the second or third postback. (Inclusive if only there is executed the simple one F5).

Already check that the object JAva is the last version and it seems it to be for that it does not leave me to do new updates

this says to me that this one is the last available one. I have this version

Java Plug-in 1.6.0_02 Using JRE version 1.6.0_02 Java HotSpot (TM) Client VM.

this is necessary for our company to include two objects, a palette and an area of work.

That I can do in the matter? Or that I am doing badly?

thank you for your help.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: It is not possible to include two objects <
Reply #1 - Aug 29th, 2007 at 6:50am
Print Post  
What browser are you using? Java byte-code is not supposed to be able to kill its host process, so that might be a bug in the JVM or the Java plugin. If you think the problem comes when posting back two applets at the same time, try moving one of them outside of the form, or to a separate frame, so that its post-back code is not executed when submitting the form.

Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint