Actually, you don't need to override
setup().
The
base class of the XSP generated class already does that and provides
"protected Parameters parameters;"
You
can use directly in <xsp:logic>
String
entityType = this.parameters.getParameter("entityType");
including the other nice features of
Parameters such as defaulting and converting to int, boolean, and so
on.
This message is for the named person's use only. It may contain confidential, proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission. If you receive this message in error, please notify the sender urgently and then immediately delete the message and any copies of it from your system. Please also immediately destroy any hardcopies of the message. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. The sender's company reserves the right to monitor all e-mail communications through their networks. Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorised to state them to be the views of the sender's company. |
- Pass custom parameters into an XSP Collin VanDyck
- AW: Pass custom parameters into an XSP Marco Rolappe
- Re: Pass custom parameters into an XSP Collin VanDyck
- AW: Pass custom parameters into an XSP Nathaniel Alfred
- AW: Pass custom parameters into an XSP Marco Rolappe
- Re: Pass custom parameters into an XSP Collin VanDyck
- RE: Pass custom parameters into an XSP Geoff Howard