ContactUs

Please send your Questions & Answers or Feedback to "mohan@javabook.org"

What is the "global-forwards" in Struts Config File ?

Forwards are instances of the ActionForward class returned from an ActionForm's execute method.These map logical names to specific resources (typically JSPs) <forward> element has following attributes.

name: logical name of the forward used within execute() method of Action class to forward to the next resource

path: to-be-forwarded resource

redirect: redirect (true) or forward (false)

Related Posts Plugin for WordPress, Blogger...
Flag Counter