cancel
Showing results for 
Search instead for 
Did you mean: 

MSS- ISR Custom Scenario for JSP iView

Former Member
0 Kudos

Hi,

I have copied the standard scenario to Custom scenario from SPPD to ZPPD and added some more Characteristic and re-generated the iView which generated a *.PAR file.

I have extracted the *.Par file and made changes to Properties file and create new JSP IView that i mentioned in Properties file (as per the cook book) and added these fields to New *.Par file and mentioned the same in field Portal Component in transaction QISRSCENARIO.

The *.Par file have been uploaded to Portal and page displayed with all Characteristic mentioned in scenario.

here is my Question.

How do i remove the standard fields (like Applicant , Telephone and Department)that are not mentioned in characterics.

and Also , all field the are displayed in input type,any code changes to attribute of JSP are not reflecting in page layout. it looks like the layout is not generated from the modified JSP..

Can any body let me know where can i fix that.

Thanks

Dasari

Accepted Solutions (0)

Answers (1)

Answers (1)

suresh_datti
Active Contributor
0 Kudos

>>>How do i remove the standard fields (like Applicant , Telephone and Department)that are not mentioned in characterics.

You can comment the fields that are not needed on the JSP itself

>>>

all field are displayed in input type,any code changes to attribute of JSP are not reflecting in page layout. it looks like the layout is not generated from the modified JSP..

If you make any changes to the JSP, it is always better to redeploy the par file.

Regards,

Suresh Datti

Former Member
0 Kudos

Suresh,

I am doing the same as you mentioned. but i do not see the changes to the layout. every time before i deploy the Par file, i will clean the Par file and i do upload remove the cache memory also. all these do not help me.

Do you know any other reason.

Thanks

Dasari

suresh_datti
Active Contributor
0 Kudos

Hi,

How are changing the JSP? using Eclipse/Dev Studio?

Regards,

Suresh Datti

Former Member
0 Kudos

Suresh,

Thanks for your reply

I am opening JSP page in notepad and making the changes and deleting some of the fields then saving and Adding the Par file. then clean the old par file and upload the new par file.

that is How i am doing. Is that Correct?

Thanks

Dasari

suresh_datti
Active Contributor
0 Kudos

Hi Uday,

that might be the issue.. when you say save & add .. are you unzipping the par file & zipping it back? I have always used eclipse to do such chnages..

Regards,

Suresh Datti