Hi all,

I have a button that once clicked an Interceptor does something. 
So...I have a form that requires the user to input an ID, how can I check,
in the interceptor, if this value is valid BEFORE it gets to the action
class.

in other words: say a field called resourceID (Long) and the user input any
number and clicks the button how can I get this number in the interceptor? 

(if it was a link, not a button, I could have done request.getParameter and
get the value)

Thanks for any pointers

-- 
View this message in context: 
http://www.nabble.com/S2%3A-using-a-button-how-can-I-get-a-value-of-a-field-in-the-interceptor--tp21037525p21037525.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to