Hello,
 
I am trying to figure out how I can pass in custom parameters into an already existing generator such as the XSP/serverpages generator.  Here's my scenario:
 
I receive a request for /edit/page
 
Which matches /edit/*
 
So from this matcher, I have {1} == "page".. I want to pass this off to let's say
 
/docs/xsp/edit/item.xsp  as a parameter named "entityType"
 
So that in the XSP I can access the "entityType" variable.
 
I think I'm missing something obvious. If someone could point me into the right direction, I'd really appreciate it.
 
thanks,
Collin
 
 

Reply via email to