Search:

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

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Need to render JSTL EL stored in a database field (templatin)

    Does anyone know how I can dynamically render fields from a database?

    For example, I have a form where I store "My name is ${person.name}." in a field.

    No matter what I try, the show page...
  2. Replies
    2
    Views
    933

    In your Empoyer.java entity. Add the...

    In your Empoyer.java entity. Add the @OrderBy("sortField") annotation to the OneToMany section.
  3. Replies
    2
    Views
    679

    Thank you so much! I wanted to do the same thing...

    Thank you so much! I wanted to do the same thing and be able to put everything in my Roo script. Thanks for figuring it out and posting the solution. I couldn't figure it out myself.
    :)
  4. Replies
    2
    Views
    1,206

    Spring Roo Code Coverage Test tool

    What code coverage tool is recommended for use with Spring Roo projects?

    I am getting push back from management on being able to use Roo because their code coverage tool does not catch AspectJ...
  5. Replies
    2
    Views
    679

    Apparently no one uses this command.

    Apparently no one uses this command.
  6. Replies
    2
    Views
    679

    Need help with "properties list" command

    The documentation is clear, but perhaps I am missing something because I can't get it to work for me.

    Can someone please give me an example of how to create/set a properties file parameter in the...
  7. Replies
    18
    Views
    2,503

    Table Column Sorting - dojox question

    We are trying to have our tables be sortable. Can someone tell me how the dojo libraries are included in roo projects?

    It seems that it is being provided by the insight.war but I am having trouble...
  8. Replies
    3
    Views
    1,244

    Thanks so much! The param.theme works...

    Thanks so much!

    The param.theme works perfectly.

    But cookie.theme isn't giving me the name.

    This is an example of what I am getting:

    The session theme is: alt
    The cookie theme is:...
  9. Replies
    3
    Views
    1,244

    Theme Resolver - show current theme name

    I have a strange requirement where different sections of an application need to have different color schemes.

    I was thinking of creating a theme for each area.

    Can someone give me an easy way...
  10. http://jira.springframework.org/browse/ROO-556

    http://jira.springframework.org/browse/ROO-556
  11. Oracle issue based on a field named 'number'

    FYI... I made the switch from my desktop MySql database to our oracle RAC environment and noticed that Oracle has issues with the fieldname 'number'.

    1) Here is the roo script
    project...
  12. Replies
    1
    Views
    3,534

    Example web service with roo

    Does anyone have a simple example of a web services implementation on a roo generated project?

    XFire may be a good way to go. I need to provide 'simple' web services interfaces for shared services...
  13. Replies
    6
    Views
    835

    Similar issue...

    I have seen a similar problem and have determined a workaround.

    The application I am working on has several 1:MANY and MANY:MANY relationships. I noticed that only half of my forms were being...
  14. Here is the link to Spring documentation:...

    Here is the link to Spring documentation:
    http://static.springsource.org/spring/docs/3.0.0.RC3/spring-framework-reference/html/ch16s02.html#view-jsp-formtaglib-optiontag
  15. Adding a 'Please Select...' label to form:select form:options

    Not sure if others are having this problem, but I had to do a bit of research for a very simple and likely very common issue.

    Roo generated forms that create select lists default to the first...
  16. Replies
    2
    Views
    771

    Well... I'm not too sure this is the best way to...

    Well... I'm not too sure this is the best way to accomplish what I need, but here is what I have working:

    <div id="roo_vet_specialties">
    <c:if test="${not empty...
  17. Added:...

    Added: https://jira.springsource.org/browse/ROO-468

    :-)
  18. FYI... for some reason the forum isn't allowing...

    FYI... for some reason the forum isn't allowing for the correct c:out value, but the info above should be clear enough to interpret. Sorry about that.
  19. Toggle Login/Logout with User Details Displayed

    Here is a change that I would recommend to the \src\main\webapp\WEB-INF\layouts\default.jspx:

    Change this:



    <c:if test="${pageContext.request.userPrincipal != null}">
    <c:out value="*|*"/>...
  20. Replies
    2
    Views
    771

    Filtered Select option List

    Is there a way to filter the values on a table sourced select list (combo box or multi-select)?

    For example, using the Pet Clinic sample. If you added a boolean column called 'active' for the...
  21. Replies
    23
    Views
    8,899

    I think I figured out my problem. I was including...

    I think I figured out my problem. I was including the security tag library in my layouts/default.jspx page, assuming it would take effect on my views/index.jspx page. It didn't.

    So I added it to...
  22. Replies
    23
    Views
    8,899

    This is exactly the issue I was having. If you...

    This is exactly the issue I was having. If you figure out the exact fix, let me know. I will tinker with my project some more and hopefully it will start working for me too.
  23. Replies
    4
    Views
    2,490

    Thanks. Ben. I tried to use the authz tag...

    Thanks. Ben.

    I tried to use the authz tag library but am still not able to get a working example. I am new to Spring Security so am learning as I go.
  24. Replies
    4
    Views
    2,490

    I figured it out by looking at the...

    I figured it out by looking at the src/main/webapp/WEB-INF/layouts/default.jspx page.

    All I had to do was use: ${pageContext.request.userPrincipal.name}. See below for an example of how I am...
  25. Replies
    4
    Views
    2,490

    roo security show user details

    I know this is a dumb question, but I can't seem to figure out how to display the current logged in user in my roo generated application. Roles and authentication are working fine, just can't display...
Results 1 to 25 of 28
Page 1 of 2 1 2