lastname;
>> }
>> @Column(name="USER_PASSWORD")
>> public String getPassword() {
>> return password;
>> }
>> @RequiredStringValidator(message="Password must be
>> present",key="validate.password",trim=true)
>> public void setPassword(String password) {
>> this.password = password;
>> }
>> }
>>
>>
>> findUser-success.jsp wrote:
>>>
>
e="Password must be
> present",key="validate.password",trim=true)
> public void setPassword(String password) {
> this.password = password;
> }
> }
>
>
> findUser-success.jsp wrote:
>>
>> <%...@page contentT
spsarolkar wrote:
public void prepare(){
if(emailId==null){
this.user=new User();
}
else{
this.user=userService.findByEmail(emailId);
}
}
So if emailId is null you construct a new one, but if it is not null and
findB
java:211)
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:381)
at
org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:396)
at
org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:442)
When i tried to debug it I am getti
4 matches
Mail list logo