Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Add Order to Derived Column using Criteria Builder

    Hi,

    I have two POJO's.

    public class department {

    private String id;
    private String name;

    .....
  2. Replies
    0
    Views
    216

    Configuration file in roo

    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...
  3. Replies
    0
    Views
    467

    Criteria Builder Issue

    Hi,

    I have Domain class with hasMany relationship.

    class1{
    hasMany[class2:class2]
    }
    class2{
    Class3 class3
    belongsTo[class1:class1]
  4. Replies
    0
    Views
    251

    Pagination Issue

    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
  5. Replies
    0
    Views
    488

    g:select issue

    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...
  6. Query query = session.createSQLQuery is not working in roo

    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...
  7. How to execute SQL Queries from roo Controller

    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...
  8. Replies
    2
    Views
    627

    Hi Marten, Thanks for the reply, Actually...

    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...
  9. How to disable and Hide element

    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;
    ...
  10. Replies
    2
    Views
    627

    Custome Form in Roo issue

    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 =...
  11. Replies
    1
    Views
    552

    How to Set null in

    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...
  12. Replies
    1
    Views
    655

    Filter Column in Spring roo jspx

    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
  13. Replies
    7
    Views
    8,498

    CRUD in Grails is good than Roo

    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...
  14. can we make any changes to columns.tagx to add...

    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" />
    ...
  15. Hi, Thanks for the example. Can we add...

    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...
  16. How to make Column Sortable in roo

    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
  17. @Columns(unique=true) is not working

    Hi,

    I added unique=true to the annotation @Columns,
    Instead of displaying error message the exception page will be displayed.

    Please help,

    Thanks,
    Rohit
  18. Using HttpServletResponse in roo Controller

    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...
  19. Replies
    16
    Views
    1,717

    Check the Spring roo preference is added in STS...

    Check the Spring roo preference is added in STS or not in Windows - Preferences - Spring - Spring roo
  20. Replies
    16
    Views
    1,717

    just create the new project from the 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...
  21. Can we run Selenium Tests by running the application form STS

    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...
  22. Replies
    5
    Views
    1,054

    Hey, thanks for the reply I have done that...

    Hey, thanks for the reply

    I have done that also,
    But not working.
  23. Replies
    5
    Views
    1,054

    jQuery is 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"?>
  24. Replies
    5
    Views
    1,688

    Thanks for the reply, Can you please post the...

    Thanks for the reply,

    Can you please post the sample code using jQuery and Spring roo.

    Thanks & Regards,
    Rohit
  25. Replies
    5
    Views
    1,688

    Treeview like jQuery

    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...
Results 1 to 25 of 51
Page 1 of 3 1 2 3