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  ...
may i know is it can not find tml file?

On Tue, Jun 24, 2008 at 10:25 PM, Tan [EMAIL PROTECTED] <[EMAIL PROTECTED]>
wrote:

> 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 onactivate.
>> i did show me the System.out.println("test1");
>> but, how come it didn't render the  ?
>> 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
>>> src/main/resources//components
>>> src/main/resources//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 on the right package? It should be under
 src/main/resources//components. I recommend you to
 create a directory called src/main/resources//pages and
 put your pages inside it too.

 2008/6/24 Tan [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
 > hi all,
 >
 > i 'm testing tutorial in
 > http://tapestry.apache.org/tapestry5/tapestry-core/guide/layout.html
 >
 > in start.tml
 >
 _
 >
 > http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";>
 >
 >   Welcome to the Nifty Web Application!
 >
 >   
 >Would you like to Log In?
 >   
 > 
 >
 _
 >
 > after rendered.
 >
 > it should be
 >
 
 > http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";>
 >
 >My Nifty Web Application
 >
 >
 >
 >Nifty Web Application
 >
 >   Welcome to the Nifty Web Application!
 >
 >   
 >Would you like to Log In?
 >   
 >
 >(C) 2008 NiftyWebCo, Inc.
 >
 >
 > 
 >
 
 >
 > but, how come. after render. it become
 >
 
 > http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";>
 >
 >My Nifty Web Application
 >
 >
 >
 >   Welcome to the Nifty Web Application!
 >
 >   
 >Would you like to Log In?
 >   
 >
 >
 > 
 >
 
 >
 >
 > can some one help me?
 > Thank you.
 >
 > Cyber
 >



 --
 Atenciosamente,

 Marcelo Lotif
 Programador Java e Tapestry
 FIEC - Federação das Indústrias do Estado do Ceará
 (85) 3477-5910

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


>>>
>>
>


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 onactivate.
> i did show me the System.out.println("test1");
> but, how come it didn't render the  ?
> 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
>> src/main/resources//components
>> src/main/resources//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 on the right package? It should be under
>>> src/main/resources//components. I recommend you to
>>> create a directory called src/main/resources//pages and
>>> put your pages inside it too.
>>>
>>> 2008/6/24 Tan [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
>>> > hi all,
>>> >
>>> > i 'm testing tutorial in
>>> > http://tapestry.apache.org/tapestry5/tapestry-core/guide/layout.html
>>> >
>>> > in start.tml
>>> >
>>> _
>>> >
>>> > http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";>
>>> >
>>> >   Welcome to the Nifty Web Application!
>>> >
>>> >   
>>> >Would you like to Log In?
>>> >   
>>> > 
>>> >
>>> _
>>> >
>>> > after rendered.
>>> >
>>> > it should be
>>> >
>>> 
>>> > http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";>
>>> >
>>> >My Nifty Web Application
>>> >
>>> >
>>> >
>>> >Nifty Web Application
>>> >
>>> >   Welcome to the Nifty Web Application!
>>> >
>>> >   
>>> >Would you like to Log In?
>>> >   
>>> >
>>> >(C) 2008 NiftyWebCo, Inc.
>>> >
>>> >
>>> > 
>>> >
>>> 
>>> >
>>> > but, how come. after render. it become
>>> >
>>> 
>>> > http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";>
>>> >
>>> >My Nifty Web Application
>>> >
>>> >
>>> >
>>> >   Welcome to the Nifty Web Application!
>>> >
>>> >   
>>> >Would you like to Log In?
>>> >   
>>> >
>>> >
>>> > 
>>> >
>>> 
>>> >
>>> >
>>> > can some one help me?
>>> > Thank you.
>>> >
>>> > Cyber
>>> >
>>>
>>>
>>>
>>> --
>>> Atenciosamente,
>>>
>>> Marcelo Lotif
>>> Programador Java e Tapestry
>>> FIEC - Federação das Indústrias do Estado do Ceará
>>> (85) 3477-5910
>>>
>>> -
>>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>>> For additional commands, e-mail: [EMAIL PROTECTED]
>>>
>>>
>>
>


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  ?
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
> src/main/resources//components
> src/main/resources//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 on the right package? It should be under
>> src/main/resources//components. I recommend you to
>> create a directory called src/main/resources//pages and
>> put your pages inside it too.
>>
>> 2008/6/24 Tan [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
>> > hi all,
>> >
>> > i 'm testing tutorial in
>> > http://tapestry.apache.org/tapestry5/tapestry-core/guide/layout.html
>> >
>> > in start.tml
>> >
>> _
>> >
>> > http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";>
>> >
>> >   Welcome to the Nifty Web Application!
>> >
>> >   
>> >Would you like to Log In?
>> >   
>> > 
>> >
>> _
>> >
>> > after rendered.
>> >
>> > it should be
>> > 
>> > http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";>
>> >
>> >My Nifty Web Application
>> >
>> >
>> >
>> >Nifty Web Application
>> >
>> >   Welcome to the Nifty Web Application!
>> >
>> >   
>> >Would you like to Log In?
>> >   
>> >
>> >(C) 2008 NiftyWebCo, Inc.
>> >
>> >
>> > 
>> > 
>> >
>> > but, how come. after render. it become
>> > 
>> > http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";>
>> >
>> >My Nifty Web Application
>> >
>> >
>> >
>> >   Welcome to the Nifty Web Application!
>> >
>> >   
>> >Would you like to Log In?
>> >   
>> >
>> >
>> > 
>> > 
>> >
>> >
>> > can some one help me?
>> > Thank you.
>> >
>> > Cyber
>> >
>>
>>
>>
>> --
>> Atenciosamente,
>>
>> Marcelo Lotif
>> Programador Java e Tapestry
>> FIEC - Federação das Indústrias do Estado do Ceará
>> (85) 3477-5910
>>
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>


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//components
src/main/resources//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 on the right package? It should be under
> src/main/resources//components. I recommend you to
> create a directory called src/main/resources//pages and
> put your pages inside it too.
>
> 2008/6/24 Tan [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
> > hi all,
> >
> > i 'm testing tutorial in
> > http://tapestry.apache.org/tapestry5/tapestry-core/guide/layout.html
> >
> > in start.tml
> > _
> >
> > http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";>
> >
> >   Welcome to the Nifty Web Application!
> >
> >   
> >Would you like to Log In?
> >   
> > 
> > _
> >
> > after rendered.
> >
> > it should be
> > 
> > http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";>
> >
> >My Nifty Web Application
> >
> >
> >
> >Nifty Web Application
> >
> >   Welcome to the Nifty Web Application!
> >
> >   
> >Would you like to Log In?
> >   
> >
> >(C) 2008 NiftyWebCo, Inc.
> >
> >
> > 
> > 
> >
> > but, how come. after render. it become
> > 
> > http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";>
> >
> >My Nifty Web Application
> >
> >
> >
> >   Welcome to the Nifty Web Application!
> >
> >   
> >Would you like to Log In?
> >   
> >
> >
> > 
> > 
> >
> >
> > can some one help me?
> > Thank you.
> >
> > Cyber
> >
>
>
>
> --
> Atenciosamente,
>
> Marcelo Lotif
> Programador Java e Tapestry
> FIEC - Federação das Indústrias do Estado do Ceará
> (85) 3477-5910
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


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//components. I recommend you to
create a directory called src/main/resources//pages and
put your pages inside it too.

2008/6/24 Tan [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
> hi all,
>
> i 'm testing tutorial in
> http://tapestry.apache.org/tapestry5/tapestry-core/guide/layout.html
>
> in start.tml
> _
>
> http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";>
>
>   Welcome to the Nifty Web Application!
>
>   
>Would you like to Log In?
>   
> 
> _
>
> after rendered.
>
> it should be
> 
> http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";>
>
>My Nifty Web Application
>
>
>
>Nifty Web Application
>
>   Welcome to the Nifty Web Application!
>
>   
>Would you like to Log In?
>   
>
>(C) 2008 NiftyWebCo, Inc.
>
>
> 
> 
>
> but, how come. after render. it become
> 
> http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";>
>
>My Nifty Web Application
>
>
>
>   Welcome to the Nifty Web Application!
>
>   
>Would you like to Log In?
>   
>
>
> 
> 
>
>
> can some one help me?
> Thank you.
>
> Cyber
>



-- 
Atenciosamente,

Marcelo Lotif
Programador Java e Tapestry
FIEC - Federação das Indústrias do Estado do Ceará
(85) 3477-5910

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]