Search:

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

Search: Search took 0.06 seconds.

  1. Replies
    0
    Views
    694

    Why not support Twig

    I see twig-persist, it seems promising for GAE persistence.
    It is a small layer on Google persistence low level API, it seems simple to configure, and eliminates all boilerplate of JPA/Datanucleus ...
  2. Roo 1.1.1 Unable to locate requested type

    Switching from roo 1.1.0 ro 1.1.1
    the following error comes into consolle
    Unable to locate requested type'org.springframework.mail.MailSender'
    and sometimes
    Unable to locate requested...
  3. Replies
    6
    Views
    1,117

    This way roo can use Long Id as it was till now....

    This way roo can use Long Id as it was till now.
    It can do that because the reference to the child object is marked as @transient
    while the persistent reference is to childObjectKey and on...
  4. Replies
    6
    Views
    1,117

    I'm looking for the link you asked me, but...

    I'm looking for the link you asked me,

    but I've to ask sorry for the misplaced information, roo 1.1.1 do something for the long problem for child entity in the _Roo_JavaBean.aj you can find:


    ...
  5. Replies
    6
    Views
    1,117

    I'm writing of about the same question, so I'll...

    I'm writing of about the same question, so I'll add to the following question, as it seems to me neither roo 1.1.1 solves the problem of long Ids for child object, isnt it?

    Googling around I found...
  6. I'm afraid i do not exactely understood how to...

    I'm afraid i do not exactely understood how to do, may you explein better?

    Thanks
  7. Spring MVC Tiles and Dynamic Head content

    My tiles template page is something like this:


    <html
    version="-//W3C//DTD HTML 1.0 Transitional//EN"
    dir="ltr"
    xmlns:jsp="http://java.sun.com/JSP/Page"...
  8. @ rhtran Thank you for this post!

    @ rhtran

    Thank you for this post!
  9. Replies
    0
    Views
    481

    Binding Map

    I red tons of articles on that task, but I can't find any solution to my problem:

    I need to map a Map<MyObject, String> to ma form.
    What i'd like to have is map may bean


    public class MyForm...
  10. dijit.form.NumberTextBox submitted twice on IE

    if dijit.form.NumberTextBox is used on a map of fields,


    <c:forEach var="fatturatoGlobale" items="${fornitore.fatturatoGlobale}">
    <div>
    <form:label...
  11. booking-mvc example does not works on Tomcat & Vista (italian)

    Hi, I just tried to deploy booking-mvc on Tomcat installed on a Microsoft Vista (Italian) and I got the following errors.
    It seems it trying to access file using full phisical path.
    Anyone knows...
  12. Replies
    4
    Views
    1,117

    It works, but another problem arise

    Yes, with 2.0.6 it works, but another problem arise

    using


    ValidationUtils.rejectIfEmpty(errors, "myField", "errors.required", new String[] { "My Field Label" });


    The error code on page...
  13. Replies
    4
    Views
    1,117

    errors.pushNestedPath won't work

    Hi, it seems errors.pushNestedPath won't work,
    I used validator class to validate steps,
    My Parent Validator looks like:


    @Component
    public class FornitoreValidator {
    public void...
  14. I have the have same question to. I'm working...

    I have the have same question to.

    I'm working on SWF and used your similar manner except the fact I used:
    MyApplicationConversionService extending DefaultConversionService and
    Overrididing the...
  15. Replies
    1
    Views
    4,695

    Can't create schema using JPA on Mysql

    Hi, I'm using JPA on Mysql Database, if I create schema manually all is OK,
    while if there isn't any schema I get the following exceptions:

    WARN : org.hibernate.cfg.SettingsFactory - Could not...
  16. Yes, my english is very bad, even worst when my...

    Yes, my english is very bad, even worst when my thougth are not clean.
    in any case you got partially the question.

    The question focus is:
    In that cases is it best to store on the DB the string...
  17. Hi anyone respond me? is the question hard to...

    Hi anyone respond me?

    is the question hard to understand or to easy to respond?

    Please any suggestion on how to choose rigth strategy.
  18. How to best mapping for List of Value (Select)

    Which is best strategy to map service table used in html select component?
    - String
    - enum
    - reference to Object

    I'm going to explein:

    My root object is Customer
    is has some property the...
Results 1 to 18 of 18