I have the same problem.
However I noticed that the calculated field of SpringSecurity should be the standard as well as SHA-256 is generated from this site
This should be stored on the database...
Type: Posts; User: giamak; Keyword(s):
I have the same problem.
However I noticed that the calculated field of SpringSecurity should be the standard as well as SHA-256 is generated from this site
This should be stored on the database...
I'm new with ROO...
I tried to create a custom menu for my application that uses apache tiles when viewing a specific view for my entity people.
So I extended my views.xml with the following code:...
Thank you very much, I solved my problem with your help. Now is ok!!! :)
I changed:
public Converter<User, String> ApplicationConversionServiceFactoryBean.getUserToStringConverter() {
...
Ok, I solved my problem for half, in the view I used itemLabel="username" for create.jspx and update.jspx,
and object="${people.username}" in show.jspx.
But not for list.jspx :(
............
I have a similar problem with my applicationContext-jpa:
Version: 2.9.2.RELEASE
Build Id: 201205071000
OS: Windows 7
JAVA: jdk1.6.0_31
ROO: 1.2.1.RELEASE
[code]
Using Spring Roo, I created a relationship between two tables: peoples and users, using a reference field in peoples.(ManyToOne)
The problem is that when I show the view for peoples, for the...