Re: t5.1.x: IOC only app

2009-06-26 Thread Juan E. Maya
It works without problem. It even works now with hibernate. The only thing u have to do is to startup the registry manually On Sat, Jun 27, 2009 at 3:38 AM, Angelo Chen wrote: > > Hi Thiago, > > Sorry for that.  Need to create a simple command line app and like to use T5 > IOC in it, one way to do

Re: Tapestry 6: Famous last words?

2009-06-26 Thread Daniel Jue
Heh..the first release of Windows NT was v3.1, so I guess there is nothing sacred with version numbers. Not to mention Sun marketing. ;-) I imagine once the paradigms shift enough because of new innovations/evolution of standards, a new product will have to emerge to support it. It just won't be

T5 change grid column header label

2009-06-26 Thread haipeng du
How could I change label for grid header and keep the sorting function. -- Haipeng Du Salt Lake City

Re: t5.1.x: IOC only app

2009-06-26 Thread Angelo Chen
Hi Thiago, Sorry for that. Need to create a simple command line app and like to use T5 IOC in it, one way to do that is, follow the article in the wiki which works for 5.0.18, sure it will work for 5.1.x, is there a quickstart or a maven target that can easily does that job now in 5.1.x? Thanks

Re: t5.1.x: IOC only app

2009-06-26 Thread Sven Homburg
Angelo, you questions somtimes realy funny! specify you problem, and its more easier for us to reflect to your problems with regards Sven Homburg Founder of the Chenille Kit Project http://www.chenillekit.org 2009/6/27 Angelo Chen : > > Hi, > > is there any easier way now to create IOC only

t5.1.x: IOC only app

2009-06-26 Thread Angelo Chen
Hi, is there any easier way now to create IOC only app in 5.1.x? or still the same as the one documented in wiki? Thanks A.C. -- View this message in context: http://www.nabble.com/t5.1.x%3A-IOC-only-app-tp24228790p24228790.html Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: Feedback on application status page

2009-06-26 Thread Jason Lotz
My desire for having it as a component rather than a page is that I want to be able to see this info on every request. I have the component display the output below my footer and it works great. I can always keep an eye on this information without having to have a separate browser tab open. Befo

Re: matriz

2009-06-26 Thread Juan E. Maya
Hi Shing! would u please be so kind to send the source code also to me? I also interested to see how it was done :) Thanks a lot On Thu, Jun 25, 2009 at 10:19 PM, Shing Hing Man wrote: > > I have written a component to input a matrix. > The following page has an example to input a square matrix.

Re: Tapestry 6: Famous last words?

2009-06-26 Thread Thiago H. de Paula Figueiredo
Em Fri, 26 Jun 2009 17:03:13 -0300, Michael Gentry escreveu: "I just felt the need to reiterate that I don't see there ever being a T6;..." Simple: T5.0 => T5.1 => ... => T5.9 => T7.0 hehehe :) Another path would be T5.0 => T5.1 => ... => T5.9 => ... T5.10 ... (supposing backward-comp

Re: Tapestry 6: Famous last words?

2009-06-26 Thread Michael Gentry
"I just felt the need to reiterate that I don't see there ever being a T6;..." Simple: T5.0 => T5.1 => ... => T5.9 => T7.0 - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h..

Re: Tapestry 6: Famous last words?

2009-06-26 Thread Brandon Atkinson
I agree. Breaking backwards compatibility between major revisions is why developers make a distinction between major and minor revisions.There is nothing inherently wrong with incompatible major revisions. The problem occurs when... 1) Major revisions are released too frequently (likely due to

Re: Tapestry 6: Famous last words?

2009-06-26 Thread Thiago H. de Paula Figueiredo
Em Fri, 26 Jun 2009 15:40:28 -0300, escreveu: In fact, quite the contrary, it dissuades people who are evaluating Tapestry. During Tapestry's long history, most people complained about the lack of backward compatibility. Some even chose to not use Tapestry because of that. It was the sou

Re: T5 & CRUD

2009-06-26 Thread Thiago H. de Paula Figueiredo
Em Fri, 26 Jun 2009 13:55:17 -0300, Sven Homburg escreveu: for spring-less DAOs try this: http://www.chenillekit.org/chenillekit-hibernate/index.html Just to make sure, Ars Machina's Generic DAO-Hibernate does not have any dependency on Spring, just on Hibernate itself. The project websi

Tapestry 6: Famous last words?

2009-06-26 Thread kranga
I saw the following comment on Howard's blog and felt compelled to comment: "I just felt the need to reiterate that I don't see there ever being a T6; I see a stream of backwards compatible updates to Tapestry 5.1. In fact, I think the 5.0 -> 5.1 transition was a little rougher than I'd like for

gridtable with hashmap

2009-06-26 Thread Gutemberg Albuquerque Da Silva
somebody knows to make one gridtable with one hashmap? thanks. -- Gutemberg Albuquerque Da Silva

Re: T5 & CRUD

2009-06-26 Thread Sven Homburg
for spring-less DAOs try this: http://www.chenillekit.org/chenillekit-hibernate/index.html with regards Sven Homburg Founder of the Chenille Kit Project http://www.chenillekit.org 2009/6/26 Norman Franke : > I did look into that, but I don't really want to use Spring's IoC and I > couldn't g

Re: T5 & CRUD

2009-06-26 Thread Norman Franke
I did look into that, but I don't really want to use Spring's IoC and I couldn't get the demo to run. Tons of Maven problems. Documentation also seemed sparse. Is there an online demo? The controllers seemed to have the almost identical interface as the DAOs (and I'd rather have the DAO do

Re: T5 & CRUD

2009-06-26 Thread Thiago H. de Paula Figueiredo
On Fri, Jun 26, 2009 at 12:31 PM, Norman Franke wrote: > I'm going to create an app using T5.1 that will do a lot of CRUD-type > things. I'll need lots of flexibility. What's the best way to go about this? > I want to use tapestry-hibernate. and I'm likely going to do some type of > DAO. Take a lo

T5 & CRUD

2009-06-26 Thread Norman Franke
I'm going to create an app using T5.1 that will do a lot of CRUD-type things. I'll need lots of flexibility. What's the best way to go about this? I want to use tapestry-hibernate. and I'm likely going to do some type of DAO. Any advice appreciated. Norman Franke Answering Service for Dire

T5 : focus on a radio button on error

2009-06-26 Thread Mathieu Hicauber
Hi, Is there any way to get the focus on a radio button when an error occurs ? I'm going through the source code of Radiogroup.java, but I can't see the way of doing this. Thank you, Mathieu.

Re: Feedback on application status page

2009-06-26 Thread Hugo Palma
Thanks Peter, i'll update the code accordingly. On Fri, Jun 26, 2009 at 10:03, wrote: > Hi Hugo, > > Thanks again, I updated my page with your changes... just FYI I found that > occasionally I get the following error: > > Caused by: java.util.NoSuchElementException >at java.util.StringTo

Re: Environmental annotation

2009-06-26 Thread Sergey Didenko
Thank for the tip, Kristian. So probably this bug is not important then. On Fri, Jun 26, 2009 at 9:56 AM, Kristian Marinkovic wrote: > when compiled your inner class will get an own .class file > in the components package. tapestry will load any class > from the components package and enhance it.

Re: Feedback on application status page

2009-06-26 Thread P . Stavrinides
Hi Hugo, Thanks again, I updated my page with your changes... just FYI I found that occasionally I get the following error: Caused by: java.util.NoSuchElementException at java.util.StringTokenizer.nextToken(StringTokenizer.java:332) at com.albourne.web.components.admin.Applicati

Re: Feedback on application status page

2009-06-26 Thread Hugo Palma
Hi Jason, thanks for your feedback. The version i uploaded here https://issues.apache.org/jira/browse/TAP5-570already checks for production mode. Regarding the page vs component, i implemented it as a page because that seems to be the Tapestry approach for this type of stuff. But if you prefer a c