Search:

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

Search: Search took 0.02 seconds.

  1. Thread: TextArea cols?

    by dailer
    Replies
    7
    Views
    2,852

    hmm. The css links in load-scripts.tagx is: ...

    hmm. The css links in load-scripts.tagx is:



    <link rel="stylesheet" type="text/css" media="screen" href="${roo_css_url}"><!-- required for FF3 and Opera --></link>
    <link rel="stylesheet"...
  2. Thread: TextArea cols?

    by dailer
    Replies
    7
    Views
    2,852

    so I found that if I remove the following from...

    so I found that if I remove the following from the dijit.css



    .dijitTextArea[cols] {width: auto;}


    it works correctly. However I can't seem to override this css. Not sure how to do that but...
  3. Thread: TextArea cols?

    by dailer
    Replies
    7
    Views
    2,852

    the problem is, to fix it, you need to fix both...

    the problem is, to fix it, you need to fix both css "width" and "cols"
  4. Thread: TextArea cols?

    by dailer
    Replies
    7
    Views
    2,852

    TextArea cols?

    Using 1.1.0.RELEASE a text area generated by scaffolding seems to default to cols="20". If I change textarea.tagx to include a "cols" property, it doesn't have any affect:



    <form:textarea...
  5. Replies
    9
    Views
    1,294

    Ended up with two configs which I think ends up...

    Ended up with two configs which I think ends up being a good way to split an admin app from the consumer facing app. No more worrying about a change to the web context config breaking something roo...
  6. Replies
    9
    Views
    1,294

    well, I'm not sure how to fix this. I need...

    well, I'm not sure how to fix this. I need "<mvc:annotation-driven/>" for roo conversions to work, which creates a AnnotationMethodHandlerAdapter behind the scenes I believe. But I need to wire up my...
  7. Replies
    9
    Views
    1,294

    this post describes the issue I'm having:...

    this post describes the issue I'm having:
    http://forum.springsource.org/showthread.php?t=81238

    I just need to figure out how to manually configure the converters.
  8. Replies
    9
    Views
    1,294

    unfortunately, I can't seem to get my...

    unfortunately, I can't seem to get my webmvc-config.xml order set up correctly to both use XStream and get the roo converters working.
  9. Replies
    9
    Views
    1,294

    I'm using 1.1.0.RELEASE

    I'm using 1.1.0.RELEASE
  10. Replies
    9
    Views
    1,294

    I figured it out. As part of this project, I was...

    I figured it out. As part of this project, I was also creating an Xstream based REST api. When I added the Xstream OXM config to webmvc-config.xml, I moved this line:

    <mvc:annotation-driven/>
    ...
  11. Replies
    9
    Views
    1,294

    anyone? There's too much magic between the time...

    anyone? There's too much magic between the time the http request is made and my controller is called. Normally I'd expect a PropertyEditor to handle converting a String to an object here, but there...
  12. Replies
    9
    Views
    1,294

    ManyToOne web scaffold failing

    I have a simple OneToMany relationship between two entities (Licensee has many AppUsers) that I have created web scaffolds for. When I try to save an AppUser with a reference to a Licensee, I get:
    ...
  13. Replies
    1
    Views
    856

    as a work around, ended up copying those js and...

    as a work around, ended up copying those js and css files from the spring jar into my webapp dir.
  14. Replies
    2
    Views
    669

    roo> controller scaffold --entity...

    roo> controller scaffold --entity ~.domain.AppUser --class ~.web.admin.AppUserController --path admin/appusers
    Created SRC_MAIN_JAVA/com/webappname/web/admin
    Created...
  15. Replies
    2
    Views
    669

    controller path problem

    it seems that if I create a controller like so:



    controller scaffold --entity ~.domain.AppUser --class ~.web.admin.AppUserController --path admin/appusers


    the links in the jsp files are...
  16. Replies
    1
    Views
    856

    404 on js and css files

    I have a basic roo project that and I'm getting 404 errors on the css and js files in scaffolded controllers. These are all pulled in via the load-scripts.tagx:



    <spring:url...
  17. Replies
    4
    Views
    963

    am I missing something basic here? It seems like...

    am I missing something basic here? It seems like there should be a way to have a standalone jar file that uses spring and have it load an application context, including loading some resources from...
  18. Replies
    4
    Views
    963

    well, I know why it's happening. The javadoc for...

    well, I know why it's happening. The javadoc for org.springframework.core.io.ClassPathResource says:

    Supports resolution as java.io.File if the class path resource resides in the file system, but...
  19. Replies
    4
    Views
    963

    thanks for the suggestion, but that didn't seem...

    thanks for the suggestion, but that didn't seem to have any affect.
  20. Replies
    4
    Views
    963

    can't find resource

    I have some spring config and a resource in another jar I'm trying to load but it can't find one of the resources.

    my-spring.xml contains;

    <beans>
    <bean id="mySource"...
Results 1 to 20 of 20