Hmm. Internet Explorer might not be happy with the relative URIs generated by Tapestry.

What happens if you set tapestry.force-absolute-uris to true?

You'll need this in your AppModule:

public static void contributeApplicationDefaults(MappedConfiguration<String, String> configuration) {
    configuration.add("tapestry.force-absolute-uris", "true");
  }

See if that helps.

-Filip

On 2008-05-25 21:08, [EMAIL PROTECTED] wrote:
Hi Filip,

if you go to this adress:
http://www.neotopos.de/memory/
and click enter you see a row of "cards" (i.e. pictures, <img> - items).
The code I posted here is what lays out those rows.
In Firefox you can click on one card to let it show you its value.
In IE those images are unclickable, and I do not understand why ...

Thank you for helping,
Juliane



-----Ursprüngliche Nachricht-----
Von: "Tapestry users" <users@tapestry.apache.org>
Gesendet: 25.05.08 13:23:04
An: Tapestry users <users@tapestry.apache.org>
Betreff: Re: T5: does actionlink work different in Firefox than in IE?

Hi,

What does the generated markup look like? Something's definitely not right here, must be an IE bug... :O

-Filip

On 2008-05-25 10:31, [EMAIL PROTECTED] wrote:
Hi,
I have an actionlink which works fine in Firefox but not in Internet Explorer 
(6.0).
Can anybody point me to the cause or how I could change the code that it runs 
fine on both browsers?
Thanks a lot!
Juliane

<t:actionlink t:context="card.position" t:id="turnCard">
        <t:if test="cardSelected">
                <span class="background24">${card.text}</span>    
        </t:if>   
        <t:unless test="cardSelected">
                <span class="background24"><img src="bilder/deckblatt24.jpg" 
/></span>                    
        </t:unless>
</t:actionlink>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




_______________________________________________________________________
EINE FÜR ALLE: die kostenlose WEB.DE-Plattform für Freunde und Deine
Homepage mit eigenem Namen. Jetzt starten! http://unddu.de/[EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to