Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    908

    Disply Data Using Grid View

    Hi..

    I want to show my data in grid in my view page(i.e JSP).Can anyone suggest any help and kindly suggest some example if is there any.
  2. Replies
    2
    Views
    1,306

    Ya i have tried a little bit but its giving...

    Ya i have tried a little bit but its giving following exception

    Failed to convert value of type 'java.lang.String' to required type 'org.springframework.web.multipart.MultipartFile'; nested...
  3. Replies
    2
    Views
    1,306

    Import excel sheet

    Can anybody tell me how to import my datas in excel sheet to mysql in spring
  4. Hey it works fine now... Thank u very much..

    Hey it works fine now...
    Thank u very much..
  5. My SystemUserController is like public class...

    My SystemUserController is like

    public class SystemUserController {

    @Autowired
    private Validator systemUserValidator;

    @InitBinder

    protected void...
  6. Thanks a lot... But its showing an exception...

    Thanks a lot...
    But its showing an exception like..

    org.hibernate.exception.ConstraintViolationException: could not insert: [com.unique.domain.SystemUser]; nested exception is...
  7. How to make a field unique with userdefined Exception

    Hi.
    i want to make my username field as unique.
    so that if i repeats the username it will show an error like user already exists.
    can any body help me regarding this.Thanks in advance:)
  8. Thank u very much for ur response.but i think...

    Thank u very much for ur response.but i think with help of pageContext we can get the value in its next page and so...
    but i want to get it through session,can please give me some more idea...
  9. how to get currently logged in user name

    Hi.
    I am new to roo,can anybody tell me how to get the currently logged in user name in my jspx page using roo.Thanks in advance
  10. Replies
    2
    Views
    1,429

    Thank u very much

    Thank u very much
  11. Replies
    2
    Views
    1,429

    Getting java.lang.NumberFormatException

    Hi,
    I am new to spring roo.

    When i am declaring a field like

    field number --fieldName phone --class com.combo.MyClass --type java.lang.Integer --notNull --min 10

    its giving the following...
Results 1 to 11 of 11