Help needed with JSTL fmt:message encoding

I'm using a greek resource bundle like
<fmt:setLocale value="el"/>
<fmt:setBundle basename="i18n.messages"/>
I used UTF-8 for both the bundle file and JSP response encoding, but the values never prints out in the JSP response properly. If any non-english user can share some insight here, i'd really appreciate it...
Thanks,
Manos

Have you considered using unicode for presentation. It might not be the prettiest way to do things, however, when I needed to present non-english characters. I would send them to JSP as a collection of unicode characters and than translate each one into character based on the desired locale.
Hope it helps.

Similar Messages

  • Beginner,help needed with JSTL.

    Hello,
    I just started on JSP.I have a simple code to query a table:
    <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
    <%@ taglib prefix="sql" uri="http://java.sun.com/jsp/jstl/sql" %>
    <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
    <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
    <sql:setDataSource var="example" scope="application"
    driver="oracle.jdbc.driver.OracleDriver"
    url="jdbc:oracle:thin:@192.168.2.1:1521:oracle"
    user="xyz"
    password="abc"
    />
    <sql:query var="empDbInfo" dataSource="${example}">
    select * from ss.emp
    </sql:query>
    <table>
    <tr>
    <c:forEach items="${empDbInfo.columnNames}" var="colName">
    <th><u>${fn:escapeXml(colName)}&nbsp&nbsp&nbsp</u></th>
    </c:forEach>
    </tr>
    <c:forEach items="${empDbInfo.rowsByIndex}" var="row">
    <tr>
    <c:forEach items="${row}" var="column">
    <td>${fn:escapeXml(column)}</td>
    </c:forEach>
    </tr>
    </c:forEach>
    </table>
    The table has been define in "ss" schema within oracle.This is the result of same query in SQL Plus:
    select * from ss.emp;
    N NAME
    1 h
    The output html that I get is just:
    N NAME
    and no values.
    Why dont the values come?I;ve tried different things,but no luck..please help me on this.Thanks.

    What do you see when you view source on the generated page?
    Does it produce the <tr> tags?
    Does it produce <td> tags?
    Try generating some HTML comments, and then view source.
    <!-- starting the forEach loop -->
    <c:forEach items="${empDbInfo.rowsByIndex}" var="row" varStatus="status">
      <!-- row ${status.count} -->
    <tr>
    <c:forEach items="${row}" var="column">
    <td>${fn:escapeXml(column)}</td>
    </c:forEach>
    </tr>
    </c:forEach>
    There were {fn:length(empDbInfo.rowsByIndex)} rows returned.Hope this helps,
    evnafets

  • Help needed with JSTL

    I need to access internal information of a certain object that I created from servlet.
    when I do this
    <h1><c:out value='${content}' /></h1>
    this one returns toString() value of the object.
    But I also need to access
    Object.getName(), Object.getDescription - which returns
    private String _name;
    private String _description; of the object.
    how can I do it?
    <h1><c:out value='${content.getName()}' /></h1>
    or
    <h1><c:out value='${content._name}' /></h1>
    didnt work?
    thanks

    firs,t thanks much for the help.
    but your answer is what's been confusing me about JSTL. which determines the value after name_of_the_object. ?
    none of the documents say whether it is public or private value of the class object, or name of the getter/setter(if i have getName(), then is it Name?).
    thanks again!

  • Help needed with coding error message

    I have a webpage in which I have inserted a mortgage calculator widget from zillow.  Everything looks good on browser view...but errors when validating. 
    This is where I downloaded the widget. 
    www.zillow.com/webtools/widgets/MortgageCalculatorWidget.htm
    Here is my html code for the page:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <!--[if lt IE 7]> <html class="ie6 oldie"> <![endif]-->
    <!--[if IE 7]>    <html class="ie7 oldie"> <![endif]-->
    <!--[if IE 8]>    <html class="ie8 oldie"> <![endif]-->
    <!--[if gt IE 8]><!-->
    <!--<![endif]-->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>financing</title>
    <link href="../../boilerplate.css" rel="stylesheet" type="text/css">
    <link href="../../styles.css" rel="stylesheet" type="text/css">
    <style type="text/css">
    body {
              background-color: #F9F8F6;
    background-image: url(file:///C|/Users/Kim/Documents/Kim's_New_PQH_website/Assets/Images/background_texture _blue159.jpg);
    </style>
    <link href="../../SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css">
    <style type="text/css">
    a:hover {
              color: #009900;
    </style>
    <!--
    To learn more about the conditional comments around the html tags at the top of the file:
    paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/
    Do the following if you're using your customized build of modernizr (http://www.modernizr.com/):
    * insert the link to your js here
    * remove the link below to the html5shiv
    * add the "no-js" class to the html tags at the top
    * you can also remove the link to respond.min.js if you included the MQ Polyfill in your modernizr build
    -->
    <!--[if lt IE 9]>
    <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    <script src="../../respond.min.js" type="text/javascript"></script>
    <script src="../../SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    </head>
    <body>
    <div class="gridContainer clearfix">
      <div id="LayoutDiv1"><img src="../Images/newbannernewlogo.jpg" alt="NewbannerNewLogo"></div>
      <div id="Navigation">
        <ul id="MenuBar1" class="MenuBarHorizontal">
          <li>
            <div><a href="#">Home</a> </div>
          </li>
          <li>
            <div><a href="#" class="MenuBarHorizontal">Home Plans</a></div>
          </li>
          <li>
            <div><a href="#">New Homes / Lots</a> </div>
          </li>
          <li>
            <div><a href="#">Gallery</a> </div>
          </li>
          <li>
            <div><a href="#">Financing</a> </div>
          </li>
          <li>
            <div><a href="#">About Us</a> </div>
          </li>
          <li>
            <div><a href="#">Contact Us</a> </div>
          </li>
        </ul>
      </div>
      <div id="finance_pic"><img src="../Images/finance pic.jpeg" alt="finance_pic" width="65%" height="282"></div>
      <div id="finance_info">
        <p>By using a mortgage calculator, you can save time by focusing on homes that fit your budget. There are many types of loans available including:  </p>
      </div>
      <div id="loan_choices">
        <ul type="square">
          <li><a href="http://homeguides.sfgate.com/conventional-loans-2669.html">Conventional FNMA</a></li>
          <li><a href="http://banking.about.com/od/mortgages/a/FHALoans.htm">FHA</a></li>
          <li><a href="http://www.benefits.va.gov/homeloans/">VA</a></li>
          <li>Little or no money down w.a.c.</li>
        </ul>
      </div>
      <div id="finance_into">
        <p>Finding the right financing to purchase your new home from pre-qualifying to close is as important, if not more important than finding your dream home itself.</p>
        <p> you have your own financing or you wish to utilize a Preferred Quality Homes lender, PQH will ensure that you have the best financing to meet your needs and make your dreem home become a reality.</p>
      </div>
      <div id="mortgage_cal"><div id="horizontalWidget" style="width:370px;overflow:hidden;text-align:center;font-family:verdana,arial,sans-serif ;font-size:8pt;line-height:13x;background-color:#3399cc;letter-spacing:0;text-transform:no ne;border-radius: 5px;webkit-border-radius:5px;"><div style="margin:6px 0;"><a href="http://www.zillow.com/mortgage-calculator/" target="_blank" title="Mortgage Calculators on Zillow" style="font-family:Arial;font-size:15px;text-decoration:none;font-weight:bold;color:#f0f2 f4;cursor: pointer;display: block;text-align: center;text-shadow: 0 1px #000;">Calculate Payment</a></div><div style="width:352px;margin:0 auto;background-color:#e3f2f9;text-align:left; font-size:8pt;border-radius: 5px; border: 1px solid;border-color:#2e84ae;webkit-border-radius: 5px;padding: 0 1px;"><iframe title="Mortgage Calculator" frameborder="0" height="235px" style="float:left;" scrolling="no" width="352px" src="http://www.zillow.com/mortgage/SmallMortgageLoanCalculatorWidget.htm?price=400000&wtype=sp c&rid=102001&wsize=small&textcolor=3399cc&backgroundColor=e3f2f9&advTabColor=5ba0c1&bgcolo r=3399cc&bgtextcolor=f0f2f4&headerTextShadow=000&widgetOrientationType=horizontalWidget"> Your browser doesn't support frames. Visit <a href="http://www.zillow.com/mortgage-calculator/" target="_blank" style="text-decoration:none; font-size:9pt; font-weight:bold;">Zillow Mortgage Calculators</a> to see this content. </iframe><diV style="clear:both;"></div></div><div style="height:20px;"><span style="display:block;margin:0 auto;font-size:7pt;height:15px;width:178px;color:#f0f2f4;padding-top:2px;"><a href="http://www.zillow.com/mortgage-rates/" target="_blank" title="Zillow Mortgage Marketplace" style="text-decoration:none;color:#3366bb;font-weight:normal;font-family:verdana,arial,sa ns-serif;font-size:7pt;color:#f0f2f4;">Zillow Home Loan Calculator</a></span></div></div></div>
    <div id="BottomNav">
      <div>
          <div>Home  |  Our Homes  |  Neighborhoods  |  Gallery  |  Financing  |  About Us  |  Contact Us </div>
        </div>
    </div>
      <div id="PriceAvail">
        <div>
          <div>Pricing and Availability are subject to change without notice</div>
        </div>
      </div>
      <div id="Footer">
        <div>
          <div>Copyright &copy; 2012 PreferredQualityHomes.com, pqualityhomes.com, pqhhomes.com, &amp; Preferred Quality Homes, L.L.C. All rights reserved. Last updated 10/31/12</div>
        </div>
      </div>
    </div>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    </html>
    ANY help would be appreciated!  
    Kim

    Can you tell me how to do that?
    On Jul 25, 2013 10:26 PM, "mytaxsite.co.uk" <[email protected]

  • Help needed with e_adept_request_expired error message

    I am trying to open my first ACSM ebook, and keep on getting this error message. I am using a standard PC laptop running Microsoft Office and the likes, not Nook or an e-reader. I had no problems setting up Adobe Digital Edition and registering my laptop with Adobe. That seems to work fine. 
    However, I cannot open the one ACSM book I bought as I keep getting this request expired message.  I am utterly baffled by the 'check your Time zone' solution. I am based in the UK, bought the ACSM on a UK website to read on my laptop. Am I meant to set my time zone to that of Adobe in the US? Should it be the same as that of the website I bought the book from?? How do I know what. or rather whose, time zone I should be on? I am after all in the correct time zone for where I live!
    My internet time settings are set to  synchronise with 'time.windows.com'. I really really do not know what to do. I have re-synchronised the time, deleted then redownloaded the file, nothing will work. It has been three days now, and I still can't open the book.

    The ebook store you bought it from may use invalid/ outdated certificates. Check their knowledge base or contact their support.
    Mylenium

  • Help needed with Lion Console message

    There is a process crashing every 10 seconds. I don't know what the message means, but this can't be right. The following is a short section of a very long Console log:
    7/26/11 12:43:45.079 PM com.apple.launchd: (com.aladdin.hasplmd) Throttling respawn: Will start in 10 seconds
    7/26/11 12:43:45.094 PM ReportCrash: Saved crash report for hasplmd[5594] version ??? (???) to /Library/Logs/DiagnosticReports/hasplmd_2011-07-26-124345_localhost.crash
    7/26/11 12:43:55.285 PM com.apple.launchd: (com.aladdin.hasplmd[5595]) Job appears to have crashed: Bus error: 10
    7/26/11 12:43:55.285 PM com.apple.launchd: (com.aladdin.hasplmd) Throttling respawn: Will start in 10 seconds
    7/26/11 12:43:55.299 PM ReportCrash: Saved crash report for hasplmd[5595] version ??? (???) to /Library/Logs/DiagnosticReports/hasplmd_2011-07-26-124355_localhost.crash
    7/26/11 12:44:05.491 PM com.apple.launchd: (com.aladdin.hasplmd[5596]) Job appears to have crashed: Bus error: 10
    7/26/11 12:44:05.491 PM com.apple.launchd: (com.aladdin.hasplmd) Throttling respawn: Will start in 10 seconds
    7/26/11 12:44:05.507 PM ReportCrash: Saved crash report for hasplmd[5596] version ??? (???) to /Library/Logs/DiagnosticReports/hasplmd_2011-07-26-124405_localhost.crash
    7/26/11 12:44:15.697 PM com.apple.launchd: (com.aladdin.hasplmd[5597]) Job appears to have crashed: Bus error: 10
    7/26/11 12:44:15.697 PM com.apple.launchd: (com.aladdin.hasplmd) Throttling respawn: Will start in 10 seconds
    7/26/11 12:44:15.711 PM ReportCrash: Saved crash report for hasplmd[5597] version ??? (???) to /Library/Logs/DiagnosticReports/hasplmd_2011-07-26-124415_localhost.crash
    7/26/11 12:44:25.902 PM com.apple.launchd: (com.aladdin.hasplmd[5598]) Job appears to have crashed: Bus error: 10
    7/26/11 12:44:25.902 PM com.apple.launchd: (com.aladdin.hasplmd) Throttling respawn: Will start in 10 seconds
    7/26/11 12:44:25.916 PM ReportCrash: Saved crash report for hasplmd[5598] version ??? (???) to /Library/Logs/DiagnosticReports/hasplmd_2011-07-26-124425_localhost.crash
    7/26/11 12:44:35.932 PM ReportCrash: DebugSymbols was unable to start a spotlight query: spotlight is not responding or disabled.
    7/26/11 12:44:36.125 PM com.apple.launchd: (com.aladdin.hasplmd[5599]) Job appears to have crashed: Bus error: 10
    7/26/11 12:44:36.125 PM com.apple.launchd: (com.aladdin.hasplmd) Throttling respawn: Will start in 10 seconds
    7/26/11 12:44:36.175 PM ReportCrash: Saved crash report for hasplmd[5599] version ??? (???) to /Library/Logs/DiagnosticReports/hasplmd_2011-07-26-124436_localhost.crash
    7/26/11 12:44:46.334 PM com.apple.launchd: (com.aladdin.hasplmd[5601]) Job appears to have crashed: Bus error: 10
    7/26/11 12:44:46.334 PM com.apple.launchd: (com.aladdin.hasplmd) Throttling respawn: Will start in 10 seconds

    I got the following feedback from X-Rite support:
    "please proceed as follows:
    Go to MacHD/Library/LaunchDaemons and delete the file “com.aladdin.hasplmd.plist”. (You will need administrative rights.)
    See if that eliminates the crash."
    It worked for me.
    JO

  • Problem: Localisation with JSTL FMT and Struts

    Hello!
    I am working on my first project with JSP / Servlets including JSTL and Struts Tag Libraries.(plus tiles from JSTL)
    I am trying to use localised messages, to deploy a webshop in multiplle languages.
    I allready managed to accomplish that the messages are read out of a file ApplicationResources.en.properties and another one ApplicationResources.de.properties which will be chosen by the preferences of the browser (JSTL FMT:message tag).
    The strange this is, this only works the first time the servlets are compiled. After I opened the servlet once in my browser, I am allways seeing the message in that language that was used first, even if I set the the locale trough a link in the URL. I am using this code:
    http://localhost:8080/Inkrement18/buchladenseite.jsp?lang=en
    <c:if test='${param.lang == "de"}'>
    DE <fmt:setLocale value="de" scope="session" />
    <fmt:setBundle basename="ApplicationResources" scope="session" />
    </c:if>
    <c:if test='${param.lang == "en"}'>
    EN <fmt:setLocale value="en" scope="session" />
    <fmt:setBundle basename="ApplicationResources" scope="session" />
    </c:if>It seems to me, the servlet is compiled once, and afterwards the locale does not get checked anymore. Is that possible?
    When I delete the compiled servlets from the work directory by hand, my link to change the locale manually works once, till I delete the servlets again (the session does not get killed by deleting the servlets!)
    My webserver is Jakarta Tomcat 5.5.9 and IDE Is eclipse.
    I am not sure if it matters here, but the main page consists of 4 parts like banner, menu, main-page, footer which gets assembled trough "tiles".
    Most submenues like shopping basket / catalogue are action servlets, realised with struts, calling another .jsp page by forward.
    Any ideas are really apreciated - I have no idea where to look for the error!
    If you need any more input from my side, please let me know!
    Best regards
    Jan

    Hey Experts!
    Nobofy has a clue on this? I have really no clue where to start to look for the problem...
    Cheers...Jan

  • Help needed with Vista 64 Ultimate

    "Help needed with Vista 64 UltimateI I need some help in getting XFI Dolby digital to work
    Okay so i went out and I bought a yamaha 630BL reciever, a digital coaxial s/pdif, and a 3.5mm phono plug to fit perfectly to my XFI Extreme Music
    -The audio plays fine and reports as a PCM stream when I play it normally, but I can't get dolby digital or DTS to enable for some reason eventhough I bought the DDL & DTS Connect Pack for $4.72
    When I click dolby digital li've in DDL it jumps back up to off and has this [The operation was unsuccessful. Please try again or reinstall the application].
    Message Edited by Fuzion64 on 03-06-2009 05:33 AMS/PDIF I/O was enabled under speakers in control panel/sound, but S/PDIF Out function was totally disabled
    once I set this to enabled Dolby and DTS went acti've.
    I also have a question on 5. and Vista 64
    -When I game I normally use headphones in game mode or 2. with my headphones, the reason for this is if I set it on 5. I get sounds coming out of all of the wrong channels.
    Now when I watch movies or listen to music I switch to 5. sound in entertainment mode, but to make this work properly I have to open CMSS-3D. I then change it from xpand to stereo and put the slider at even center for 50%. If I use the default xpand mode the audio is way off coming out of all of the wrong channels.
    How do I make 5. render properly on vista

    We ended up getting iTunes cleanly uninstalled and were able to re-install without issue.  All is now mostly well.
    Peace...

  • Urgent help needed with un-removable junk mail that froze Mail!!

    Urgent help needed with un-removable junk mail that froze Mail?
    I had 7 junk mails come in this morning, 5 went straight to junk and 2 more I junked.
    When I clicked on the Junk folder to empty it, it froze Mail and I can't click on anything, I had to force quit Mail and re-open it. When it re-opens the Junk folder is selected and it is froze, I can't do anything.
    I repaired permissions, it did nothing.
    I re-booted my computer, on opening Mail the In folder was selected, when I selected Junk, again, it locks up Mail and I can't select them to delete them?
    Anyone know how I can delete these Junk mails from my Junk folder without having to open Mail to do it as it would appear this will be the only solution to the problem.

    Hi Nigel
    If you hold the Shift key when opening the mail app, it will start up without any folders selected & no emails showing. Hopefully this will enable you to start Mail ok.
    Then from the Mail menus - choose Mailbox-Erase Junk Mail . The problem mail should now be in the trash. If there's nothing you want to retain from the Trash, you should now choose Mailbox- Erase Deleted Messages....
    If you need to double-check the Trash for anything you might want to retain, then view the Trash folder first, before using Erase Junk Mail & move anything you wish to keep to another folder.
    The shift key starts Mail in a sort of Safe mode.

  • Help needed with this form in DW

    Hi, i have created this form in dreamweaver but ive got this problem.
    In the fields above the text field, the client needs to fill in some info such as name, email telephone number etc.
    But the problem is when ill get the messages. Only the text from the large text field is there.
    What did i do wrong??
    http://www.hureninparamaribo.nl/contact.html
    Thank you
    Anybody??

    Thank you for your response. So what do i have to do to fix this?
    Date: Sun, 20 Jan 2013 07:57:56 -0700
    From: [email protected]
    To: [email protected]
    Subject: Help needed with this form in DW
        Re: Help needed with this form in DW
        created by Ken Binney in Dreamweaver General - View the full discussion
    You have several duplicate "name" attributes in these rows which also appears in the first row
    Telefoon:
    Huurperiode:
    Aantal personen:
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5008247#5008247
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5008247#5008247
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5008247#5008247. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Dreamweaver General by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Help needed with header and upload onto business catalyst

    Can someone help with a problem over a header please?
    I have inserted a rectangle with a jpeg image in  background, in the 'header' section, underneath the menu. It comes up fine on most pages when previsualised, going right to the side of the screen, but stops just before the edge on certain pages. I have double checked that I have placed it in the right place in relation to the guides on the page.
    That's one problem.
    The second problem is that I tried to upload onto business catalyst, which got to 60% and refused to go any further, saying it couldn't find the header picture, giving the title and then u4833-3.fr.png. The picture is in the right folder I have double checked. And it isn't a png. Does it have to be ?
    And the third problem is that I got an email following my upload from business catalyst in Swedish. I am living in France.
    Can anyone help ? Thanks.

    Thanks for replying,
    How can I check the preview in other browsers before I publish a provisional site with BC?
    The rectangle width issue happens on certain pages but not others. The Welecom page is fine when the menu is active, also the contact page, but others are slightly too narrow. Changing the menu spacing doesn’t help - I was already on uniform but tried changing to regular and back.
    In design mode the rectangle is set to the edge of the browser, that’s 100%browser width right?
    Re BC I have about 200 images on 24 different pages and it seems to be having difficulty uploading some of them. But it has managed a couple I named with spaces but not others I named with just one name.
    Is there an issue on size of pictures ? If I need to replace is there a quick way to rename and relink or do I have to insert the photos all over again?
    I’m a novice with Muse with an ambitious site !
    Thanks for your help.
    Mary Featherstone
    Envoyé depuis Courrier Windows
    De : Sanjit_Das
    Envoyé : vendredi 14 février 2014 22:15
    À : MFeatherstone
    Re: Help needed with header and upload onto business catalyst
    created by Sanjit_Das in Help with using Adobe Muse CC - View the full discussion 
    Hi
    Answering the questions :
    - Have you checked the preview in Muse and also in other browsers ?
    - Does the rectangle width issue happens when menu is active , or in any specific state , Try to change the menu with uniform spacing and then check.
    - In design view the rectangle is set to 100% browser width ?
    With publishing :
    - Please try to rename the image file and then relink
    - If it happens with other images as well , see if all the image names includes strange characters or spaces.
    - Try again to publish
    With e-mail from BC :
    - Under preferences , please check the country selected.
    - If you have previously created partner account in BC and selected country and language then it would follow that, please check that.
    Thanks,
    Sanjit
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/6121942#6121942
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/6121942#6121942
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/6121942#6121942. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Help with using Adobe Muse CC at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • Help needed with Elements 5.0

    Trying to Edit photos.  Click on Edit icon and I get the Message " Attempt to Access invalid address".  Click OK get message "Unable to connect to editor application.
    What is the problem?   I have unenstalled to program and reinstalled, I have tried repairing from CD.  Nothing works.  Please help.

    I have the disc and re-installed a couple of time. No positive result. PSE 09 which I bought thereafter is giving a lot of problems also!!!
    Date: Wed, 8 Jun 2011 10:31:24 -0600
    From: [email protected]
    To: [email protected]
    Subject: Help needed with Elements 5.0
    Doesn't really help either of us very much but I'm also having the same problem with Elements 5. I downloaded the program so I don't have disks to reinstall. And it seems from the other reply that Adobe has given up with the "old program," which incidentally was working fine until two days ago. Maybe I'll have to think about PSE9!
    >

  • Help needed with BBDM 5.0.1 IP Modem

    Hi I was happily connecting thru the Net via the IP Modem in BBDM ver 5.0.1 all this while. Only this happened yesterday. Accidentally during the connection, my 9500 was disconnected from the USB cable. From that moment on, I cannot access the Net using the IP Modem feature. Tried to reboot the laptop as well as the 9500 but now all I get is the connecting message and then a pop up saying there is a hardware failure in the connecting device (or modem) ie the BB 9500.
    I even uninstalled BBDM 5.0.1 and reinstalled ver 5.0 and also updated back to 5.0.1 - same story. I can still access the Net via the BB browser etc
    Advise please thanks in advance

    I have the disc and re-installed a couple of time. No positive result. PSE 09 which I bought thereafter is giving a lot of problems also!!!
    Date: Wed, 8 Jun 2011 10:31:24 -0600
    From: [email protected]
    To: [email protected]
    Subject: Help needed with Elements 5.0
    Doesn't really help either of us very much but I'm also having the same problem with Elements 5. I downloaded the program so I don't have disks to reinstall. And it seems from the other reply that Adobe has given up with the "old program," which incidentally was working fine until two days ago. Maybe I'll have to think about PSE9!
    >

  • Help needed with a design!

    HELP! I need help with designing something!
    IMAGE on this link " http://i1072.photobucket.com/albums/w362/jjnilsson/DSC_0188.jpg "
    i need this patch on the picture to be "remade" in higher definition and the text should be MILF HUNTERS intstead of milf hunter... Anyone that might be able to help me out?
    reson for all this is that its gonna be made to a 30x40cm big patch fitting the back of our Team jackets!
    send me a pm or a mail ([email protected]) if you need any futher info or if you can help me out! I am really thankful for all the help i can get!
    With best regards J. Nilsson, Milf Hunters Mc

    I simply did as i got a tip on FB to do
    quote from adobe themselves on facebook "Adobe Illustrator You might also want to try asking on our forums as there are many people that can help there as well! http://forums.adobe.com/community/illustrator/illustrator_general"
    sry if it was wrong of me, simply thought there might be someone nice out there to give a helping hand
    Date: Tue, 5 Jun 2012 13:41:48 -0600
    From: [email protected]
    To: [email protected]
    Subject: Help needed with a design!
        Re: Help needed with a design!
        created by in Illustrator - View the full discussion
    This really isn't the place to ask for free services.
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4467790#4467790
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4467790#4467790. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Illustrator by email or at Adobe Forums
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Help needed with java

    Hello everyone
    I'm a Student and new to java and I have been given a question which I have to go through. I have come across a problem with one of the questions and am stuck, so I was wondering if you guys could help me out.
    here is my code so far:
    A Class that maintains Information about a book
    This might form part of a larger application such
    as a library system, for example.
    @author (your name)
    *@version (a version number or a date)*
    public class Book
    // instance variables or fields
    private String author;
    private String title;
    Set the author and title when the book object is constructed
    public Book(String bookAuthor, String bookTitle)
    author = bookAuthor;
    title = bookTitle;
    Return The name of the author.
    public String getAuthor()
    return author;
    Return The name of the title.
    public String getTitle()
    return title;
    and below are the questions that I need to complete. they just want me to add codes to my current one, but the problem is I don't know where to put them and how I should word them, if that makes sense.
    Add a further instance variable/field pages to the Book class to store the number of pages in the book.
    This should be of type int and should be set to 0 in the Constructor.
    Add a second Constructor with signature
    public Book(String bookAuthor, String bookTitle, int noPages) so it has a third parameter passed to it as well as the author and title;
    this parameter is used - obviously?? - to initialise the number of pages.
    Note: This is easiest done by making a copy of the existing Constructor and adding the parameter.
    Add a getPages() accessor method that returns the number of pages in the book.
    Add a method printDetails() to your Book class. This should print out the Author title and number of pages to the Terminal Window. It is your choice as to how the data is formatted, perhaps all on one line, perhaps on three, and with or without explanatory text. For instance you could print out in the format:
    Title: Robinson Crusoe, Author: Daniel Defoe, Pages:226
    Add a further instance variable/field refNumber() to your Book class. This stores the Library's reference number. It should be of type String and be initialised to the empty String "" in the constructor, as its initial value is not passed in as a parameter. Instead a public mutator method with the signature:
    public void setRefNumber(String ref) should be created. The body of this method should assign the value of the method parameter ref to the refNumber.
    Add a corresponding getRefNumber() accessor method to your class so you can check that the mutator works correctly
    Modify your printDetails() method to include printing the reference number of the book.
    However the method should print the reference number only if it has been set - that is the refNumber has a non-zero length.
    If it has not been set, print "ZZZ" instead.
    Hint Use a conditional statement whose test calls the length() method of the refNumber String and gives a result like:
    Title: Jane Eyre, Author: Charlotte Bronte, Pages:226, RefNo: CB479 or, if the reference number is not set:
    Title: Robinson Crusoe, Author: Daniel Defoe, Pages:347, RefNo: ZZZ
    Modify your setRefNumber() method so that it sets the refNumber field only if the parameter is a string of at least three characters. If it is less than three, then print an error message (which must contain the word error) and leave the field unchanged
    Add a further integer variable/field borrowed to the Book class, to keep a count of the number of times a book has been borrowed. It should (obviously??) be set to 0 in the constructor.
    Add a mutator method borrow() to the class. This should increment (add 1 to) the value of borrowed each time it is called.
    Include an accessor method getBorrowed() that returns the value of borrowed
    Modify Print Details so that it includes the value of the borrowed field along with some explanatory text
    PS. sorry it looks so messey

    1. In the future, please use a more meaningful subject. "Help needed with java" contains no information. The very fact that you're posting here tells us you need help with Java. The point of the subject is to give the forum an idea of what kind of problem you're having, so that individuals can decide if they're interested and qualified to help.
    2. You need to ask a specific question. If you have no idea where to start, then start here: [http://home.earthlink.net/~patricia_shanahan/beginner.html]
    3. When you post code, use code tags. Copy the code from the original source in your editor (NOT from an earlier post here, where it will already have lost all formatting), paste it in here, highlight it, and click the CODE button.

Maybe you are looking for

  • Huge file size with Save for Web but preview is ok

    Hi, I have googled but not found anything about this but I have the same problem on my computer and also on a colleagues computer so it seems it should not be totally unknown. This is what i do 1 Open a eps file, one color logo, 72dpi, size it to 110

  • How to read messages from IBM MQ's by using MDB

    Hi All, Can anybody help me,My requirement is like MDB will listen to a MQ and then inserting this message in to the data base table.This MDB projet has to deploy in weblogic server.Plz rovide any documents or else sample code. Thanks Mani

  • Webmail link on default index page is not showing up

    I am using the main index.html for testing purposes. I have wikis, blog, calendar, and mail all enabled in sites/webservices, as well as configure server side mail rules. When I go to the default web site (changed to https/ssl) I only show My Page, W

  • Cant get time iphoto pictures from my portable harddrive time machine backup

    Hi I m trying to get my photos from a Time Machine backup on a portable hard drive. When i get to the pictures folder and press it I get the "iphoto (original)" icon. When I press it I get the iphoto screen but a "Caution" box comes up that says "the

  • Explosive sounds from macbook before internal speakers going out TWICE

    Hey guys, So my internal speakers stopped working about a week ago, and a few hours before that my laptop started making weird sounds - it sounded like a mini war was going on inside my computer.. explosive sounds (i know it sounds silly but my frien