You can use the getClass() method syntax
<c:if test="${accountWithSecuritiesViewBean.getClass().name =='my.package.PresentTwoBean'}">
Also the name fetches the fully qualified name of the object
Type: Posts; User: adam.g.pullen; Keyword(s):
You can use the getClass() method syntax
<c:if test="${accountWithSecuritiesViewBean.getClass().name =='my.package.PresentTwoBean'}">
Also the name fetches the fully qualified name of the object
Hello,
It appears as though you can use the input redirect operator "<" to have roo to execute your script.
i.e.
roo < roo-commands.txt
Hello,
RooBot says
I have created an addon for roo "spring-roo-behaviours"
I have (or at least think i have) signed it using a key.
Have executed the following commands in an attempt to...
Related topic
http://forum.springsource.org/showthread.php?108880-Generated-list-jspx-generate-all-fields
Just want to +1 for adding git to the terminals path.
Hello,
was also looking for a way for roo to explain why it was giving me this error
java.lang.ClassCastException: org.springframework.roo.model.EnumDetails cannot be cast to java.lang.Integer...