Re: StreamResponse and inPlace Grid question

2011-09-24 Thread cqasker
Hey guys, just wanted to finally follow up. Time has been scarce lately so I didn't get a chance to post my findings. Again thanks to Taha and especially Joost for helping with this issue -- you guys made me look in the right places especially that JIRA issue. So basically I do have the same prob

Re: modifying the List of error messages in ValidationTracker

2011-09-24 Thread Steve Eynon
Yep, clear() on the default implementation of the ValidationTracker does clear all state held. As ValidationTracker is an interface you could write your own implementation and set it on the form using the tracker parameter. On 23 September 2011 22:02, Ray Nicholus wrote: > I'm trying to figur

Re: Handling components event in the page that includes the component

2011-09-24 Thread Geoff Callender
In case it helps, here is an example of custom components triggering events with no callback: http://jumpstart.doublenegative.com.au/jumpstart/examples/component/crud/persons and with callback (returning the zone(s) to update): http://jumpstart.doublenegative.com.au/jumpstart/

Re: T5.2, line break not rendered.

2011-09-24 Thread Barry Books
For the most part browsers treat any whitespace as a single "space" character. You can override this with CSS or convert the line break to a - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands,

Re: T5.2, line break not rendered.

2011-09-24 Thread Thiago H. de Paula Figueiredo
On Sat, 24 Sep 2011 08:41:26 -0300, Dimitri wrote: Hi all, I m getting text from my database, containing line break. The text is, for exemple: "TEST TEST" When i include it on a webpage, it shows "TEST TEST". HTML ignores line breaks unless inside a element. -- Thiago H. de Paula Figueir

Re: [t5.2.6] Non compatible component declaration in tml and java class not firing an exception

2011-09-24 Thread Thiago H. de Paula Figueiredo
On Fri, 23 Sep 2011 12:52:17 -0300, Muhammad Gelbana wrote: I tried to have the most descriptive subject..that was my best shot You succeeded. :) *Index.tml* *Index.page* @Property private String select; @Component(id="select") private *TextField* select Again, it's obviously a tapest

Re: [t5.2.6] Non compatible component declaration in tml and java class not firing an exception

2011-09-24 Thread Thiago H. de Paula Figueiredo
On Sat, 24 Sep 2011 08:30:22 -0300, Steve Eynon wrote: Yeah, it's generally safer to use the @InjectComponent annotation It's the right thing to do. @Component is for declaring component instances, not for injecting them in a class. -- Thiago H. de Paula Figueiredo Independent Java, Apa

T5.2, line break not rendered.

2011-09-24 Thread Dimitri
Hi all, I m getting text from my database, containing line break. The text is, for exemple: "TEST TEST" When i include it on a webpage, it shows "TEST TEST". I didn't find why... And btw the utf-8 encoding problem is still pending, no matter what i try. > http://tapestry.1045711.n5.nabble.com

Re: [t5.2.6] Non compatible component declaration in tml and java class not firing an exception

2011-09-24 Thread Steve Eynon
Yeah, it's generally safer to use the @InjectComponent annotation On 24 September 2011 06:58, Muhammad Gelbana wrote: > I opened a jira issue as Thiago suggested: > https://issues.apache.org/jira/browse/TAP5-1667 > > On Fri, Sep 23, 2011 at 5:52 PM, Muhammad Gelbana wrote: > >> I tried to have

Re: debugging jumpstart in Eclipse (missing line numbers)

2011-09-24 Thread Geoff Callender
I've released 5.4.15 with the fix. Please let me know whether the "Debugging" section I've just added to the Tips page answers your other questions. http://jumpstart.doublenegative.com.au/jumpstart5.4/tips.html Cheers, Geoff On 24/09/2011, at 12:52 PM, Geoff Callender wrote: > The f