taglib prefix="s"

2004-08-27 Thread benanderson
been off the list for a while so play nice ;-) I'm looking through one of the struts-faces examples and am curious about this taglib: <%@ taglib prefix="s" uri="http://jakarta.apache.org/struts/tags-faces"; %> I see the source for this taglib, but I'm wondering if there's any documetation for it?

Re: Identifying the 'clicked' line when iterating over collection

2004-08-30 Thread benanderson
It sounds like you want to attach parameters to your link? How bout something like this: ... ... Quoting andy wix <[EMAIL PROTECTED]>: > Hi, > In my jsp page I have an ArrayList of contact objects and I use this to > build an html table; one contact per row. At the end of each table row I >

Re: Tomcat 3.3.1 and Servlet 2.2/JSP 1.1 spec compatibility

2004-05-19 Thread benanderson
I was actually wondering the same thing as I will be starting a project using a version of WebSphere(5, I think) that supports 2.2/1.1. According to this page: http://jakarta.apache.org/struts/status.html all 1.x Struts releases should work on a 2.2/1.1 server. -Ben Quoting Dan Tarkenton <[EMAI