Ramon: I'm really not that smart of a guy and I'm really lost here. How can I force it to get an ID? :)
Joshua "Joshua M. Andrews" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > I want to include data from a property stored in the cache database. Here > are teh variables you need to know: > > Package Name: FBP > Class Name: Budget > Properties: CheckingBalance > Properties: SavingsBalance > Properties: TotalDebt > > My CSP page (simplified) looks like this: > > <HTML> > <BODY> > <CSP:OBJECT NAME="budget" CLASSNAME="FBP.Budget" > OBJID=#(%request.Get("OBJID"))#> > <table width="400" border="0" align="center" cellpadding="0" > cellspacing="0"> > <tr> > <td width="136">Checking Balance...: </td> > <td width="264">#(budget.CheckingBalance)#</td> > </tr> > <tr> > <td>Savings Balance......: </td> > <td>#(budget.SavingsBalance)#</td> > </tr> > <tr> > <td>Current Debts.........: </td> > <td>#(budget.TotalDebt)#</td> > </tr> > </table> > </BODY> > </HTML> > > Why do I get the error: > > A run-time error occurred while executing the page > > Error: <PROPERTY DOES NOT EXIST>zOnPageBODY+30^csp.fbp.main.1 > ErrorNo: 5002 > CSP Page: /csp/user/fbp/main.csp > Namespace: USER > Class: csp.fbp.main > Routine: csp.fbp.main.1 > Location: zOnPageBODY+30 > > Thanks! > Joshua > >
