Plz plz help me in my project

Hi all
plz help with this question,if i had asimpl jsp file containing the following code:
<html>
<body>
<form method="get" action="second.jsp">
<input type="text" name="name">
<input type="text" name="age">
<input type="submit" name="submit">
</form>
</body>
</html>
and another simple jsp file containing this code:
<html>
<body>
<jsp:useBean id="bean" scope="session" class="thebeans.Bean"/>
<jsp:setProperty name="bean" property="*"/>
<jsp:getProperty name="bean" property="name"/>
<jsp:getProperty name="bean" property="age"/>
<%
bean.DataBase();
%>
</body>
</html>
DataBase() is amethod that take the input from the jsp file and connect 2 the database 2 see f it exists before
what i want 2 do is that f it exist load specific html file f not load another html file
how can i do that and where 2 write it
*(sorry still new 2 java)*

thx i found the solution

Similar Messages

  • Plz help me to get Projects for Practice

    hi,
         I am vijay recently completed SAP In SD module.Plz help me to get projects for practice

    if you want to put am image into a game use this code:
    try {
    Image Img = Image.createImage("/your.png");
    catch(Exception e) {
    You have to have a try/catch statment to check for errors.
    You can have animated png with sprites.
    If you have a picture thats 32x32 put the next frame into it 32x64 and continue like that.
    I added a link to a good guide to make game in J2ME
    http://www.microjava.com/articles/techtalk/midp2_games?PageNo=1

  • Plz Plz Help:

    Hi all
    i have posted a question before on Anonymous server as well. Can any one plz tell me , how can i implement Anonymous Server in java. Plzplz help its urgent..
    Thanks in anticipation
    regards
    waqas

    Hi ggainey
    Thanks a lot for ur time and help , wud plz answer my following few questions
    1- I've worked a bit in Socket programming,but i dont have a grip on it. My first question is can i build all of my server 's totally by using Sockets, i mean is it possible to build my servers with out using JSP's and Servlets...im askin u koz im new in network programming( Actaully i am thinking to build All of my Server's GUI on JBuilder and then communicate among them using Sockets..Is IT Possible??? if its not possible then what shud i do in order to build this Distributed System(Actually this is my undertgraduate project i.e. Secure Electronic Voting , and i have never use JAVA on such a large scale and im really confused what to do...so plz plz plz help me a little))
    2-What is JSF? and what do u mean by " You need to understand javax.mail.* and SMTP to be a mailer." ..do u mean that i have to study thouroughly java.mail.* Package and SMTP Protocol i.e. may be u mean to study its RFC
    3- Do you know any Java library besides Cryptix and IAIK which implement cryptographic protocols like "Bit Committment and Blind Signatures"
    thanks a lot for taking some time from ur valuable time...plz try to mail at ur earlies....take care
    regards
    waqas

  • HT3775 Hi, my mac which is on 10.7.5 osx. but when ever i insert any mpeg/avi video cd it shows the file format not recognized. i am fed up of this. plz somebody help me. what should i do now.

    hi,
              i am using 10.7.5 lion there are a lot of problems in this OS.
    like most of the programs quit's unexpectedly. some programs does not work on it. like adobe cs5 is not working. everytime time when i do click on adobe cs 5 icon it shows a message "To open “Adobe Photoshop CS5,” you need to install a Java SE 6 runtime, but you are not connected to the Internet.To install a Java SE 6 runtime later, open “Adobe Photoshop CS5” again" while i always remain connected on the net.
    2. when ever i insert an avi or mpeg video disk it shows the file format not recognized. to **** with this macbook pro n its 10.7.5 lion. the same disk works/runs on windows on windows systems.
    plz somebody help me what should i do now.
    [email protected]

    it sounds like a fualty installation of Lion, this may happen from time to time.
    The best thing to do in this situation is to reinstall Lion. You will not loose anything doing this, but you should always keep back ups of your information.
    http://www.apple.com/osx/recovery/
    basically hold Cmd+R on boot..
    first go to disk utility, verify and repair your disks and permissions. Exit out of Disk utility and then go directly to "reinstall Lion"
    choose that and let it reinstall.
    Adobe CS6 does need Java to run.
    To play your movies you might need to get an application called VLC. VLC is a free app and will play most videos and music files you throw into it.
    http://www.videolan.org/vlc/download-macosx.html
    you have a 64bit intel mac, so get the one for that.

  • PLZ PLZ help me, how do i add keywords to my website, so google search finds them...

    Hi everyone my website is www.oakleytrainingcentre.com
    how do add keywords to it, so for example if you type training my website comes up on google search, a guy at my work said you can do it using html codes? plz anyone help
    thanks

    YIKES!  The code in your live website is a total mess.  You've got <styles> and <scripts> where the doctype <html> and <head> tags should be. There is NO Page Title.  You've got malformed tags everywhere.   Delete the code from your index page and replace it with this valid code.  Use this as a model for your other site pages.
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><title>Oakley Training Centre Home Page</title>
    <meta name="Description" content="Oakley Training Centre, Wembley, London">
    <meta name="keywords" content="train,training,oakley,centre,center,Wembley,London">
    <style type="text/css">
    #p7MBM_1 {width: 980px;}
    body {margin:0; padding:0; background: #750031; font-size: 100%;}
    body,td,th {
         color:  #FEFBFD;
         font-family: "Goudy Old Style", Georgia, "Times New Roman", Times, serif}
    p,h1,h2,h3,h4 {padding: 0 12px; line-height: 1.2;}
    h1 {font-size: 24px; color: #EFF9CF;}
    h2 {font-size: 24px; color: #EFF9CF;}
    /**link styles**/
    a:link {
         text-decoration: none;
         color: #EFF9CF;
    a:visited {
         text-decoration: none;
         color: #EFF9CF;
    a:hover {
         text-decoration: none;
         color: white   ;
    a:active {
         text-decoration: none;
         color: #FFFFFF;
    </style>
    <script type="text/javascript" src="p7mbm/p7MBscripts.js"></script>
    <link href="p7mbm/p7MBM03h.css" rel="stylesheet" type="text/css" media="all">
    </head>
    <body>
    <!--begin Flash Banner Code-->
    <!--[if !IE]> -->
      <object type="application/x-shockwave-flash" data="banner.swf" width="1150" height="120">
    <!-- <![endif]-->
    <!--[if IE]>
      <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="1150" height="120">
        <param name="movie" value="banner.swf" />
    <!--><!-- http://Validifier.com -->
      </object>
    <!-- <![endif]--> <!--end Flash Banner code -->
    <!--Begin P7 Menu -->
    <div class="p7MBM03h style10" id="p7MBM_1">
      <ul>
        <li><a href="index.html">Home</a></li>
        <li><a href="aboutus.html">About Us</a></li>
        <li><a href="traintogain.html">Train To Gain</a></li>
        <li><a href="criteria.html">Criteria</a></li>
        <li><a href="qualityassurance.html">Quality Assurance</a></li>
        <li><a href="qualifications.html">Qualifications</a></li>
        <li><a href="nvqs.html">NVQ's</a></li>
        <li><a href="nvqscandidatejourney.html">Candidate's Journey</a></li>
        <li><a href="contactus.html">Contact Us</a></li>
      </ul>
      <!--[if lte IE 6]>
    <style>.p7MBM03h a {height:1%;float:left;} .p7MBM03h, .p7MBM03h li {height:1%;}</style>
    <![endif]-->
      <script type="text/javascript">
    <!--
    P7_MBop('p7MBM_1',1,0,-236,0,0,0,400,200,1,1);
    //-->
      </script>
      <div class="p7mb_clearfloat"> </div>
    </div> <!--end P7 Menu -->
    <h2>Welcome</h2>
    <p>Oakley training Centre(OTC) works in association with LSC funded training providers and FE institutions.
    Its aim is to provide and maintain the highest quality in all services  provided. OTC is a new company formed by 2 highly experienced  individuals who have worked for training providers and has been  challenged with quality and financial audits.</p>
    <p align="center"><img src="nvq4.jpg" width="500" height="250" alt="oakley training centre image"></p>
    <p>The customers that OTC deals with are the Employed, Unemployed but  doing voluntary work. OTC provides information, Advice and Guidance  (IAG) along with NVQ qualifications in Customer Service, information  Technology, Business Admin and Management. OTC also provides soft  skills training for the local SME&rsquo;s in the area. The soft skills  training include; Excellent Customer Service Skills, Presentation  Skills, Basic IT Skills, Team Leading etc.</p>
    </body> <!--end body -->
    </html> <!--end document -->
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics |  Print | Media Specialists
    www.alt-web.com/
    www.twitter.com/altweb

  • HT201263 hello guyz i m having problem while restoring my iphone 4.It is showing me the 1600 error before that it showed 3194 error i fixed that after that it showed me the error 1601 also i fixed it but now with 1600 plz plz help me guyz

    hello guyz i m having problem while restoring my iphone 4.It is showing me the 1600 error before that it showed 3194 error i fixed that after that it showed me the error 1601 also i fixed it but now with 1600 more then 20 times tried but no advantage plz guyz help me?

    iTunes: Specific update-and-restore error messages and advanced troubleshooting - http://support.apple.com/kb/TS3694 - relating to iPad, iPhone, iPod touch, iTunes

  • Plz plz sumone help me my iphone 4 factory nulocked plz, plz plz sumone help me my iphone 4 factory nulocked plz

    plz plz sumone help me my iphone 4 factory nulocked plz

    If you are asking for someone to help you perform a factory
    unlock on your iPhone 4, no one here can help you.
    You must contact the Carrier to which the iPhone is locked and see
    if they offer unlocking and if they do, what the procedure - and cost if any - is.
    If your iPhone is originally from the US, sell it and buy a new
    iPhone locally. AT&T and Verizon will not unlock iPhones for
    any reason.

  • Plz someone help I made custom ringtones and when I try to put them in my iPhone 4 it hey appear gray on iTunes and won't go on my phone and I tried syncing it don't help what do I do???!!!

    Plz someone help I made custom ringtones and when I try to put them in my iPhone 4 it hey appear gray on iTunes and won't go on my phone and I tried syncing it don't help what do I do???!!!

    The ringtone file format is m4r.  You can create ringtone from any of your music file in your iTunes Music library.
    Follow steps as follow:
    1. Right mouse click the song in music library you want to create ringtone and choose “Get Info”
    2. Choose “Option” Tab, Check “Start Time” n Stop Time” of the track you want to make into ringtone and put in your start time and end time (Max 40 secs duration), then click OK
    3. Right mouse click the music file again and choose “Create AAC Version”
    4. You will see a copy of song with same name appeared but with 40sec duration only. Now drag the song onto your desktop and you will see the name is now xxxxxx.m4a.
    5. Change the file extension m4a into m4r from the desktop
    6. Delete the 40sec m4a file from the music library (You must do this step or Itune will not accept your new m4r file).
    7. *Important - Now uncheck the start n stop time of the original song so that you can play back full length.
    8. Now, drag the m4r file from desktop to Library
    9. Click onto the Tones under Library, and you find you ringone file.
    Note: Just in case you cannot "Create AAC version" from Step 3, go to top menu, click "Edit", "Preference". Under "general" Tab, click "Import Settings", make sure under Import Using that "AAC Encoder" is selected.
    Once you have ringtones in Tones library, you can sync ringtones over by connecting your phone to PC, select iPhone under Devices on iTunes left Pane, then go to 'Tones' tab and check SYNC TONES as well as the ringtones.  Click the SYNC button on the lower right window.

  • Plz. Help me someone

    Just few days back on my iPhone it was showing the correct place in my current location but it's showing unknown location. I checked every thing that whether my local localizations is on or not and I switched off n on my phone many time. I am using wifi but it didn't helped so Plz someone help me

    I'm not totally sure from your original post, but have you already checked Settings > Location Service to make sure it's turned on and each individual app you are trying to use is turned on as well?
    If so, you may want to try resetting network settings: Settings > General > Reset > Reset Network Settings

  • Plz plz Help with my Nokia c7

    Hi nokia my phone in a same condition no store, no sotial net plz help me. After hard resetting by three buttons (home,volume,camera) everything gone like ovi store, social, After hard reset went to s/w update and download the Ovi Store which was not in the listed did the *#7370# still not there plz plz plz help me

    The issues following a hard reset om Symbian^3 devices are known issues and have been highlighted numerous times in this forum. Have a look at the link below for a sticky on this issue.
    /t5/Nseries-and-S60-Smartphones/N8-Maps-problem-after-hard-reset/td-p/783327

  • Listen, im REALLY frustrated, so, PLZ, PLZ, MPLZ, PLZ, PLZ, PLZ, PLZ, HELP!

    ok, long story short:
    i plugged my ipod into my comp.
    it beeped(never done that b4)
    it said it was, like, unreadable(i just clicked sync as mentioned below)
    i synced it
    not all my music went onto it(im not sure, but: it said that thing where there are ((some number)) of total problems, and, like, it cant sync them cuz it doesnt kno where the file is or somethin, but, my library says it has like, 872 songs, but my ipod says it has like, 769, so im not sure
    there are only 83 songs that dont have the little exclamation point
    (((((Oh, by the way, i kno that u can like, double-click them to choos the file, but, i cant, cuz, b4, i had to get my music from my ipod to the comp and i manually moved the music folder, so, in that folder, all there are are names like: YVVO, APRH, and stuff like that, so, i dont kno whats what, and i also dont kno how to get my music back, so, plz help me!)))))
    how do i get my music back?
    if u need more details to help me, just ask, ill tell u!
    Plz, plz, plz, plz, plz, plz, plz, plz, plz help me!!!!

    http://support.apple.com/kb/ht1808

  • Hi ..... i forget my icloud  id and i format phone with pc when it turn on it say (activating iphone) now plz plzzzzz help my i get this iphone before 10 days ONLY this is my first time to use iphone plzzzz help

    hi ..... i forget my icloud  id and i format phone with pc when it turn on it say (activating iphone) now plz plzzzzz help my i get this iphone before 10 days ONLY this is my first time to use iphone plzzzz help

    but i already try to remember ,,,,,,,,,,,,, that mean my iphone it will not open again

  • Plz plz help nokia 5233 half display after update

    i,ve nokia 5233 update in my mobile device with GPRS internet software version v21.1.004(7mb file)and it got half display after updaTE…
    any soloution for that.. i update with latest version….
    i also try with Nokia Software Updater in my pc and update again software version v21.1.004(120 mb file).
    i also try set format(green button+red button+cemera button+set on) but problem is any budy ve any idea so plz
    i also try fectory reset.but prob is still.any budy ve any idea so plz plz .
    Solved!
    Go to Solution.

    There have been reported some issues with the 5800 similar to yours, and it seems that the devices affected were devices where the enduser had changed the screen to an non-official one, and after the update the screen was not working like it should.
    If you have done a non-official warranty voiding screen change to your device (yourself that would mean), youre for your self.
    If that isn't the case, I'm sure it isn't, you will have to seek help at a Nokia care point if you've already done what you've written. The hard reset should wipe your phone memory and set your phone back to "basics". - No need of doing the factory reset move after doing a hard reset as it does less than the hard reset and nothing that the hard reset hasn't done.
    Now it seems like you've updated through ota first and then tried to reinstall the fw again. then done a hard reset? - You will need to take it to a Nokia care point as there nothing more we can do for you.
    There could be a hardware issue which has just occured at the same time doing the update.
    Clicking the "contact us" tab at the top right of this page will lead you to the nearest care point!
    Cheers!

  • I had a problem in my iphone's wifi.it doesnt connects to wifi. it says unable to connect . plz plz plz help me plz

    i had a problem in my iphone's wifi.it doesnt connects to wifi. it says unable to connect . plz plz plz help me plz

    Try the following:
    1. Reset
    Hold the Sleep and Home button down until you see the Apple logo
    2. Restore:
    http://support.apple.com/kb/HT1414
    3. Recovery:
    http://support.apple.com/kb/HT1808

  • Plz i have i phone 4 i restor it to 7.1.1 ios but icloud activation has been set up on th screen after restor .. this iphone is a gift from my father ..but he is dad plz plz help me

    plz i have i phone 4 i restor it to 7.1.1 ios but icloud activation has been set up on th screen after restor .. this iphone is a gift from my father ..but he is dad plz plz help me

    Has your phone ever been hacked or jailbroken. This error message is what usually shows up for that. Are you using a supported carrier for the iPhone, or did someone hack the phone to unlock it to be used on another carrier. If that is the case, then there is no help you can get here as discussing hacked/jailbroken devices is not allowed.

  • I want i quran plz someone help me in buying plz :'(

    i want i quran plz someone help me in buying plz :'(
    https://itunes.apple.com/pk/app/iquran/id285946052?mt=8

    What happens when you try to buy it, does the 'buy' button not work, do you get any error messages ... ?
    If you are getting a message to contact iTunes Support then you can do so via this link and ask them for help (we are fellow users on here, we won't know why the message is appearing) : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption
    If it's a different problem ... ?

Maybe you are looking for

  • Problem after balance carry forward with t-code: FAGLGVTR

    Hi, I have run that t-code: FAGLGVTR for balance carry forward. Balance transferred correct according to GL Account but when I run t-code u201CS_ALR_87012082u201D for vendor balance for respective recon GL code its show difference. Please let me know

  • Removing rows from datagridview

    Suppose I have a datagridview like below, that is bound to a database I want that when I click the button, all those rows should be remove where MRP is 320.00, Can somebody help ?

  • Pls hlp: Oracle 8.16/Forms 6i Install Problems

    I am currently running Oracle 8.16 on WIN2K w/o any problems. I want to install Forms and Reports 6i on same machine. Pls tell me how to correctly install Forms and Reports 6i and allow me to use current database in Oracle 8.16.. Thanks

  • Sync PALM Lifedrive with Mac OS X.4.8

    Under Isync i can't add my palm lifedrive. Ihave install palm desktop (last version). I want to synchronize with bluetooth. Under bluetooth finder menu my palm is recognize but without service recognize. Please help me! I'am a new switcher.

  • How create a wsdl on document style?

    hi everyone, I am trying to do a wsdl on javacaps. I did my wsdl and it work ok, but I want do it on document style not in RPC style? How can I do it? thanks