As I've written in my comment >here< it think could be useful to allow the validation hints at transition level.
if you imagine a complex model object with a tree like organization, list of...
Type: Posts; User: Macs; Keyword(s):
As I've written in my comment >here< it think could be useful to allow the validation hints at transition level.
if you imagine a complex model object with a tree like organization, list of...
Hello
I have a flow that i start passing some query string in as parameter:
<a href="/flowx?id=123">click here</a>
when the flow start I capture those parameters and use them, my problem is...
but if webflow is checking for the size of the list before adding any element, how could this work? LazyList is returning a fake number?
I had to implement the functionality in a different way, but you said you succeed to bind an object to a list that did not have a corresponding object at the same index?
Stuck there myself... 2013.. 5 years and still nothing?
I know this is a really old topic but I just had the same problem in my application. Everything was converted fine and populated, only the "selected" attribute was missing in the option.
I've...
I don;t know if is still a problem in version 1.2 but
I would like to ask if is possible to have an entrancement in the date format management.
Date are mapped by default to "M-" in...
Hello mbabauer,
I got the same problem but made it work.
After you apply the patch you see here: http://bugs.dojotoolkit.org/ticket/10544
you have also to modify the internal template in...
yes i'm using DBRE and attribute = field ( old OO naming convention) .
Here a simplified and translated version of what I have in my DBRE.xml.
<table name="USER">
<column...
adding to this problem I have two finder on that bean, and when i touch the bean the AJ controller that maps these finder is deleted every time. I have to touch the relative controller to get it...
Get an entity class exposed on the MVC, change some attributes adding them to the user managed bean, this will eliminate the same attribute from th AJ generated bean.
Then go to the list.jspx and...
When I write a custom finder method in a controller with the same name, but different parameters Roo keeps removing the aj controller generated (even if contains other finder untouched) and I have to...
It seems to me that with version 1.1.4 roo change the order I've specified in jspx everytime he have to update something on that file.
here is the ticket:
https://jira.springsource.org/browse/ROO-2536
updating with "web mvc update tags" command changed that line in table.tagx with :
<c:otherwise>
<spring:eval expression="item[column]" var="colTxt"/>
</c:otherwise>
that...
here the jira for the Y2K bug:
https://jira.springsource.org/browse/ROO-2534
I've managed to solve the problem without using a filter but it's a bit of manual work and I think it could be managed by ROO,
the main problem is that when you change the "S-" pattern the call to...
You are right, it's not complex to write a converter, it's only not clear that you have to do. When you are new to a framework you don't know the every aspect of it you try to solve these kind of...
Hi i'm here again..
I don't understand the whole thing... why support an annotation @DateTimeFormat
if the only automatic managing is the default one, with the "S-" value?
Changing it does not...
I think it's related to this problem:
http://forum.springsource.org/showthread.php?109841-Roo-1.1.4-not-using-converters-in-list&p=364444#post364444
in my original table.tagx i have this:
...
I don't understand your reply...
why this tag library concatenate the last date value with all the text value columns of the next row? I can't imagine a reason for this.
It seems to me that is a...
Spring roo 1.1.4
The created list.jspx shows incorrect values for the field concatenting the date evaluated in the previous row to all the text fields:
es:
this is a test ...
when I'm done with some of the work I'll post something
Yeah sorry for the title post, frustration and hurry lend to a poor title.
However resolved that issue adding populateMethods=false to @RooWebScaffold annotation and managing myself the populating...
Ok, I don't understand what's going on..
I've created a bean that maps a table and a controller.
Now when I access the the page created to insert a new object of that type
I find that the...