[T5] Layout Component test prblem

2008-06-24 Thread Tan [EMAIL PROTECTED]
hi all, i 'm testing tutorial in http://tapestry.apache.org/tapestry5/tapestry-core/guide/layout.html in start.tml _ html t:type=layout xmlns:t= http://tapestry.apache.org/schema/tapestry_5_0_0.xsd; h1Welcome to the

Re: [T5] Layout Component test prblem

2008-06-24 Thread Marcelo Lotif
Hi, Did you put the Layout.tml on the right package? It should be under src/main/resources/your_app_pkg/components. I recommend you to create a directory called src/main/resources/your_app_pkg/pages and put your pages inside it too. 2008/6/24 Tan [EMAIL PROTECTED] [EMAIL PROTECTED]: hi all, i

Re: [T5] Layout Component test prblem

2008-06-24 Thread Tan [EMAIL PROTECTED]
hi marcelo, thanks for your reply. yes. i did put src/main/resources/your_app_pkg/components src/main/resources/your_app_pkg/pages is there any possibility? Thank you. Regards, Cyber On Tue, Jun 24, 2008 at 8:40 PM, Marcelo Lotif [EMAIL PROTECTED] wrote: Hi, Did you put the Layout.tml

Re: [T5] Layout Component test prblem

2008-06-24 Thread Tan [EMAIL PROTECTED]
Hi, I did have put some message in setuprender and onactivate. i did show me the System.out.println(test1); but, how come it didn't render the div ? Thankk you. On Tue, Jun 24, 2008 at 9:39 PM, Tan [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: hi marcelo, thanks for your reply. yes. i did put

Re: [T5] Layout Component test prblem

2008-06-24 Thread Tan [EMAIL PROTECTED]
sorry. should be after SetupRender. then it ended by right if there is an error. it should go to cleanuprender. but, it didn't go though that function. On Tue, Jun 24, 2008 at 10:01 PM, Tan [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I did have put some message in setuprender and

Re: [T5] Layout Component test prblem

2008-06-24 Thread Tan [EMAIL PROTECTED]
ok. now all the function are successful go though. [component:setupRender] [component:beginRender] [component:beforeRenderTemplate] [component:beforeRenderBody] [component:afterRenderBody] [component:afterRenderTemplate] [component:afterRender] [component:cleanupRender] but, still didn't show div