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

Reply via email to