Re: subpackages under .pages

2008-09-25 Thread Thiago H. de Paula Figueiredo

Em Thu, 25 Sep 2008 21:08:38 -0300, rs1050 <[EMAIL PROTECTED]> escreveu:


i was using http://localhost:8080/app/customer/CustomerData instead of
http://localhost:8080/customer/CustomerData.


app? Tapestry 4 déjà vu? :)

Thiago

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



Re: subpackages under .pages

2008-09-25 Thread rs1050

i was using http://localhost:8080/app/customer/CustomerData instead of
http://localhost:8080/customer/CustomerData.

Thank you very much for your help!


Onno Scheffers-3 wrote:
> 
>>
>> pages->customer->CustomerData.java
>> pages->manager->Manager.java
>>
>> webapp->customer->CustomerData.tml
>> webapp->manager->Manager.tml
>>
>> is it possible? How to refer to these pages in the url?
>> .../customer/CustomerData did not work...
> 
> 
> 
> That's pretty much how I do it and it works just fine.
> 
> Have you tried accessing the url /customer/Data in your browser? Tapestry
> might just try and clean the duplication away to keep your urls tidy and
> short.
> 
> 
> regards,
> 
> Onno Scheffers
> 
> 

-- 
View this message in context: 
http://www.nabble.com/subpackages-under-.pages-tp19662554p19680437.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


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



Re: subpackages under .pages

2008-09-25 Thread Onno Scheffers
>
> pages->customer->CustomerData.java
> pages->manager->Manager.java
>
> webapp->customer->CustomerData.tml
> webapp->manager->Manager.tml
>
> is it possible? How to refer to these pages in the url?
> .../customer/CustomerData did not work...



That's pretty much how I do it and it works just fine.

Have you tried accessing the url /customer/Data in your browser? Tapestry
might just try and clean the duplication away to keep your urls tidy and
short.


regards,

Onno Scheffers


subpackages under .pages

2008-09-24 Thread rs1050

Hi,

I am trying to figure how how to structure my templates and pages into
dedicated sub-packages like:

pages->customer->CustomerData.java
pages->manager->Manager.java

webapp->customer->CustomerData.tml
webapp->manager->Manager.tml

is it possible? How to refer to these pages in the url?
.../customer/CustomerData did not work...

Thank you.
-- 
View this message in context: 
http://www.nabble.com/subpackages-under-.pages-tp19662554p19662554.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


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