Bugs item #1358666, was opened at 2005-11-17 11:43
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1358666&group_id=119783

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: core
Group: 1.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Ingram Chen (ingramchen)
Assigned to: Nobody/Anonymous (nobody)
Summary: ${label} not work in global properties file

Initial Comment:

A MyPage.java which contains a "myForm" component with
property file: MyPage.properties as below:

===============================================
RequiredValidator = ${label} is required
myForm.bookId = Book ID
===============================================

then validation message work well and is "Book ID is
required"

However, if I move above messages into global
MyWebApplication.properties,
the message I got become: "bookId is required", which
use componentId instead of defined label: "myForm.bookId". 

(test CVS HEAD 2005/11/17)

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1358666&group_id=119783


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
Wicket-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to