Hi,
I have two POJO's.
public class department {
private String id;
private String name;
.....
Type: Posts; User: rohit_virbhadre; Keyword(s):
Hi,
I have two POJO's.
public class department {
private String id;
private String name;
.....
Hi,
I want to add an external configuration file in my roo application.
I have some web service urls, FTP server urls which can change in future.
So, file like Grails Config.groovy can help...
Hi,
I have Domain class with hasMany relationship.
class1{
hasMany[class2:class2]
}
class2{
Class3 class3
belongsTo[class1:class1]
Hi,
I am ignoring some rows from the gsp at run time.
and therefor pagination is not working properly.
Can we manage it run time
Thanks & Regards,
Rohit
Hi,
I am using Grails 1.1.1 in my project.
My list size is 150px which i can not maximize. Some of my elements are large in size and goes out of list.
So I just want to show value of element...
Hi,
I am trying to access the data from the table whose Entity is not created in the application.
I just want the list of data for displaying in Select list.
Is it possible using following...
Hi,
I am using Hibernate and MySql in my roo application.
There are some tables in the database which I am not going to implement in my application but I want to use these tables for some...
Hi Marten,
Thanks for the reply,
Actually this code is for loading the form in which i am passing the data to be loaded when form loads.
Now I want to submit the form to different...
Hi,
I am using form:select in my roo project.
I am trying to hide the form:select using javascript.
document.getelementbyid('userName').disabled=true;
...
Hi,
I have created new page in the folder where all the scaffolded pages are present.
I have added new method in the controller to load the form attribute.
@RequestMapping(params =...
Hi,
I want to set null in my select list.
Now its displaying all the items from the list, i just want to add ----------SELECT---------- option at the top of the list.
So user can select the...
Hi,
Can we add filter to the Column in jspx.
i.e Search Option on the header which will populate drop-down and after selecting item from the list that record will be displayed.
Thanks,
Rohit
Hi
I worked on Grails for 1 year and I am working on Roo for last 6-7 months,
I think CRUD in Grails is good than roo because,
Roo is good when you are developing basic CRUD applications...
can we make any changes to columns.tagx to add sorting facility.
Like
<jsp:directive.attribute name="sortableColumn" type="java.lang.String" required="false" description="Sorting Column" />
...
Hi,
Thanks for the example.
Can we add property Sortable to make the Column Sortable in Ascending/Descending Order.
I tried Sortable column using Display tag library, but I need to...
Hi,
There is no facility provided in roo to make column sortable.
In grails there is one attribute in column to make the field/column sortable
Any idea how to do this.
Thanks,
Rohit
Hi,
I added unique=true to the annotation @Columns,
Instead of displaying error message the exception page will be displayed.
Please help,
Thanks,
Rohit
Hi,
I am customizing roo generated create method.
I added "HttpServletResponse response" as a parameter to the Create method.
its not working.
My Create method
public String...
Check the Spring roo preference is added in STS or not in Windows - Preferences - Spring - Spring roo
just create the new project from the roo shell(command prompt). you will find the "com.springsource.sts.roo.core.prefs" file in .settings folder, just copy and paste this file in .settings folder of...
Hi,
I have implemented the Selenium in my application. And I am running my application from the STS but Selenium test runner will not appear.
Actually I developed my whole project using STS...
Hey, thanks for the reply
I have done that also,
But not working.
Hi,
I have tried jQuery in roo application but not working
here is my code
menu.jspx
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
Thanks for the reply,
Can you please post the sample code using jQuery and Spring roo.
Thanks & Regards,
Rohit
Hi all,
I want to design a tree view menu in roo application like jQuery tree view,
I found that using jQuery library in the roo project is not possible.
So, is there any other way to implement...