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.
Type: Posts; User: gyanendra909; Keyword(s):
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.
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...
Can anybody tell me how to import my datas in excel sheet to mysql in spring
Hey it works fine now...
Thank u very much..
My SystemUserController is like
public class SystemUserController {
@Autowired
private Validator systemUserValidator;
@InitBinder
protected void...
Thanks a lot...
But its showing an exception like..
org.hibernate.exception.ConstraintViolationException: could not insert: [com.unique.domain.SystemUser]; nested exception is...
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:)
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...
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
Thank u very much
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...