PSE and ResourceBundle issue
I originally wanted to limit the Unit's dropdown on the PSE, based on certain conditions, but after opening a call with PTC realized this is not really possible. So with some info from another ptc/user user I was able to create a custom action which will basically check to make sure that the unit selected is valid for the part.
The problem I'm running into is that I wrote a helper class, which reads in a custom .prop file, but the PSE is constantly throwing the following exception:
Caused by: java.util.MissingResourceException: Can't find bundle for base name com.blah.blah.um_families, locale en_US
The exact same code works without issue where it's being called from the edit bom jsp, and our bom loader. I know it has something to do with the PSE being an applet, but I just cannot get it to work.
I figured I would try adding the values from that um_families file into the wt.part.QuantityUnitRB file, but even that throws the same exception.
Anyone have any ideas/suggestions?

