I have the following problem:

I implemented my web application with message resources
which are queried dinamically from a database. I use Struts
and my struts-config.xml contains the following row:

   <message-resources factory="com.myapp.MessageResourcesFactory" key="
org.apache.struts.action.MESSAGE" parameter=""/>

I implemented this factory class, and a class
which extends the org.apache.struts.util.MessageResources
class. This works fine. I can retrieve the message from database.

Now I'm trying to use Beehive and
can't find the annotation(s) for solving this problem!

Shall I edit the struts-config xmls manually?
This wouldn't be nice!:(

Thank you in advance!


Best regards!
Balazs

Reply via email to