Re: Tapestry seems to delete object data

2009-10-23 Thread Thiago H. de Paula Figueiredo
Em Fri, 23 Oct 2009 19:10:59 -0200, Toby Hobson escreveu: Sorry Thiago .. you just beat me ;-) No need to apologize. Your explanation complements mine and was just a couple minutes late. :) -- Thiago H. de Paula Figueiredo Independent Java consultant, developer, and instructor http://ww

Re: Tapestry seems to delete object data

2009-10-23 Thread cordenier christophe
t, but that was not > possible. It wouldn't have been fair to you guys if I immediately posted > the > question. > > Read you on the forums. > Mite > -- > View this message in context: > http://www.nabble.com/Tapestry-seems-to-delete-object-data-tp26033218p2603346

Re: Tapestry seems to delete object data

2009-10-23 Thread Thiago H. de Paula Figueiredo
Em Fri, 23 Oct 2009 19:25:45 -0200, Mite escreveu: I made some efforts to solve it on my own at first, but that was not possible. It wouldn't have been fair to you guys if I immediately posted the question. You're right. Try yourself at first, then read documentation and search Google, fo

Re: Tapestry seems to delete object data

2009-10-23 Thread Mite
I made some efforts to solve it on my own at first, but that was not possible. It wouldn't have been fair to you guys if I immediately posted the question. Read you on the forums. Mite -- View this message in context: http://www.nabble.com/Tapestry-seems-to-delete-object

Re: Tapestry seems to delete object data

2009-10-23 Thread Thiago H. de Paula Figueiredo
Em Fri, 23 Oct 2009 19:19:44 -0200, Mite escreveu: Thank you guys. The problem is solved. You're welcome! I am beginner in this, and really like the concept of Tapestry. This problem gave me an hour of troubles, but now my love for the framework is back to 100%. :) It'll reach 120% wh

Re: Tapestry seems to delete object data

2009-10-23 Thread Toby Hobson
ally like the concept of Tapestry. This > problem > gave me an hour of troubles, but now my love for the framework is back to > 100%. :) > > Thanks again. > Mite > > -- > View this message in context: > http://www.nabble.com/Tapestry-seems-to-delete-object-data-tp

Re: Tapestry seems to delete object data

2009-10-23 Thread Mite
Thank you guys. The problem is solved. I am beginner in this, and really like the concept of Tapestry. This problem gave me an hour of troubles, but now my love for the framework is back to 100%. :) Thanks again. Mite -- View this message in context: http://www.nabble.com/Tapestry-seems-to

Re: Tapestry seems to delete object data

2009-10-23 Thread Toby Hobson
Sorry Thiago .. you just beat me ;-) 2009/10/23 Thiago H. de Paula Figueiredo > Em Fri, 23 Oct 2009 19:05:25 -0200, Mite escreveu: > > import org.apache.tapestry5.annotations.InjectPage; >> >> public class Index >> { >>private String message; >> > > Tapestry uses redirect-after-post, s

Re: Tapestry seems to delete object data

2009-10-23 Thread Toby Hobson
rected to the Second page, the data from the > form > is not transfered. I get blank space instead of the data. It seems like > Tapestry creates a new object after it redirects me to Second. > > Can somebody point me to where is the problem? > > Thank you in advance > > -

Re: Tapestry seems to delete object data

2009-10-23 Thread Thiago H. de Paula Figueiredo
Em Fri, 23 Oct 2009 19:05:25 -0200, Mite escreveu: import org.apache.tapestry5.annotations.InjectPage; public class Index { private String message; Tapestry uses redirect-after-post, so the action request is not the same as the request that generates HTML. You'll need to persist th

Tapestry seems to delete object data

2009-10-23 Thread Mite
space instead of the data. It seems like Tapestry creates a new object after it redirects me to Second. Can somebody point me to where is the problem? Thank you in advance -- View this message in context: http://www.nabble.com/Tapestry-seems-to-delete-object-data-tp26033218p26033218.html Sent f