Hello,
In my code following lines are present and works as expected.

.java file for Panel contains a FeedbackPanel and displays warning message
using following code:
info(getLocalizer().getString("deleteConfirm", this));

application.properties file contains
deleteConfirm: Do you want to delete user from the list?

What is required now, is to include user name to the existing message.
e.g. Do you want to delete user 'XYZ' from the list?
Since user name will be available at runtime, dynamically how can it be
included in the message?



 


-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Internationalization-dynamic-message-for-feedback-Panel-tp3070945p3070945.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to