Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: No Subject
From: majid majid
Date: Mon, 14 Aug 2000 17:58:50 +0100

I write a jsp file like this :
<html>
<head>
<title>
MyCo Directory
</title>
</head>
<%@ page language="java" import="java.sql.*" %>
<jsp:useBean id="empbean" class="mytest.beans.empQBean" scope="page" />
<jsp:setProperty name="empbean" property="id" param="pid" />

<body>
<%
empbean.makeConnection(); // connect up
if (empbean.getEmployees()) // perform query
{
String last = empbean.getColumn("lastname");
out.print("Headlines=1&Headline1=last ) ???
%>

<%
} /* of if */

empbean.takeDown();
%>

<a href="control.html">Go back to admin control</a>
</body>
</html>

Flash has a textfield called Headline1 that expecting to get the lastname
from the database, so in flash I call JSP file like this :
Load Variables ("dbquery.jsp?pid=2,0,vars= POST)

But I ca not get anything in my textfield, please help
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Full flasher archive now available online at:
http://www.chinwag.com/flasher/archive.shtml
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]