Hi experts,
I have an interface which extends ImmutableResourceBundle
and inside that
@Resource("com/MyPath/MyConstants.properties")
public abstract TextResource properties();
and its working fine.
but I need to change the filename after reading the XML file .
eg:
<MySettings>
<PROPERTYFILE TYPE="STRING">MyConstants_C1.properties</PROPERTYFILE>
</MySettings>
from that I need to set the reosuece path as
@Resource("com/MyPath/MyConstants_C1.properties") in run time.. is
that possible?
thanks and regards
Zujee
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---