Is there a way to generate a ApplicationResources.properties skeleton with Struts cartridge ?hi Pascal,
in the new bpm4struts cartridge (different from the one you are using now) this feature will probably exist as triggers (eg. buttons/links) will have to be i18n'ed and there be represented by their message key rather than the message value, so the JSPs will reflect this and a resource bundle will be generated containing all those keys
it's not 100% sure yet, but I have it in mind
the problem is with html buttons: what you see on the button is exactly what is passed as a request parameter when you submit, so this would be different for each i18n'ed page and that's not desired (the action expects one and only one trigger value)... but I have some solutions in mind
Wouter.
------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Andromda-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/andromda-user
