Search:

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

Search: Search took 0.02 seconds.

  1. What's the best pratice to create non entity related web controller

    What's the best pratice to create non entity formbackbean related web controller in Roo? I want to create web controller, jspx, non entity formbackingbean, etc...

    thanks
    Bin
  2. Refresh works

    Yes, pressing browser refresh button works, but I don't expect user has to press browser refresh button manually after login :-) Seems this is a pretty serious issue.
  3. Testing Result from RC4

    Hi Ben,

    It is still reproducible. I have attached zip file from backup command. thanks

    Also this is my configuration for security:

    a) modify applicationContext-security.xml
    ...
  4. Replies
    9
    Views
    10,408

    resolved

    Just downloaded ROO release RC4, this works. thanks
  5. Replies
    9
    Views
    10,408

    localization

    define ValidationMessages.properties works fine, however, I also defined ValidationMessages_zh_CN.properties, but app still shows me the value from ValidationMessages.properties, not from...
  6. here is the console log after user second login....

    here is the console log after user second login.

    Rendering view [org.springframework.web.servlet.view.tiles2.TilesView: name 'log
    in'; URL [login]] in DispatcherServlet with name 'demoroo'...
  7. login again right after logout caused the blank page

    After created a new roo project (RC3), I secured the project so user has to login to access the page. This works correctly, when user is access the index.jspx page, a login page is presented to him....
  8. Replies
    23
    Views
    8,954

    Rc4

    -- When roo RC4 will be released?
  9. Replies
    23
    Views
    8,954

    Problem solved, sort of

    Just tried again. I saw this problem when deploying app to springsource dm server 2.0 from springsource tool suite. However, if I ran app from command line "mvn tomcat:run", this time security is run...
  10. Replies
    23
    Views
    8,954

    Observed same behavior

    I have observed same behavior, I have

    <dependency>
    <groupId>org.springframework.security</groupId>
    <artifactId>org.springframework.security.core</artifactId>
    ...
  11. Replies
    1
    Views
    1,555

    how roo create table with cascade in mysql

    I am trying to have roo create two tables

    Users
    id
    username
    password

    UserRoles
    id
    roleName
Results 1 to 11 of 11