Re: Tag support for:

2001-07-25 Thread Ted Husted
"Casazza, Robert" wrote: > [2] What general ways are there to populate tables > with exactly X columns? You can either limit the collection you send to the JSP in the first place (if you are using a model 2 design), or use the Struts iterate tag, which has offset and count properties. Yo

Re: Pb with CTLX

2001-07-25 Thread Julien
hi! Tamiotti Jérôme a écrit : > Hello, ... > Instead, i can read a stack trace of catalina ! This is what Servlet TLDParser returned to Ultradev when CTLX wanted to get the taglist. If i were you i would first look if there is not a configuration problem with catalina/tomcat. To get rid of u

RE: Tag support for:

2001-07-25 Thread Mark Shead
I don't know the answers to all your questions, but if you look at the DBtags they have a way to request a set of rows and loop over them until they are all printed. For example: select r.*, case when (select 1 from req_approvals ra where

Pb with CTLX

2001-07-25 Thread Tamiotti Jérôme
Hello, i'm trying to use the Custom Tag Library Extension For UltraDev; i followed the instructions from the tutorial that uses the struts framework. I defined the site as mentionned, switched successfully to the Live data mode, but in the "use custom tag" window of ultradev, i can't see the three

dbtags : preparedStatement in iplanet

2001-07-25 Thread Benoit . Borlee
I experienced a problem while using the execute tag within the preparedstatement tag in iplanet. I got the message : Incompatible type for method. Can't convert java.lang.String to int. _jspx_th_sql_setColumn_1.setPosition("2"); My JSP : insert into news(ns_title, ns_summar