Hi,
I followed the tapestry tutorial
(http://tapestry.apache.org/using-beaneditform-to-create-user-forms.html)
and created a Booking class instead of the Address. Then I tried to change
the beanform labels but they do not show up. The submit button shows me
"missing key : submit-label".

Heres the Code of the CreateBooking.tml:

<html t:type="layout" title="Neue Buchung erstellen"
  xmlns:t="http://tapestry.apache.org/schema/tapestry_5_1_0.xsd";>

  <t:beaneditform object="booking" submitlabel="message:submit-label"
reorder="name,amount,date"/>

</html>

And the CreateBooking.properties (both in same package "pages.booking":

name-label=Name
amount-label=Betrag
date-label=Datum
submit-label=Buchung erstellen

The same property names are shown in the bean form, so I wonder where the
error is. The file is UTF-8.

Can anyone help me?

Thanks,
Oliver


-- 
View this message in context: 
http://tapestry.1045711.n5.nabble.com/properties-file-not-read-tp3400271p3400271.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to