I’m using the Stripes MVC text tag, but get an exception if I add Angular’s ng-model to it because the attribute obviously isn’t supported in the taglib. Does anybody know best practices for handling this situation?
<s:text name="name" ng-model="yourName" />
I’m not very familiar with the Stripe’s tag libraries but from what I can see looking at their documentation (http://www.stripesframework.org/display/stripes/Tag+Library+Doc) Stripes MVC does include a version of their tlds where you are allowed to use so called “dynamic attributes”:
So I guess you should simply import the ‘dynamic’ version of the tlds and use it like this: