XML component linked with another - param problem

Hi all!
I am trying to put a link from one XML component to another. The second page has a parameter (p_id_mod_er) in the XML code :
<?xml version = '1.0'?>
BUTS><ORACLE>
declare
tmp varchar2(3000);
begin
select buts into tmp from fiche where id_mod_er = :p_id_mod_er;
htp.print(tmp);
end;
</ORACLE></BUTS>
When I test it in customize mode, it works perfectly.
Now I need to pass the parameter p_id_mod_er to open this page from another using a link or a button.
I tried this :
Update
When I test the main XML component (first page) I encountered this error :
oracle.xml.parser.v2.XMLParseException: Expected ';'. at oracle.xml.parser.v2.XMLError.flushErrors(XMLError.java:145) at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:263) at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:245) at oracle.webdb.xmlcomp.XMLTransDoc.Transform(XMLTransDoc.java:75)
I know it is working fine when XML_POPUP_BUTS has no parameter :
Update
and this is doing nothing :
Update
Is there another way to create my link and pass parameters to the XML part of my XML_POPUP_BUTS page???
Any suggestion would be welcome.
Adrian

Hi there mike_mauer,
I would recommend taking a look at the troubleshooting steps found in the article below.
iPhone: Troubleshooting activation issues
http://support.apple.com/kb/TS3424
-Griff W.

Similar Messages

  • [nForce] Help with another booting problem with the MSI K7N2

    Ok, I've been reading the threads and tried almost all of the solutions to no avail. Here is the issue...
    While adjusting speed in bios, Upon reboot the system would not display video. Steps taken to solve:
    *Betwwen all changes I unpluged all power from system
    1. Cleared CMOS VIA Jumper, Turned system on, no change
    2. set J10 Jumper to default then restarted, Still no video.
    3. Checked & reseated memory & CPU. Still nothing.
    4. Removed battery for about 30 seconds (Am going to try to remove it for 30 mins when i get a chance tomorrow) still nothing
    At this point i assum the motherboard was bad. I tested botting up with no memory in an attempt to get the warming/error beeps but nothing the system just idles.
    Am i missing something?  Any help suggestions or links to solutions would be greatly appretiated.
    Badtaste2k
    [email protected]

    Sorry, I wasn;t trying to be vague, Was messing with the comp for a couple hours and got fed up. You were right, it was the k7n2. It's not mine it's a friends and wasn't around so i was going by memory. It had been running descent but was never properly installed (software) and was poorly cooled (hardware) so it had overheating restart issues. This is where I come in. I told my friend i would take a look at his computer. It was home built by one of his friends. Te system is fairly basic and the only plug in card used is a agp video card. The computer was working great after i reinstalled the CPU with proper thermal conducting when in BIOS his Athlon 2.6 was set for 1.8 I adjusted it up to the proper setting and he asked if i could bump it further. I attempted but it was unsuccessful and didn't boot. I cleared cmos with the jumper and it booted up again no problem. I stupidly went back in a fiddled around some more with something i shouldn't have because i don't remeber what it was. I belive it was the FSB Speed, but i'm not positive what change cause this particular shutdown. I'm no computer technichian, just a hobbiest. I cleared the Jumper again but this time it dodn't come back and boot. I then looked in the book and found out about jumper 10 (i think) for the SAFE MODE 100mhz boot. I set it as well with no response. I then disconnected the power cable from the PSU and unluged the battery for about half a min or so. cleared teh cmos jumper again, kept the safe mode jumper in safe mode and tried to reboot. It still just hangs. No screen, so Bios check or wrning beeps. It just idles. It revs the hard drive up for about 20sec or so but that is it. I'm going to try the suggestion earlier in the eact oprder giving by osnavi for the reseting cmos. I tried those steps in vvaroius orders 5 or 6 times before giving up.
    Any help is appretiated. Thanks for your responses.
    Badtaste2k

  • Firefox will not let me open one of my yahoo e-mail accounts. can open it on internet explorer. the account is linked with another e-mail account.

    I can open the account, but can't select any items to open. problem first started Friday, when the e-mail account would not stay open. Now will stay open but will not open e-mails or allow selection of tabs. contacted yahoo but they said it was a firefox issue due to the fact I can open e-mails using internet explorer.
    says Yahoo!Mail, null currently.

    Thank you! I did all three of those things and it works now. I was using a bookmark for the att.net Mail page like you said. I think that's probably what the problem was. It used to work fine. Now I know.

  • Please help with another card problem

    this one is a strange one(if you saw the other one you might understand this better) in any case, i am getting a error and i do not see the reason
    here is the code
      public Card getCard(int i)
        switch(i)
          case 1: return (Card) card1;
          case 2: return (Card) card2;
          case 3: return (Card) card3;
          case 4: return (Card) card4;
          case 5: return (Card) card5;
      }the compiler says that there is no return statement. i don not see the problem as there are five of them and all seem to be accessable.
    please tell me if i am not seeing something or have it all wrong.
    btw card1,card2,etc. are Card variables so that is not the problem. this method is supposed to return one of five cards according to the int that is passed to it.
    please help me!

    public Card getCard(int i)
    switch(i)
    case 1: return (Card) card1;
    case 2: return (Card) card2;
    case 3: return (Card) card3;
    case 4: return (Card) card4;
    case 5: return (Card) card5;
    }No, no, no. It's really very simple. Imagine this:
    Card c = getCard(42);
    c.someMethod();What is the value of 'c' after calling getCard()? And what happens when c.someMethod() is called?
    You see, the getCard() method does not have a return statement in all cases. A method that returns a value either must be absolutely guaranteed to execute a return statement in all cases, unless an exception in thrown.
    So the simplest thing you can do (or an array of cards might be in order here) is just add a default: case that throws an exception.
       public Card getCard(int i)
         switch(i)
           case 1: return (Card) card1;
           case 2: return (Card) card2;
           case 3: return (Card) card3;
           case 4: return (Card) card4;
           case 5: return (Card) card5;
           default: throw new IllegalArgumentException("Invalid card number " + i);
    Or, if you expect that in normal operation you'll be passing in values other than 1-5, instead of throwing an exception you could return null. But it sounds to me like in your case, it is a bug if a value other that 1-5 is ever passed in.

  • How to create hyperlink in a page with another website

    like we can link email links and hyperlinks (with other
    files) how do i make link with another website like
    in my home page i say www.indiatoday.com and i want that when
    one clicks on www.indiatoday.com this site opens
    how do i create a link using dreamweaver without having to
    code manually.

    "pandeya" <[email protected]> wrote in
    message
    news:f66jl8$72b$[email protected]..
    > like we can link email links and hyperlinks (with other
    files) how do i
    > make
    > link with another website like
    > in my home page i say www.indiatoday.com and i want that
    when one clicks
    > on
    > www.indiatoday.com this site opens
    > how do i create a link using dreamweaver without having
    to code manually.
    Select the text www.indiatoday.com. In the Property
    Inspector, in the Link
    field, type the full URL -
    http://www.indiatoday.com.
    Click OK.
    You might want to use the Help documentation for really basic
    questions like
    this..
    Patty Ayers | Adobe Community Expert
    www.WebDevBiz.com
    Free Articles on the Business of Web Development
    Web Design Contract, Estimate Request Form, Estimate
    Worksheet

  • HT204074 I have a new machine with a previous installation of Itunes, linked to another Apple ID. Even  I authorized the machine to my Apple ID, I can not connecto to the Apple Store. I tried removing Itunes and reinstalling it, but anything changed.

    I have a new machine with a previous installation of Itunes, linked to another Apple ID. Even  I authorized the machine to my Apple ID, I can not connect to the Apple Store. I tried removing Itunes and reinstalling it, but anything changed. I still can not connecto to the Store.
    My previous machine has Itunes Installed, and I deauthorized the machine so I unlinked to my Apple ID, if this is correct.
    Anyway, Dropbox is also not connecting....so I do not know how to make it woek. please help!

    I have the same problem - it is maddening. I rely on this iPad for work so this is not just an annoyance! The above solutions of changing the appleid on the device or on the website do not work.
    The old email address no longer exists - I haven't used it in a year probably and I no longer have the account.  I logged into the appleid website and there is no trace of the old email address so there is nothing that can be deleted or changed there.  On the iPad there is no trace of the old email address so nothing can be deleted there either. I have updated the iPad software and the same problem comes right back.  Every 2 seconds I am asked to log in using the old non-existent email.  The device is currently useless.
    The only recent change to anything was the addition of an Apple TV device, which was set up using the correct login and password.
    Does anyone have any ideas? The iPad has been backed up to the iCloud so presumably it now won't recognize the current iCloud account? So restoring may notbe an option?

  • Hello anybody hear to solve my problem.my phone linked with developer apple id and password its factory unlock but i am unable to active it....so please please help me...

    hello anybody hear to solve my problem.my phone linked with developer apple id and password its factory unlock but i am unable to active it....so please please help me...
    <Email Edited by Host>

    when i coneect phone to my computer for activation i promt for apple id and password for activation.and it is showin apple id like  ''ad*****@gmail.com'' but it is not my apple id and i tried with my another apple id but not working i upload screen shoot from itune   thanks.......

  • My brother ipad was linked with old apple id and he forgot his id and never use same email.the problem now his mini ipad ask him for this id to open (activate ipad) what we can do ?

    my brother ipad was linked with old apple id and he forgot his id and never use same email.the problem now his mini ipad ask him for this id to open (activate ipad) what we can do ?

    He remember the id name and password but he can't enter we don't now if the password is wrong or the id was  lock . I have the all thing for the ipad such as his box . I now this is security thing but you could help me.

  • My usual iCloud account has been locked out.  I tried the email link - didn't receive an email.   So I created a new Apple ID with another email but now I can't access my other Apple ID Mail, etc..

    My usual Apple ID/iCloud account has been locked out.  I tried the email link - didn't receive an email.   So I created a new Apple ID with another email but now I can't access my other Apple ID Mail, etc..  How do I get the Apple ID I want to use working again?   Help. 

    Hi JkeeneSoldano,
    Thank you for visiting Apple Support Communities.
    To regain access to your Apple ID, try to reset your password using one of these methods:
    Answer your security questions. Use these steps if you know the answers to your security questions.
    Use email authentication. We'll send you an email that you can use to change your password.
    Use two-step verification. If you set up two-step verification, you can use it to change your password. You just need your recovery key and a trusted device.
    From:
    If you forgot your Apple ID password - Apple Support
    If you need to use the email verification method but don't receive the reset email, see this link for more help:
    If you didn't receive your verification or reset email - Apple Support
    Best Regards,
    Jeremy

  • Apple TV worked until today. Message says unsupported signal check your output device.  I have checked hdmi cable with another device and it's fine. Put on a different tv and same message.  Went out yesterday and bought a new Apple TV and same problem.

    Apple TV worked until today. Message says unsupported signal check your output device.  I have checked hdmi cable with another device and it's fine. Put on a different tv and same message.  Went out yesterday and bought a new Apple TV and same problem.

    Which TV do you have.
    You may wish to try the following:
    Press and hold the menu and the up button simultaneously on the remote for six seconds, the Apple TV should then begin to cycle through the various resolutions available to it at 20 second intervals.. If you see a picture appear up on your screen, use the remote to scroll down to the OK option and select it.

  • Hi my name Abukar I had an old apple ID and I had problem with signing it so I decided to make a new apple ID with a new email address, so how can I link with two apple IDs and how can I get back all my previous apps that I purchased before, I cloud stuff

    Hi my name Abukar I had an old apple ID and I had problem with signing it so I decided to make a new apple ID with a new email address, so how can I link with two apple IDs and how can I get back all my previous apps that I purchased before, I cloud stuff

    It is not possible to do that.
    Allan

  • Please can you help me to solve my problem  ( I have iphone is linked with Apple ID and I forgot that Apple ID and I can't remember it , I need thats Apple ID to activate my iphone ,,, what should I do ?

    please can you help me to solve my problem  ( I have iphone is linked with Apple ID and I forgot that Apple ID and I can't remember it , I need thats Apple ID to activate my iphone ,,, what should I do ?

    mohammed aljasim wrote:
    there are many people that error is happened with them and one of this people is me ,, Apple must be find the solution for this problem
    You are absolutely WRONG. Apple bears no responsibility in this at all. YOU purchased a STOLEN phone. You are guilty of receiving stolen property at best. Take it back to wherever you bought it and demand a refund. Failing that, turn it over to the police. You got ripped off. I'm sorry you wasted your money, but there is NOTHING Apple or anyone else can do for you. Only the rightful owner of the phone can unlock it.

  • Another New IPod Touch Owner with Wi-fi Problems

    Another New IPod Touch Owner with Wi-fi Problems.
    I have been working at this for about 4 hours now with no success and I am getting pretty frustrated, so if it show up in my typing please ignore it. I just don't understand why these multi-million dollar companies can't write a manual or put up a web site that can actually help someone with a problem.
    Ok, venting aside.
    I am running a gateway computer.
    Operating System = XP
    Router = Linksys WRT54G
    I have two other computers that are working fine with the existing wireless net work and have been for some time.
    I'm pretty good with my computer but haven't touched my router since initial set-up and all that was done was a basic set up.
    My I-pod is searching for a network and I'm three feet away from it but it doesn't find it.
    I printed out my wireless setting. I presume SSID name equals the name box on the ipod-touch
    Security = WEP
    What seems to be kicking my A$$ is the password. The route setting have never been changed so I would pesume the password should be the default "admin" which I put in (JOIN) and get the "Could not find network" screen
    So, I have perused this message board trying to discover and answer to mine, and and apparently many others question with no definitive results.
    So I guess what I and everybody else needs is a step by step how to guide on how to discover the info needed and enter in what we need to make this work.
    Thanks in advance to anybody that can actually help with this issue. A step by step do this would be nice.

    Thank you Terpfen for replying, and please excuse my ill temper earlier. I've calmed down some now.
    Step: 1 followed step one previously, Main screen, settings, Wi-Fi. Also set power down to 5 min to give I-Pod plenty of time to find network.
    Wi-Fi Network Screen.
    Wi-Fi ON
    Choose a Network (searching indicator) symbol spinning.
    Other ...
    Ask to Join Networks ON
    At this point the I-pod does not find any networks available. The indicator just spins but never returns any results. I am 3 feet for my WRT54G router.
    Hence the easy connect isn't connecting.
    The next step. is to manually set-up the connection.
    Main screen, setting, Wi-Fi, Other.
    press "Other" which brings up two fields
    Name __________
    Security ___________
    First Question? Which Name are they looking for. when I went to my router 192.168.1.1 It has the name linksys. However, when I go to my Wireless Network setting it has the name * ???? * which is different than Linksys router.
    Now, since one of the goals here is file sharing I presume I should be using the Wireless Network settings name. (which I have tried.)
    Next is security, Wireless Network setting indicate setting for WEP Once this is selected you then back-up to the "Enter Network Setting Screen" and you now have a password line added.
    Now I have never set a password for the router so the password for the router is the default Password "admin" And I don't recall ever setting a password for my network setting. But, I only use about three different passwords and a cycled through them still with no success.
    So, I need some expert advise on how and where to find the info to input into the required field to work or what I need to reset in my router to make this work.
    Thanks again for anyone who has constructive input to resolve my and probably many other peoples issues with this problem.

  • Anyone else had issues with phone network being unavailable on iPhone 4 since updating to iOS 5.0.1? My iPhone 4 is continually searching for a network and does not find my provider. I swapped SIMs with another iPhone 4 on ios 4 to confirm device problem.

    Has anyone else had issues with phone network being unavailable on iPhone 4 since updating to iOS 5.0.1? My iPhone 4 is continually searching for a network and does not find AT&T, my provider. I swapped SIM cards with another iPhone 4 running ios 4 and established this is a device problem, not a SIM card problem.

    Does the device get any signal? 
    Sounds like the device may have had a hardware failure.  If it is out of warranty, the only option is the Out of Warranty replacement.
    AppleCare is only an option if it is still under the original warranty.

  • Since i got the new Iphone 4s it constantly drops calls. Apple have replaced the phone with another new iphone 4s but i am still having the same problem. I have checked with vodapohe that there is no issue from there end, given a new sim, still drops out

    Since i got the new Iphone 4s it constantly drops calls. Apple have replaced the phone with another new iphone 4s but i am still having the same problem. I have checked with vodapohe that there is no issue from there end, given a new sim, still drops out

    Have a look at this it might help
    http://support.apple.com/kb/TS4148

Maybe you are looking for