iStore - EBS (MOSC)

MOSC Banner

How to avoid Server Bounce to test JSP Change ?

EBS Verison R12.2.6, iStore Application

Problem Summary

---------------------------------------------------

JSP Change requires Server Bounce

Problem Description

---------------------------------------------------

(1) I modified the jsp ibeCCkdActionLovIncl.jsp to change the label of Place Order button and uploaded in $OA_HTML top.

<SCRIPT>buttonGen("<%=IBEUtil.htmlEncode(mmi.getMessage("IBE", "IBE_PRMT_ORD_PLACE_ORDER"))%>","disabled"); </SCRIPT>

--->

<SCRIPT>buttonGen("<%=IBEUtil.htmlEncode(mmi.getMessage("IBE", "IBE_PRMT_ORD_PLACE_ORDER1"))%>","disabled"); </SCRIPT>

I re-generated the jsps using below command

$FND_TOP/patch/115/bin/ojspCompile.pl --compile -s 'ibeCCkdOrdReview.jsp' --flush -p 2

$FND_TOP/patch/115/bin/ojspCompile.pl --compile -s 'ibeCCkpOrdReviewIncl.jsp' --flush -p 2

$FND_TOP/patch/115/bin/ojspCompile.pl --compile -s 'ibeCCkpOrdReview.jsp' --flush -p 2

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center