Please log a Jira issue for this... That should not stop processing
altogether...

> -----Original Message-----
> From: Francisco Hernandez [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, September 17, 2003 7:29 AM
> To: [EMAIL PROTECTED]
> Subject: [OS-webwork] preventing ognl exceptions?
> 
> 
> i've got an action field defined as:
> 
> private Long someLong;
> 
> public void setSomeLong(Long someLong) { this.someLong = 
> someLong; } public Long getSomeLong() { return this.someLong; }
> 
> on the url if I use myAction.action?someLong=12345 it works, but if i 
> use myAction.action?someLong=12345x
> 
> I Get an error:
> 
> 500 Internal Server Error
> Caught an Ognl exception while setting property myLong
> 
> so how do I prevent the ognl exception from displaying?
> 
> 
> 
> 
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf 
> _______________________________________________
> Opensymphony-webwork mailing list 
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork
> 


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to