Thanks for the reply.. As I mentioned in my earlier post, we are able to get the values for static parameter passed with jsp url in jsp using request.getParameter, but we are facing problem retrieving DCT elements(for e.g Text area or hidden text element) value using request.getParameter.
What if we call a JSP page using callout, return some values from JSP and store it in hidden DCT text box element, on editing the DCR can it be possible to show the stored hidden value on JSP page..? Is it possible and if someone knows how.. ??
Currently I am facing the issue , which was discussed earlier in this thread... "What if we call a JSP page using callout, return some values from JSP and store it in DCT text box element..is this possible?? "I searched in some Pdfs, but couldn't get any hint with respect to JSPcould anyone help me on this ??Thanks..!!