Hi guys...
My goal would be to be able to define a bean in the spring config file like
this:
Code:
<bean id="monthSelectionModel"
class="org.apache.tapestry.form.BeanPropertySelectionModel">
<poperty name="messages" ref="messages"/>
</bean>
In this property class i would habe a setMessages(Messages messages). This
would help me to localize my PropertySelections...
Is there a way to get the messages object of tapestry into a spring bean?
Or is there another way to be able to localize property selections?!
thx
Stefan
--
View this message in context:
http://www.nabble.com/Injecting-hivemind-properties-into-spring-beans-tf2773128.html#a7735411
Sent from the Tapestry - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]