HTML-ish question - Sorry

hi when i cast a string out of a vector and use that string as the VALUE parameter in a html textfield it only puts the first word of the string in the textfield:
String tempString = (String)vec.elementAt(1);
out.println("<input type=text name=Subject value="+tempString+">");
what i want coming out is the 'Re: Last Night' into the textfield but all i get is Re:. Has anyone had this problem ever?

they never even tried to teach us roman numerals in school, ooh i mean that /" stuff :) thanks, i love you all! as i have to contain all these shoddy errors in my program although i could have handed it up like i had it, it probably would have been marked down a whole grade so thanks again, but check out my other error/thread where i go to upload a file and want to keep the email rant in the textarea to come back to after i upload a file - i'm greedy i know that but it's the last problem for this term, i'll go back to pestering the chemist for free medical advice. thanks again

Similar Messages

  • Silly HTML wordwrapping question...

    Sorry if the question seems dumb, but is there a way to
    insert a space in a
    block of text that won't break up a word during wordwrapping?
    Example : « This is a test »
    I like the spaces between the quotation marks and the quoted
    text. But I
    don't want either of them left stranded. I want this block of
    text to behave
    like those 2 spaces don't exist. Wrap BEFORE the 1st quote,
    or after the 2nd
    one (or at any point in between as long as it's between two
    words).
    How do I tell those two spaces to be ignored by wordwrapping
    rules?
    Thanks.

    Or HTML -
    " whatever "
    But Cosmo's solution is a more efficient way for sure.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Cosmo Kramer" <[email protected]> wrote in message
    news:gorfvm$2bi$[email protected]..
    > In CSS:
    > white-space: nowrap
    > Should do the trick.
    >
    >
    > "Mike" <[email protected]> wrote in message
    > news:gorfpc$228$[email protected]..
    >> Sorry if the question seems dumb, but is there a way
    to insert a space in
    >> a block of text that won't break up a word during
    wordwrapping?
    >>
    >> Example : « This is a test »
    >>
    >> I like the spaces between the quotation marks and
    the quoted text. But I
    >> don't want either of them left stranded. I want this
    block of text to
    >> behave like those 2 spaces don't exist. Wrap BEFORE
    the 1st quote, or
    >> after the 2nd one (or at any point in between as
    long as it's between two
    >> words).
    >>
    >> How do I tell those two spaces to be ignored by
    wordwrapping rules?
    >>
    >> Thanks.
    >>
    >
    >

  • Html & flash question

    It is possible to embed a flash .swf inside an html web page.
    Is it possible to embed an html file, such as a long text file, into a flash .swf space, such as a blank movie clip box?
    Is there an alternative way to stick giant text files into a flash style document?

    I definitely discovered this yesterday. Bold and Italic work, but break, paragraph, A HREF, and Headers didn't. With so many restrictions it seems the htmltext option is worthless (kind of like a new Itouch on a camping trip).
    Related question:
    Is there a special protocol, in actionscript that allows Youtube videos to be embedded (rather than creating a hotlink to a new html page with the standard youtube embedding technique) ?
    Almost related question:
    I used this format:
    clicke2.onRelease = function(){
        getURL("http://www.google.com", "_blank");
    for a winamp/mp3 radio station button, with the goal of doing something vaguely similar to shoutcast for a more specific list of internet radio stations, as shown below:
    clicke4.onRelease = function(){
        getURL("http://www.sky.fm/mp3/classical.pls", "_blank");
    this opens a blank html document and plays in winamp. I tried this:
    clicke4.onRelease = function(){
         getURL("http://www.sky.fm/mp3/classical.pls", "_self");
    but it did the same thing - opening a blank page along with the winamp. Opening the winamp is the goal, opening a blank page is not. Is there a way to not open the blank page?

  • HTML random question score incorrect.  SWF works fine

    Version 8.0.1.242
    Question pool 25 questions. Random Question slides inserted. All questions set to score 1.  24 are multichoice, all standard.
    Published as HTML
    Score reported is 1 out of x. 
    I have tested with 3, 5 and 25 random questions from the pool.  But the score is always 1 out of x
    Published as SWF
    Works correctly
    I really need the HTML version.
    Closed, reloaded.  Saved as - retested. Turned it off and turned it back on. Sacrificed a mouse...
    Andy

    Correct questions
    ....Should be same as total points scored anyway as there is 1 point for
    each question.

  • RoboHelp HTML Licensing Question

    Hi all,
    I am a consultant that has been preparing a RoboHelp HTML
    help file for a client. At the moment, I have a license that I use
    for development purposes but thus far the client is still awaiting
    a purchase order for their own license for further maintenance and
    upgrades to the project.
    Question: can I provide the project output to the client for
    their distribution via webserver without them having the license?
    Or, do they need a license before they can put the production help
    file up for browsing?
    thanks
    Dave

    Hi Peter,
    Thanks for the extremely fast response.
    Dave

  • Cross Platform HTML Email Questions

    Hi,
    I am creating new html emails from within dreamweaver for use in a service like constant contact. The service I use is COMF5. They have a rudimentary (but nice) WSYIWYG editor so I am giving it a whirl in Dreamweaver.
    I first made the mistake of creating a beautiful file in CSS, pasted it in the editor and found divs and info floating all over the place.
    I just found an article by an adobe pro on doing this and ZOMG, what a huge help. Here is what I think I underatand and my question:
    1. Everything is tables, inclding the background which is created at 98%.
    2. The body is to be nested tables.
    3. Attributes are to be defined within the table by use of the property bar and not to include creating css rules.
    4. The one exception is inline styles created within the boundaries of the table.
    5. Important rule is to not have CSS sitting at top of code in document.
    My big question at present is, how can I code links to be other than blue and underlined? I would use CSS to do that on my pages.
    Thanks ain advance for further insight!
    Rob

    Rob2Smith wrote:
    Hi,
    I am creating new html emails from within dreamweaver for use in a service like constant contact. The service I use is COMF5. They have a rudimentary (but nice) WSYIWYG editor so I am giving it a whirl in Dreamweaver.
    I first made the mistake of creating a beautiful file in CSS, pasted it in the editor and found divs and info floating all over the place.
    I just found an article by an adobe pro on doing this and ZOMG, what a huge help. Here is what I think I underatand and my question:
    1. Everything is tables, inclding the background which is created at 98%.
    2. The body is to be nested tables.
    3. Attributes are to be defined within the table by use of the property bar and not to include creating css rules.
    4. The one exception is inline styles created within the boundaries of the table.
    5. Important rule is to not have CSS sitting at top of code in document.
    My big question at present is, how can I code links to be other than blue and underlined? I would use CSS to do that on my pages.
    Thanks ain advance for further insight!
    Rob
    I'll second what Joey said.  Everything inline with email clients.  They are too unreliable, especially with Outlook.  Constant Contact though can be a pain in that you can't just add links to the email if you want them to be tracked.  Search their documentation for the "SimpleURLProperty" tag that they use.  If you do not include this, and the code they leave for you in the code view when you import your own code, none of their tracking features will work.  And this goes for images as well as text links.  Lots of conditions when sending through Constant Contact if tracking is a key.  One of the key reasons I have used other services for awhile now.

  • Robohelp X5 For HTML Support Question

    We are currently using Robohelp X5 for HTML and are
    contemplating an upgrade to version 7 probably later this year. In
    the meantime, has there been any discussion about ending support
    for X5?
    Please let us know - thanks.

    Hi Wayne
    There will be wars and there will be rumors of wars...
    X5 was introduced in January 2004. I'm not sure what you mean
    by "ending support". If that question is intended to ask if Adobe
    will "officially" stop supporting that version, I'm personally not
    sure they ever have!
    This isn't intended to slam Adobe Support in any way, but
    probably your best form of support is right here in these forums.
    As for upgrading to version 7, why upgrade to that when 8 is
    available and offers a richer experience?
    Cheers... Rick

  • StatCounter with html widget questions

    Hi - I have statcounter on my home page. I used the html widget to paste the code i got from Statcounter. I just placed the widget randomly on the page -- it's invisible. works great for that page.
    Can someone help me with how to get the stats on where on my sire people are going?
    do i have to create a different project for each page in statcounter and paste that on each page of my site??
    also am i going to have to paste up new html widgets each time i publish/.
    thanks for help with these "newbie" questions
    : )

    Hi Atomic,
    Having the Statcounter code on one page only is quite useless...
    You could place a snippet with Statcounter on each page but personally I don't like html snippets that much (in general)... I prefer to have the page coming up in Statcounter instead of the snippet and I also don't like to add a snippet to each page (I have something like 260 pages or more)
    Basically there are two applications which will add the code to your page automatically (you would have to run them each time you (re)publish).
    iComment (not freeware)
    iWebExpander (guimkie.com, freeware)
    iWebExpander works... It does it's job...
    The only problem, at least for the moment is that iWebExpander is “Crashing” my Finder... But that’s a minor problem...
    About the crashing:
    You maybe will get a popup "AppleScript Error" bla bla bla. It's only a popup doesn't mean anything. When the popup appears the process of adding the Favicon is finished.
    You maybe will have the spinning circle when in Finder. When the popup appears go to your dock select the finder icon click(and hold click) it and do "Relaunch finder".
    You don't have to restart or something. You don't have loss of data. It will not shut down unexpectedly. And so on...
    Nevertheless the job gets done...
    *I was told by Max that there will be an update soon*
    You don't have to make a new project for each page... => you use the same project through your whole website
    And if you want to track a page in particular then you could add an html snippet to the page with a new project code for that particular page
    Regards,
    Cédric

  • Another noob question - Sorry; I'm new to this - Windows and Xserve

    Are Windows machines supported on networks powered by Xserve? Powered? You know what I mean.

    Hi
    I think I know what you mean? However:
    +"networks powered by Xserve?"+
    Makes no real sense? An XServe is dedicated Server hardware. What makes it a server more than anything else is the Software installed - OSX Server. Perhaps your question should be: "Does OSX Server/XServe support PC Clients?" The answer is yes. Samba/CIFS/NT Services have been available on all versions of Apple Server OS going right back to IP Manager. If you want to go beyond this and ask the question: "Does OSX Server behave just like Active Directory?" The answer is not really. It can provide Network based Profiles but that's about it as there is nothing built-in that resembles Global Policy Objects (GPOs). OSX Server can and does provide DHCP and DNS Services along with a host of other Services mostly specific to the Apple platform but not exclusively so.
    To begin to understand what OSX Server is capable of:
    http://www.apple.com/server/macosx/specs.html
    http://www.apple.com/server/macosx/technology/
    http://www.apple.com/server/macosx/features/
    You could also have a stab at the host of Admin Manuals that Apple make available:
    http://support.apple.com/manuals/#macosxserver
    Ultimately a better question might be: "What is OSX Server going to give you that you're not going to get from an equivalent Windows Server?" If your focus is providing/maintaining front-line core services for a pre-dominantly Windows PCs environment then purchasing a platform that is designed to support a different client OS is probably the wrong way to go?
    Tony

  • Newbe question sorry

    Sorry for such a simple question i have searched and cant find the answer, i have only had my MB a few weeks!!!
    My question is i found a setting that allowed you to see the amount of free space of connected drives - i.e it gave me information about my Mac HD under the drive name, how do i show this again i cant find the option to turn it on for love nor money

    Hi there,
    Click anywhere on the Desktop to select Finder. With Finder selected, click on View in the menu bar and then chose *Show View Options*. A window will appear for the Desktop. Check the *Show Item Info* box and then close the window. Now you will be able to see the information underneath the icons on your Desktop.
    Hope this helps,
    Ryan

  • What happens to my local user data? -newbie question sorry

    Hi All,
    Firstly apologies if this seems a dumb question, I've scoured the forums but I require something that fits my specific situation.
    I've had a (my first) MacBook for about 9 months, built up a fairly healthy local user, setup just how I like it, MobileMe, iTunes, Chrome, iPhoto library, lots of other apps, etc etc and so forth.
    I'm setting up a Mac Mini Server, and was wondering what I can do to join the new server, but take all my settings/downloads/iTunes etc with me... I don't want it all stored on the server, but I come from a Micro$oft Windows background. With MS, when you add a PC to a domain, login with the appropriate user account, you have a fresh profile, no settings, no files, no customisations etc etc is this also the case when I hit that Join Network Account server button on my Mac? Will I get a blank fresh account on my Macbook?
    I'm guessing this must happen quite often as people start their way into Apple technology and build up a nice healthy local account before branching further into the Apple world...

    The two laptops I use everyday have access to all the servers via my network account. It is set so that my user account is listed as having "no home" So I log into the laptop with my local user account with a UID of 501 but access all the network services via the go menu and my network account of the same name but with a UID of 1034.
    For all other users in the company, if they are on a laptop, I use network accounts. The machines are managed to ask if the user wants to create a mobile account when they login. For permanently assigned laptop users, the answer is yes. This puts their home on the laptop and ties them to that machine. I use mobile account syncing to make sure their critical data is copied to the server for backup.
    By having the machine ask to create the mobile account, users can answer no and login to their network home. The use of the laptop may be needed temporarily if a regular workstation is down.
    Once in a while I will need to convert a local account to a network account. While a bit more laborious that setting it up correctly at the beginning, it can be done.
    But I never let any user account have the UID of 501. I would set that up as the local admin account I use for installing updates and performing other maintenance. If needed, I would back up the user data and erase and re-install the OS.

  • Few more questions (sorry I'm new)

    Let me just say you guys are amazing, this entire community and how you support eachother... Ive strolled through just about every post in rebuilding section for the most recent 20 pages and must say, everyone here is absolutely glorious. However I have a few questions about my own personal roadmap if anyone could provide insight Im not a complete noob but so far Ive just been reading, taken no action except paying full without getting anything.  I have a ClosedOut account with CITI, should be paid in full today or tommorow or whenever the check clears. CAgency was working I assume on behalf of CITI because both checks were made for full amount to CITI and balance was the balance. I had perfect payment for 2.5 years, the was delinquent for 8 months, paid in full 4.1k in two installments. When is it not greedy to ask CITI for some love and peace and kindness with a GW letter? I have valid reason as to why I stopped (2 car accidents april, july) and why I paid them back (accident settlement)How likely are they to help me out? I can provide them anything their heart desires with regards to documentation - medical, college, police reports, absolutely anything. I was making maybe $300 a month during that time and literally borrowed $33 from my neighbor to buy gas. Paying them seemed so huge at the time I just closed my eyes.I also have a natural gas account on my report that is negative in this manner:   JUL-OK__AUG-OK__SEPT-ND__OCT-120Is this possible to be real? 120 is 4 monthsIf I still dont believe you, who do I call first, gas company or experian?If I call gas company, do I say youre wrong give me statements or do I nicely ask them to change it off the bat without disputingIf they give me statements and they are in fact wrong, do I call back or write a letter? Certified or no? Do I send said statements to bureaus? When? Finally, was it a mistake to take out and pay off a Discover student loan in two years? It was for 4k and I applied again and was denied.. Did they not make enough to bother with me? I sent them a recon letter, saying Im loyal please love me. Hope to hear back because loved them much more than Sallie. Any insight as to where I should have sent such letter (email)? I sent it to application status questions on their site..  Thoughts/suggestions?

    yes i would start with the gw letters now.  explain about the accidents and let them know that you were perfect till that point.  in my experience sometimes one gw letter will do it and others you send once a month. As far as the gas company goes, yes I would call them and ask to see the statements if you dont have any.  If they are indeed wrong I would ask them to correct it.  Do you still have service with them?  If you do then I would think that they would be wrong otherwise i'm sure that they would not still be providing this service. If not yes I would dispute it with the cb.I know nothing about Discover student loans so I will let someone else get to that one.  Overall it is nice to have one installment loan going on.  When you paid it off you probably had a small drop in your fico score.

  • Few more questions (sorry I'm 22 and new)

    Let me just say you guys are amazing, this entire community and how you support eachother... Ive strolled through just about every post in rebuilding section for the most recent 20 pages and must say, everyone here is absolutely glorious. However I have a few questions about my own personal roadmap if anyone could provide insight Im not a complete noob but so far Ive just been reading, taken no action.  I have a CO account with CITI, should be paid in full today or tommorow or whenever the check clears. CA was working I assume on behalf of CITI because both checks were made for full amount to OC and balance was the balance, not 0. I had perfect payment for 2.5 years, the was delinquent for 8 months, paid in full 4.1k in two installments. When is it not greedy to ask them for some love and peace and kindness with a GW letter? I have valid reason as to why I stopped (2 car accidents april, july) and why I paid them back (accident settlement)How likely are they to help me out? I can provide them anything their heart desires with regards to documentation - medical, college related, police reports, absolutely anything. I was making maybe $300 a month during that time and literally borrowed $33 from my neighbor to buy gas. Paying them seemed so huge at the time I just closed my eyes.I also have a natural gas account on my report that is negative in this manner:   JUL-OK__AUG-OK__SEPT-ND__OCT-120Is this possible to be real? 120 is 4 monthsIf I still dont believe you, who do I call first, gas company or experian?If I call gas company, do I say youre wrong give me statements or do I nicely ask them to change it off the bat without disputingIf they give me statements and they are in fact wrong, do I call back or write a letter? Certified or no? Do I send said statements to bureaus? When? Finally, was it a mistake to take out and pay off a Discover student loan in two years? It was for 4k and I applied again and was denied.. Did they not make enough to bother with me? I sent them a recon letter, saying Im loyal please love me. Hope to hear back because loved them much more than Sallie. Any insight as to where I should have sent such letter (email)? I sent it to application status questions on their site..  Thoughts/suggestions?

    yes i would start with the gw letters now.  explain about the accidents and let them know that you were perfect till that point.  in my experience sometimes one gw letter will do it and others you send once a month. As far as the gas company goes, yes I would call them and ask to see the statements if you dont have any.  If they are indeed wrong I would ask them to correct it.  Do you still have service with them?  If you do then I would think that they would be wrong otherwise i'm sure that they would not still be providing this service. If not yes I would dispute it with the cb.I know nothing about Discover student loans so I will let someone else get to that one.  Overall it is nice to have one installment loan going on.  When you paid it off you probably had a small drop in your fico score.

  • ?letterboxing issue.. probably a newbie question, sorry

    Sorry if this has been discussed before.
    Very new to macs (former PC user)
    I have a MacMini with 10.4.xx (cant remember the next #) with 2g ram and intel processor.
    Making a slideshow in IMovie and buring in IDVD.
    I have made two different slideshows and each has (what I think is) letterboxing issues.
    The 16:9 formatted show did not letter box on a standard 4:3 tv (confirmed settings on dvd players and multiple tvs).
    I just did a 4:3 slideshow and it appears normal on the computer, but the final product seems to 'zoom' in slightly and cuts off the top 5% of the images (which, unfortunately cuts some faces off...).
    In IDVD, i have the 4:3 setting checked.
    Is there something I am missing ???

    Thanks Robert...
    I'm pretty involved with home theater already, so I previously checked all the settings on the TVs and DVD players - assuming that was the issue. I tried various standard def Tvs and HDTVs/projectors... But, everything is set up as it should. I verified the problem on multiple TV sets, and multiple DVD players - even tried changing all the picture mode settings.... no luch with either of my projects.
    I am now assuming IDVD is creating the problem... and since I am very new to mac's, was looking for advice here.

  • Photoshop CS5 Bridge HTML Gallery Questions

    Have upgraded to CS5 from CS3 and am trying to create HTML Web Galleries that are similar to what we have been creating in CS3.
    I no longer have control of the size of the thumbnails created for the Index pages and cannot create less than 3 rows of thumbnails.
    We used to create 2 rows and 4 columns of 200 pixel thumbnail images.
    Is this something that can be modified if we downloaded the SDK and worked with scripting?

    I have found the same problem when I went from CS3 to CS4 and continued the same problem in CS5 then I researched the "Output" and "Web Gallery" section again a little more thoroughly.  Found that in almost every gallery provided there is a way to change the size and/or quantity of thumbnails in your gallery.  For instance the "HTML Gallery"  in the "Appearance" section you can change the size of the original picture (your larger picture) and the quantity of thumbnails that show up per page. Next you can save your changes in the "output" section under "Style:"  While using the "Filmstrip" template you can change the size of your thumbnails in the "Appearance" section. Hope this helps

Maybe you are looking for

  • Time Constraint Error when calling a Function module from Webdynpro ABAP

    Any help will be greatly appreciated - Thanks RM Time Constraint Error Information on where terminated     Termination occurred in the ABAP program "SAPUP50R" - in      "CHECK_TIME_CONSTRAINT_S1".     The main program was "MP000000 ".     In the sour

  • Cannot update Acrobat 9.1.2 on Mac OS 10.7.3

    Brand clean new installation of Mac OS 10.7.3 on a Brand New HD Replacement. Installed Adobe Acrobat and immediately went and updated, entered my Admin Password, download begins, wait, wait, wait, wait, wait, status bar is scrolling along (slowly) ac

  • Vendor in Invoice different from Vendor in PO....How?

    Hi all, I got a situation where users are entering invoices for Vendors that are different from the PO. The Partner Function IP (Invoicing Party) of the Vendor in the PO is set as the same main vendor. Example: PO issues to Vendor 1000 (POrg 1000, Co

  • Photo management and iWeb projects

    I'm not in direct contact with the project but an individual has told me that the photos that are searching for that are contained in an iWeb project are not located in iPhoto. We are looking for the photos that wound up in someone's iWeb project. Wh

  • How to I get lost memory back?

    I was following a step-by-step video on Youtube on how to get Arma 2 and DayZ for Mac. And I had to get VMware Fusion. After many hours, I figured it out. I got a virtual machine, Windows 7, on my Macbook Air. I had to do all this configuring and dow