PostingForm

PostingForm inherits properties from:

  • ActionForm

It also has the following properties of its own:

body
String

The body of the posting.

parentId
String

The ID of the parent posting. If not specified, a new thread is created.

postingType
Type

The type of this posting. One of two values may be specified: 'normal' or 'complaint'.

forumId
String

The forum to which the posting is to be directed.

title
String

The title of the posting.

email
String

The email address of the person submitting the posting.

field
String

A field to be stored in the posting.

errorUrl
String

The URL to which the request is to be forwarded if the action fails. If not specified, the error mapping specified in struts-config.xml is used.

targetUrl
String

The URL to which the request is to be forwarded when the action is successfully completed. If not specified, the success mapping specified in struts-config.xml is used.