Feature Requests item #614327, was opened at 2002-09-25 07:02
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=354754&aid=614327&group_id=4754

Category: framework
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Tzvetelin (tzvetelin)
Assigned to: Nobody/Anonymous (nobody)
Summary: Allow params in IComponentStrings

Initial Comment:
IComponentStrings could have a method getString
(String strKey, Object[] arrParams).
I think this is necessary when the component must 
show a message which is parameterized. For example 
you can show a message when an admin deletes 
successfully a user from system. The message can 
be �The user {0} has been successfully deleted.� There 
are a lot of examples where we can use this method.

(This is probably related to the unified translation 
mechanism suggestion)

----------------------------------------------------------------------

>Comment By: Howard Lewis Ship (hship)
Date: 2002-09-29 09:55

Message:
Logged In: YES 
user_id=26816

What you are looking for are the formatString() methods 
implemented  by AbstractComponent.

However, there may be some value in moving this methods to 
the IComponentStrings interface (and implementation).

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=354754&aid=614327&group_id=4754


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Tapestry-developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/tapestry-developer

Reply via email to