You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by SergeEby <sd...@hotmail.com> on 2007/01/21 21:48:52 UTC

BeanForm message catalog

Hi,

I am trying to convert my application to use the BeanForm library but I am
running into a problem:
My message catalog mapping keys are stored in a database and don't match to
beans' property names. 
Is there a way to specify the keys (like in contrib:table)?

Thanks,

--
Serge
-- 
View this message in context: http://www.nabble.com/BeanForm-message-catalog-tf3050261.html#a8479126
Sent from the Tapestry - User mailing list archive at Nabble.com.


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


Re: BeanForm message catalog

Posted by Barry Books <tr...@gmail.com>.
You can store the messages in a properties file just like table, but I
run all my messages out of a database also and beanform works for me.
I set my database up so it looks up a key and if it does not find one
it creates a record with a null value. Then I can find all the keys I
don't have.

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