[Glass] Render Twice

BrunoBB smalltalk at adinet.com.uy
Mon Jun 30 15:26:37 PDT 2014


Hi,

Never mind. JavaScript error :(
  window.location.href = "', url,';" changed for   top.location.href = "',
url,';" and fixed.

Now i have other problem...

The user is in Seaside app and the value of _k is kvalue-1 (let's assume
this).
(this _k is sent to the Java app so after the Jave app is done return back
to seaside passing _k as parameter)

Then the user click an image and an iframe (with Java app) is loaded into
the page. This change the value of _k and until now i can not catch it
inside renderContentOn:.

How to catch the value of _k when an iframe is loaded into the page ?
(k := self session currentRequest at: '_k' ifAbsent: ['error'].)

This gives the previous _k before the iframe was rendered.

Regards,
Bruno




--
View this message in context: http://forum.world.st/Render-Twice-tp4765756p4765853.html
Sent from the GLASS mailing list archive at Nabble.com.


More information about the Glass mailing list