Re: T5: 5.0.12-SNAPSHOT quickstart

2008-05-19 Thread Taavi Sildeberg
Hey You need to add tapestry-annotations dependency to the pom.xml. Seems, that current quickstart won't include that Taavi Weisu wrote: Hi All, I am trying to use quickstart to create a 5.0.12-SNAPSHOT project, I follow the steps in T5 site, mvn archetype:create -DarchetypeGroupId=org.apache

Re: Button and popup problem

2006-08-04 Thread Taavi Sildeberg
er to make a new one. That's what Tapestry is about, and it's not difficult. Cheers, Nick. Taavi Sildeberg wrote: Hello guys, I have next situation: In one page user input some text in a form and then presses button and form submits the form. After submit opens a new window whit a user i

Button and popup problem

2006-08-04 Thread Taavi Sildeberg
Hello guys, I have next situation: In one page user input some text in a form and then presses button and form submits the form. After submit opens a new window whit a user input from previous page. I have implemented this situation using DirectLink and PopupLinkRenderer and it works, but I ha

SubmitButton and popup window

2006-06-26 Thread Taavi Sildeberg
Hello, I have a problem :) I need to open popup window with tapestry page in it with a submit button click. I dried to combine something like javascript onclick and submit listener, but this do not work. Can some one help me with this? All the best, Taavi