James Ellis
2007-04-04 14:47:33 UTC
The URL in the browser displays https://ourhost/webapp/wcs/stores/servlet/ProductDisplay?storeId=10001
etc etc
I know that I can lookup which command this URL is mapped to in
URLREG, or I can also lookup in the "Cross reference of commands,
tasks, and tables" that this URL is mapped to the command
"ProductDisplayCmd" and to the view "ProductDisplayView", but how do I
figure out which JSP is displayed by this ProductDisplayView?
I know that sometimes the JSP page is listed in the column
VIEWREG.PROPERTIES but in this case that column is blank. Any idea
how I am supposed to figure out which JSP page is displayed?
Thanks,
Jim
etc etc
I know that I can lookup which command this URL is mapped to in
URLREG, or I can also lookup in the "Cross reference of commands,
tasks, and tables" that this URL is mapped to the command
"ProductDisplayCmd" and to the view "ProductDisplayView", but how do I
figure out which JSP is displayed by this ProductDisplayView?
I know that sometimes the JSP page is listed in the column
VIEWREG.PROPERTIES but in this case that column is blank. Any idea
how I am supposed to figure out which JSP page is displayed?
Thanks,
Jim