i am working in livelink ver 9 and using the pdf forms in my workflowi am calling my workflow screens from a jsp screen by passing the urlwhile calling the workflow screen is it possible for me to pass a parameter in the link ?and then is it possible for me to use that parameter in patchfdf ?so that i can populate the data based on this parameter ,my link for callingworkflow screen is
http://delglp239/Livelink/livelink.exe?func=LL.login&username=<%=s7%>&password=<%=s8%>&nexturl=/Livelink/livelink.exe?func=ll&objId=56561&objAction=initiate&paneindex=0&"or i think the other way of doing it is to set a cookie in my jsp from where i amcalling the workflow and read the cookie value in patchfdf,but again the problem is i don't know how to read a cookie in patchfdf please write to me if you have any suggetion regarding thisi need it urgent