On 7/16/06, Yanroy <[EMAIL PROTECTED]> wrote:
Well, I already documented as much of it as I'm sure I've got right on the
wiki for the group I work for. Unfortunately, it's not a public wiki. I'd
be happy to copy/paste it to a public wiki if someone would direct me to
one. The one that wendy h
Well, I already documented as much of it as I'm sure I've got right on the
wiki for the group I work for. Unfortunately, it's not a public wiki. I'd
be happy to copy/paste it to a public wiki if someone would direct me to
one. The one that wendy has appears not to be public, as I mentioned
befo
On 7/14/06, Michael Jouravlev <[EMAIL PROTECTED]> wrote:
> I'm glad you confirmed for me that the Servlet version has little or nothing
> to do with the struts version... I was beginning to suspect this. There
> should be a wiki page somewhere that demystifies all this... Things I'd like
> to be
On 7/14/06, Yanroy <[EMAIL PROTECTED]> wrote:
I'm glad you confirmed for me that the Servlet version has little or nothing
to do with the struts version... I was beginning to suspect this. There
should be a wiki page somewhere that demystifies all this... Things I'd like
to be able to find (all
I'm glad you confirmed for me that the Servlet version has little or nothing
to do with the struts version... I was beginning to suspect this. There
should be a wiki page somewhere that demystifies all this... Things I'd like
to be able to find (all in one place) are the relations between differe
On 7/14/06, Yanroy <[EMAIL PROTECTED]> wrote:
I guess I'm using 2.2... I've got this:
http://java.sun.com/j2ee/dtds/web-app_2_2.dtd";>
This means your application is using version 2.2 of the Servlet
specification. This has nothing to do with what version of _Struts_
you are using, though.
I guess I'm using 2.2... I've got this:
http://java.sun.com/j2ee/dtds/web-app_2_2.dtd";>
I'm glad you could settle that more or less definitively... The lab manager
here (who IS in charge of server configuration) doesn't know what struts
version we're using any more than I do. The second time
On 7/14/06, Yanroy <[EMAIL PROTECTED]> wrote:
However, I've never before seen or used those tags that begin with c:.
After a little googling, I discovered they're part of Struts EL.
They are not. The 'c' taglib is part of JSTL.
I found a wiki page at http://wiki.wsmoak.net/cgi-bin/wiki.pl?S
On 7/14/06, Yanroy <[EMAIL PROTECTED]> wrote:
I
couldn't find an easy way to find out what my version is, so I looked inside
the struts.jar file in tomcat and I found files with a number of version
numbers, the highest being 2.3, which leads me to believe I'm using struts
2.3. So if I'm reading
Thank you very much for your reply. That looks like it could solve my
problem. I guess I'd have to code the input fields by hand (i.e. using
instead of a taglib tag), but that's not at all a problem.
However, I've never before seen or used those tags that begin with c:.
After a little googlin
If you have a collection of, say, JavaBeans, that you've set on the
request, you can use to iterate over each of the beans in
the collection and generate your checkbox, select list, and text field
dynamically for each of the entries in the collection.
I.e., let's say in my action, I've set a
11 matches
Mail list logo