Re: PackageResource - why does'nt get Locale directly from Session ?

2008-06-09 Thread Stefan Simik

Oh yes :-) 
I think, that taking Locale from session could be the most used = the most
suitable default strategy.
Session is the most used place for storing Locale.
I think, that preferred way should be getting Locale from Session as
default.
Passing Locale parameter to the PackageResource constructor does'nt seem to
me like a better way.
Who wants, can subclass PackageResource and override in you own specific
way.
What do you think about it ? 

Stefan




That's just by design to not make the assumption where the locale
comes from. But you can override the class and pass
Session.get().getLocale() and you're done :-)

Eelco

-- 
View this message in context: 
http://www.nabble.com/PackageResource---why-does%27nt-get-Locale-directly-from-Session---tp17696134p17730001.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: PackageResource - why does'nt get Locale directly from Session ?

2008-06-09 Thread Eelco Hillenius
We'd have to have a good reason the break the API. And it's just
something you'd prefer to be different, but it doesn't give you
troubles you can't get around, right? :-)

Eelco

On Mon, Jun 9, 2008 at 3:21 AM, Stefan Simik [EMAIL PROTECTED] wrote:

 Oh yes :-)
 I think, that taking Locale from session could be the most used = the most
 suitable default strategy.
 Session is the most used place for storing Locale.
 I think, that preferred way should be getting Locale from Session as
 default.
 Passing Locale parameter to the PackageResource constructor does'nt seem to
 me like a better way.
 Who wants, can subclass PackageResource and override in you own specific
 way.
 What do you think about it ?

 Stefan




 That's just by design to not make the assumption where the locale
 comes from. But you can override the class and pass
 Session.get().getLocale() and you're done :-)

 Eelco

 --
 View this message in context: 
 http://www.nabble.com/PackageResource---why-does%27nt-get-Locale-directly-from-Session---tp17696134p17730001.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]



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



Re: PackageResource - why does'nt get Locale directly from Session ?

2008-06-09 Thread Stefan Simik

yes, sure :)
It's OK, it is really my preference only ;)



Eelco Hillenius wrote:
 
 We'd have to have a good reason the break the API. And it's just
 something you'd prefer to be different, but it doesn't give you
 troubles you can't get around, right? :-)
 
 Eelco
 
 On Mon, Jun 9, 2008 at 3:21 AM, Stefan Simik [EMAIL PROTECTED]
 wrote:

 Oh yes :-)
 I think, that taking Locale from session could be the most used = the
 most
 suitable default strategy.
 Session is the most used place for storing Locale.
 I think, that preferred way should be getting Locale from Session as
 default.
 Passing Locale parameter to the PackageResource constructor does'nt seem
 to
 me like a better way.
 Who wants, can subclass PackageResource and override in you own specific
 way.
 What do you think about it ?

 Stefan




 That's just by design to not make the assumption where the locale
 comes from. But you can override the class and pass
 Session.get().getLocale() and you're done :-)

 Eelco

 --
 View this message in context:
 http://www.nabble.com/PackageResource---why-does%27nt-get-Locale-directly-from-Session---tp17696134p17730001.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]


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

-- 
View this message in context: 
http://www.nabble.com/PackageResource---why-does%27nt-get-Locale-directly-from-Session---tp17696134p17737813.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: PackageResource - why does'nt get Locale directly from Session ?

2008-06-08 Thread Eelco Hillenius
That's just by design to not make the assumption where the locale
comes from. But you can override the class and pass
Session.get().getLocale() and you're done :-)

Eelco

On Fri, Jun 6, 2008 at 9:17 AM, Stefan Simik [EMAIL PROTECTED] wrote:

 Hi boys,

 I would like to ask, why PackageResource doesn't take the Locale
 from the session, but in constructor ?
 It could be comfortable, if no Locale specified in constructor,
 then it could be taken directly from the session.

 Thanx for the answer.
 Stefan Simik
 --
 View this message in context: 
 http://www.nabble.com/PackageResource---why-does%27nt-get-Locale-directly-from-Session---tp17696134p17696134.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]



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



PackageResource - why does'nt get Locale directly from Session ?

2008-06-06 Thread Stefan Simik

Hi boys,

I would like to ask, why PackageResource doesn't take the Locale 
from the session, but in constructor ?
It could be comfortable, if no Locale specified in constructor, 
then it could be taken directly from the session.

Thanx for the answer.
Stefan Simik
-- 
View this message in context: 
http://www.nabble.com/PackageResource---why-does%27nt-get-Locale-directly-from-Session---tp17696134p17696134.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]