Re: (newbie) Tapestry generated

2008-11-25 Thread Howard Lewis Ship
work... I use the >> same rounded corner trick! >> >> cheers, >> Peter >> >> - Original Message - >> From: "akira" <[EMAIL PROTECTED]> >> To: users@tapestry.apache.org >> Sent: Tuesday, 25 November, 2008 2:53:51 AM GMT +

Re: (newbie) Tapestry generated

2008-11-25 Thread akira
mber 25, 2008 4:12:41 PM JST To: Tapestry users Subject: Re: (newbie) Tapestry generated Tapestry is meant to generate valid XHTML, which means the tag should be closed, but due to a bug introduced recently it appears not to with certain tags see: https://issues.apache.org/jira/browse/TAP5-3

Re: (newbie) Tapestry generated

2008-11-25 Thread Nicolas Charles
time use a instead, it will work... I use the same rounded corner trick! cheers, Peter - Original Message - From: "akira" <[EMAIL PROTECTED]> To: users@tapestry.apache.org Sent: Tuesday, 25 November, 2008 2:53:51 AM GMT +02:00 Athens, Beirut, Bucharest, Istanbul Subje

Re: (newbie) Tapestry generated

2008-11-24 Thread Peter Stavrinides
same rounded corner trick! cheers, Peter - Original Message - From: "akira" <[EMAIL PROTECTED]> To: users@tapestry.apache.org Sent: Tuesday, 25 November, 2008 2:53:51 AM GMT +02:00 Athens, Beirut, Bucharest, Istanbul Subject: (newbie) Tapestry generated Hi, this is th

(newbie) Tapestry generated

2008-11-24 Thread akira
Hi, this is the first time i'm using Tapestry. I'm using a css tricky to make rounded corners, the css uses empty b (bold) to create the rounded corners, when Tapestry generates the html it creates the open b but doesn't create the closing b: what i want: Tapestry generated code: There's s

newbie- tapestry 5 internals?

2008-11-11 Thread hari ks
hi, I am totally new to tapestry 5. I did read the tapestry 5 building web applications book which is nice. Was trying to go through the source code. There is tapestry filter ,IOC modules etc.. Is there any link explaining tapestry internal architecture? Also when running maven I had to us

Re: Newbie Tapestry

2008-03-11 Thread Patrick Moore
Why don't we just move T5 up to T7 just so that we can say that T6 is the "old" version :-) -Pat

Re: Newbie Tapestry

2008-03-07 Thread David Marquis
AND, not to forget references to Tapestry 'Six' : Rob Smeets (?) quoted: > I googled and also learnt there is Tapestry -Six- in the works which would also be a whole new beast not compatible with all previous Tapestry versions. WTheck ? Come on, give us a break. -- David On 7-Mar-08, at 6:2

Re: Newbie Tapestry

2008-03-07 Thread Davor Hrg
I really hope there are no Tapestry trolls on wicket mailing list, like you are one here. I'd like not to feed the troll, but I feel the need to mark you as troll, so that new users don't get alarmed too much by your fud. Like for chain letters and spam, it takes a moment to recognize the pattern

Re: Newbie Tapestry

2008-03-07 Thread Angelo Turetta
Rob Smeets wrote: Hi Gabriel, I dug into this list and found a routine that when someone dare to ask a legitimate question that probably may sound "politically incorrect" to some members, he gets the troll label. Why? I think that's too easy to do. Please answer my questions, if you have one.

Re: Newbie Tapestry

2008-03-07 Thread Rob Smeets
Hi Gabriel, I dug into this list and found a routine that when someone dare to ask a legitimate question that probably may sound "politically incorrect" to some members, he gets the troll label. Why? I think that's too easy to do. Please answer my questions, if you have one. Rob On Fri, Mar 7, 2

AW: Newbie Tapestry

2008-03-07 Thread Martin Kersten
. Cheers, Martin (Kersten) -Ursprüngliche Nachricht- Von: Rob Smeets [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 7. März 2008 11:00 An: users@tapestry.apache.org Betreff: Newbie Tapestry Hi, I am a newbie in Tapestry. Our organization is going to build a large scale web application in

Re: Newbie Tapestry

2008-03-07 Thread Gabriel Landais
Rob Smeets a écrit : Hi, [...] Rob Don't feed the troll Gabriel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Newbie Tapestry

2008-03-07 Thread Rob Smeets
Hi, I am a newbie in Tapestry. Our organization is going to build a large scale web application in 3 months time and me together with 2 other developers have been asked to research and come up with a good web framework to use. I suggested Tapestry but almost all the developers on our team rejected

Re: Newbie - Tapestry and Databases

2007-03-02 Thread Hernâni Cerqueira
You could try torque from apache, it's easy to use and set up, and anyone who knows how to use an import staement knows how to integrate torque with tapestry. If you want some more info feel free to ask... Hernâni Damian Sobieralski escreveu: I am wondering if anyone could assist me in resour

FW: Newbie - Tapestry and Databases

2007-03-02 Thread Damian Sobieralski
: Newbie - Tapestry and Databases I am wondering if anyone could assist me in resources for working with databases? As a newbie, I've went through book and tutorial examples covering form submission and page rendering in Tapestry. YAY! But now I am ready (I think) to dive into database a

Re: Newbie - Tapestry and Databases

2007-03-02 Thread Olivier Jacquet
For Tapestry 4 there is the excellent book by Tong Ka Iok which covers database access and hibernate in detail. http://www.agileskills2.org/EWDT/ Damian Sobieralski wrote: I am wondering if anyone could assist me in resources for working with databases? As a newbie, I've went through bo

Newbie - Tapestry and Databases

2007-03-02 Thread Damian Sobieralski
I am wondering if anyone could assist me in resources for working with databases? As a newbie, I've went through book and tutorial examples covering form submission and page rendering in Tapestry. YAY! But now I am ready (I think) to dive into database access. But a quick search on this topic

Re: [newbie] Tapestry-Spring

2006-11-22 Thread Daniel Tabuenca
That's correct. I use @Connfigurable to inject spring objects into tapestry pages. The downside is the need to include an xml bean configuraion in spring for each page I want to inject to, although I've been using the spring-annotation project to define the beans using annotations rather than xml.

Re: [newbie] Tapestry-Spring

2006-11-22 Thread Cyrille37
Daniel Tabuenca a écrit : I think what you read there is not necessarily true. If you are using Spring 2.0 and bean scopes or target sources then spring will give you a proxy and automatically manage the lifecycle for you. Also keep in mind that you can easily use spring itself to inject the bean

Re: [newbie] Tapestry-Spring

2006-11-22 Thread Daniel Tabuenca
I think what you read there is not necessarily true. If you are using Spring 2.0 and bean scopes or target sources then spring will give you a proxy and automatically manage the lifecycle for you. Also keep in mind that you can easily use spring itself to inject the beans into a tapestry page by u

[newbie] Tapestry-Spring

2006-11-22 Thread Cyrille37
Hello, I'm steel walking on the web to learn more about WebApplication with Tapestry and other frameworks integration before starting to draw the architecture of my future project... It's not so simple ;-) Today I'm looking for Tapestry4 and Spring2. On the site of Tapestry-Spring (http://h