OK, I may have worked out how to do this. I created another page that
invokes the plugin without the form (basically when the page is rendered).
I added some code to the beginning of the plugin (thanks to a FAQ tip) that
looks for a HTTP parm like so:
wid = c.getHttpParameter("wid");
When I am linking to the page and I need to pass the wid, I use a link like
so:
[http:WIDRequestDetailsHeadLess?wid=40803]
Or
<a href=WIDRequestDetailsHeadLess?wid=39701>39701</a>
And it works great.
-Lou
> -----Original Message-----
> From: Louis Masters [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, June 10, 2008 9:26 AM
> To: [email protected]
> Subject: can you invoke a plugin from a link
>
> Is there any way you can invoke a plugin from a link? Additionally, can
> you
> pass parameters to the plugin?
>
>
>
> I have a plugin that takes input from a form and returns more data that I
> want to hyperlink to another plugin so the user can simply click on a link
> to "drill down" into my data.
>
>
>
> Thanks,
>
> Lou
>