Help with tapestry5 default convertion of html entities

2009-06-13 Thread Daniel Anguita O.
Hey, I'm trying to insert a html link to my template from the class. For example, i have my page Dummy.java anda template Dummy.tml. on Dummy.java i have public String getDummyHtmlLink(){ return "http://www.dummyhtml.fake\";>Dummy Html"; } and anywhere on my Dummy.tml i have ${dummyHtmlLin

Re: Cant get Ajax @EventListener to work :(

2007-03-29 Thread Daniel Anguita O.
Hi mxc mxc escribió: Hi all, I cant get dojo EventListener to work. I am trying to build a drop down combo box so that when one selects a country the child drop down box of cities is automatically updated. However I cant get even a simple eventlistener to work :( Below is my TestPage. Basicall

T4.1.1 - Getting client Remote Address IP?

2007-03-14 Thread Daniel Anguita O.
Hi all, well, that's my problem.. i'm trying to get the client IP that is connected to my tapestry app. I have read a lot, but all the help i could find is about tap4.0, and there are a lot of changes since that version. So, anyone knows how to get the client remote addres, the IP? thanks! -

Multiple components error with an If component (Help!)

2007-02-15 Thread Daniel Anguita O.
Hi all, I'm trying to show different components with the same id using an If component, but when I run the app it says that i have multiple components with the same id, so it throws exception error. For example: value="ognl:person"/> Why i'm trying to do this? Becouse i'm refresh

Re: Ajax Loading Indicator (google style)

2007-01-16 Thread Daniel Anguita O.
Thanks mkreis. I was trying to work this out like you told me, but i can't get the hide/show effect when is loading.. I've been many hours searching on the web for an explination but i still can't get it. So i dicede to show you the html rendered, maybe you can find easely what's my problem.

Ajax Loading Indicator (google style)

2007-01-16 Thread Daniel Anguita O.
Hello all. I'm using Tapestry 4.1.1 and i'm learning to use ajax with it. Now i'm trying to make a loading indicator for ajax request when are loading, like google. So i make a simple div like this: Loading... and i want to make it visible when i run an EventListener and when it's finish, ma

Re: Ajax example with Tapestry 4.1.1(Dojo)

2007-01-10 Thread Daniel Anguita O.
Hi Mika Mika Tammilehto escribió: Hi Daniel I wrote that to the page head and it's OK. I run the app and i don't get any error message... BUT, it doesnt works... the 'ajax-thing' dont do anything.. What do you mean with : "same params apply for Shell-component as well". What Shell-component?

Re: Ajax example with Tapestry 4.1.1(Dojo)

2007-01-10 Thread Daniel Anguita O.
quot; to webapps context for packaging. This worked for me. Cheers, mika Daniel Anguita O. wrote: Anyone can help me to make this simple application works? The idea is to make a button that when i click on it some DOM reload showing a message like "Ok. It works&quo

Re: Netbeans plug-in.

2007-01-09 Thread Daniel Anguita O.
Should work with any snapshot. It's an IDE's thing. Try reinstalling. Leo Sakhvoruk escribió: Does the plug-in only work with Tapestry 4.0.2? I was trying to set up a project using the 4.1.2-SNAPSHOT sources and I get no auto-completion for in Netbeans. I was wondering if it was due to the sour

Ajax example with Tapestry 4.1.1(Dojo)

2007-01-09 Thread Daniel Anguita O.
Anyone can help me to make this simple application works? The idea is to make a button that when i click on it some DOM reload showing a message like "Ok. It works". I first try with the *tapestry home page* example and i'm getting a dojo's error: --- Firefox sh