Need help on Oracle9iAS (9.0.3.1.0)  and JSF

I need informations about oracle 9iAS ans JSF.
I have a webapp working perfectly on 10g but not on 9.
My "WEB-INF/lib" directory contains the required jsf jars
Even the jsf-cardemo application doesn't work on 9.
Here is the exception :
Oracle9iAS (9.0.3.1.0) Containers for J2EE initialized
java.lang.NullPointerException
at javax.faces.webapp.FacesServlet.init(FacesServlet.java:144)
at
com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:1987)
at
com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4386)
at
com.evermind.server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2515)
at
com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:617)
at
com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:166)
at
com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:72)
at
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
at java.lang.Thread.run(Thread.java:534)

I have finaly found the solution to use jsf on 9.0.3
First i set the listener in web.xml as it is said here:
http://java.sun.com/j2ee/javaserverfaces/docs/ReleaseNotes.html
<listener>
  <listener-class>com.sun.faces.config.ConfigureListener</listener-class>
</listener> then to solve xml parsing errors when accessing pages i included all jstl-1.0 jars and required xml api in my webapp
download here:
http://apache.fastorama.com/dist/jakarta/taglibs/standard-1.0/
unzip and take all jars in the lib directory.

Similar Messages

  • HT201269 hi i need help, i just go a new iPhone 5 and i want to put all my backed up stuff on, but it doesn't show on the list, how do i get all my stuff back and yes i did backup the old phone

    hi i need help, i just go a new iPhone 5 and i want to put all my backed up stuff on, but it doesn't show on the list, how do i get all my stuff back and yes i did backup the old phone

    Follow the explicit instructions in the article from which the thread was started and restore the device from the backup of the previous device.

  • Hi, I need help!. I will change my iphone and I need to move contacts from one iPhone to the new, what should I do?

    Hi, I need help!. I will change my iphone and I need to move contacts from one iPhone to the new, what should I do?

    You should have been syncing your contact with your computer all along.  Just sync them from the computer to the new iphone.
    iPhone: Transferring information from your current iPhone to a new iPhone

  • HT201269 I'm not a tech person, but need help with my Itunes account in transferring money and downloads onto new phone I purchased 2 weeks ago when my Iphone was stolen. I don't know how to get the money or music on new phone?

    Need help with Itunes transferrs and can I use my Edge phone as a router?

    I'm not a tech person, but need help with my Itunes account in transferring money and downloads onto new phone
    Is this an iPhone?
    Set it up using the AppleID you used on the previous iPhone.

  • Need help to find out link between process order and purchase order.

    Hi All,
    Need help to find out link between process order and purchase order.
    We have purchase order, we can find out associated process order in MD09 (No Purchase Requisition found in Purchase order). When I tired to replicate this scenario with same material in system but not able to do.
    Please suggest me what needs to check to get purchase order link to process order.. (this is not subcontracting )
    Edited by: SAP PQ on Sep 26, 2011 5:24 PM
    Thanks,
    SAP PQ
    Edited by: SAP PQ on Sep 26, 2011 5:24 PM

    MD09 is pegging. In SAP pegging is dynamic, meaning that there's no fixed link between purchase order and process order in your case.
    This is why you did not get the same result when you tried again later.
    Such a link can exist only if you do direct procurement for the order.

  • I need help resetting my security questions, i try to and it says email sent but i never get the email to my main email or alternate email, i never set my questions but somehow there set

    I need help resetting my security questions, i try to and it says email sent but i never get the email to my main email or alternate email, i never set my questions but somehow there set, so i can also not buy apps without entering my question awnsers please help

    Forgotten Security Questions/Answers
    You need to contact Apple by:
    1 - Use the Express lane and start here:
    https://expresslane.apple.com
    then click More Products and Services>Apple ID>Other Apple ID Topics>Forgotten Apple ID security questions.
    or
    Apple - Support -form iTunes Store - Contact Us
    2 - Call Apple in your country by getting the number from here:
    http://support.apple.com/kb/HE57
    or           
    Apple ID: Contacting Apple for help with Apple ID account security
    3 - Use your rescue email address if you set one up
    Rescue email address and how to reset Apple ID security questions
    For general  information see:
    Apple ID: All about Apple ID security questions

  • Need help with a simple process with FTP Adapter and File Adapter

    I am trying out a simple BPEL process that gets a file in opaque mode from a FTP server using a FTP adapter and writes it to the local file system using a File Adapter. However, the file written is always empty (zero bytes). I then tried out the FTPDebatching sample using the same FTP server JNDI name and this work fine surprisingly. I also verified by looking at the FTP server logs that my process actually does hit the FTP server and seems to list the files based on the filtering condition - but it does not issue any GET or RETR commands to actually get the files. I am suspecting that the problem could be in the Receive, Assign or Invoke activities, but I am not able identify what it is.
    I can provide additional info such as the contents of my bpel and wsdl files if needed.
    Would appreciate if someone can help me with this at the earliest.
    Thanks
    Jay

    persiandude wrote:
    Topic: Need help with if, else, and which statements and loops.
    How would I display 60 < temp. <= 85 in java
    System.out.println("60 < temp. <= 85 in java");
    another question is how do I ask a question like want to try again (y/n) after a output and asking that everytime I type in yes after a output and terminate when saying No.Sun's [basic Java tutorial|http://java.sun.com/docs/books/tutorial/]
    Sun's [New To Java Center|http://java.sun.com/learning/new2java/index.html].Includes an overview of what Java is, instructions for setting up Java, an intro to programming (that includes links to the above tutorial or to parts of it), quizzes, a list of resources, and info on certification and courses.
    [http://javaalmanac.com|http://javaalmanac.com]. A couple dozen code examples that supplement [The Java Developers Almanac|http://www.amazon.com/exec/obidos/tg/detail/-/0201752808?v=glance].
    jGuru. A general Java resource site. Includes FAQs, forums, courses, more.
    JavaRanch. To quote the tagline on their homepage: "a friendly place for Java greenhorns." FAQs, forums (moderated, I believe), sample code, all kinds of goodies for newbies. From what I've heard, they live up to the "friendly" claim.
    Bruce Eckel's [Thinking in Java|http://mindview.net/Books/DownloadSites] (Available online.)
    Joshua Bloch's [Effective Java|http://www.amazon.com/Effective-Java-2nd-Joshua-Bloch/dp/0321356683/ref=pd_bbs_1?ie=UTF8&s=books&qid=1214349768&sr=8-1]
    Bert Bates and Kathy Sierra's [Head First Java|http://www.amazon.com/exec/obidos/tg/detail/-/0596004656?v=glance].
    James Gosling's [The Java Programming Language|http://www.bookpool.com/sm/0321349806].

  • I need help with a backup file that was deleted and now undeleted from my hard drive

    Last month (May 6, 2011), I was updating my iPod Touch 4G with the new software that came out. I always make a backup of my iPod's data before I update it. While my iPod was updating I left my iPod and computer alone and was doing things around the house with my mom. And when I was done I went in my room to see if it was done and my computer decides that it was going to freeze and crash on me (with my iPod plugged in and stuck on the updating or verifying software mode.) I managed to get my iPod back to working condition again but losing everything on my iPod. I formatted my computer hard drive but I managed to get back the backup I lost. I need help on getting the backup into iTunes so I can get my data back. I am not Jailbroken and I plan not to Jailbreak. I however saved the backup file in a folder other than the Mobilesync folder. I am also running on Windows XP. Someone please help me and thank you in advance!

    I was able to backup my iPod and I tried to restore my iPod again and it goes through the process and everything but it restores the temporary data that I had on there. It didn't restore application data or the current photos and videos that I had saved in Camera Roll before this all had happened. It is almost like it goes back to factory settings but I have some photos that were saved on the other backup that I was temporarily running on. The backup that I am looking to restore is the only backup file in the Mobilesync folder as of right now the others are saved somewhere safe for right now. Why doesn't it restore my application data or my Camera Roll pictures and videos that I saved before my computer crashed last month? Can this problem be fixed?

  • Need help for creating sharepoint sites for both internet and intranet users

    We would like to know what is the best approach to create SharePoint sites for our customers(internet users) and internal employees(intranet users) on the same SharePoint server. Here is the scenario:
    1) A customer posts a document from internet.
    2) This triggers a approval workflow that can only be accessed and executed in the intranet environment. This approval process requires approval's possible modifications to the customer's document.
    3) We would like the customer not to able to check the approval state and the modified document until the document is fully approved and finalized.
    We are pondering if we need to create two sites, one site for customer and the other site is for internal approvers. Or one site is possible. It also looks like we need to somehow copy customer's original document to intranet site and triggers the workflow.
    Any design ideas are helpful. Thank you advance!

    Hi Jason,
    Though it is perfectly possible to have both intranet and internet on the server, it is not a recommended practice. Having both on the same server would have multiple problems, instead me detailing it out, here is a forum thread on which Trevor had given
    enough reasons -
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/9b550c33-6f5f-4cd9-8762-8ff389b747d9/sharepoint-2013-one-farm-to-host-intranet-extranet-internet?forum=sharepointadmin
    If you have valid reason to go with single server, then you can also explore email enabled lists as one option and another one would be using custom sharepoint designer workflow.
    you can also try using event receivers to send documents to intranet site from internet site, process everything and update the document in the internet site.
    Hope this helps!
    Ram - SharePoint Architect
    Blog - SharePointDeveloper.in
    Please vote or mark your question answered, if the reply helps you

  • 30p with a Canon XA10 - need help with Final Cut 7 "FIELD DOMINANCE" setting and an explanation of "drop frames". Thank you!!

    I shot footage using a Canon XA10 and there are issues with the HD quality not looking as crisp as it should.  I am trying to make sure the settings in Final Cut are right.  Need help confirming what should be in "Field Dominance" --- have seen discussions about making sure it's set to "none" but I'm confused as to what to do. 
    Also someone suggested I use "drop frames" to change from 30p to 24p within Final Cut.  He couldn't explain how to do it so any input appreciated as well as any thoughts on whether this is a good option to try.

    If you're shooting 30p, field dominance should be set to none.   Since you need to use log and transfer to bring this material in to fcp, I would assume it would be set correctly automatically.  Are you sure you've set the camera properly?
    Drop frames will not change 30 p to 24p.   Dropframe timecode simply refers to the number assigned to each frame which drops an occasional number (not any frames) so the timecode duration is the actual duration, since 30p videoi is actually 29.97 frames per second which each frame assigned a timecode number. 
    This is very basic video stuff and requires some basic knowledge of video.  Wikipedia is a pretty good resource for much of this stuff plus there are lots of great resources on the web.  Look up interlaced and progressive video, 24p and 30p. 
    And as far as judging quality, you can only get an accurate view of the quality in fcp when you have a video card attached to a video monitor.  The viewer and canvas are only an approximation of what the quality is.  Minimally, set the canvas or viewer to 100% to get a better approximation of the quality. 

  • Hi I need help on my iphone I forgott my pasword and I disable it and it says disable connect to itunes what can I do please help me and I dont have.itunes account I only have an icloud account only please help

    Hi I need help on iphone I forgott my pasword I disable it I only have an account with icloud only  please help me

    I'm not sure what you mean by "iTunes is not enabled" -- if you read the above link, the question is whether you've previously synced with the iTunes application on a computer. If you have, you connect to iTunes on that computer. If not, you follow the "Use Recovery Mode" procedure near the bottom of http://support.apple.com/kb/ht1212

  • Need Help for Page Design Technique: Level 0 Record and Level 1 Record

    Folks,
    Hello. I am developing HR system for a client. I design a page for "Position Information" as follows:
    Level 0 record fields:
    Position Number: 01
    Status: Open
    Because many people are in this position, level 1 record is a scroll area containing many rows belong to this Position Number as follows:
    Level 1 record fields:
    Profile ID: 001 effective date: xx/xx/xxxx
    Profile ID: 002 effective date: xx/xx/xxxx
    After save the page into Database, the data in Level 1 record table doesn't match the data in Level 0 record table.
    No way to identify the rows of data in Level 1 record table belong to a specific row of data in Level 0 record table.
    I need help to design the Database, that is 2 tables: many rows in second table belong to one row in first table.
    Can any folks give some idea to design such a Database so that save the Page correctly ?

    Table 2 should have all the key fields from Table 1, followed by atleast one more key of its own.
    Subhash

  • HT1212 I need  help restoring my ipad because on my computer and laptop it says that i can acuss my itunes withput knoing the pascode

    I need help please text me as soon as you can becaus ei need my ipad and i forgot the passcode and everytime i hook it up to any computer it says i need to eneter the passcode to my ipad so i can use it on itunesbut i need to restore it to get a new pascode

    FORCE IPAD INTO RECOVERY MODE
    1. Turn off iPad
    2. Turn on computer and launch iTune (make sure you have the latest version of iTune)
    3. Plug USB cable into computer's USB port
    4. Hold Home button down and plug the other end of cable into docking port. Do not release button until you see picture of iTune and plug.
    5. Release Home button.
    ON COMPUTER
    6. iTune has detected iPad in recovery mode. You must restore this iPad before it can be used with iTune.
    7. Select "Restore iPad"...
    Note: Data will be lost

  • Need Help - Unsure What To Do - On Edge Plan and They Have My Device

    I am in need of help or advice and do not know where else to turn other then here.  I am trying to get in touch with upper management in reference to my account. 
    I recently purchased a Note 3 on the edge program only to be disappointed with what was to follow.  On the first day of owning the device I was truly fascinated with all the option that I now had in my hands.  Along with the capabilities of the device itself.  On day two the device deactivated itself, not really sure how this happened and of course either was tech support but after an hour and a half on the phone they ended up telling me to put a different sim card in the phone in order to get it work correctly.  At this point I was kinda of skeptical of the device, considering this was only day two of owning it.  Sad to say, but my intuition was absolutely correct.  A few days later I started having issues with the camera, so i took it in to the store to have them swap it out since it was still under the 14 day period, only to be told that there was nothing wrong with the device.  I tried to explain to the sells rep that the pictures where coming out blurry and showed him a few examples.  Of course the rep fed me full of nonsense in order to keep from swapping the phone out.  A few days later I started having issues with incoming calls, I would have to say "Hello" a minimum of three times before the person on the other line would hear me.  I then called Verizon and told them I wanted to have the phone replaced and explained to them that maybe I just got a lemon, no harm, no foul, just to send me a new phone and call it a day.  Well I was sure in for a loop, the rep explains to me that only the stores can swap out or replace the phones with a new device.  I tried to explain to the rep that the stores here are notorious for misleading customers so they do not have to replace or swap out the devices.  The rep again told me there was nothing I could do unless i wanted a certified pre-owned device.  I told them I would attempt the store again.  After numerous times calling in to tech support and visiting the store, the issues with the device increased.  I was now having camera issues, call issues, phone calling itself in my vehicle all the time, screen going grey, charging issues, and the last people stating that I was echoing. 
    It is now the 14th day and I called in and explained to the rep that I needed to have the phone swapped out or return it.  The rep went on to explain to me that since it was the 14th day that i couldn't return unless i paid a restocking fee.  I explained to him all that I had been through and he agreed to replace the phone with a new device.  Well, a few days roll by and no device but I did receive an envelope in the mail from verizon with a prepaid shipping tag.  I called back to verizon and explained to them what I had received and what I should have received.  Only to be told once again that i would have to go to the store, but on this instance I was to ask for a manager and have them replace the device.  She was to put everything in the notes so there would be no issues.  I arrive at the store, check in, wait the normal hour wait and finally get helped by the manager.  The manager tells me on the camera issue that it is far worst then most adroid phones on the market today.  I explained to him how I was told it was the same as the camera in the S4 he told me it wasn't and that the sales rep over the phone don't know what they are talking about, he also explained to me that they are inexperienced and have no training.  He explained to me that they know the product better because they touch it everyday.  I then told him i was just there to swap it out and thats all i wanted.  He told me that there was nothing wrong with my phone.  I told him about the call issue, his response to that was, your getting dropped calls because you are picking up all the wifi open networks in the area.  I told him I didn't state i was having  problem with dropping calls, I told him I was having issues with incoming calls.  I then showed him, he of course saw it and said that all Note 3 devices do that.  I asked him about the charging issued, his response to that, call Samsung they know about the problem and will take care of the issue.  Ok, what about the phone calling in itself in my vehicle now, never did that before, he states, you need to turn off the bluetooth, wifi and other networks.  I told him that doesn't make sense and that I had already had the Acura dealer look at it.  He told me they software in the vehicle was probably out of date and that the techs don't really update that kind of stuff.  So I told him, in other words i have a dumb phone since I can't use anything on it.  That doesn't make since.  He explained to me that he did not see anything wrong with the device, despite the fact that he saw all these issues. 
    At this point I call back to Verizon wireless and ask them what they would like me to do, since they won't swap it or let me ship it back.  They agreed to replace it with a certified device, and of course out of frustration I agree.  Naturally after cooling off and talking with my wife, we had both agreed that this was unacceptable especially since we where paying full price.  I agreed with her and called Verizon the next morning and told them to cancel the order, they agreed and of course after an hour of telling my whole story, which sorry It would be a novel it I wrote everything that happened, they agreed to have their manager call me back in four hours.  Well we have all heard that before, I definitely wasn't going to hold my breath. 
    A day passes and I call back to find out what the status was on the new device, only to be told there is no new device.  They get me over to tech support, since apparently they are the only ones who can replace a device with a new device, and after an hour and a half I am told I would have one shipped out next day air, that it had been approved by upper management.  They explained to me to refuse the one that was coming, since they never canceled it, and use the prepaid label I had to ship the original Note 3 back.  Of course not using my head I do just exactly that, so now I have no phones and guess what, the one they said they where going to send me, it is sitting out there in la la land.
    I call back on my day off, I actually spend 6 hours of it on the phone with verizon, to be laughed at, lied to and belittled by verizon employees.  I finally get a manager by the name of Natalie Thomas, she explains to me that first she needed to receive the original device in her warehouse before she could do anything.  She also explained to me that she would check it everyday until it got there and once it did she would be in contact with me.  She also gave me her email so we could communicate back and forth.  It was all great until verizon actually received the phone, after that she has no longer answered any of my emails or calls.  I am still without a device and being charged for it. Now every time i called in, everyone had seen the order for the new device, except for Natalie Thomas.
    It has now been four days and I have still not heard anything, so I went a head and paid my bill minus the fees for the new device only to receive an email 7 hours later threading to suspend my account and be charged more fees.  So, naturally i call them and speak with Cynthia, she explains that she also sees that same order that has been in there since the 29th of May but is unsure as to why it has not shipped.  She explained to me forutantely you got in touch with the same department that did the order so they could take care of it.  She then told me a manager would call me back in 30 minutes to finalize this order and get this phone finally on its way. 
    It has now been 4 hours and I have still not heard anything.  So, with all this said and done, minus a few other calls, does anyone know how I can get in touch with upper management to get my account resolved?  I know have a $699.00 bill for a device that I do not have, no Note 3, and all the fees to go with it.  I'm not sure calling will do anything since I can't get anyone to call me back anyways. 
    Any advice we truly be appreciated, or if someone has a way to get a hold of upper management that would be a huge help. 
    Thanks
    Jason

    I am in need of help or advice and do not know where else to turn other then here.  I am trying to get in touch with upper management in reference to my account. 
    I recently purchased a Note 3 on the edge program only to be disappointed with what was to follow.  On the first day of owning the device I was truly fascinated with all the option that I now had in my hands.  Along with the capabilities of the device itself.  On day two the device deactivated itself, not really sure how this happened and of course either was tech support but after an hour and a half on the phone they ended up telling me to put a different sim card in the phone in order to get it work correctly.  At this point I was kinda of skeptical of the device, considering this was only day two of owning it.  Sad to say, but my intuition was absolutely correct.  A few days later I started having issues with the camera, so i took it in to the store to have them swap it out since it was still under the 14 day period, only to be told that there was nothing wrong with the device.  I tried to explain to the sells rep that the pictures where coming out blurry and showed him a few examples.  Of course the rep fed me full of nonsense in order to keep from swapping the phone out.  A few days later I started having issues with incoming calls, I would have to say "Hello" a minimum of three times before the person on the other line would hear me.  I then called Verizon and told them I wanted to have the phone replaced and explained to them that maybe I just got a lemon, no harm, no foul, just to send me a new phone and call it a day.  Well I was sure in for a loop, the rep explains to me that only the stores can swap out or replace the phones with a new device.  I tried to explain to the rep that the stores here are notorious for misleading customers so they do not have to replace or swap out the devices.  The rep again told me there was nothing I could do unless i wanted a certified pre-owned device.  I told them I would attempt the store again.  After numerous times calling in to tech support and visiting the store, the issues with the device increased.  I was now having camera issues, call issues, phone calling itself in my vehicle all the time, screen going grey, charging issues, and the last people stating that I was echoing. 
    It is now the 14th day and I called in and explained to the rep that I needed to have the phone swapped out or return it.  The rep went on to explain to me that since it was the 14th day that i couldn't return unless i paid a restocking fee.  I explained to him all that I had been through and he agreed to replace the phone with a new device.  Well, a few days roll by and no device but I did receive an envelope in the mail from verizon with a prepaid shipping tag.  I called back to verizon and explained to them what I had received and what I should have received.  Only to be told once again that i would have to go to the store, but on this instance I was to ask for a manager and have them replace the device.  She was to put everything in the notes so there would be no issues.  I arrive at the store, check in, wait the normal hour wait and finally get helped by the manager.  The manager tells me on the camera issue that it is far worst then most adroid phones on the market today.  I explained to him how I was told it was the same as the camera in the S4 he told me it wasn't and that the sales rep over the phone don't know what they are talking about, he also explained to me that they are inexperienced and have no training.  He explained to me that they know the product better because they touch it everyday.  I then told him i was just there to swap it out and thats all i wanted.  He told me that there was nothing wrong with my phone.  I told him about the call issue, his response to that was, your getting dropped calls because you are picking up all the wifi open networks in the area.  I told him I didn't state i was having  problem with dropping calls, I told him I was having issues with incoming calls.  I then showed him, he of course saw it and said that all Note 3 devices do that.  I asked him about the charging issued, his response to that, call Samsung they know about the problem and will take care of the issue.  Ok, what about the phone calling in itself in my vehicle now, never did that before, he states, you need to turn off the bluetooth, wifi and other networks.  I told him that doesn't make sense and that I had already had the Acura dealer look at it.  He told me they software in the vehicle was probably out of date and that the techs don't really update that kind of stuff.  So I told him, in other words i have a dumb phone since I can't use anything on it.  That doesn't make since.  He explained to me that he did not see anything wrong with the device, despite the fact that he saw all these issues. 
    At this point I call back to Verizon wireless and ask them what they would like me to do, since they won't swap it or let me ship it back.  They agreed to replace it with a certified device, and of course out of frustration I agree.  Naturally after cooling off and talking with my wife, we had both agreed that this was unacceptable especially since we where paying full price.  I agreed with her and called Verizon the next morning and told them to cancel the order, they agreed and of course after an hour of telling my whole story, which sorry It would be a novel it I wrote everything that happened, they agreed to have their manager call me back in four hours.  Well we have all heard that before, I definitely wasn't going to hold my breath. 
    A day passes and I call back to find out what the status was on the new device, only to be told there is no new device.  They get me over to tech support, since apparently they are the only ones who can replace a device with a new device, and after an hour and a half I am told I would have one shipped out next day air, that it had been approved by upper management.  They explained to me to refuse the one that was coming, since they never canceled it, and use the prepaid label I had to ship the original Note 3 back.  Of course not using my head I do just exactly that, so now I have no phones and guess what, the one they said they where going to send me, it is sitting out there in la la land.
    I call back on my day off, I actually spend 6 hours of it on the phone with verizon, to be laughed at, lied to and belittled by verizon employees.  I finally get a manager by the name of Natalie Thomas, she explains to me that first she needed to receive the original device in her warehouse before she could do anything.  She also explained to me that she would check it everyday until it got there and once it did she would be in contact with me.  She also gave me her email so we could communicate back and forth.  It was all great until verizon actually received the phone, after that she has no longer answered any of my emails or calls.  I am still without a device and being charged for it. Now every time i called in, everyone had seen the order for the new device, except for Natalie Thomas.
    It has now been four days and I have still not heard anything, so I went a head and paid my bill minus the fees for the new device only to receive an email 7 hours later threading to suspend my account and be charged more fees.  So, naturally i call them and speak with Cynthia, she explains that she also sees that same order that has been in there since the 29th of May but is unsure as to why it has not shipped.  She explained to me forutantely you got in touch with the same department that did the order so they could take care of it.  She then told me a manager would call me back in 30 minutes to finalize this order and get this phone finally on its way. 
    It has now been 4 hours and I have still not heard anything.  So, with all this said and done, minus a few other calls, does anyone know how I can get in touch with upper management to get my account resolved?  I know have a $699.00 bill for a device that I do not have, no Note 3, and all the fees to go with it.  I'm not sure calling will do anything since I can't get anyone to call me back anyways. 
    Any advice we truly be appreciated, or if someone has a way to get a hold of upper management that would be a huge help. 
    Thanks
    Jason

  • Need help with PHP form with checkboxes, radio buttons and file attachment

    Hi guys,
    I'm having a nightmare with this PHP form where a user can fill it in, attach a doc/pdf and submit. After trying to sort it out with previous code I've used, I've stripped it out and think I should just start again in the hope you geniuses can help!
    Here is the HTML of contact.php:
    <form action="" method="post" name="contact" id="contact">
        <p>Job Title:*<br />
        <input name="position" type="text" /></p>
        <p>Nationality:*<br />
        <select name="nationality">
          <option value="">-- select one --</option>
          <option value="Afghan">Afghan</option>
          <option value="Albanian">Albanian</option>
          <option value="Algerian">Algerian</option>
          <option value="Zambian">Zambian</option>
          <option value="Zimbabwean">Zimbabwean</option>
        </select>
        </p>
        <p>Which country are you currently living in?*<br />
        <select name="country">
        <option value="">-- select one --</option>
        <option value="United Kingdom">United Kingdom</option>
        <option value="Afghanistan">Afghanistan</option>
        <option value="Africa">Africa</option>
        <option value="Zambia">Zambia</option>
        <option value="Zimbabwe">Zimbabwe</option>
        </select>
        </p>
        <label class="radio" for="checkRight">Yes/No question?</label><br />
        <input class="radio" type="radio" name="right" value="Yes" /> Yes
        <input class="radio" type="radio" name="right" value="No" /> No
        <input class="radio" type="radio" name="right" value="N/A" /> Not applicable
        <p>Yes/No question?<br />
        <select name="continue">
        <option value="">-- select one --</option>
        <option value="Yes">Yes</option>
        <option value="No">No</option>
        </select>
        </p>
        <p>Select your resorts:<br />
        Resort 1<input name="res1" type="checkbox" value="Resort 1" />
        Resort 2<input name="res2" type="checkbox" value="Resort 2" />
        Resort 3<input name="res3" type="checkbox" value="Resort 3" />
        Resort 4<input name="res4" type="checkbox" value="Resort 4" />
        Resort 5<input name="res5" type="checkbox" value="Resort 5" />
        Resort 6<input name="res6" type="checkbox" value="Resort 6" />   
        </p>
        <p>Don't send form unless this is checked:* <input type="checkbox" name="parttime" value="Yes" /></p>
        <p>Date of arrival: <input name="arrive" id="datepick" /><br />
        Date of departure: <input name="depart" id="datepick2" /></p>
        <script type="text/javascript" src="assets/scripts/datepickr/datepickr.js"></script>
        <link href="assets/scripts/datepickr/datepickr.css" rel="stylesheet">
        <script type="text/javascript">
        new datepickr('datepick');
        new datepickr('datepick2', {
        </script>
        <p>Name:*<br />
        <input name="name" type="text" /></p>
        <p>E-mail:*<br />
        <input name="email" type="text" /></p>
        <p>Telephone:*<br />
        <input name="telephone" type="text" class="ctextField" /></p>
        <p>Upload CV (Word of PDF formats only):<br />
        <input type="file" name="cv" class="textfield"></p>
        <p><input name="submit" value="Submit Enquiry" class="submitButton" type="submit" /><div style="visibility:hidden; width:1px; height:1px"><input name="url" type="text" size="45" id="url" /></div></p>
    </form>
    By the way, the date boxes work so excuse the Javascript in there!
    To prevent SPAM I've used a trick where there's a hidden URL field which must be left blank for the form to submit which you can see in the PHP.
    Below is where I'm at with the PHP which is placed above the header of contact.php...
    <?php
    if (array_key_exists('submit', $_POST)) {
        $position = $_POST['position'];
        $arrive = $_POST['arrive'];
        $nationality = $_POST['nationality'];
        $parttime = $_POST['parttime'];
        $depart = $_POST['depart'];
        $name = $_POST['name'];
        $email = $_POST['email'];
        $telephone = $_POST['telephone'];
    $to = "[email protected]";
    $subject = "Recruitment Application";
    $message = $headers;
    $message .= "Name: " . $_POST["name"] . "\r\n";
    $message .= "E-mail: " . $_POST["email"] . "\r\n";
    $headers  = "MIME-Version: 1.0\r\n";
    $headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
    $headers .= "Reply-To: " . $_POST["email"] . "\r\n";
    $headers .= 'From: My Website <[email protected]>' . "\r\n";
    $message= "
    $url = stripslashes($_POST["url"]);
    if (!empty($url)) {
    header( 'Location: http://www.go-away-spam-robots.com' );
    exit();
    if (!isset($warning)) {
    mail($to, $subject, $message, $headers);
    header( 'Location: http://www.mywebsite.co.uk/sent.php' );
    ?>
    I would like to make pretty much all the field compulsory so if a field is left empty (other than the hidden URL field), a warning message is displayed next to that field.
    Also I would like the file upload field to attach to the email that is sent to me and have the results come through to me in a table format.
    Can anyone help me get my form working?
    Thank you and I hope to hear from you!
    SM

    Hi Nancy,
    Great stuff, thank you for the reply.
    I've managed to get the Formm@iler working and running as I need it to.
    The only thing I'm struggling with is when the user clicks submit, they are taken to a page of whatever results the form returned but it is just a white background with Times New Roman text.
    How can I have it so the user is taken to the form results in the websites' page layout?
    I tried sending them to a generic 'thank you' page by adding the following code but it just took them there whatever the results of the form so that's no good...! I have a feeling it's a bit more complicated than that...
    header( 'Location: http://www.nofussbus.co.uk/test/sent.php' );
    Thank you for your help!

Maybe you are looking for