Worked great!  Thanks.

Jack

Martin Cooper wrote:



On Sun, 13 Jun 2004, Jack Lauman wrote:

I'm using the following code to insert data from a form.
The first to fields in the data base don't come from form fields but from entries in the web.xml file. How do you insert the web.xml value of: <%application.getInitParameter("descriptiveName")%> when updating a record?


    <sql:param>
      <c:out value='${initParam["descriptiveName"]}'/>
    </sql:param>

--
Martin Cooper



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to