At 4:07 PM -0800 2/11/05, Billy Ng wrote:
Hi folks,

Would anybody please tell me if Struts handles any methods other than get and post?

Not out of the box, but it would be totally trivial to extend ActionServlet and implement those methods to do what Struts does for GET and POST.


The problem is that the other HTTP methods have implied semantics that make it unlikely what what you want Struts to do is treat them exactly as if they were GET or POST.

So then the question is: what do you want Struts to do when it handles the less common HTTP methods?

Joe

--
Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "Narrow minds are weapons made for mass destruction" -The Ex


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to