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
// Link.java

Link is used to create a hyperlink and append one or more runtime paramter:

 <dxp:Link href="http://yourname.com/contacts.dxp" append="session,realm">Contacts<dxp:/Link>
will create hyperlink of the form:
<a href="http://yourname.com/contacts.dxp?session=3fc98d&realm=company">Contacts</a>

We can't put an <dxp:Rp> tag inside the href attribute of a normal anchor tag because the SAX parser would see that as trying to put a tag where there should be an attribute.


@author Mark Ashworth
@version 0.2 2001-06-23

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.