Search:

Type: Posts; User: Macs; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    59

    Validation hints at transition level

    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...
  2. How keep query string parameters in a flow url?

    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...
  3. but if webflow is checking for the size of the...

    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?
  4. I had to implement the functionality in a...

    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?
  5. Stuck there myself... 2013.. 5 years and still...

    Stuck there myself... 2013.. 5 years and still nothing?
  6. Replies
    5
    Views
    2,203

    I know this is a really old topic but I just had...

    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...
  7. Replies
    0
    Views
    245

    Enanchement Request for date format

    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...
  8. Replies
    4
    Views
    773

    Hello mbabauer, I got the same problem but made...

    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...
  9. Replies
    8
    Views
    1,301

    yes i'm using DBRE and attribute = field ( old OO...

    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...
  10. Replies
    8
    Views
    1,301

    adding to this problem I have two finder on that...

    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...
  11. Replies
    8
    Views
    1,301

    Get an entity class exposed on the MVC, change...

    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...
  12. Replies
    0
    Views
    321

    Created/Delete AJ finder controller

    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...
  13. Replies
    8
    Views
    1,301

    It seems to me that with version 1.1.4 roo change...

    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.
  14. Replies
    8
    Views
    1,036

    here is the ticket:...

    here is the ticket:
    https://jira.springsource.org/browse/ROO-2536
  15. Replies
    8
    Views
    1,036

    updating with "web mvc update tags" command...

    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...
  16. Replies
    4
    Views
    1,485

    jira

    here the jira for the Y2K bug:

    https://jira.springsource.org/browse/ROO-2534
  17. Replies
    4
    Views
    1,485

    I've managed to solve the problem without using a...

    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...
  18. Replies
    4
    Views
    1,485

    You are right, it's not complex to write a...

    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...
  19. Replies
    4
    Views
    1,485

    Date Format problem

    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...
  20. Replies
    8
    Views
    1,036

    I think it's related to this problem:...

    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:


    ...
  21. Replies
    8
    Views
    1,036

    I don't understand your reply... why this tag...

    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...
  22. Replies
    8
    Views
    1,036

    table.tagx bugged?

    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 ...
  23. when I'm done with some of the work I'll post...

    when I'm done with some of the work I'll post something
  24. Yeah sorry for the title post, frustration and...

    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...
  25. Why does the controller call findAllFoos() on every request?

    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...
Results 1 to 25 of 31
Page 1 of 2 1 2