Maybe this isn't as complicated as I expect, but here's what I want to do.
I need to create a customized page for people without an account. The page will contain a portlet I've written and display information unique for that visitor. I'm assuming the portlet can receive parameters via the URL used to take the visitor to that page.
A couple of questions:
- I'm assuming I can simply create a public page on the system and add my portlet to that page. Correct?
- To construct the URL to take visitors to the page, I need to construct it programmatically using a technique similar to here. The link may be sent to the user rather than clicked on. Does this sound correct?
Thanks.
Please sign in to flag this as inappropriate.