Re: Problem wuth internacionalization

2008-05-13 Thread Igoor

People thanks a lot :)))
I solved a problem:


dhning-2 wrote:
> 
> Hi,
> 
> What's your tapestry version?
> If is the latest version, you should not put the start.tml,
> start.properties
> in WEB-INF. They should be in parent level of WEB-INF(src/main/webapp/) or
> in /src/main/resources/com/igno/bookStore/pages/.
> And for app.properties, it should be always in WEB-INF.
> 
> Thanks!
> 
> DH
> 
> 
> 2008/5/13, Igoor <[EMAIL PROTECTED]>:
>>
>>
>> when i make files Start.properties and Start_de.properties and put them
>> into
>> WEB-INF, or when i make com.igor.bookStore.pages and put these files into
>> this root my application doesen't work... But when I make files
>> app.properties and app_de.properties into WEB-INF whit same content like
>> Start.properties and Start_de.properties my application work. What i need
>> to
>> do in order to make my application work with Start.properties and
>> Start_de.properties
>> --
>> View this message in context:
>> http://www.nabble.com/Problem-wuth-internacionalization-tp17190006p17190006.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]
>>
>>
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Problem-wuth-internacionalization-tp17190006p17204484.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: Problem wuth internacionalization

2008-05-12 Thread Michael Gerzabek
It depends on how your Module is named. If you name it 
.services.StartModule then it's Start.properties 
(Start_.properties). The archetype creates an AppModule.java 
file, so the right name is App.properties.


Beginning from 5.0.6 - I suspect - you further have to put your 
templates into the webapp root or into your classpath.


Igoor schrieb:

when i make files Start.properties and Start_de.properties and put them into
WEB-INF, or when i make com.igor.bookStore.pages and put these files into
this root my application doesen't work... But when I make files
app.properties and app_de.properties into WEB-INF whit same content like
Start.properties and Start_de.properties my application work. What i need to
do in order to make my application work with Start.properties and
Start_de.properties 
  



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



Re: Problem wuth internacionalization

2008-05-12 Thread dh ning
Hi,

What's your tapestry version?
If is the latest version, you should not put the start.tml, start.properties
in WEB-INF. They should be in parent level of WEB-INF(src/main/webapp/) or
in /src/main/resources/com/igno/bookStore/pages/.
And for app.properties, it should be always in WEB-INF.

Thanks!

DH


2008/5/13, Igoor <[EMAIL PROTECTED]>:
>
>
> when i make files Start.properties and Start_de.properties and put them
> into
> WEB-INF, or when i make com.igor.bookStore.pages and put these files into
> this root my application doesen't work... But when I make files
> app.properties and app_de.properties into WEB-INF whit same content like
> Start.properties and Start_de.properties my application work. What i need
> to
> do in order to make my application work with Start.properties and
> Start_de.properties
> --
> View this message in context:
> http://www.nabble.com/Problem-wuth-internacionalization-tp17190006p17190006.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]
>
>


Problem wuth internacionalization

2008-05-12 Thread Igoor

when i make files Start.properties and Start_de.properties and put them into
WEB-INF, or when i make com.igor.bookStore.pages and put these files into
this root my application doesen't work... But when I make files
app.properties and app_de.properties into WEB-INF whit same content like
Start.properties and Start_de.properties my application work. What i need to
do in order to make my application work with Start.properties and
Start_de.properties 
-- 
View this message in context: 
http://www.nabble.com/Problem-wuth-internacionalization-tp17190006p17190006.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]