Search:

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

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    379

    Customize solr roo addon fields

    Hi,

    I created a small twitter like application with spring roo (1.1.5).
    Now I want to index my tweets with solr.
    I added the solr addon as described here:...
  2. Replies
    0
    Views
    1,389

    Invalid byte 1 of 1-byte UTF-8 sequence

    Hello,

    After scaffolding the project with roo, I modified a lot of files and kept everything in sync with roo (eclipse and sts). Now I wanted to add selenium tests, but I always get an error in...
  3. Replies
    2
    Views
    1,204

    You could use dojo to add tabs or even pagination...

    You could use dojo to add tabs or even pagination to your menu.
    Just follow the examples described here:...
  4. Replies
    2
    Views
    657

    You could set the render attribute to false of...

    You could set the render attribute to false of the generated create and update views.

    <field:input field="fieldName" id="fieldName_Id" render="false" z="user-managed"/>
    To keep your old data...
  5. Okay I found a way to fix this ...

    Okay I found a way to fix this
    http://forum.springsource.org/showthread.php?p=351683

    But I think it could be a nice improvment to roo to change the behavior of the render attribute. Setting a...
  6. Ok, I fixed it by removing the @Valid Annotation...

    Ok, I fixed it by removing the @Valid Annotation for the update method.
    Now my target object is not automatically validated.
    So I need to add a Validator and check for errors.
    After that I merged...
  7. Hi fraveau, I'm facing with the same problem...

    Hi fraveau,

    I'm facing with the same problem
    http://forum.springsource.org/showthread.php?t=105620

    Did you find any solutions?

    tob
  8. setting render to false updates fields with empty values

    I have a mvc generated view and I want some fields not be displayed when updating the entry.
    So I set the render attribute of the field:input tag to false

    <field:input field="login"...
  9. Same problem using roo 1.1.2. I copied some...

    Same problem using roo 1.1.2.

    I copied some Converters from ApplicationConversionServiceFactoryBean_Roo_ConversionService to ApplicationConversionServiceFactoryBean and modified them to my needs....
  10. Calendar properties in list views not displayed as dateformats

    Calendar fields are not correctly shown in the roo generated mvc list.jspx files.

    For example I have a calendar field:


    @NotNull
    @Future
    @Temporal(TemporalType.TIMESTAMP)
    ...
  11. Replies
    11
    Views
    2,606

    Hi there, I'm facing the same problem. I did...

    Hi there,

    I'm facing the same problem.
    I did the following steps:
    1. I created the entities and fields

    entity --class ~.domain.Product --testAutomatically
    field string --fieldName name...
  12. Here is an example: First you need to define a...

    Here is an example:
    First you need to define a valid configuration like this:


    <bean id="xsltController" class="com.company.app.MyController" />

    <!-- View Resolver -->
    <bean...
  13. I'm having the same problem. Even the docs of...

    I'm having the same problem.
    Even the docs of spring still relate to the deprecated AbstractXsltView class.

    http://static.springframework.org/spring/docs/2.5.x/reference/view.html#view-xslt
  14. Replies
    2
    Views
    7,677

    Thanks for your help John, I build a noop...

    Thanks for your help John,

    I build a noop actionRequest and now it works.
    I'm using the standard liferay buttons to change the window state, so I think its a liferay problem.

    tob
  15. Replies
    2
    Views
    7,677

    portlet: no matching handler found

    Hi there,

    I'm using spring-webmvc-portlet 2.5.6 to build a portlet for liferay 5.1.2.
    I build my portlet as described in the petsample. I have several views defined by different RequestMappings...
  16. Replies
    8
    Views
    1,859

    Thanks for the help. I used a own written...

    Thanks for the help.



    I used a own written HibernateUtil Class to manage my session


    public class HibernateUtil {
    private static final SessionFactory sessionFactory;
    private static...
  17. Replies
    8
    Views
    1,859

    How can I have a new session per request? Can...

    How can I have a new session per request?
    Can you give my some clues?
  18. Replies
    8
    Views
    1,859

    I steped a little bit deeper into my problem....

    I steped a little bit deeper into my problem.
    Each time a load an object, it will be saved into the hibernate session.
    Now, when I change an attribute to an empty value, the object is not valid any...
  19. Replies
    8
    Views
    1,859

    Hibernate Caching problem

    Hi,

    I'm using Spring 2.0.3 with Hibernate 3.2.2.ga in a webapp.
    I encoutered the following problem:
    I have a form with a text field wich represents a database table entry.
    When I remove the...
  20. Thanks Macar, now I automaticly submit my form...

    Thanks Macar,

    now I automaticly submit my form with the isFormSubmission() method and header forward to my successView.

    @mdeinum:
    As far as I see it is not possible to overwrite the final...
  21. Thanks, but I want to redirect my page on...

    Thanks,

    but I want to redirect my page on initial display time and not on submit. That's why I need to overwrite my formView in the formBackingObject method or in showForm.
  22. setting formView with the value of successView

    Hi,

    I've got the following problem.
    I have got a workflow to change an object. So in a SimpleFormController I provided a formBackingObject method to do this.
    But on some cases I do not want to...
  23. Replies
    5
    Views
    2,291

    Thanks Jörg, I also use the spring lucene...

    Thanks Jörg,

    I also use the spring lucene modules 0.8. This package requires spring 2.0.3. I did not check that maven dependency.
    Now I switched back to spring 2.0.3.

    Greetings from Leipzig...
  24. Replies
    5
    Views
    2,291

    Locking in the changelog of spring I have found...

    Locking in the changelog of spring I have found the following additional information in the Changes of version 2.0.4 (2007-04-10)

    http://static.springframework.org/spring/docs/2.0.x/changelog.txt...
  25. Replies
    5
    Views
    2,291

    Upgrade Spring 2.0.3 to 2.0.5 error

    servus,

    I develop a webapp using maven2, spring2 and jetty6. Everything works fine until I decided to update to the latest spring version (from 2.0.3 to 2.0.5).

    Now I have got the following...
Results 1 to 25 of 32
Page 1 of 2 1 2