Re: [T5] Grid paging refresh the whole document , can it be done in AJAX-way ?

2008-06-28 Thread CG
o , thx nillehammer.. I'll hv try on that .. Cheers CG On Thu, Jun 26, 2008 at 12:22 AM, nille hammer <[EMAIL PROTECTED]> wrote: > > Hi CG, > > the inPlace attribute of the t:grid tag does what you are asking for. For > further infos look here: > http://tapestry.apache.org/tapestry5/tapestry-

[T5] Strange Error: Component xxx does not contain an embedded component with id 'yyy' BUT only outside eclipse/jetty launcher

2008-06-28 Thread Michael Zehender
Hi, I've just finished the development of a t5 application, my environment is maven/eclipse/jetty launcher and inside this environment everything works just fine. However there are some problems outside this environment, especially outside launching jetty via eclipse. If I run mvn jetty:r

Re: [T5] Template previewability

2008-06-28 Thread Don Ryan
On 27 Jun 2008, at 21:57, Howard Lewis Ship wrote: Well, Insert is a terrible name :-) There's already OutputText (for formatted output). Perhaps FormatText would have been a better name in retrospect. Haven't seen OutputText. It's not part of 5.0.13, is it? (Or am I blind?) In any ca

Re: T5: Using @PageActivationContext

2008-06-28 Thread Angelo Chen
cool, thanks. Igor Drobiazko wrote: > > Using @PageActivationContext you don't have to write the onActivate and > > public class Page > { > @PageActivationContext > private Person person; > > } > > -- View this message in context: http://www.nabble.com/T5%3A-Using-%40PageActivationCo

Re: T5: Using @PageActivationContext

2008-06-28 Thread Igor Drobiazko
Using @PageActivationContext you don't have to write the onActivate and onPassivate handler methods. Tapestry will generate these methods for you. The following classes are equivalent. If Person is a Hibernate entity you don't even need a ValueEncoder for it. public class Page { @PageActivationC

T5: Using @PageActivationContext

2008-06-28 Thread Angelo Chen
Hi, I came across this new annotation in 5.0.13: @PageActivationContext, not quite understand its use, anybody care to explain? Thanks, Angelo -- View this message in context: http://www.nabble.com/T5%3A-Using-%40PageActivationContext-tp18168624p18168624.html Sent from the Tapestry - User mail