Hallo,
I have a request to include etracker into a WO Framework/App. The app is deployed the traditional way (no jsp).

1. Is it possible to just write the jsp-Tags of etracker in the .html-Page (which I think is not) and the thing will work or do I need to have a .jsp-Page on a tomcat or whatever to get this working (or a .jsp-ending).

2. If I need to deploy in tomcat, is it possible to insert those .jsp-Tags into the wo-components and have it working just by deployment on tomcat or do I need to do anything else to get this working.

This is the code and a bean is sent with it:

        <!-- instance etrackerBean -->
<jsp:useBean id="etracker" scope="session" class="com.etracker.bean.etrackerBean"/>
        
        <!-- call etrackerBean -->
        
        <!-- easy base code (pagename will be detected automatically) -->
        <%=etracker.getCode ( "YOUR_SECURECODE", false )%>
        
        <!-- normal base code -->
<%=etracker.getCode ( "YOUR_SECURECODE", false, "YOUR_PAGENAME", "YOUR_AREA1/AREA2" )%>
        
        <!-- base code for campaign / target pages -->
<%=etracker.getCode ( "YOUR_SECURECODE", false, "YOUR_PAGENAME", "YOUR_AREA1/AREA2", 4, "YOUR_TARGET1,TARGET2", "5.80", true, "YOUR_INV_NR:123", "0", "47,11", CUSTOMER_STATUS, "ARTICLE1,DESCRIPTION1,GROUP1,AMOUNT1,PRICE1,ARTICLE2,
                        DESCRIPTION2,GROUP2,AMOUNT2,PRICE2", CAMPAIGN_ID, true 
)%>

Perhaps someone can give me a start here... sorry if this is a very very basic question...

Regards,

Ute


_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to