Why are you using jsp ? Its usage has been deprecated in OFBiz a long time ago ? Do you want to reuse existing jsp ?
Jacques De : "vijay Si" <[EMAIL PROTECTED]> > Hi; > I want to run a jsp page: Accordingly i map it in controller.xml > > <!-- View Mappings --> > > <view-map name="error" type="jsp" page="/error/error.jsp"/> > > <view-map name="main" type="screen" > page="component://citizenship/widget/citizenship/GaugeCommonScreens.xml#main"/> > > <view-map name="login" type="screen" > page="component://citizenship/widget/citizenship/GaugeCommonScreens.xml#login"/> > <view-map name="requirePasswordChange" type="screen" > page="component://citizenship/widget/citizenship/DialCommonScreens.xml#requirePasswordChange"/> > > > <view-map name="seat" type="jsp" page="/int.jsp"/> > > Now how do i invoke this page ? > > Actually i wanted to use bsh for data preparation and then use this data, in > the invoking jsp. But bsh scripts are called inside <screens > and i have a > jsp here. > > Also can i invoke jsp inside <widgets> > or <platform-specific> > <html><html-template > location="component://dial/webapp/dial/track.ftl"/></html> > </platform-specific> > > Regards. >
