WL5.1: Using JSPC with pages that include usebean tags

Hi All,
          I'm trying to get JSPC to correctly compile my JSP pages (which compile with
          no problems from within Weblogic itself) and for each page that contains a
          <userbean> tag, it seems as though java is trying to instantiate the bean as
          it turns the JSP page into a servlet.
          I can stop this happening by changing the <usebean class="foobar"/> tag to a
          <usebean type="foobar"/>, but according to the documentation, this technique
          is only supposed to be used when the bean's object is expected to be in
          scope already, which is not the case.
          Is there anyway to tell JSPC not to instantiate the beans in the <usebean>
          tags?
          bye
          

Hi All,
          I'm trying to get JSPC to correctly compile my JSP pages (which compile with
          no problems from within Weblogic itself) and for each page that contains a
          <userbean> tag, it seems as though java is trying to instantiate the bean as
          it turns the JSP page into a servlet.
          I can stop this happening by changing the <usebean class="foobar"/> tag to a
          <usebean type="foobar"/>, but according to the documentation, this technique
          is only supposed to be used when the bean's object is expected to be in
          scope already, which is not the case.
          Is there anyway to tell JSPC not to instantiate the beans in the <usebean>
          tags?
          bye
          

Similar Messages

  • Firefox 3.6.26 on Mac OSX, Youtube search window has vanished. I cannot search youtube for video. If I use Safari to open Youtube the page appears as it used to with Firefox--that is with the search window. Whats the fix?

    # Question
    Firefox 3.6.26 on Mac OSX, Youtube search window has vanished. I cannot search youtube for video. If I use Safari to open Youtube the page appears as it used to with Firefox--that is with the search window.

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Firefox > Preferences > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox > Preferences > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode

  • Trouble with templates that include JavaScript and jquery information.

    I built a page that includes a JavaScript gallery and tried to save that as my main template since the majority of my pages will have variations of that gallery. Everything seems fine until I try to add an editable region. Regardless of where I add one (like for my content div tag - so I can edit everything in my content region), I lose my gallery. I was able to keep it working on one try but I couldn't edit the javascript in subsequent pages. For example, one of my pages that didn't have the gallery still had the scripts for it in the uneditable template code, so a blaring "fatal error" comes up whenever I try to view that page in a browser.  Once I tried to deal with that by making the header editable (so I could add or delete scripts) I once again lost my gallery.
    So my question is, how do I make those areas of my template code editable without losing my gallery? Sorry if I'm not explaining this well, or using incorrect terms. All I know about CSS I've learned in the last two weeks through Lynda.com tutorials and scouring the web for other help. My brain's pretty fried from all this and at this point I'd love some assistance. Thanks in advance for any help.
    Oh, I'm on a Mac Pro using Dreamweaver CS5. Files are HTML5 and CSS3.
    Here's the code for the page minus any editable regions (this is from the page I made to use as my template). This works perfectly for me in all the browsers I've tried. Until I try to make it a template with editable regions. I've shortened it where I can:
    <!DOCTYPE HTML>
    <html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <title>PENICKart.com - illustration, comics, storyboards, and design specialist</title>
        <script type="text/javascript">
        function MM_preloadImages() { //v3.0
          var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
            var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
            if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
        </script>
        <script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js">
        </script>
        <script src="galleria/galleria-1.2.8.min.js">
        </script>
        <script type="text/javascript" language="javascript" src="js/hoverIntent.js">
        </script>
              <script type="text/javascript" language="javascript" src="js/jquery.dropdown.js">
        </script>
      <link href="CSSstyles/penickart2012.css" rel="stylesheet" type="text/css" media="screen, projection">
      <link href="CSSstyles/ie.css" rel="stylesheet" type="text/css" media="screen, projection">
    </head>
    <body bgcolor="#000000" background="assets/MainGraphics/2012bgimage.jpg">
      <div class="container">
        <div class="header"><a href="#"><img src="assets/MainGraphics/2012logo.png" alt="PENICKart logo" name="PENICKart logo" width="105" height="107" align="left" id="Insert_logo" style="display:block; padding-top: 1px; padding-right: 20px;" title="PENICKart logo"></a> <h1><em>PENICKart.com</em></h1>
        </div>
        <div class="sidebar1">
          <hr class="h10">
          <ul class="flyout">
            <li><a href="index.html">HOME</a></li>
          </ul>
          <hr class="h10">
          <ul class="flyout">
            <li><a href="illustration.html">Illustration <img src="assets/MainGraphics/submenu_spacer.png" width="4" height="10"></a>
              <ul class="flyout ul">
                        <li><a href="#">spot: b/w</a></li>
                <li><a href="#">spot: color</a></li>
                <li><a href="#">posters/covers</a></li>
              </ul>
            </li>
            <li><a href="comics.html">Comics <img src="assets/MainGraphics/submenu_spacer.png" width="4" height="10"></a>
              <ul class="flyout ul">
                <li><a href="#">corporate/educational</a></li>
                <li><a href="#">popular fiction</a></li>
                <li><a href="#">creator-owned</a></li>
                <li><a href="#">covers/pin-ups</a></li>
              </ul>
            </li>
            <li><a href="film.html">Film</a></li>
            <li><a href="advertising.html">Advertising <img src="assets/MainGraphics/submenu_spacer.png" width="4" height="10"></a>
              <ul class="flyout ul">
                        <li><a href="#">storyboards: b/w</a></li>
                <li><a href="#">storyboards: color</a></li>
                <li><a href="#">print</a></li>
                <li><a href="#">animatic</a></li>
              </ul>
            </li>
            <li><a href="graphicd.html">Design <img src="assets/MainGraphics/submenu_spacer.png" width="4" height="10"></a>
              <ul class="flyout ul">
                        <li><a href="#">interactive displays</a></li>
                <li><a href="#">icons/logos</a></li>
              </ul>
            </li>
          </ul>
      <hr class="h10">
           <ul class="flyout">
            <li><a href="about.html">About</a></li>
          </ul>
          <hr class="h10">
          <ul class="flyout"> 
            <li><a href="store.html">Storefront</a></li>
          </ul>
          <hr class="h10">
          <ul class="flyout">
            <li><script type="text/javascript" language="javascript">
      <!--
      ML=".C/epc@mgnt>:ifhrTNAa =k\"<olO";
      MI="IDE?@3>FH7D=K:J<439=5GD@:687D=K05J7H;1LBAC1AI2D;";
      OT="";
      for(j=0;j<MI.length;j++){
      OT+=ML.charAt(MI.charCodeAt(j)-48);
      }document.write(OT);
      // --></script>
      <noscript>You need JavaScript to see my email address</noscript></li>
          </ul>
          <hr class="h10">
          <ul class="flyout">
            <li><a href="#">Blogger</a></li>
            <li><a href="#">Facebook</a></li>
            <li><a href="#">Twitter</a></li>
            <li><a href="#">DeviantArt</a></li>
          </ul> 
        </div>
        <div class="content">
          <h3>Spot Illustration: black/white</h3>
          <div id="galleria">
                  <a href="assets/ContentImages/IllImages/illBWspotGimages/illBWspotG40.png">
                      <img title="black and white spot illustration 40"
                           alt="Helen of Troy; digital; Planet Pulp submission; WIP"
                           src="assets/ContentImages/IllImages/illBWspotGthumbs/illBWspotGth40.jpg">
                  </a>
                  <a href="assets/ContentImages/IllImages/illBWspotGimages/illBWspotG39.jpg">
                      <img title="black and white spot illustration 39"
                           alt="Carrie Fisher; digital; study"
                           src="assets/ContentImages/IllImages/illBWspotGthumbs/illBWspotGth39.jpg">
                  </a>
                  <a href="assets/ContentImages/IllImages/illBWspotGimages/illBWspotG38.png">
                      <img title="black and white spot illustration 38"
                           alt="Black Widow v2; traditional and digital; private commission"
                           src="assets/ContentImages/IllImages/illBWspotGthumbs/illBWspotGth38.jpg">
                  </a>
                  <a href="assets/ContentImages/IllImages/illBWspotGimages/illBWspotG37.png">
                      <img title="black and white spot illustration 37"
                           alt="Swinging Batman; traditional pen and ink; private commission"
                           src="assets/ContentImages/IllImages/illBWspotGthumbs/illBWspotGth37.jpg">
                  </a>
                  <a href="assets/ContentImages/IllImages/illBWspotGimages/illBWspotG36.png">
                      <img title="black and white spot illustration 36"
                           alt="statue of angel; digital; study"
                           src="assets/ContentImages/IllImages/illBWspotGthumbs/illBWspotGth36.jpg">
                  </a>
                  <a href="assets/ContentImages/IllImages/illBWspotGimages/illBWspotG35a.jpg">
                      <img title="black and white spot illustration 35a"
                           alt="Jodi Foster; digital; study close up"
                           src="assets/ContentImages/IllImages/illBWspotGthumbs/illBWspotGth35.jpg">
                  </a>
          </div>
          <p>
          </p>
        </div>
        <div class="sidebar2">
        </div>
        <div class="footer">
          <p>All work is created as a part of PENICKart, Ltd. ©2012 Michael Penick and/or the respective copyright owners.</p>
        </div>
      </div>
      <script>
        // Load the Twelve theme
        Galleria.loadTheme('galleria/themes/twelve/galleria.twelve.min.js');
        // Initialize Galleria
        Galleria.run('#galleria');
      </script>
      </body>
    </html>

    I just read through the link you gave me - thanks for that. 
    After composing a first draft of a reply I went into my pages to make a couple of tweaks and throw them up so you can see them live. While I was doing that I noticed that there was no link referencing the galleria.twelve.css file, so I added that line:
    <link href="galleria/themes/twelve/galleria.twelve.css" rel="stylesheet" type="text/css" media="screen, projection">
    and WHAMO, it suddenly started showing up when using the template. The scripts are/were loading after the css, so that wasn't it, but it's your response and my having another look at the css and javascript code in the header that helped me find the problem.
    I guess sometimes you just need to step away for awhile and clear your head. So now everything is showing up properly and all the areas I wanted to be editable are editable. I will sleep very well tonight, hahaha.
    Here's the page anyways. Kindly ignore the pages that it links to - most of them are ancient as is the work on them. Thanks so much for your help!
    http://www.penickart.com/indexwtemplate.html

  • How can I use iCloud with Pages?

    How can I use iCloud with Pages?  Not offered as a Save option.

    You are stating you have MacOs 10.6.8 and iCloud isn't available with that system.

  • HT5051 Can I use Dropbox with Pages?

    Can I use Dropbox with Pages

    True that gets the file into Dropbox, and yes you can use the dropbox app and open in app protocol all for free but that does mean you have to open two apps have the iPad do some manipulation with duplicate files copied.
    What dropdav does is contain everything within Pages.
    Your working in Pages and want to edit a document you know is in your Dropbox you simply tap on the + in the top left of the Pages document screen scroll to copy from Webdav and all your Dropbox files and folders show up right there WITHIN Pages thusly
    Any compatilbe file is bold and can be opened DIRECTLY in PAGES edited and returned seemlessly with the copy to Webdav or yes the print to Dropbox (Both work)
    The key is Webdav integration within Pages allows for external file transfer.

  • TS1702 I have recently begun to use Pages and want to transfer a document between the iPad and my PC. I can transfer to the iPad, but not the other way, and am told I do not have sufficient 'privileges'. What does this mean? Also can't use iCloud with Pag

    I have recently begun to use Pages and want to transfer a document between the iPad and my PC. I can transfer to the iPad, but not the other way, and am told I do not have sufficient 'privileges'. What does this mean? Also I can't use iCloud with Pages between the iPad and PC,  although I purchased extra storage in order to do this.

    If you have a PC, you don't have Pages on it. You can transfer Pages presentations to/from iCloud via http://www.icloud.com , however -- you just won't have an app on your PC to deal with Pages documents. Make sure that you have your iCloud account properly configured on your iPad.

  • Can you use ResourceBundle with resrouce that are grouped within folders?

    Hi I'm trying to internationalize my program by using the java ResrouceBundle.
    Is there a way to use it with resources that have been grouped into folders?
    For example, instead of using locale to specify the resource name as MessageBundle_en_US.properties, I would like to specify the locale name as the resource folder name like this:
    resources_en_US/MessageBundle.properties
    or resources_fr_FR/MessageBundle.properties etc.
    Is there something already available for this in the API that i'm not aware of or, if possible, is there a way to overwrite the ResrouceBundle package to handle this?

    Hi Simon,
    Yes, I understand people would expect it to work on the emulator too, but the point of Scout is really to provide you information about the real performance (on the device and in production) to be really accurate and reflect the reality.
    Having it work with the emulator would always be an approximation, which could still maybe be valuable, but we thought we would focus on production code.
    But thanks for bringing this up, it is valuable feedback about your experience.
    Thibault Imbert
    Sr. Product Manager | Adobe Scout

  • Xmltype.transform() with stylesheet that includes another stylesheet

    I' trying to use xmltype.transform() with a stylesheet that includes/imports another stylesheet. But this results in a 'ORA-03113: End of communication channel'. Is xsl:include or xsl:import supported?
    This is the first stylesheet:
    <?xml version="1.0"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
         <xsl:import href="company2.xsl"/>
         <xsl:template match="/">
              <xsl:apply-templates select="company"/>
         </xsl:template>
    </xsl:stylesheet>
    And this the second stylesheet:
    <?xml version="1.0"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
         <xsl:template match="company">
              Company: <xsl:value-of select="."/>
         </xsl:template>
    </xsl:stylesheet>
    Both stylesheets are stored in the Oracle XDB Repository in folder '/public/test'.
    The following script results in an error:
    declare
    l_xsl xmltype;
    l_xml xmltype;
    l_xml2 xmltype;
    begin
    l_xsl := xdburitype('/public/test/company.xsl').getxml();
    l_xml := xmltype('<company>Oracle</company>');
    l_xml2 := l_xml.transform(l_xsl);
    end;
    I tried the following values for the href attribute of xsl:include:
    company2.xsl
    /public/test/company2.xsl
    http://<host>:<port>/public/test/company2/xsl
    I also tried to use xsl:import instead of xsl:include with the above attribute values for href. In all cases I get the ORA-03113.
    Thanks for any help, hints or tips.
    Erwin Groenendal

    Did you look in the database alert log or in the database log area to see if any trace file was generated by your error? The listener.log may have more information too.
    Also, you can trace your session to see what is happening.
    alter session set sql_trace = true;
    run sql
    alter session set sql_trace = false;
    or
    alter session set events '10046 trace name context forever, level 12';
    or TURN on TRACING for any SESSION
    execute sys.dbms_system.set_sql_trace_in_session -
    (sid => &sid, serial# => &serial#, sql_trace => true);
    run sql
    execute sys.dbms_system.set_sql_trace_in_session -
    (sid => &sid, serial# => &serial#, sql_trace => false);
    HTH
    M.

  • How to use FCP with tapes that have free run timecode

    i have a bunch of tapes the were shot with 4 x Sony HDV-Z1P cameras. the timecode was set to free run in the cameras and all the cameras were synced by resetting the timecode on all the cameras at the same time. and on each tape the cameraman has buttoned on and off probably 8 times a tape or so which means on free run timecode that there is timecode breaks on the tapes,
    can anyone tell me the right setting i should be using in FCP so that i can capture the tapes easily (prefer to capture a whole tape in one go) and with the timecode from the tapes, so that the TC shows the jumps when the camera was not recording.
    i tried capture now and setting the user preference to ' on TC break, warn after capture. but it captured without the gaps in the timecode, so when the cameraman buttons off-the captured timecode is still continous. and this means i loss matching the tc between the cameras

    you need to set it to Make New Clip, no other setting will give you correct timecode for all clips ... you cannot capture accross timecode breaks and have the timecode jump to reflect those breaks. nle software does not work this way.
    once you have captured your media (4 x the number of clips per reel) then you can select them all and choose Modify > Make Multicip Sequence

  • RE: Strange behavior with initialization in  jsp:useBean tags? (wl 5.1 sp6/8 on sol 8)

    Hello,
              I am trying to initialize a session scope bean using the <jsp:useBean ..>
              Init Code </jsp:useBean>
              syntax. This works fine for the initial page load -- the information in the
              bean
              is there and everything looks fine. However, when I do a reload of the page,
              then all of the information on the bean disappears. The setter methods of
              the
              bean are not getting invoked, nor are the beans constructers.
              However, one thing that I do notice is that after I modify the page, then
              in the WL output I see constructors called for the beans that I am using,
              then I see the compilation directive for the changed JSP. It almost looks
              like WL is creating some beans with the default constructors, then
              when my page loads, it creates some other beans using the initialization
              code.
              After a reload, it then stops using the beans that have been initialized and
              then uses those that have been created with the normal default constructors.
              This is on WL5.1 sp6 on Solaris 8. I also tried with sp8 but there
              was no difference in behavior.
              If anyone has any pointers I would appreciate it. I had thought that 5.1
              was up to the 1.1 JSP spec, but maybe I was mistaken. FWIW,
              here is the init code I am using:
              <jsp:useBean id="myFoo" scope="session" class="com.foo">
              FooDAO dao = new FooDAO();
              ArrayList listOfFoos = dao.getAllFoos(1);
              myFoo = (Foo) listOfFoos.get(0));
              </jsp:useBean>
              This snippet is being statically included with a <%@ include file %>
              by the page that I am invoking.
              Regards,
              Nathan
              [email protected]
              

    .... add the session binding interface to assist in your debugging. Post
              your results. It sounds like you are losing the session, but who knows ...
              Peace,
              Cameron Purdy
              Tangosol, Inc.
              http://www.tangosol.com
              +1.617.623.5782
              WebLogic Consulting Available
              "Nathan Cuka" <[email protected]> wrote in message
              news:[email protected]...
              > Hello,
              >
              > I am trying to initialize a session scope bean using the <jsp:useBean ..>
              > Init Code </jsp:useBean>
              > syntax. This works fine for the initial page load -- the information in
              the
              > bean
              > is there and everything looks fine. However, when I do a reload of the
              page,
              > then all of the information on the bean disappears. The setter methods of
              > the
              > bean are not getting invoked, nor are the beans constructers.
              >
              > However, one thing that I do notice is that after I modify the page, then
              > in the WL output I see constructors called for the beans that I am using,
              > then I see the compilation directive for the changed JSP. It almost looks
              > like WL is creating some beans with the default constructors, then
              > when my page loads, it creates some other beans using the initialization
              > code.
              > After a reload, it then stops using the beans that have been initialized
              and
              > then uses those that have been created with the normal default
              constructors.
              >
              > This is on WL5.1 sp6 on Solaris 8. I also tried with sp8 but there
              > was no difference in behavior.
              >
              > If anyone has any pointers I would appreciate it. I had thought that 5.1
              > was up to the 1.1 JSP spec, but maybe I was mistaken. FWIW,
              > here is the init code I am using:
              >
              > <jsp:useBean id="myFoo" scope="session" class="com.foo">
              > FooDAO dao = new FooDAO();
              > ArrayList listOfFoos = dao.getAllFoos(1);
              > myFoo = (Foo) listOfFoos.get(0));
              > </jsp:useBean>
              >
              > This snippet is being statically included with a <%@ include file %>
              > by the page that I am invoking.
              >
              > Regards,
              >
              > Nathan
              > [email protected]
              >
              >
              

  • How to Use another JSF page that I load by XMLHttpRequest?

    Hi everyone, I'm a newbie of JSF and curisous about how to load page content seperately by AJAX.
    I saw example of Java Blue Print. It's load some data to use in page. What I want is to load another JSF page when click a link or button, (Like include another page). And work with functions privoided by loaded JSF Page.
    My example is, In a main page. I request a JSF page and set it into a div layer.
    var requestURL = "/admin/customer/customer-list-body.faces";
    var content = postDataWithoutContent(requestURL);     divContent.innerHTML = content;     
    All JSF components are required under <f:view>, thus action of form is set as "action='"/admin/customer/customer-list-body.faces'"
    But my page is main.jsp. Each time I click command button in customer-list-body.faces, the url will change to customer-list-body.faces, I want to request and hold in main.jsp.
    What can I do then? Any advices?

    Hi,
    the list doesn't seem to be your problem. You need to track down the illegal argument exception. Once you have that sorted out, expose the method on the AM so it gets shown as a method binding. The return values then could be picked up in a managed bean to create the select Item list
    Frank

  • How can I use Dropbox with pages for the iPad?

    TO make a long story short, a thunderstorm fried my desktop iMac which was the computer I was sharing my Pages documents with.  I don't have an AirPrint compatible printer and I need to be able to print documents that I create in Pages.  Since it might be 6 months or more before we can replace the old computer, I would like to use DropBox to share files between my windows computers and the ones at where I volunteer.  I was told that Pages for the iPad was compatible so how can I make this work for me? 
    TIna

    A google search on "pages ipad dropbox" will give you lots of stuff.  One is
    https://discussions.apple.com/thread/3944647?start=0&tstart=0

  • Creating mailing labels using merge with Pages

    Something I can do easily in Word seems impossible in Pages 09 (which I've begun using full time instead of Word and find it much more stable and easy to work with).
    I have a postcard size document which fits on a third of an 81/2 X 11 page. So I have three repeats on the page. Follow so far?
    I want to merge people's names into the postcard - three different names on a page. What I can't figure out is how to tell the merge to go to the next records for the second and third cards on each page! Easy to do in Word - I just drag and drop <Next Record> before the merge fields forpostcards 2 & 3.
    There doesn't seem to be that possibility in Pages. I get three postcards the same on each page - the next three (the second record) all the same on the second page, and so on for each subsequent page. I don't want three identical postcards per page! I want cards with three different names on the same page.
    Does anybody have an idea how this might be done or do I just do it in Word?

    Peter
    I was able to track down the script. Thanks.
    Definitely a complicated way of doing something that's relatively straightforward in Word. Guess I'll have to stick to Word for creating these kinds of merge documents! Too bad, really.
    Judith

  • Using .mac with pages created by other apps

    Is there a way to publish pages created by other applications to .Mac?
    This may seem like a silly thing, but every year I run an NCAA basketball pool (all legal, of course). I have run this on my web site with my own domain, but would like to make the switch to my .Mac site. The software that I use to run the pool creates web files to upload to your site. With my old site, I would just create a page with a link to the pages, and upload everything. Is there a way to add files to your .Mac web folder somehow? Does this make any sense?

    Sure there is...
    Publish your files to a folder, then copy the whole folder to your iDisk/Sites/ folder. To get your iDisk mounted to your desktop, look under the Go menu of the Finder, then select "iDisk", then select "My iDisk".
    For example....if you publish your b-ball pool site to a folder called "bball". Then copy this folder to Sites folder at the root of your iDisk. You can then, access the web pages at the following Homepages URL:
    http://homepage.mac.com/yourdotmacname/bball/index.html (substitute your .Mac username and the appropriate start page name, of course).
    That's it!
    This is different from your iWeb site, but if you ever design pages in iWeb and publish them, you can simply provide a link on those pages to the above Homepages URL.

  • Problem with using sql with page items

    Hi
    I have a simple query that when i enter this works
    SELECT SUGGESTION_ID, SUPERVISOR_ID, OVERVIEW
    FROM PROJECT_SUGGESTION
    WHERE SUPERVISOR_ID = 1;
    But when i enter this doesnt
    SELECT SUGGESTION_ID, SUPERVISOR_ID, OVERVIEW
    FROM PROJECT_SUGGESTION
    WHERE SUPERVISOR_ID = &P12_SUPERVISOR_ID;
    Even though the value of the page item supervisor_id for page 12 is 1.
    Anyone know why this is or another way i can refrence the page item?
    thanks
    Dan

    Instead of &P12_SUPERVISOR_ID
    try
    :P12_SUPERVISOR_ID
    And i think when you used the & you follow it with a period. ie. &P12_SUPERVISOR_ID.
    Just a guess.
    Mike

Maybe you are looking for

  • HT201593 The newest version of iTunes deletes all of my iPod Touch 5th gen audible and visual media when I delete or add music or video to my library and add it to my device manually. Why?

    The newest version of iTunes deletes all of my iPod Touch 5th gen audible and visual media when I delete or add music or video to my library and add it to my device manually. Why? I guess the question speaks for itself. I have the latest version of i

  • Anchors above anchored frames

    Hi all, I'm developing some templates for computer software manuals. I need a nice neat generic method for adding images and their titles. I need the figure titles to be positioned in the side heading, aligned with the top of the figure beside it. Fo

  • Multiple database instances

    Dear Team, Please let us know what are challenges involved in having muliple instances on Production database server with data guard setup. if there are any performance gain/impact. managibility Thanks, AJ

  • Can't get Skype video

    Am computer illiterate, but running windows 7, Internet Explorer Version 11, and Skype 7.4. In a Skype desktop call today I couldn't connect to video.  Any simple solutions??  I do use Avast Free.  Is that the issue? thanks.

  • Adobe?  and my You Tube Videos

    Checking out my My Space account loads slow and sez I have to download a new version of Adobe to see artwork? Then on "You Tube" video it loads "durkART Creations" but doesn't load "durkART Coloring Book 2007" nor "durkART dancing". Wondering is thes