1 Reply Latest reply on Nov 28, 2006 5:42 AM by theute

    onload-event in body-tag

    thomas-pich

      Hello all,

      can anybody give me a hint, how can I put an "onload-event-functioncall" to the body-tag of the page from processAction()- or doView()-Method of a JBossPortlet-class, for example

      <body id="body" onload="FunctionXYZ(...)">


      That means, I want manipulate the body-tag by portlet methods.

      Thanks, Thomas