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
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
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.
-
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
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
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
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
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
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'
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
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
11 matches
Mail list logo