Validtion message for maxLength/minLength is messed

2006-09-02 Thread Vinicius Carvalho
Hello there! ? I've noticied that Tapestry validation message's for min/max length is inverted: The error displayed is: The "8" field must have at least Password characters (only the portuguese version :) ) Checking the ValidationStrings for pt_BT confirmed that fields are inverted I guess this

Re: Validtion message for maxLength/minLength is messed

2006-09-02 Thread andyhot
Vinicius Carvalho wrote: > Hello there! ? I've noticied that Tapestry validation message's for > min/max length is inverted: The error displayed is: > > The "8" field must have at least Password characters (only the > portuguese version :) ) > > Checking the ValidationStrings for pt_BT confirmed th

Re: Validtion message for maxLength/minLength is messed

2006-09-02 Thread Vinicius Carvalho
Happened on the 4.0.2, before posting the jira, let me download 4.1 and check if it is ok :) Regards On 9/2/06, andyhot <[EMAIL PROTECTED]> wrote: Vinicius Carvalho wrote: > Hello there! ? I've noticied that Tapestry validation message's for > min/max length is inverted: The error displayed is:

Re: Tacos -Unicode- How it works?

2006-09-02 Thread Sam Gendler
what difficulty are you having, exactly? Bear in mind that java (and tapestry) use the default locale to determine the charset used to read and write files if the Reader or Writer class does not explicitly have new charset set before reading or writing begins. So if your default locale is using

Re: Re: How to be redirected from login form to BasePage?

2006-09-02 Thread Sam Gendler
The previously mentioned Enjoy Web Development with Tapestry 4 book is great, and the Tap in Action book is still very relevant to tap 4. Going with tap 3 now would be a mistake. Tap 4 was a big improvement and most of the available component libraries and such don't support Tap 3 any longer. --

Re: multiple stylesheets

2006-09-02 Thread hv @ Fashion Content
This is exactly why I dont use the Border pattern. you dont need it if you use modern html markup. Page specific titles & meta tags Occasional special stylesheets, javascript for a page id/class parameters on body tags variations of headers/footers/nav bars All go against using Border For an al

How to let "tapestry.asset.UnprotectedAssets" used in T4.0.2?

2006-09-02 Thread Jun Tsai
hi I have two project A,B and a base common project(corner).A use T4.0.2,B use 4.1.1. corner use 4.1.1.In corner I extend tapestry.asset.UnprotectedAssets I find It can't used in T4.0.2 project.How to avoid it ? In hivemind I find but I don't know to use it? Thanks

Re: How to let "tapestry.asset.UnprotectedAssets" used in T4.0.2?

2006-09-02 Thread Jun Tsai
I have to find the method to avoid it: 2006/9/3, Jun Tsai <[EMAIL PROTECTED]>: hi I have two project A,B and a base common project(corner).A use T4.0.2,B use 4.1.1. corner use 4.1.1.In corner I extend tapestry.asset.UnprotectedAssets I find It can't u

Re: How to let "tapestry.asset.UnprotectedAssets" used in T4.0.2?

2006-09-02 Thread Jun Tsai
2006/9/3, Jun Tsai <[EMAIL PROTECTED]>: I have to find the method to avoid it: 2006/9/3, Jun Tsai < [EMAIL PROTECTED]>: > hi > I have two project A,B and a base common project(corner).A use T4.0.2,B > use 4.1.1. corner use 4.1.1.In corner I extend