list of possible message resource keys?

2008-10-14 Thread dukehoops

Is there a list of all possible message bundle resource keys that wicket
1.3.4 recognizes? 

I thought it's: name of class implementing IValidator sans trailing
Validator but then there are Required and LengthValidator keys so I
guess not...

thanks!
-nikita

-

Nikita Tovstoles
vside.com


-- 
View this message in context: 
http://www.nabble.com/list-of-possible-message-resource-keys--tp19980430p19980430.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: list of possible message resource keys?

2008-10-14 Thread dukehoops

Is it whatever AbstractValidator.resourceKey() returns?



dukehoops wrote:
 
 Is there a list of all possible message bundle resource keys that wicket
 1.3.4 recognizes? 
 
 I thought it's: name of class implementing IValidator sans trailing
 Validator but then there are Required and LengthValidator keys so I
 guess not...
 
 
 
 thanks!
 -nikita
 


-

Nikita Tovstoles
vside.com


-- 
View this message in context: 
http://www.nabble.com/list-of-possible-message-resource-keys--tp19980430p19980686.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: list of possible message resource keys?

2008-10-14 Thread Jeremy Thomerson
You might just look in Application.properties in the source code to see.

For example:
http://fisheye6.atlassian.com/browse/wicket/trunk/wicket/src/main/java/org/apache/wicket/Application.properties?r=694475


-- 
Jeremy Thomerson
http://www.wickettraining.com


On Tue, Oct 14, 2008 at 2:25 PM, dukehoops [EMAIL PROTECTED] wrote:


 Is there a list of all possible message bundle resource keys that wicket
 1.3.4 recognizes?

 I thought it's: name of class implementing IValidator sans trailing
 Validator but then there are Required and LengthValidator keys so I
 guess not...

 thanks!
 -nikita

 -
 
 Nikita Tovstoles
 vside.com
 

 --
 View this message in context:
 http://www.nabble.com/list-of-possible-message-resource-keys--tp19980430p19980430.html
 Sent from the Wicket - User mailing list archive at Nabble.com.


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