Oracle WebCenter Sites (MOSC)

MOSC Banner

ICS.readPage tag issue

edited Jun 30, 2015 10:01AM in Oracle WebCenter Sites (MOSC) 4 commentsAnswered

Hi,

I am trying to use ics.runPage tag in my JSK but getting null instead of the value in String, I am trying standard procedure. Kindly suggest where I am wrong.

My code of servlet is attached, you save it and try to run in your JSK directly if you like. code snippet is below


***************************************************************************

ICS ics= new ICS() {

..

.

.

.

//all the function.

.

.

.

};

   String sfr_wcs_username="admin";

  String sfr_wcs_password="welcome1"; //default jsk credentials

  Session ses = SessionFactory.newSession(sfr_wcs_username, sfr_wcs_password);

  FTValList vIn = new FTValList();

     vIn.setValString("C", "QS_Media");  // type of media in avisports banner

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