Now it's fixed: https://github.com/SpringSource/spring-roo/commit/37c227fcc190b6851f38db96af4571f0018cdcc4
The next issue I plan to tackle is https://jira.springsource.org/browse/ROO-3026, to...
Type: Posts; User: figura; Keyword(s):
Now it's fixed: https://github.com/SpringSource/spring-roo/commit/37c227fcc190b6851f38db96af4571f0018cdcc4
The next issue I plan to tackle is https://jira.springsource.org/browse/ROO-3026, to...
Yes, Allan applied the patch I provided.
However, my first patch is generating messages with a toString on the object, and the growl component becomes messy on interface.
On the current...
I know this thread is a bit old, but I noticed that the improvement was not raised on Jira, so I created a new improvement and suggested a patch for it:
...
Improvement raised on Jira:
https://jira.springsource.org/browse/ROO-3282
I've attached a possible fix to Jira, but I still need to take some time and try to provide it in a patch format.
I...
I got to this thread due to an error, and apparently upgrading the version is not as easy as shown here.
After upgrading Primefaces version I started to experience javascript errors (Object...
I noticed the conversation API made it to the 3.1.0.M2 release, though it was not announced as a new feature.
Is the conversation scope in the spring-context module ready for users to give a try?...
Congrats for the release. Great work!
Keith Donald, Web Flow Project Lead, mentioned that the Web Flow 3.0 development was starting in january, and a first milestone was due late February 2010. See:
...
Hi Keith,
I was wondering if there are any plans for updating Spring IDE tools for Web Flow.
In my opinion, the graphical editor is a great way to understand a flow in a quick glance, but this...
If the Roo Shell is open for your project, just change the field name directly in the java source code.
Roo will detect that the file has changed, and will cascade the changes.
I solved my problem using the ActionMapperTagHandler solution from the richfaces photoalbum example app.
Itīs simple, but it took me a lot of googling to find:
...
I couldnīt manage to get this working...
My template source:
<rich:toolBarGroup>
<a4j:commandLink action="#{action}" styleClass="toolbar-button">
<h:graphicImage id="#{id}"...
I have the same problem with sf:commandLink. I needed the sf:commandLink for displaying a view in popup mode (popup=true in the transition).
My current workaround for not loosing the the...