| Author |
JSF Migration
|
Nithya Sundaravelu
Greenhorn
Joined: Oct 04, 2012
Posts: 1
|
|
Hi,
I have an application developed in JSF 1.1 running with the following specifications J2ee 2.3, Jsp 1.2, servlet 2.3. This application was running perfectly in Websphere 6. After migration of this application with RAD 7, deployed into WAS 7, we are facing a lot of alignment issues and navigation issues. Do I need to look into any particular configuration regarding J2ee/JSF to resolve this migration issue?
Please provide your inputs if somebody came across similar issue. Thanks.
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14491
|
|
WAS is a full-stack JEE server and therefore has an implementation of JSF2 built into WAS7 itself. It's probably conflicting with your JSF1.x code.
IBM normally provides migration guides for this kind of thing, not to mention RedBooks. You should investigate.
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
 |
|
|
subject: JSF Migration
|
|
|