This should do it... <a href="./index.cfm?fuseaction=AddContact&inputStruct=#urlSafePacket#">Click Here</a>
Having said that, I totally 100% agree with Brian, passing the WDDX packet on the URL is the last thing you should be doing. It's prone to failure and a very fragile method of transferring data from one request to another. If you could store the structure in a session and access it across requests that way, you wouldn't need the overhead of serialization either. Paul ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Get the answers you are looking for on the ColdFusion Labs Forum direct from active programmers and developers. http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648 Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:287861 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

