Re: [T5] tutorial question

2007-09-20 Thread SergeEby
Looks like you missed an important section of the tutorial: excerpt --- We do need a basic GameOver page. src/main/webapp/WEB-INF/GameOver.html: http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";> Game Over! Game Over You guessed the secret number!

RE: [T5] tutorial question

2007-09-20 Thread Kolesnikov, Alexander GNI
Hi Robert, There is no need to persist the injected page. Your original version should work OK. What exactly the NPE says? Also, as a comment, "back to version 4" is not entirely correct. As a matter of fact, Tapestry 4 and Tapestry 5 seem to be two different frameworks with their own merits (IMH

Re: [T5] Tutorial question

2007-09-19 Thread Nick Westgate
See "Instance variables must be private": http://tapestry.apache.org/tapestry5/tapestry-core/guide/component-classes.html Cheers, Nick. Robert A. Decker wrote: Thank you! That was it - declaring it private fixed it: private GameOver _gameOver; I now just inject the page but don't persist it.

Re: [T5] Tutorial question

2007-09-19 Thread Robert A. Decker
Thank you! That was it - declaring it private fixed it: private GameOver _gameOver; I now just inject the page but don't persist it. I'll have to try to read up on what you mean by 'enhance private variables'... R On Sep 19, 2007, at 8:20 PM, Robert Zeigler wrote: Background: I've never

Re: [T5] Tutorial question

2007-09-19 Thread Robert Zeigler
Background: I've never "done" the T5 tutorial. But I do have functional T5 apps. Few things: 1) In T5, multiple annotations/item are supported 2) You don't need to persist the page. You might need to persist values that each page needs, but you don't need to persist the pages. 3) Tapestry will

Re: [T5] - Tutorial Error

2007-09-13 Thread banmig
Sorry: is "guess.link" or "guess.guess" in ""What is "guess.link"? " ?? banmig wrote: > > I believe that the documentation of the tutorial one is incorrect:] > > " > > Make a guess between one and ten: > > > ${guess} > > > > > " > In the same page: > > "What is "gu

Re: T5: Tutorial question.

2007-07-29 Thread SergeEby
Do a search in the mailing list. This question was answered a while ago. /Serge Alex Shneyderman wrote: > > Hi, all! > > I am trying out tapestry and was going through the tutorial and > noticed that in the section about Guess.java the following: > > Object onActionFromLink(int guess) >

Re: T5 Tutorial

2007-07-12 Thread soir
Add version parameter as here: mvn archetype:create -DarchetypeGroupId=org.apache.tapestry -DarchetypeArtifactId=tapestry-simple -DarchetypeVersion=5.0.2 -DgroupId=org.example -DartifactId=myapp -DpackageName=org.example.myapp -Dversion=1.0-SNAPSHOT this will use version 1.0-snapshot of archetyp

RE: T5 Tutorial

2007-07-11 Thread Bhuiyan, Nazmul
Westgate [mailto:[EMAIL PROTECTED] Sent: Tuesday, 10 July 2007 2:51 p.m. To: Tapestry users Subject: Re: T5 Tutorial Try upgrading to 2.0.7. If that doesn't work, googling the error message suggests it's a network/proxy problem. http://maven.apache.org/guides/mini/guide-proxies.html C

RE: T5 Tutorial

2007-07-09 Thread Bhuiyan, Nazmul
ROTECTED] Sent: Tuesday, 10 July 2007 2:51 p.m. To: Tapestry users Subject: Re: T5 Tutorial Try upgrading to 2.0.7. If that doesn't work, googling the error message suggests it's a network/proxy problem. http://maven.apache.org/guides/mini/guide-proxies.html Cheers, Nick. Bhuiyan, Na

Re: T5 Tutorial

2007-07-09 Thread Nick Westgate
Try upgrading to 2.0.7. If that doesn't work, googling the error message suggests it's a network/proxy problem. http://maven.apache.org/guides/mini/guide-proxies.html Cheers, Nick. Bhuiyan, Nazmul wrote: Shall I use Maven 2.0.7? In the tutorial you have mentioned to use Maven 2.0.5 ---

RE: T5 Tutorial

2007-07-09 Thread Bhuiyan, Nazmul
Shall I use Maven 2.0.7? In the tutorial you have mentioned to use Maven 2.0.5 -Original Message- From: Howard Lewis Ship [mailto:[EMAIL PROTECTED] Sent: Tuesday, 10 July 2007 1:20 p.m. To: Tapestry users Subject: Re: T5 Tutorial And I'm on Maven 2.0.7 at this point. This sure

Re: T5 Tutorial

2007-07-09 Thread Howard Lewis Ship
And I'm on Maven 2.0.7 at this point. This sure feels like a Maven bug (it's complaining about a missing archetype plugin, not anything to do with Tapestry specifically). On 7/9/07, Donyee <[EMAIL PROTECTED]> wrote: I change 5.05 to 5.04,then it works fine. 2007/7/10, Howard Lewis Ship <[EMAIL

Re: T5 Tutorial

2007-07-09 Thread Donyee
I change 5.05 to 5.04,then it works fine. 2007/7/10, Howard Lewis Ship <[EMAIL PROTECTED]>: What version of Maven are you using? On 7/9/07, Nazmul Bhuiyan <[EMAIL PROTECTED]> wrote: > > Hello, > > I'm following the T5 tutorial and getting the following error. I've ran this > at my work pc. Is t

RE: T5 Tutorial

2007-07-09 Thread Bhuiyan, Nazmul
C:\tmp>mvn --version Maven version: 2.0.5 -Original Message- From: Howard Lewis Ship [mailto:[EMAIL PROTECTED] Sent: Tuesday, 10 July 2007 12:53 p.m. To: Tapestry users Subject: Re: T5 Tutorial What version of Maven are you using? On 7/9/07, Nazmul Bhuiyan <[EMAIL PROTECTED]&

Re: T5 Tutorial

2007-07-09 Thread Howard Lewis Ship
What version of Maven are you using? On 7/9/07, Nazmul Bhuiyan <[EMAIL PROTECTED]> wrote: Hello, I'm following the T5 tutorial and getting the following error. I've ran this at my work pc. Is there any proxy issue here or some thing else? C:\tmp>mvn archetype:create -DarchetypeGroupId=org.apa

Re: T5 tutorial

2007-07-04 Thread Eko S.W.
Woa. I just know that ! Now I am trying the Beaneditform Thanks Howard et.al, for the work! (I hope I can contribute) 2007/7/4, Robert Sanders <[EMAIL PROTECTED]>: There are also a number of decent HTML Mirroring tools; which I've used at various times to grab local copies of web sites. On wi

Re: T5 tutorial

2007-07-04 Thread Robert Sanders
There are also a number of decent HTML Mirroring tools; which I've used at various times to grab local copies of web sites. On windows WinHTTrack (sp?), on Linux WGet works ok. #Cyrille37# wrote: Read again Olasoji Ajayi's mail : I am new to T5, can anyone point me to some tutorial on T5

Re: T5 tutorial

2007-07-04 Thread #Cyrille37#
Read again Olasoji Ajayi's mail : I am new to T5, can anyone point me to some tutorial on T5 that I can download, I know there is documentation online but I don't have regular internet access for the moment. He need some Off-Line doc. Perhaps he can make a book with "htmldoc" tool. cyrille

Re: T5 tutorial

2007-07-03 Thread [EMAIL PROTECTED]
There is T5 tutorial (HTML) on the T5 site, you didn't found it? http://tapestry.apache.org/tapestry5/tutorial1/ 在 Tue, 03 Jul 2007 16:01:09 +0800,Olasoji Ajayi <[EMAIL PROTECTED]> 写道: Hello Everybody, I am new to T5, can anyone point me to some tutorial on T5 that I can download, I know

Re: T5 tutorial

2007-07-03 Thread Nick Westgate
The tutorial is now online: http://tapestry.apache.org/tapestry5/tutorial1/ Cheers, Nick. Olasoji Ajayi wrote: Hello Everybody, I am new to T5, can anyone point me to some tutorial on T5 that I can download, I know there is documentation online but I don't have regular internet access

Re: T5 tutorial not working out... Javassist, Maven problems

2007-06-20 Thread mad7777
Marcus, wow, i can't believe that just worked! i've been fighting this thing for a whole day. thanks so much. cheers, Marc Marcus-11 wrote: > > Hi Marc, > > Try 5.0.5-SNAPSHOT in POM.xml instead 5.0.4-SNAPSHOT > > Marcus > > -- View this message in context: http://www.nabble.com/T5-tu

Re: T5 tutorial not working out... Javassist, Maven problems

2007-06-20 Thread Renat Zubairov
Hi May be this could help also http://wiki.apache.org/tapestry/Tapestry5HowToCreateYourQuickstartWithMaven206 Renat On 20/06/07, Marcus <[EMAIL PROTECTED]> wrote: Hi Marc, Try 5.0.5-SNAPSHOT in POM.xml instead 5.0.4-SNAPSHOT Marcus -- Best regards, Renat Zubairov --

Re: T5 tutorial not working out... Javassist, Maven problems

2007-06-20 Thread Marcus
Hi Marc, Try 5.0.5-SNAPSHOT in POM.xml instead 5.0.4-SNAPSHOT Marcus