Hi all,
I have been using roo for couple of months now. I want to know whether there is any mechanism to control the flow of the application. For example i have a 'user' and a 'application' table...
Type: Posts; User: pathfinder92; Keyword(s):
Hi all,
I have been using roo for couple of months now. I want to know whether there is any mechanism to control the flow of the application. For example i have a 'user' and a 'application' table...
Hi,
These days i am developing a medium scale project using spring roo. I have finalized the DB schema and created the entities using DBRE. In the system i am developing, user need to follow a...
Hi,
i want to add a html form to index.jspx page and a custom servlet to handle the submit event. Is this possible?
can you please tell me the needed steps to get this done.
Than you in...
Hi,
i just noticed that i haven't included part in the xml.
Anyway thanx a lot for replying. :) :)
this is the code snippet of menu.jspx
when i login as an admin user, home page is shown without a left menu bar. At the same time an exception occurred as shown below. The other menu item is...
Hi,
thank you for replying. I installed spring security configuraton and implmented the login page using an external database. Where should i used the taglibs??? I tried to edit menu.jspx using the...
Hi,
I created a CRUD UI for several entities and i want to hide/show menu items based on the spring security based authentication. Can somone please tell me an efficeint way of doing this??
...
Hi,
I created a login page with the command "security setup" . When i used that command , credentials are saved in the "applicationContext-security.xml" file. Is there a way to do the...
got it sorted out. Anyway thanx alot for your help. I got the job done.
Thanx
Hi mmartinez,
Thanx for replying. I changed the applicationContext-security.xml file. Now it gives an error saying "The webpage at http://localhost:8080/asm/login has resulted in too many...
I somehow managed to do this. But when i start the application it automatically goes to the homepage instead of the login page. Is there a way to direct the application to login page automatically...
Hi,
I am a beginner in spring roo and i want to create a login page for the application. Can someone please give a step by step guide to create a login.
Than you in advance.
Hi all,
I want to know the easiest way to integrate our own gui templates to spring roo applications instead of using the default ones.
Thank you.
Hi,
I'm a beginner in spring roo. I created a simple roo application and added finder methods using the "finder add' command. aj files are created according to the command. But the finder tabs are...
Thanx for replying. I got it this time.
cheers
Hi all,
I'm an absolute beginner in spring roo. I developed a small phonebook application.
project phonebook
jpa setup --provider HIBERNATE --database MYSQL
entity jpa --class...
Hi all,
Now i'm facing the same issue. I'm beginner in spring roo and created a small phonebook application.
project phonebook
jpa setup --provider HIBERNATE --database MYSQL
entity jpa...