Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
#Automation
i have a problem…
I submitted a form in jsp page with Method = get and i called another jsp page(invServ.jsp) as an action,In that invServ.jsp i invoked a flow service which contains the Pipeline in document as the following structure...
PurchaseOrder(Document)
“[url=“http://10.200.73.125:5555/web/parani/jsp/invService.jsp?poId=123&senderAddress=ioui&vendorAddress=iouiou&btnSubmit=Submit%2BOrder&pId=1&pName=Fessari&pId=2&pName=Ferrari”]http://10.200.73.125:5555/web/parani/jsp/invService.jsp?poId=123&senderAddress=ioui&vendorAddress=iouiou&btnSubmit=Submit+Order&pId=1&pName=Fessari&pId=2&pName=Ferrari[/url]”
My problem is only the first product with id 1 and name fessari is mapped along with poId,senderAddress,vendorAddress the second product is not mappped what will be the problem?
thanks in advance