are you wanting to modify the view response or the widget? If it's the view response, you need to pass/handle a webapp parameter and a name parameter. If it's the widget, you will need to pass/ handle a resource-location parameter and a screen-name parameter. Also, lookout for characters to be escaped/encoded properly.
----- Original Message ---- From: BJ Freeman <[EMAIL PROTECTED]> To: [email protected] Sent: Monday, December 24, 2007 1:01:41 PM Subject: passing a view as an URL for those more knowledgeable: I am looking to implement a basic WISWYG for widgets, so I can design widgets without setup up all the rest of the code. I want to pass a view string into the URL and have it show. content\control\render?widget='<view-map name="composeEmail" type="screen" page="component://content/widget/content/communications/communicationsScreens.xml#composeEmail"/>' I should be able to pass this into a event that makes it part of a context and calls the rendering for it? any thoughts
