Problem with Anchor tag in windows Chineese XP OS

Hi ,
In my application I use an anchor tag to point to save item once page is submitted and reloaded.
The URL with anchor is generated by the servelet dynmically
URL will be something like this
loaclhost:8080/myapp/CartonPlannerLoad?shipCode=996#2
This works fine in Windows XP English OS.
however when i ran the application in traditional chinese windows XP version it gives a java script error when the page is loaded.
English translation of the error in chinese is
"Wrong: Has not used the jurisdiction formula code"
When i takeoff the #2(the anchor) and refresh page loads without any errors.
How can i fix this issue while using the anchor tag.
Is it due to the charset i have used. The jsp page i am loading consists of several includes. all the pages I have defined content type as follws
contentType="text/html; charset=iso-8859-1"
Could you plaese help me to fix this issue.
Thanks in advance

Hi ,
In my application I use an anchor tag to point to save item once page is submitted and reloaded.
The URL with anchor is generated by the servelet dynmically
URL will be something like this
loaclhost:8080/myapp/CartonPlannerLoad?shipCode=996#2
This works fine in Windows XP English OS.
however when i ran the application in traditional chinese windows XP version it gives a java script error when the page is loaded.
English translation of the error in chinese is
"Wrong: Has not used the jurisdiction formula code"
When i takeoff the #2(the anchor) and refresh page loads without any errors.
How can i fix this issue while using the anchor tag.
Is it due to the charset i have used. The jsp page i am loading consists of several includes. all the pages I have defined content type as follws
contentType="text/html; charset=iso-8859-1"
Could you plaese help me to fix this issue.
Thanks in advance

Similar Messages

  • Problem with display tags (not accepting inner tags)

    Hi guys ,
    I am using display tags which is fine but i had a problem with anchor tag and the jsp display tag.
    <display:column title="Row_Id" >
    ' target="-blank" onclick=""><c:out value="${row_rowNum}"/>
    </display:column>
    here i got the exception:
    The value of attribute "href" associated with an element type "a" must not contain the '<' character.
    here if jstl is not used then how to put my value in anchor tag
    please help me.

    Can you use EL directly:
    <a href="example.jsp?id=${row.id"/"></a>

  • Problems with shutdown, expose and window switching

    Hi there,
    Recently I've been having a few issues with OS X. First of all it wasn't shutting down properly -- the menu bar would disappear and it would look like it was going to shutdown, but it never did. I could move down to the dock (on auto-hide) and it would re-appear, at which point I can bring up a terminal window and use 'shutdown' to do the job. On startup I'd reset the PRAM, and then do a disk-check, but the problem keeps coming back.
    Subsequently, I've also been having problems with expose and switching windows (i.e. command-tab). Namely, neither of them work. Expose won't fire from either hot corners or the keyboard, and if I re-launch the app from the Apps folder (without trying to kill it first, I should say), it does nothing. Cmd-tab gets interpreted as just tab, and the keyboard shortcut for dashboard also fails (although I can start the dashboard from the dock).
    I read in another post about an invalid jpeg in the downloads folder being able to cause the Expose problem (seems like a most unlikely bug?). Anyway, I cleared all pictures from my downloads folder and functionality came back, but now it's gone again. It's really very frustrating as it makes moving between windows a lot more hassle.
    Any thoughts would be gratefully received.
    TIA,
    Mat

    This sounds interesting.
    Can you post a copy for the rest of us to see?
    As for actually helping you, and not just satisfying our curiousity, if you start cutting pieces of the code you will probably end up finding the source of the problem (and we won't have too big a program to handle). Since DSC is a likely suspect, you may want to start there.
    Also, are you creating an installer and using that to install? If not, you may wish to try that.
    Try to take over the world!

  • Problem With Captivate 4 and Windows 8

    Hi,
    I've a problem with Captivate 4 on Windows 8 projects :
    The mouse is not tracked.
    I've applied the last patch for this version (11/15/2011).
    Is there another patch for this ?
    Thanks a lot.

    Hi there
    I know this will come off as sounding snarky, but please know it's honestly not intended that way,
    Windows 8?
    I never was able to make Captivate 4 run successfully on Windows 7. So I'm not the least bit surprised to hear it has issues with Windows 8!
    Personally, I'm thinking you are due for an upgrade to Captivate if you want it to work on Windows 8. But then again, I'm not even certain if Captivate 6 is Windows 8 compatible.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Problem with photshop cc on windows 8.1 and 4k monitor at 3840x2160 resolution

    can anyone help
    i have a problem with photshop cc on windows 8.1 and 4k monitor at 3840x2160 resolution when i lauch photoshop cc everything is very small and i dont know how to get the program at the right size

    Search the forum for similar topics dealing with high-DPI displays. 4k is insane, though. I don't think even CC 2014 is up to it.
    Mylenium

  • I have bought Adobe Photoshop Elements 10 last August 2013 and having problems with installing it on Windows 8.1?

    I have bought Adobe Photoshop Elements 10 last August 2013 and having problems with installing it on Windows 8.1.  Why am I having this problem?

    You can check you Adobe account online to see if the serial number is registered under your account.  If not then your only option will likely be to contact Adobe Support directly thru chat to see if they can provide you with a/the serial number. For them to do so will require you being able to prove ownership.
    Serial number and activation chat support (non-CC)
    http://helpx.adobe.com/x-productkb/global/service1.html ( http://adobe.ly/1aYjbSC )

  • XSLT problem with img tag in Saxon

    Hi,
    Iam getting a problem with <img> tag when transforming a document using Saxon transformer. In the input XSLT I have proper closing tag for <img>, but the output of the transformation is not well formed as the closing tag for <img> does not appear. I need to feed the output to a FO object to generate a print preview, but the output is not well-formed.
    Kindly help to resolve the issue.
    Kind Regards,
    Abhinandan

    Perhaps that is because you are generating HTML as your output? As I recall, <img> tags don't have to be closed in HTML. So try generating XML instead if you need XML.

  • Problem with national characters on windows client

    Hello there,
    I'am having problem with national characters on windows client.
    All national data stored in NVARCHAR2 colums, applications (.net) works fine,
    but in sqlplus:
    select city from test_table;
    - everything ok, sqlplus shows national characters
    select dump(N'<national symbols>') from dual
    - returns
    Typ=96 Len=12: 0,191,0,191,0,191,0,191,0,191,0,191
    select * from test_table where city = N'<national symbols> '
    - always returns nothing
    As i understand the problem in
    sql query text (and national literals) convertion
    to servers "WE8ISO8859P1" encoding, Is it possible
    to solve the issue?
    Thanks in advance
    PS.
    Console in right mode (chcp=1251)
    sqlplus shows russian messages well
    Server (oracle 9 on solaris):
    select * from nls_database_parameters
    NLS_NCHAR_CHARACTERSET AL16UTF16
    NLS_SAVED_NCHAR_CS WE8ISO8859P1
    NLS_LANGUAGE AMERICAN
    NLS_TERRITORY AMERICA
    NLS_CURRENCY $
    NLS_ISO_CURRENCY AMERICA
    NLS_NUMERIC_CHARACTERS .,
    NLS_CHARACTERSET WE8ISO8859P1
    NLS_CALENDAR GREGORIAN
    NLS_DATE_FORMAT DD-MON-RR
    NLS_DATE_LANGUAGE AMERICAN
    NLS_SORT BINARY
    NLS_TIME_FORMAT HH.MI.SSXFF AM
    NLS_TIMESTAMP_FORMAT DD-MON-RR HH.MI.SSXFF AM
    NLS_TIME_TZ_FORMAT HH.MI.SSXFF AM TZH:TZM
    NLS_TIMESTAMP_TZ_FORMAT DD-MON-RR HH.MI.SSXFF AM TZH:TZM
    NLS_DUAL_CURRENCY $
    NLS_COMP BINARY
    NLS_LENGTH_SEMANTICS BYTE
    NLS_NCHAR_CONV_EXCP FALSE
    NLS_RDBMS_VERSION 9.2.0.6.0
    Client (windows server 2003, oracle client 10):
    NLS_LANG = RUSSIAN_CIS.CL8MSWIN1251

    N'<national symbols>', being part of an SQL statement, will be converted to the database character set (WE8ISO8859P1) before being parsed. Only if the client and the database are both 10.2 or higher, the client can encode the literal appropriately so that it survives this conversion.
    In earlier versions, you can do the encoding yourself. Instead of the N'<national symbols>' literal use the UNISTR function: UNISTR('\xxxx\yyyy\zzzz'), where U+xxxx, U+yyyy, U+zzzz are Unicode code points of your national characters.
    -- Sergiusz

  • Problem with the audio editor window into logic pro X

    hello everybody, I have a problem with the audio editor window ! the "onglet" (sorry I don't know the word in english) "file and track" doesn't appear in the top of the audio editor window ! I can just make no destructive data, I have no access to Normalize and others audio fonctions ! could you help me ? in advance I thank you
    Alain

    'onglet' - great, my favorite when visiting restaurants in France!
    Anyway, I think you have to activate Advanced tools first:
    http://help.apple.com/logicpro/mac/10/#lgcp5cbf192f
    Have a nice day!

  • REReplaceNoCase to surround FQDN with anchor tag

    Hey, everyone.
    Getting ready to head home, for the day, but want to get this out there before I leave.
    I'm trying to alter a LOT of PDF files.  Need to make it so that all FQDNs in the PDF will be automatically surrounded by anchor tags so they can be opened if the PDF is viewed in FireFox with Adobe plugin.
    Currently, FF10 with Adobe PDF plugin will NOT automatically parse hyperlinks like the Internet Explorer plugin will.  I need to change that so that when a PDF is opened in FF10, the links will work when clicked.
    I am thinking of using REReplaceNoCase() to find all FQDNs and surround them with anchor tags:
    http://www.domain.com/path/to/document becomes <a href="http://www.domain.com/path/to/document">http://www.domain.com/path/to/document</a>
    .. then use CFPDF to resave the PDF.
    What do you think?  If there's a better way, please let me know.
    Thank you,
    ^_^

    One last question.
    In JavaScript, you can refer to things using $1, $2, etc.  What is the CF equivalent?  $1 isn't working.
    Thank you,
    ^_^
    UPDATE: This is going to be a bigger pain than originally thought.  When the extracttext is inserted into a PDF variable, the links have spaces added to them:
    https://www.domain.com/site/travel.cfm  becomes https : / / www.domain.com / site / travel.com
    UPDATE2: Nevermind.. honourspaces was on.

  • I have problem with data transfer between Windows Server 2012RT and Windows7 (no more than 14kbps) while between Windows Sever 2012RT and Windows8.1 speed is ok.

    I have problem with data transfer between Windows Server 2012RT and Windows7 (no more than 14kbps) while between Windows Sever 2012RT and Windows8.1 speed is ok.

    Hi,
    Regarding the issue here, please take a look at the below links to see if they could help:
    Slow data transfer speed in Windows 7 or in Windows Server 2008 R2
    And a blog here:
    Windows Server 2012 slow network/SMB/CIFS problem
    Hope this may help
    Best regards
    Michael
    If you have any feedback on our support, please click
    here.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Problems with iterate tags

    Hi everybody,
    We're using OC4J 9.0.2 but we have a problem with iterate tags. The doAfterBody is ignored and so, the body is never done !
    This work fine with version 9.0.3. If we compare the two generated servlets(9.0.2 & 9.0.3), the code is really different.
    Is this a know bug, is it possible to solve this problem ?
    Our client is still in 9.0.2 and is not ready for an upgrade.
    Any idea is welcome ...
    Jean-Pierre Evrard
    [email protected]
    Belgium

    It's unlikely anyone can help you if you don't show any of your code or explain what is really happening.
    Have you set breakpoints (or added print statements) in your doStartTag, doEndTag, and doAfterBody methods, and verified the return values are what they should be?

  • Has anyone else had problems with their RAW editing window?

    I'm having real problems with my RAW editing window (the one that automaticaly pops up when you open a raw file). I've opened several images, but when I click on the different thumbnails on the left hand side the large preview image in the center doesn't change. Obviously I need to be able to see this to make the required changes.
    Any ideas/help you be greatly appreciated!!!

    Hi Kate,
    I haven't yet been able to replicate your problem. Will you please describe your workflow? Are you simply selecting multiple files from your computer and double clicking to automatically open in Camera RAW?
    Also curious, with all of your images open in the RAW editing window, what happens when you use the arrows near the bottom right? Does your image change?
    Cheers,
    Michael

  • Problem with "watch folder" and Windows 7

    I have just switched to Windows 7 and Elements 9 - so far things are working quite well, but I am having a problem with "Watch folder"  It is watching my odf folder "My Pictures" but all my new photos are going into Libraries/Pictures and PSE9 won't let me add that to the watch folder section.  I am afraid that if I ask PSE9 to Get Photos and Videos / From Files and folders I may get a whole buch of duplicates in my Organizer.
    Any help would be appreciated.

    Thank you - I followed your directions
    and found that I had already tagged it to watch, but hadn't realized that it was tagging both the old and the new.  Big learning curve for me.

  • Lion problem with bootcamp diskutil and windows 7 help

    Hi I have a problem with my imac 27th
    I have installed Mac Osx 10.7.2 Lion
    Processor 2.93 GHz Intel Core i7
    Memory 12 GB DDR3 1333 MHz
    ATI Radeon HD 5750 1024 MB
    The serial number CK1160PBDNR
    I have 3 partitions on the system
    First MAC OS-500 GB on the system is mac
    Second GAME 250 GB
    Third Windows 250GB - there is prepared a partition for Windows 7
    I wanted to install Windows 7 through Boot Camp, but the error appears:
      This disk is not supported.
      I went to tools and wanted to share a disk or partition manually podzilic but I have another error:
    Disk Utility can not modify the disk: it contains physical volumes CoreStorage. Use diskutil command in the command line.
    Also tried to do this with my USB lion, but it is the same.
    Inadvertently create a new system, inadvertently waste the data. What do I do?

    Thank you - I followed your directions
    and found that I had already tagged it to watch, but hadn't realized that it was tagging both the old and the new.  Big learning curve for me.

Maybe you are looking for

  • Arabic Character set conversion-help needed

    We have our main database running in 10g (Solaris o/s) & planning to move these to RAC 11g. One of our old oracle DB(8.0.5)/solaris, which is not used till recently need to upgrade to 10g Rel2. I know Supported direct upgrade 8.0.6/8.1.7/9i -> 10g Cu

  • Java stored procedure failes to create.

    Hi All, I have a java program with following import statement. import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.io.OutputStreamWriter; import java.net.MalformedURLException; import java.net.URL;

  • How to find the date and time difference in InfoPath 2013?

    Hi All, My date and time format is like: 2013-12-24T10:47:38 and have three fields Start date, End date and Actual time taken. If start date and end date filled then actual time taken field should automatically should fill, for example 2 days 12 hour

  • What's the best quality way to download video taken on my iPhone 4s to iMovie?

    Looks like my only options are to email, message or send to YouTube. I want these videos taken to be put in iMovie. I thinking the quality and size of the video file is decrease by emailing it to me.

  • GR -MIGO

    Dear friends, We have got the requirement that, When the material is visible and open and countable , at the entry gate itself, Security will create Gatepass and by entering line items wise data can be entered and craete Draft SRV( Store recipet voch