Reply to Discussion  
<client:threadpostmodule/>  
 

The Reply to Discussion module allows clients to post discussions.

The Reply to Discussion allows the following attributes:

email_title label for the email field
email_field_size value of the size attribute used in the INPUT tag for the email field
message_title label for the message area
message_field_cols value of the cols attribute used in the TEXTAREA tag for the message area
message_field_rows value of the rows attribute used in the TEXTAREA tag for the message area
owner_title label for the discussion owner
post_title label for discussion posting area
poster_title label for the name of person who is posting the message
poster_field_size value of the size attribute used in the INPUT tag for the poster field
submit_value the text of the submit button
success_page page returned aftera successful post
document_list_title label for the document list field
document_title label for the document field
info_title label for the discussion information area
last_post_title label for the latest post field
project_title label for the project name
retired_title label for the retired field
total_posts_title label for the total number of posts field
cellspacing HTML cell spacing for the table
cellpadding HTML cell padding for the table
border HTML border for the table
width module width, same syntax as HTML table width
title module title
css_prefix All modules reference a common set of styles. If you want your module to have its own set of styles, define this set. Then the set will reference a style named css_prefix<style>.

Sample of the Reply to Discussion:

<client:threadpostmodule
	width="100%"
	success_page = "showallthreads.jsp" />