Struts tag html:link doesn´t work in Safari

*Very important question for our company!*
I´m trying to optimize our web application( www.seb.de) for Safari browser.
The problem is that Safari don´t display Struts <html:link> on the page. On the page should be a button "delete" at the right side.
Button Code:
<html:link>
href="DeleteMail"
newFlow="true"
styleClass="a_delete"
bundle="<%=SebMailBoxConstants.BUNDLESEBMAIL%>"
titleKey="Delete"
</html:link>
There is a styleClass "a_delete", which this button uses:
a.a_delete
background-image: url('icon/icon_delete.gif');
background-repeat: no-repeat;
width: 12px;
padding-right: 12px;
margin-top: 2px
Please help me to solve this problem.
Best regards,
Sergei.
SEB Group.

same thing here, I've talked to apple twice and no resolution
if you move the screen up you can usually get the links to work
also when I do Google searches I can get to the second page of results and then I can go no further

Similar Messages

  • Mailto: Link doesn't work in Safari

    In my project, we have a link to open a outlook mail. when i open the link in IE/Chrome/Firefox browser, it opens the outlook with the given mail id. But, same link was not working properly in safari browser.
    I am using safari version 5.1.7(7534.57.2). When i click the link, it opens the outlook mail, but my current(Parent) window gets crashed.
    Below is the sample code i used.
    mc.addEventListener(MouseEvent.CLICK, sendEmail);
    function sendEmail(e:MouseEvent):void{
         navigateToURL(new URLRequest("mailto:[email protected]"));
    Thank in advance

    Thanks for your reply..
    We already tried that too. But doesn't work.
    My problem is after clicking the link, my current window became black screen and it opens the outlook with the given mail id
    we are not sure, whether the issue is related to flash player or safari browser.
    Any idea?

  • Link doesn't work in safari landscape mode

    Hi All!
    Sometime I have problems with links in Safari. If I click on a link, it doesn't work, only when the iPhone is in landscape mode. If I turn the iPhone in portrait mode, I can click on the link correctly.
    Is there anyone with this problem?
    thanks!
    stefano

    same thing here, I've talked to apple twice and no resolution
    if you move the screen up you can usually get the links to work
    also when I do Google searches I can get to the second page of results and then I can go no further

  • FTP link in a html page isn't working in Safari 4.0.5 - any ideas?

    Hi all,
    One of my colleagues/clients has recently set up an ftp server so that customers can upload their files for printing using a username & password. I was asked to update the website I designed for them, by adding a small link at the bottom of the index page titled 'customer login', that directs customers to the server. Having done this I then found that the link doesn't work in Safari? It's fine in Firefox & IE.
    If however you hover over the link & right click with your mouse to select 'Open Link In A new Window' it works as it should. I've tried making the link load in a new window & as a pop up window using javascript, but neither works.
    I searched these discussions & found a similar post to this question from 2008, in which the response was 'Safari does not currently support links to ftp in this way'. Surely this issue has been resolved?
    Any advice appreciated - thanks.

    This is the link to the website I am referring to http://www.d-p-i.co.uk/

  • JDeveloper 10.1.3.4 download link doesn't work.

    Have anyone downloaded new version of JDeveloper (10.1.3.4) ? Download link doesn't work for me.
    http://www.oracle.com/technology/software/products/jdev/htdocs/soft10134.html
    Kuba

    I also have the same issue.
    Looks like they are working on it, this message is on the top level Downloads page:
    Important Note: As of 2:30pm PT Sept. 18, OTN software downloads are currently unavailable. We apologize for any inconvenience and are working to restore them as quickly as we can.

  • How to I set an internal link in a PDF document using Preview?  After setting a link under the Tools/Annotations menu, the link doesn't work and no detailed instructions are provided.

    How to I set an internal link in a PDF document using Preview?  After setting a link under the Tools/Annotations menu, the link doesn't work and no detailed instructions are provided via the Help menu other than it showing the pull-down menu selection to make.

    No.  I am able to use the other features such as underlining, highlighting, adding rectangles and oval and save those changes.

  • Html link to pdf works ok on mac but not on ipad. adobe reader for ipad downloaded.

    HTML link to pdf works ok on Mac but not on ipad. Adobe Reader for ipad downloaded. What's wrong?

    Hi pwillener,
    Thank for reply. The pdf’s are in a subfolder “PDF” of the folder holding the web page. The web page itself uses
    . This works in full size computer browsers but not in an iPad.
    My excursion through the search engine has produced the idea of adding #page = requesting page to the URL but I have not had time to try it perhaps without the = sign.
    Bryan

  • Link doesn't work and makes animation loop

    i put this in actionscript
    on(release)
    getURL("htt://glennbeyer.freeiz.com/unreal.html");
    It doesn't work and it makes the animation loop instead of stopping. Anyone know how to fix this?
    Is there a way to upload the files to this forum so someone can look at it?

    Select the button instance on the stage and in the properties panel where it says <Instance Name>, enter the name topLeftBtn, and be sure to do it in every keyframe for that button.
    The error you are getting is not what I would suspect what I am saying to do will cure though.  The error message makes me think you are using that button's name somewhere else incorrectly.  YOu should go into your Publish Settings and in the Flash section select the option to Permit Debugging.  Then your error message should include the line number where the error is occuring.

  • Personalize link doesn´t work

    Hi Everybody,
    I´m getting an access denied error when I click on the Personalize link in the portal masthead iview. This is what I did:
    1) I copied the eu_core_role.
    2) I copied the personalize workset.
    3) I deleted the home content in the new eu_core_role.
    4) I assigned the new personalize workset to the new eu_core_role as a delta link.
    5) I assigned the new eu_core_role to users and user groups.
    6) I checked the end user permissions for these users and user groups.
    After these steps, the link doesn´t work.
    We´re on Netweaver Portal SP14.
    I tested the Personalize link with the portal URL fully qualified (DNS) and not fully qualified (just hostname).
    Can somebody help me?
    Thank You very much for Your help.
    Regards.
    SS.

    Hi again,
    Another question:
    After I assigned the new eu_core_role to users and user groups, the tool area search doesn´t work. It shows an access denied error, too. This error seams to be related to changes on eu_role, isn´t it?
    The tool area search and the Personalize link only work with administrators (users with admin roles).
    I´ll appreciate Your help.
    Regards.
    SS.

  • Help! Problem with Struts tag html:errors/

    Hi everybody,
    In my JSP page called addUser.jsp, i have the different Struts Tag
    <html:errors/>
    <html:form action="/addUser" focus="firstName">
    </html:form>
    I have of course the ApplicationResources.properties file with differents Struts properties:
    errors.footer=</ul><hr>
    errors.header=<h3><font color="red">Validation Error</font></h3>You must correct the following error(s) before proceeding:<ul>
    errors.ioException=I/O exception rendering error messages: {0}
    and an other one:
    error.fieldsNeeded=<font color="#FF0000">Some fields are missing.</font>
    when I call the addUser form, my JSP page display:
    null Some fields are missing. null
    Have u any suggestion about my prob?
    tx a lot
    s.

    Hi,
    can u post the java code where u are actually adding the error to the action errors. may be there is something wrong with that. I dont see any problem with the jsp or the applicationsResources.properties.
    Thanks
    Latha

  • WRT54GL Need the TFTP EXE link or file please, FTP link doesn't work 550 error.

    Bricked the router, bad flash. Power LED is flashing.
    Need the TFTP excutable please, FTP link doesn't work. 
    Thanks.

    Try this link to unbrick the Linksys Router.Download 44.3 KB the TFTP utility.
    Message Edited by Wizzard on 10-07-2009 09:38 AM

  • Hi, everybody. After installing LION my D-Link doesn't work. So I don' t have Internet.

    Hi, everybody. After installing LION my D-Link doesn't work. So I don' t have Internet.

    Hi, everybody. After installing LION my D-Link doesn't work. So I don' t have Internet.

  • CMD+ any shortcut doesn't work in Safari after upgrading to Yosemite

    After upgrading from Mavericks to OS X Yosemite 10.10 not a single CMD+ shortcut works?!
    For example CMD+tab works (switching between apps), ctrl+tab works (switching between tabs), but none of these work: CMD+W, CMD+Q, CMD+F, CMD+C, CMD+X, CMD+P...
    They all work perfectly fine in all other apps. It's just Safari.
    Does anyone have any idea why and how to fix this?

    I have a similar pb :
    CMD+SHIFT+1,2,3,... doesn't work in safari.
    I'm using "English interface" with "French keyboard".
    following miladc advice and link (Shortcuts not working on Safari and Firefox),
    I changed my Language pref to French ... so I got "French interface" with "French keyboard" ... and it worked once !!!!
    But it works no more ... very weird
    All I want to do, it's having shortcut for my bookmarklet !

  • Google Application Links No Longer Work in Safari

    Hello,
    It seems something is up. Google application and profile links no longer work in Safari 7.0. I downloaded Chrome for OS X and they work perfectly fine in that. So is it Google trying to gain more share of the browser market by modifying there code or is it a Safari update that recently broke the functionality? All I know is I have had to download a different browser to get my google mail working.
    If you want to test, go to your gmail and try to click the google applications icon near the top right. Nothing will happen in the latest Safari. Now try it again in Chrome and guess what! This used to work perfectly. More importantly is the profile icon (far top right, usually your picture) which allows you to login/logout/switch google mail accounts also will not work at all which makes it impossible to use this with Safari.
    Apple you may want to track down what changed as this will impact your browser's market share if its is not fixed asap. I will come back and try Safari again in a week and see if they have fixed anything. For now, sadly its off to Chrome for me.
    If you would like me to provide any diagnostic information I am more than happy to assist in this matter.

    Hilarious,
    Its a Safari bug. Go fullscreen and the icons work fine. Now go back to non-fullscreen and they dont work.
    Apple..... ho..... Apple?????
    Time for a fix......

  • Download doesn't work with Safari

    Just a tip if you happen to be using Mac OS. It appears that the License Agreement
    page doesn't work using Safari. Works fine with Camino, though.
    Blake Meike

    Hi Matthew
    Does the Activity Window work normally when Rapport is uninstalled ?
    If so, I'm not sure what you could do beyond keeping it that way & watching for an updated version; or contacting
    http://www.trusteer.com/support/report-problem & seeing what they say, since it might conflict with some other add-on. You've the same trouble in a new account ?.

Maybe you are looking for

  • What's the details of the return data after calling Application.RegisteredFunctions?

    Application.RegisteredFunctions returns 3 columns. The last column is described as "Strings specifying the data types of the return values, and the number and data types of the arguments". Does anybody know the details of it? Is there a table showing

  • Succession of TaskSelectionEvent.getTaskIds is not equal to user selection

    Dear all, My configuration is JDev 11g R1 (11.1.1.4.0) and I'm currently working at ADF DVT Project Gantts. At the moment a problem occurs within the TaskSelectionEvent: The order of the task Ids coming back from TaskSelectionEvent.getTaskIds are not

  • URLRequest & _self

    I'm converting some old AS2 flash elements on a hybrid html/flash elements site to AS3. The site is document relative in DW CS3.  My .swf files are in a subfolder /Flash and the .swf files themselves are fine on the page. Simple menu ... 6 button (mc

  • How do I get access to an AdvancedDataGridRendererProvider?

    In the snippet of the following code: <mx:rendererProviders> <mx:AdvancedDataGridRendererProvider depth="2" column="{protocolID}" columnSpan="1" renderer="ProtocolComboBox"/> </mx:rendererProviders> Can someone tell me how to get access to the Protoc

  • Web Dynpro model binding

    can anybody help me here. I want to take some data from the backend system and want to display it into a table.