template flexability

2001-05-06 Thread Holman, Cal
Since using the template tag as follows is always direct=true how can you make the xxx in the template put=”xxx” variable.  The reason for the substitution is to make the heading variable based on language or application  - while still using the same template.  Does anyone have a technique

Vignette.

2001-05-06 Thread Andre Cesta
Anybody running struts with Vignette? Are there any issues with caching, etc? Can you please comment about it? Anybody running struts with any other content management tool? Thanks, Andre __ Do You Yahoo!? Yahoo! Auctions - buy the things

Suggestion/Idea for tag: Iterate ResultSets

2001-05-06 Thread Mindaugas Idzelis
I just thought up of an excellent idea (although, I wasn't the only one). Use the iterate tag to iterate over the rows of a resultset. The column meta data could be exposed as beans named as the column name. A operation would display the data in the column. I did a search about this topic in the

Tomcat 4b2 and Struts

2001-05-06 Thread Larry Rogers
Hi All, I'm trying to migrate my Struts 1.0b1 stuff from Tomcat 3.2.1 to Tomcat 4b2 (Tomcat 4 is awesome, BTW!). I dropped in the Tomcat 4 binary in its default standalone configuration, then copied struts-documentation.war and struts-example.war into webapps. They both expanded when I star

Correction: Tomcat 4*b3* and Struts

2001-05-06 Thread Larry Rogers
I need to make a correction to my last email. The version of Tomcat I'm using is 4-b3 in standalone mode. Sorry for the extra post.

Re: Suggestion/Idea for tag: Iterate ResultSets

2001-05-06 Thread Jonathan Asbell
Result sets ARE tied to the connection in a way. Some DB drivers throw exceptions when you try to manipulate data while you still have a pointer to rows. At work we were trying to manipulate a stream which was pointing to an output parameter in a stored proc while the connection was open. The r

problem finding custom tag / struts deploy in iplanet !!

2001-05-06 Thread Thilipkumar TM
Hi, We are planning to use strut example in iplanet webserver 4.1 sp 7. I was try to do very small custom tag in iplanet webserver. If anyone knows my problem, please clarify me the same. I have done the following steps. Step : 1 (Creating TLD file) File Name : taglib.tld File C