Hi,
I forgot to put the HTML that reports this strange effect...
I don't know if with the list I could attach files so this is the html source.
Here you can see that CUSTOMER_ID returned by JSTL is setted to 2 inspite of 1
(like the dbforms label tag).
Thanx Ivan
-
result.htm
Hi Henner,
you are right!
With
the "JSTL" CUSTOMER_ID is the same as the CUSTOMER_ID obtained by scriptlet!
So I would use this way for every JSTL... (it sounds strange that currentRow
variable in this dbform [where I declared staically the table] is different
from DbFormContext for JSTL)
Dear All,
I'm working to create dbforms with a clear separation between presentation and
logic. To do so I would JSTL for the presentation layer inside the dbform...
then a java class to extract the scripting from the JSP. I would "include" that
class in the page encapsulating it in a bean.
Now I'
Hi list,
I'm using dbforms 2.3 (also tried 2.4rc1) together with Tomcat 5.0.25
and Oracle 9. Everything works fine except some blob related issues.
I have a column "BODY" of type blob in my table but I want it to be
"editable" instead of using file uploads, that is to use textarea for
that colu
>
> Hi Henner,
> you are right!
>
> With
>
>
> the "JSTL" CUSTOMER_ID is the same as the CUSTOMER_ID
> obtained by scriptlet!
>
>
> So I would use this way for every JSTL... (it sounds strange
> that currentRow variable in this dbform [where I declared
> staically the table] is different
Hi,
this is the code of the example based on 2 new tables in bookstore:
--- CODE
ivanCustomerJSTL_Bean.jsp
<%@ taglib uri="/WEB-INF/dbforms.tld" prefix="db" %>
<%@ taglib uri="/jstl-c" prefix="c" %>
Hi,
I sent 2 mail to the list...(about jstl and a new bookstore example)
but I haven't recevied them...
Have the messages a quota limit?
This message was sent using IMP, the Internet Messaging Program.
Dear All,
I'm working to create dbforms with a clear separation between presentation and
logic. To do so I would JSTL for the presentation layer inside the dbform...
then a java class to extract the scripting from the JSP. I would "include" that
class in the page encapsulating it in a bean.
Now I'