Re: How do i pass a constant <%=request.getParameter(" ")%> to Db

2001-08-31 Thread Chuck Amadi
Hi all i have sorted out the missing value app_code.Cheers if you've being looking at it. Planning Application Code Number:<%=request.getParameter("app_code")%>"> It mat not look good but it works , thus i can go on to using tag instead of html tags. Chuck Amadi wrote: > > Hi , I have crea

How do i pass a constant <%=request.getParameter(" ")%> to Db

2001-08-31 Thread Chuck Amadi
Hi , I have created a submitForm.jsp that has a value parameter named app_code that is a unique value from my PostgreSql Database. from a select from my planningdb.jsp. The app_code - is required throughout the process.(This is the Planning Application Reference) select app_code, app_d