Hi,

If I have a page like
http://www.website.com/report?id=12345 and I send 
someone this link....

How can I use the information for the parameter id
with arg 12345 to 
generate the report using the custom information I
pull for this 
particular id? I know when dealing with forms, I can
implement a 
listener and pull the "id" info from the IRequestCycle
using the method 
getParameter(), though what about getting the
parameter information if 
someone access a page directly and I need to generate
this before the 
page renders?
Thanks in advance...

Thanks,
Josh



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to