Re: from T5.0.11 to T5.0.6

2008-04-08 Thread Chris Lewis
I won't bother asking why you're doing that, and advise you to NOT do
it. There are many changes from 5.0.6 to 5.0.11 - many. I'd guess that
issue is caused by the template file name extension change (from .html
to .tml). So in your case you'll have to rename all of your .tml files
to .html. There probably are many other problems with your code due to
compatibility changes, so again I strongly advise that you not do that.

chris

Natia Gdzelishvili wrote:
 I change my application from tapestry 5.0.11 version to 5.0.6 and I'm
 getting :
 java.lang.RuntimeException Page Start did not generate any markup when
 rendered. This could be because its template file could not be located, or
 because a render phase method in the page prevented rendering.
 what is wrong?

   

-- 
http://thegodcode.net


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



Re: from T5.0.11 to T5.0.6

2008-04-08 Thread Natia Gdzelishvili
I am not happy to doing this but, in new version i faced some problems and i
cant solve them.

On Tue, Apr 8, 2008 at 10:42 AM, Chris Lewis [EMAIL PROTECTED]
wrote:

 I won't bother asking why you're doing that, and advise you to NOT do
 it. There are many changes from 5.0.6 to 5.0.11 - many. I'd guess that
 issue is caused by the template file name extension change (from .html
 to .tml). So in your case you'll have to rename all of your .tml files
 to .html. There probably are many other problems with your code due to
 compatibility changes, so again I strongly advise that you not do that.

 chris

 Natia Gdzelishvili wrote:
  I change my application from tapestry 5.0.11 version to 5.0.6 and I'm
  getting :
  java.lang.RuntimeException Page Start did not generate any markup when
  rendered. This could be because its template file could not be located,
 or
  because a render phase method in the page prevented rendering.
  what is wrong?
 
 

 --
 http://thegodcode.net


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




Re: from T5.0.11 to T5.0.6

2008-04-08 Thread Natia Gdzelishvili
and why do i need to change file extentions, I'm reading Tapestry 5
Building Web Applications book and there template files have .tml
extentions.
any way i have changed but it doesn't work

On Tue, Apr 8, 2008 at 10:52 AM, Natia Gdzelishvili [EMAIL PROTECTED]
wrote:

 I am not happy to doing this but, in new version i faced some problems and
 i cant solve them.


 On Tue, Apr 8, 2008 at 10:42 AM, Chris Lewis [EMAIL PROTECTED]
 wrote:

  I won't bother asking why you're doing that, and advise you to NOT do
  it. There are many changes from 5.0.6 to 5.0.11 - many. I'd guess that
  issue is caused by the template file name extension change (from .html
  to .tml). So in your case you'll have to rename all of your .tml files
  to .html. There probably are many other problems with your code due to
  compatibility changes, so again I strongly advise that you not do that.
 
  chris
 
  Natia Gdzelishvili wrote:
   I change my application from tapestry 5.0.11 version to 5.0.6 and I'm
   getting :
   java.lang.RuntimeException Page Start did not generate any markup when
   rendered. This could be because its template file could not be
  located, or
   because a render phase method in the page prevented rendering.
   what is wrong?
  
  
 
  --
  http://thegodcode.net
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 



Re: from T5.0.11 to T5.0.6

2008-04-08 Thread Chris Lewis
Perhaps it was the version previous then (it changed around that release
I think). You say you had problems you couldn't solve - why? Was the
code old, or were you trying to use that book (one I wouldn't recommend)
for 5.0.11?

Natia Gdzelishvili wrote:
 and why do i need to change file extentions, I'm reading Tapestry 5
 Building Web Applications book and there template files have .tml
 extentions.
 any way i have changed but it doesn't work

 On Tue, Apr 8, 2008 at 10:52 AM, Natia Gdzelishvili [EMAIL PROTECTED]
 wrote:

   
 I am not happy to doing this but, in new version i faced some problems and
 i cant solve them.


 On Tue, Apr 8, 2008 at 10:42 AM, Chris Lewis [EMAIL PROTECTED]
 wrote:

 
 I won't bother asking why you're doing that, and advise you to NOT do
 it. There are many changes from 5.0.6 to 5.0.11 - many. I'd guess that
 issue is caused by the template file name extension change (from .html
 to .tml). So in your case you'll have to rename all of your .tml files
 to .html. There probably are many other problems with your code due to
 compatibility changes, so again I strongly advise that you not do that.

 chris

 Natia Gdzelishvili wrote:
   
 I change my application from tapestry 5.0.11 version to 5.0.6 and I'm
 getting :
 java.lang.RuntimeException Page Start did not generate any markup when
 rendered. This could be because its template file could not be
 
 located, or
   
 because a render phase method in the page prevented rendering.
 what is wrong?


 
 --
 http://thegodcode.net


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


   

   

-- 
http://thegodcode.net



Re: from T5.0.11 to T5.0.6

2008-04-08 Thread Natia Gdzelishvili
if you dont recomend then which book or tutorial use.
i had a problem with BeanEditForm and I wrote about that but no one answered

and now what should , i cant run application

On Tue, Apr 8, 2008 at 11:02 AM, Chris Lewis [EMAIL PROTECTED]
wrote:

 Perhaps it was the version previous then (it changed around that release
 I think). You say you had problems you couldn't solve - why? Was the
 code old, or were you trying to use that book (one I wouldn't recommend)
 for 5.0.11?

 Natia Gdzelishvili wrote:
  and why do i need to change file extentions, I'm reading Tapestry 5
  Building Web Applications book and there template files have .tml
  extentions.
  any way i have changed but it doesn't work
 
  On Tue, Apr 8, 2008 at 10:52 AM, Natia Gdzelishvili 
 [EMAIL PROTECTED]
  wrote:
 
 
  I am not happy to doing this but, in new version i faced some problems
 and
  i cant solve them.
 
 
  On Tue, Apr 8, 2008 at 10:42 AM, Chris Lewis [EMAIL PROTECTED]
 
  wrote:
 
 
  I won't bother asking why you're doing that, and advise you to NOT do
  it. There are many changes from 5.0.6 to 5.0.11 - many. I'd guess that
  issue is caused by the template file name extension change (from .html
  to .tml). So in your case you'll have to rename all of your .tml files
  to .html. There probably are many other problems with your code due to
  compatibility changes, so again I strongly advise that you not do
 that.
 
  chris
 
  Natia Gdzelishvili wrote:
 
  I change my application from tapestry 5.0.11 version to 5.0.6 and I'm
  getting :
  java.lang.RuntimeException Page Start did not generate any markup
 when
  rendered. This could be because its template file could not be
 
  located, or
 
  because a render phase method in the page prevented rendering.
  what is wrong?
 
 
 
  --
  http://thegodcode.net
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 
 

 --
 http://thegodcode.net