Re: T5: does actionlink work different in Firefox than in IE?

2008-05-25 Thread jg433
Unfortunately this makes no difference. By the way, in IE I can turn the cards using right-click and choose from the menu "open link" (what is not an option of course ;-)) And also the cursor does not change to pointer. Thanks for your opinion, Juliane -Ursprüngliche Nachricht- Von: "

Re: T5: does actionlink work different in Firefox than in IE?

2008-05-25 Thread jg433
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, - 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

T5: does actionlink work different in Firefox than in IE?

2008-05-25 Thread jg433
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 ${card.text}

T5: how to get hold of an id in a loop component?

2008-05-19 Thread jg433
Hi, I have a loop with elements from type "Card". Initially the loop shows as many (same) images as there are in the Vector "cardsLayout". If I click on one of these pictures I would like to show the card's text in place of this picture. Something like: if image at position of card with id=4 ge

Re: how can I call a web url from actionlink

2008-05-18 Thread jg433
thank you very much :-) -Ursprüngliche Nachricht- Von: "Tapestry users" Gesendet: 17.05.08 17:48:23 An: "Tapestry users" Betreff: Re: how can I call a web url from actionlink Return an URL object: @OnEvent (component="quitGame") Object onQuit() throws MalformedURLException {

Re: T5 troubles

2008-05-17 Thread jg433
this is a common behaviour/problem not only with tapestry. - tags in xhtml should be written with a space before the closing characters: Juliane -Ursprüngliche Nachricht- Von: "Tapestry users" Gesendet: 17.05.08 11:39:49 An: users@tapestry.apache.org Betreff: T5 troubles I might be w

how can I call a web url from actionlink

2008-05-17 Thread jg433
Hi, I would like to have a link, where on click first some cleanup action will be done, like for example closing a database connection etc, and then finally redirekt the user to some absolute URL in the web. How can I accomplish this? I have something like this: Quit @OnEvent (component="quit

T5: absolute beginner's question with CSS

2008-05-16 Thread jg433
Hi, I try to enable my css-file via @IncludeStylesheet in my components java class. The file seems to be found (if I rename it the compiler complains, otherwise not) but the css-markup does not show in the tml page. What am I missing? My css-file is in the root folder of WebContent (Eclipse). Tha

Re: T5: unable to resolve 'Layout' (see Article: Tapes try for Nonbelievers)

2008-05-15 Thread jg433
Hi Nille, thank you, that helped. In Eclipse all tml-pages are in the folder WebContent (obviously no need to create subpackages there, because the compiler did not complain). When I put my Layout.java in a subpackage "components" everything was fine. Thanks a lot!! :-)) Juliane -Ursprüng

T5: unable to resolve 'Layout' (see Article: Tapestry for Nonbelievers)

2008-05-15 Thread jg433
Hi, I am a Java Programmer just starting to study Tapestry 5. I tried to follow the example in the article "Tapestry for Nonbelievers" where a Layout.tml is used to integrate page specific content. I keep getting a "java.lang.IllegalArgumentException: Unable to resolve 'Layout' to a component cl