How to customize the View/template html in spring roo 2.0.0.M2? What is equivalent of z="user-managed" or render="false" in spring roo 2.0.0.M2?
Asked
Active
Viewed 180 times
1 Answers
0
Spring Roo 2.0.0.M2 is just a milestone. The feature that you're talking about has not been migrated to 2.x version yet.
If you want, you could create a new issue on https://jira.spring.io/browse/ROO/
Regards,

jcgarcia
- 3,762
- 4
- 18
- 32
-
Thank you for the reply @jcgarcia. – Tech11 Jul 18 '16 at 15:14
-
Is the feature z="user-managed" or render="false" now available in Spring Roo 2.0.0 ? – Tech11 Oct 03 '18 at 15:30
-
Thank you @jcgarcia for your quick reply. – Tech11 Oct 03 '18 at 17:49
-
I tried but both data-z="user-managed" and render="false" are not working... I need to change one of the input field type from "text" to "password" and each time it's getting overwritten by roo. – Tech11 Oct 03 '18 at 18:20
-
Try to include it in a parent element like span, div, instead directly in the element. – jcgarcia Oct 04 '18 at 08:08