Re: struts.xml (struts-default) and meaning of <%@ taglib prefix="s" uri="/struts-tags" %>

2008-04-30 Thread Laurie Harper
Vinay Nagrik wrote: [...] <%@ taglib prefix="s" uri="/struts-tags" %> What is the meaning of prefix and uri="/struts-tags" % and if I can look at this file/page. [...] If you aren't familiar with Servelts, Java Server Pages and Java web appli

Re: struts.xml (struts-default) and meaning of <%@ taglib prefix="s" uri="/struts-tags" %>

2008-04-30 Thread Jim Kiley
web application and it is up and > running, > but out of curiosity I > wish to find out the meaing of > > <%@ taglib prefix="s" uri="/struts-tags" %> > > What is the meaning of prefix and uri="/struts-tags" % and if I can look > at > th

struts.xml (struts-default) and meaning of <%@ taglib prefix="s" uri="/struts-tags" %>

2008-04-30 Thread Vinay Nagrik
Hello Group, I was building my first HelloWorld web application and it is up and running, but out of curiosity I wish to find out the meaing of <%@ taglib prefix="s" uri="/struts-tags" %> What is the meaning of prefix and uri="/struts-tags" % and if I can l

Re: taglib prefix="s"

2004-08-27 Thread Craig McClanahan
On Fri, 27 Aug 2004 13:00:21 -0700, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > 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="

Re: taglib prefix="s"

2004-08-27 Thread James Mitchell
PROTECTED]> Sent: Friday, August 27, 2004 4:00 PM Subject: taglib prefix="s" > 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=&quo

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 wonderin