Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

JSP with WebI Help!!!!!!!!!!!!!!

Status
Not open for further replies.

KathyJones

Programmer
Aug 16, 2001
15
US
Can anyone tell step by step how to customize webI using JSP with an example?

Thanks,
kathy
 
Make your classpath include the wibean.jar, vbjapp.jar and vbjorb.jar.

In your JSP, start with

<%@ page import=&quot;com.bo.wibean.*&quot; %>
<jsp:useBean id=&quot;wiServer&quot; class=&quot;com.bo.wibean.WIServerImpl&quot; scope=&quot;application&quot;/>

Now u should be able to use this object and proceed. Hope this helps.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top