Plands.com Logo  Business Internet Services 
Main Menu
Home
Planetary CRM
  Benefits
  Features
  Demo
E-Mail Services
  E-mail Hosting
  Newsletters
  Discussion Lists
Web Hosting
Server Co-location
and Administration
Web Applications
Technical Support
Contact Us
DXP Samples
 
DxpHome  ||   Samples  ||   Details  ||   Docs  ||   Trees  ||   xml-xsl  ||   Links
// ParameterValues.java

ParameterValues tag will get parameter values from the HttpServletRequest and print their names and values with a delimiter char. This is a quick and dirty way to send form values to a recipient in an unstructured manner.

<dxp:ParameterValues delim="lf" store="formvalues">firstname,lastname,choice</dxp:ParamterValues>
 
<dxp:SendMail mailserver="mail.plands.com" storeMsg="true">
   <dxp:Cp name="to" value="target
@youremail.com"/> <dxp:Cp name="from" value="autoresponse
@plands.com"/> <dxp:Cp name="replyto" value="autoresponse
@plands.com"/> <dxp:Rp localname="content" value="formvalues"/> </dxp:SendMail>


@author Mark Ashworth
@version 0.1, 2/13/2002

Return to Index

Note: We have tried to test all of the code examples but they may contain errors. Any questions, comments, suggestions, or problems should be sent to info@plands.com.