• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

want to know about <struts-config> forward tag

 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am working on <struts-config> file. where I came across <forward > tag and its attributes. The question now is in path attribute there is something
like



I want to know about the functionalities of attributes. especially the "path" attribute and the status part of the path attribute.

I attached the screen shot of the file where i have the doubt.so can any one reply ASAP.


Thanks and Regards

Suvendu
forward-tag.JPG
[Thumbnail for forward-tag.JPG]
forward tag doubts
 
Ranch Hand
Posts: 93
Python Redhat Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It is setting the message to the request variable status for display purpose, I guess. Check RegisterForm.jsp.

To know about the tags and attributes, refer Struts documentation
 
reply
    Bookmark Topic Watch Topic
  • New Topic