Re: OT: Different type of MVC

2007-10-13 Thread Renat Zubairov
I've worked once with the application where all content, e.g. HTML, Javascript, CSS was put in the DB. Not very good idea . Renat On 12/10/2007, Daniel Jue <[EMAIL PROTECTED]> wrote: > Hi all, this is not Tapestry related, but since people here keep up > with the cutting edge frameworks, I'm wond

Re: [T5] Label

2007-10-13 Thread Michael Gerzabek
Hi Nick, That was REALLY easy! Wow, 5 minutes and a new component is born. It's hard to believe. The more I work with T5 the more I like it. So let's have a look at RadioGroup... Cheers, Michael Nick Westgate schrieb: > Hi Michael. > > In the future it should be easy to do this with a Mixin, bu

Re: T5: styling the error messages

2007-10-13 Thread Nick Westgate
Override the error CSS in your own CSS file, and please add a note here: http://wiki.apache.org/tapestry/Tapestry5HowToOverrideTheDefaultErrorMessageBanner Cheers, Nick. Angelo Chen wrote: Hi, shows list errors in a red box, any way to style this? thanks. A.C. -

Re: [T5] RadioGroup

2007-10-13 Thread Nick Westgate
The obvious answer to your question is the source for RadioGroup.java. ;-) http://tapestry.apache.org/tapestry5/apidocs/src-html/org/apache/tapestry/corelib/components/RadioGroup.html Basically, RadioGroup is responsible for the collective behaviour of Radios when each is rendering, and when the

Re: [T5] Label

2007-10-13 Thread Nick Westgate
Hi Michael. In the future it should be easy to do this with a Mixin, but there are a couple of problems that might (or might not) get in the way currently. Anyway, it's very easy to write components. Just take the Radio.java source eg from http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/ ta

Re: T5: Tapestry, Hibernate and Underscores.

2007-10-13 Thread Angelo Chen
Hi Olivier, In that tutorial the only place with underscore is _session, the entities for hibernate do not have underscore, I prefer this way, it looks normal when u do some sql/hql queries, but for Tapestry variables ,seems to me, a unspoken rule here is to prefix underscore. A.C. Olivier-36

[T5] Label

2007-10-13 Thread Michael Gerzabek
Hi, Another question from a newbie. What would it take to read the text surrounded by A pretty label text: and use this if no .properties are provided? Michael -- "Path is created through walking" [winged words] - To unsubs

Re: T5: Tapestry, Hibernate and Underscores.

2007-10-13 Thread lasitha
Hi oliver, hibernate is pretty well documented... :) http://www.hibernate.org/hib_docs/v3/reference/en/html/session-configuration.html#configuration-namingstrategy Cheers, lasitha. On 10/13/07, Olivier <[EMAIL PROTECTED]> wrote: > > But that would mean I have to map each and every column. I was a

[T5] RadioGroup

2007-10-13 Thread Michael Gerzabek
Hi, I'm new to tapestry and started with T5. It's awesome stuff! With the tutorial, the maven archetype and a few hints from the wiki and the mailing list startup was straight forward. Compared to many other frameworks this is really one of the BIGGEST advantages of T5. Great job guys!!! I'

Re: T5: Tapestry, Hibernate and Underscores.

2007-10-13 Thread Olivier
But that would mean I have to map each and every column. I was actually looking for a way to tell hibernate: "Hey, all my class properties are prefixed with an underscore but my db columns are not.". Is something like that possible? On Fri, 12 Oct 2007 09:51:20 -0700, "Josh Canfield" <[EMAIL PROT

Re: how to use ioc of t5 ?

2007-10-13 Thread MavenMan
thanks . you are a capable man ! I have it resolved . but I still want to ask a basic question:Is using ioc to manage my DAO class a best and only approach ? Davor Hrg wrote: > > you must not put your dao objects into pages or components packages... > > http://wiki.apache.org/tapestry/Tape