DisplayAuctionRules URL
Displays the rules associated with a particular auction. All bidders must view the rules once before bidding.
URL structure
- http:// host_name/path/
- The fully qualified name of your WebSphere Commerce Server and the configuration path
Parameter values
- aucrfn
- Required: The reference number of the auction for which rules are to be displayed.
Example
This example displays all of the rules for auction
200122:
http://myhostname/webapp/wcs/stores/servlet/DisplayAuctionRules?aucrfn=200122
Behavior
- Calls the AuctionAccessBean to validate the auction reference number.
- Gets the rule page from the AuctionAccessBean.
- Calls the ForwardView command to display the auction rule page.
Exception Conditions
- Throws ECSystemException if the rule page is incorrect.
- Throws ECApplicationException if the auction does not exist.