Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    loading smartclient in a single Iframe

    v8.2p_2012-06-25/PowerEdition Deployment

    the docs says under 'Don't Misuse Frames' says <The only prohibited usage is loading the SmartClient framework into multiple frames within the same browser.>

    so is it possible to load a smartclient app in a single Iframe (hosted in another app)?

    I think yes, so I'm trying to load my app in a single iframe into a simple html page and I get multiple errors, from the first isc instruction isc.setAutoDraw(false) in the jsp which loads all js files: Cannot call method 'setAutoDraw' of null

    why?

    note: I'm loading isc with useSimpleNames="false"
    Last edited by claudiobosticco; 11 Jul 2012, 01:46.

    #2
    I just discovered that removing the include of the loginSuccessMarker from the jsp solves the problem!
    Don't know why, though. Any clues?

    Comment

    Working...
    X