Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: Release 1.5.1
-
Fix Version/s: Release 1.6
-
Component/s: Tag Library
-
Labels:None
Description
Hello,
The options collection tag tries to localize ALL labels in the collection. There should be an attribute, localizeLabels=true (default?) to skip over this block.
For some reason this is just on by default even though I bet most stripes apps are either not localized, or are but done in their own different way. Particularly with regards to select labels, those often come from the database and not a property file. I can see how this may be useful, just questioning whether it really is that often or should be the default. I think if you knew you wanted localized labels, you would go and look for this feature to turn on instead of just trying it and being nicely surprised.
2 unnecessary bundle lookups for every <option tag (there are thousands!) on this page should not be happening unless told to do so by the page author. thoughts?
I agree. There should be a way to turn off bundle lookups if they are unnecessary. I'll look into this.