Body onload ()  for a JSP from portal

          Hi All,
          I am using weblogic workshop 8.1 and developing some jsps with rich netui custom
          tags. I have many portlets(contains JSPS) loaded in portal file. I want to call
          body onload() event from some JSP's. But, when load a portal file, the JSP's onload
          event is not getting fired.
          Can anybody help me in solving this problem?
          Thanks in advance.
          regards,
          Prashant
          

Hi ,
          I think, It will be helpfull to you.
          <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
          <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
          <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
          <body class='gs-IframeContainer-Body' onload="psButtonSrcInit('<bean:write name='commentsAttachmentsForm' property='buttonName' filter='true' scope='request' />', '<bean:write name='commentsAttachmentsForm' property='currentColumn' filter='true' scope='request' />'), parent.lsResizePage('<bean:write name='commentsAttachmentsForm' property='currentTarget' filter='true' scope='request'/>'), gsBusyStateCheckStateChange()" scroll='no'>
          Go through the link as I given below,In that you will find more information on this.
          http://javaboutique.internet.com/tutorials/InitForms/javascript.html
          ----Anilkumar kari

Similar Messages

  • What are the backend configuration required for photo upload from portal?

    Hi all,
    When i am trying to upload the photo from portal  it is giving error
    can not archive the photo
    we are using portal 7 and  ecc 6.0
    I want to know
    What are the backend configuration required for photo upload from portal
    Can any but help me out
    Rajendra

    Hi,
    Are you using the standard iview. If that's the case you need to configure in the backend. Meaning you need to store the photo in the Org management(HR) which the HR functional guys will do. You just need to add the iview to your role.
    Let me know if you require further informationn.
    Award points if helpful.
    Cheers,
    sathya

  • Need to find a work around body onload for use with wordpress

    I have this script that uses:
    <body onload="autoScroll('newsslider','newssection',5,true)">
    I use Wordpress and I need to find another way to make this work. I'm not familiar with javascript so I have no idea how to load this script in a different way.
    I've found tutorials but they just say use this bla bla.... you code goes here....bla bla bla...., any way very confusing.
    Can some one help me with this?
    Thanks

    Unless i insert at the right place in muse (like in a master page) the menu module tag generated by BC right?
    and for some obscure reason, i'm having a F*$*ing hard time to style
    this will need to be possible in Muse future, i know muse grid came with a BC blog Module, hopefully they will come up with a BC dynamic menu module.
    (sigh) ... i'm so discouraged
    y.

  • Backend R/3 connectivity for ESS MSS from portal

    Hi,
    We are currently in development cycle for ESS/MSS based on portal EP 6.0 SP16 and ERP 2004 in backend. We are trying to find out how the ESS/MSS business package on portal works with backend ESS functionality in ERP 2004. It is more of a connectivity question. We want to know if we expose our portal to internet so that users can login to ESS/MSS from internet, do we need to put backend ERP (ECC 5.0) system also in DMZ? Do we need to open ports between portal and R/3 so that ESS/MSS can work? Or the communication happens using JCO connections and we need not to expose R/3 system.
    Also one more specific question? If someone knows how ESS/MSS talks to backend system. At SAP application layer level or database level? I am asking this question to check if I need to open a port to talk to database or I can very well keep 2-3 SAP application server in DMZ and work.
    PK

    You need to look at the specific business package. For example, ESS for mySAP ERP 2004 says that the technology is Java / Web dynpro, which says that the Java engine uses RFCc to get the data from the backend.
    Othe businesss packages may use ITS, which then needs another connection from the user to the ITS server.
    Cheers

  • LSO Error in Opening BSP for course bookings from portal

    Dear Friends,
    After configuring the R/3 system for LSO alongwith TEM, when we are opening the e-Learning pages in portal. The page where the participant can book for the course is not displayed. Following error is getting displayed on the page.
    SAP Note
    The following error text was processed in the system:
    BSP Exception: Das Objekt trainingstype.htm in der URL /sap(bD1lbiZjPTEwMCZkPW1pbiZwPTMzNjQ2JnY9NyUyZTAwJmk9MQ==)/bc/bsp/sap/hcm_learning/trainingstype.htm?plvar=01&otype=D&objid=50000975&core=trainingstype.htm ist nicht gültig.
    I request you to please help me on the same. Thankyou very much in advance for the help.
    Best Regards,
    Richa Chawla

    Hello Sandeep,
    Thanks for ur fast reply.
    i have navigated to the path you told in SICf but i cant find any node under srmsum .
    srmsum is the only node, no subnode in it.
    I have deactivated and activated srmsum node i can test it success fully in SICF but it does not have  default.htm page in SICf but it does in SE80.
    And other thing is regarding SAp_BW system that i am useing is the aliase that i have used for system connecting SRm server SA_BW is just the aliase name and nothing have to do with Bi functionality.
    Pls suggest.
    Thanks in advance.
    Vinit.

  • Content-Transfer-Encoding for mail from Portal

    Hi,
    I work on Portal 7.0 SP 12.
    Do You know how to change encoding (Content-Transfer-Encoding) for mails send from portal by users (ex. from Collaboration Launch Pad) ?
    Regards,
    Jarek

    Thank you

  • File Not found error when calling Form Post Method to a JSP from JSP Portlet

    I have built a set of JSP forms using post method to call other JSPs. Normally, the code looks like
    <form name="MyForm" action="MyJsp.jsp" method="post">
    I migrated the calling form containing this code to a portlet, but not the MyJsp.jsp. When I submit the form, I get a file not found in Jserv.log
    Exception:javax.servlet.ServletException: java.io.FileNotFoundException: D:\servlet\RegisterCompany.jsp (The system cannot find the file specified)
    [14/06/2001 13:59:59:679 PDT] JspServlet: unable to dispatch to requested page: Exception:javax.servlet.ServletException: java.io.FileNotFoundException: d:\oracle\isuites\apache\apache\MyJsp.jsp (The system cannot find the file specified)
    I notice that launching the calling jsp from a portlet, my opriginal context that uses ../Apache/Apache/htdocs is not being searched for the JSp. Why is this? Moreover, I try to set up an Alias in httpd.conf file to the this director and use it with the jsp in the action tag, but still get an error that my jsp servlets/Myjsp can't be found. Why is it insiting on looking at servlets context instead of htdocs.
    I have none of these issues outside of Portal30 using IAS.
    regard

    Initially, I couldn't do this unless I moved tghe jsp's up to the root directory of IAS, i.e ../Apache/Apache. Nomrally, htdocs is my doc directory for IAS. I could not do http:\\myUrl\htdocs\myJsp. If I tgried this, I got an error in Apache error logg that said can't find file ..\htdocs\htdocs\MyJsp.jsp.
    If I just tried the the URL http:\\myUrl\MyJsp.jsp with Jsp file in htdocs, I would get an error in the Jserve log that file d:\oracle\isuites\apache\apache\MyJsp.jsp could not be found. Once I moved the file MyJsp to Apache/Apache directory, it could be found using http:\\myUrl\MyJsp.jsp. Later, I delted these files and kept the ones in htdocs and they continued to work.
    I'm confused why launching pages through portal isn't consistant with Apache Standards. Where is the documentation that tells me how to configure context and aliases for pages launched from portal pages?
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Sue Vickers ([email protected]):
    David,
    Passing information using Portal is different than just using Apache/Jserv. Does it work in portal if you use the absolute path?
    <form name="MyForm" action="http://host.domain/MyJSP.jsp" method="post">
    Portal will not be on the same relative path as your Apache, so you may need to adjust your action somehow.
    Thanks,
    Sue<HR></BLOCKQUOTE>
    null

  • Making data accessible for a JSP

    What is the preferable way of making data accessible for a JSP from a Struts action?
    I currently store it in the session object. But this seems unnecessary since the only jsp that has to have access to the data is the one defined in by Struts' forward mapping for the action (whereas the session stored object scopes over all jsp's).
    Thanks,
    Seb

    If the info is only required for one page, then a request attribute instead of a session attribute would seem appropriate.
    Either that or load the data into an action form to display.

  • Best links for learning jsp

    i would like to learn jsp from the basic concepts.where can i get the resource or help for learning jsp from the start.thanks in advance if some one could guide me in the right direction.

    you can visit www.coreservlets.com / it is a great site, and there you can download a pdf version of Core Servlets and Java Server Pages, which is really good book to start learning JSP and servlet technology. In addition www.javaranch.com, is another good site, where you can find a lot of useful links
    Regards
    Eyad

  • Deleting Reports from Portal

    Hi,
    I'm working on EP 7.0 SP10 NW2004s
    I need to do scheduling for deleting report from portal portfolio at predefined time.
    I can publish report on portal using broadcasting
    How can this be done.
    Niharika

    I'm publishing reports to Portal.
      Which are sitting in a iView as an attachment.
      I need to delete those attachments from that iView.
      iView would be there always.
      I just need to remove the content which are actually BW reports in PDF format.
    Niharika

  • Size limitation for a .jsp in abstract portal component

    Hi all,
    i am facing a problem in case of size of .jsp file in abstract portal component. if i remove some of the content from that file then it works fine,
    do anybody know is there a limitation from Portal side, or any body know the solution for this .
    thanks in advance
    Kedar

    When you say submit do you mean HTMLB submit or a normal HTML form submit?  If it's the latter, you just need an action on your form...
    <form action="jspfile2.jsp">

  • How to construct table in jsp for the resultset from helper class

    Hi Dudes!!!
    Want to construct table in jsp for the resultset, but the resultset are retrieved at the helper class.I constructed Table in Helper class Using StringBuffer and return it as string from the helper class.Is their any other feasible and efficient way to construct table in Jsp for the resultset from Helper class.Solution will be highly appreciated.Thanx in Advance.

    no, we can't.
    Certainly noone can with such vague specifications even if they had the intent to do so.
    "the computer", which computer?
    "attach to our current page", what is meant by that?
    And noone should ever help you if you're planning to breach security anywhere.

  • Retrieve already deployed webdynpro for java source code from portal server

    HI ,
       We have webdynpro for java apllication already deployed on the J2EE server.  We found the ear file related to this application.  But I am not able to make any changes to the ear file in NWDS as it cannot be directly imported into NWDS.  We do not have NWDI for software logistics and the resource who built the WDJ application has left the company.  Is there any way that I can retrieve the complete source code of the application from the portal.  I need to make some changes to Webdynpro component and its view.  I have worked with basis team to retrieve the ear file from portal server.  But I could not make any progress just with the ear file.  Thank you for your help in advance
    Regards,
    KMM.

    You are probably breaking some license agreement by de-compiling the content of the 'war' files. Why not ask the people who provided the 'war' file if you could have the source and build system.

  • BADI triggered from Portal for Termination process

    Hi,
    I have the requirement to check for User parameters and verify data while a PERNR is terminated from Portal side.
    To do this I will need a BADI which is triggered from Portal.
    I have got a couple of BADIs but not sure which one to use. Anyone has come across such requirement?
    Also I need to filter values for F4 help depending on the authorization in Portal -> Personal info->Additional details.
    I need to put filter on the Subtypes available.
    I was thinkling of using WD_BADI to implement this.
    but there is very few help available for this BADi. Has anyone ever used this?
    ags.

    put an external break point on CL_EXITHANDLER->GET INSTANCE method.
    now start your portal.
    each time an exit/badi is available, the debugger will start. this way you can check the exact BADI as exact position.

  • Remove  Invalid Filing Statuses from Portal for Puerto Rico W-4 (IT210)

    Hi Experts,
    I need to remove Invalid Filing Statuses from Portal for Puerto Rico W-4 , can any one advise , checked in T5UTK can we do changes in this table?
    Thanks
    Sri

    Hi Obulu;
        Yes you have to customize that table, please refer to note 1500596 "New Puerto Rico Marital Status".  If you want additional info about the changes in PR I wrote a blog about it Withholding changes in Puerto Rico
    Hope that helps!
    Best regards,
    Federico.

Maybe you are looking for