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
Type: Posts; User: bliu72; Keyword(s):
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
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.
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
...
Just downloaded ROO release RC4, this works. thanks
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...
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'...
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....
-- When roo RC4 will be released?
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...
I have observed same behavior, I have
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>org.springframework.security.core</artifactId>
...
I am trying to have roo create two tables
Users
id
username
password
UserRoles
id
roleName