Solved. Thanks Mark
Mark Shifman wrote:
>
> <%@ taglib uri="http://struts.apache.org/tags-html"; prefix="html"%>
> seems to work for me
>
> bladu wrote:
>> Hi,
>>
>> I would be very grateful If somebody could say to me what is the Struts
>> taglib equivalent in Stru
<%@ taglib uri="http://struts.apache.org/tags-html"; prefix="html"%>
seems to work for me
bladu wrote:
> Hi,
>
> I would be very grateful If somebody could say to me what is the Struts
> taglib equivalent in Struts 1.3.8 to the taglib below allocated in Struts
> 1.2
>
> <%@ taglib uri="http:
No such luck. The error message is gone in Eclipse, but the input boxes and
submit button are still gone in Tomcat.
you mean the generated HTML code, right?
Strangely enough, the taglib was not in web.xml, but in a jsp.
uhm? web.xml supports entries for taglibs, the URI in the JSP only says
--- AbelMacAdam <[EMAIL PROTECTED]> wrote:
> Strangely enough, the taglib was not in web.xml, but in a jsp.
The taglib *directive* is in a JSP; the taglib's TLD is in the struts-core
library. From your initial posting it looked like you were mixing up S1 tags
with S2 tags.
The URI of a taglib i
PS. I do not know if my answering the questions in the way I do it breaks it
for the readers of the mailinglist. I read and respond on the Nabble
mailinglist archive. If my way of answering breaks it for the readers of the
mailinglist, say so. I will stop this at once.
Abel
AbelMacAdam wrote:
>
Hi Alberto,
Thanks for taking the time for this extensive answer. I will try to answer
the questions you pose
Alberto A. Flores wrote:
>
> How are you building your application? It sounds like you are not using
> maven (I highly recommend it so you avoid many problem). Now, a couple
> of thin
How are you building your application? It sounds like you are not using
maven (I highly recommend it so you avoid many problem). Now, a couple
of things about this post:
- The error you are referring, is it an error in Eclipse or during
deployment? Two BIG different things.
- If Eclipse does
--- AbelMacAdam <[EMAIL PROTECTED]> wrote:
> I (Dave) said (I think; your mail is quoted funny)
>> What version of Struts 1 are you using?
> None. I actually use 2.0.11.
Then why are you trying to use S1 tags?
> Struts.jar contains struts-html.tld
There is no "struts.jar" in S2.0.11. There's str
AbelMacAdam wrote:
>
> Hi,
>
> I'm learning to work with Struts. (FWIW, I use Eclipse Europa, and
> Apache/Tomcat). Now I have my first example with a tld-file. First of all,
> I noticed the following error in Eclipse on a jsp:
> Cannot find the tag library descriptor for /tags/struts-html
>
Easy way to check: unpack the jar and see if the META-INF directory
contains the tld. It could very well be an incorrectly built jar. (it
happens) :)
Dave Newton wrote:
--- AbelMacAdam <[EMAIL PROTECTED]> wrote:
I'm learning to work with Struts.
Struts 1, apparently? (I'd skip it if you can
--- AbelMacAdam <[EMAIL PROTECTED]> wrote:
> I'm learning to work with Struts.
Struts 1, apparently? (I'd skip it if you can and use Struts 2.)
> Cannot find the tag library descriptor for /tags/struts-html
>
> The first line of the jsp with the error is:
> <%@ taglib uri="/tags/struts-html" pr
Wendy, I would like to fix this in 1.3.10 but I'll have to check if there is
new version out. I did log a defect a long time ago and the last time I
checked it had no work. I wonder who we can bug to get it fixed :-)
Paul
On 9/12/07, Wendy Smoak <[EMAIL PROTECTED]> wrote:
>
> On 9/12/07, Slattery
On 9/12/07, Slattery, Tim - BLS <[EMAIL PROTECTED]> wrote:
> That one doesn't look very good either. The text lines don't wrap, I
> have to scroll nearly forever to get to the end of a line, then come way
> back to the left edge to see the next one. Besides it's a Javadoc, not a
> reference doc th
> > What's with the taglib reference docs (at least for Struts 1.x). The
> > 1.3.8 HTML taglib doc, for example, at
> >
> http://struts.apache.org/1.3.8/struts-taglib/tagreference.html#struts-
> > ht
> > ml.tld
> >
> > There are all kinds of what should be HTML tags and
> entities showing up:
2007/9/12, Slattery, Tim - BLS <[EMAIL PROTECTED]>:
>
> What's with the taglib reference docs (at least for Struts 1.x). The
> 1.3.8 HTML taglib doc, for example, at
> http://struts.apache.org/1.3.8/struts-taglib/tagreference.html#struts-ht
> ml.tld
>
> There are all kinds of what should be HTML ta
On 7/31/07, Musachy Barroso <[EMAIL PROTECTED]> wrote:
> yeah I know. I have been fixing them on code as I find them, if you
> guys report them here I will take care of them
http://struts.apache.org/1.3.8/struts-taglib/tagreference.htm
Just about all descriptions on this page are riddled with unm
yeah I know. I have been fixing them on code as I find them, if you
guys report them here I will take care of them
thanks
musachy
On 7/31/07, Dave Newton <[EMAIL PROTECTED]> wrote:
> To followup myself:
>
> The samples in question are always code snippets,
> being displayed as-is from the JavaDoc
To followup myself:
The samples in question are always code snippets,
being displayed as-is from the JavaDocs... The
JavaDocs of the classes use entities, so they're
displayed as such.
:/
I like the idea of snippets and all, but it's pretty
frustrating when you can't change 'em :)
--- Dave Newt
--- Musachy Barroso <[EMAIL PROTECTED]> wrote:
> On what page are you having problems?
It's on a *lot* of them... and it is kinda annoying; I
think I've brought this up before.
d.
>
> musachy
>
> On 7/31/07, Jasper Floor <[EMAIL PROTECTED]>
> wrote:
> > Hi,
> >
> > I'm having a slight problem
On what page are you having problems?
musachy
On 7/31/07, Jasper Floor <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm having a slight problem with the taglib documentation. The
> descriptions display the markup tags instead of doing them. This makes
> it really annoying to read. .I get this in firefox
On 10/30/06, Wendy Smoak <[EMAIL PROTECTED]> wrote:
On 10/30/06, Rick Schumeyer <[EMAIL PROTECTED]> wrote:
> In any event, the author gives one method for including taglibs in jsp.
> For example, for tiles you would use:
> <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tilles" %>
This work
On 10/30/06, Rick Schumeyer <[EMAIL PROTECTED]> wrote:
In any event, the author gives one method for including taglibs in jsp.
For example, for tiles you would use:
<%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tilles" %>
This works, but requires you to put the tld files in your webapp un
On Mon, August 28, 2006 11:19 am, Wendy Smoak wrote:
> It's not a URL, it's a URI. (Even though it *looks* like URL, it's
> never been reachable with a browser.)
Yeah, I realized that after I posted... it's one of those things you know
but temporarily forget in the heat of trying to solve a proble
On 8/28/06, Frank W. Zammetti <[EMAIL PROTECTED]> wrote:
Hi... I have what I hope is a stupid question... I very rarely use Struts
tags, but I need to on a project now... the people who originally put the
project together had the TLD's in WEB-INF, and we're now trying to remove
them... using Str
On 8/1/06, Emmanouil Batsis <[EMAIL PROTECTED]> wrote:
Suppose i have an images folder in my webapp with subfolders
corresponding to locales:
+ WEB-INF
+ jsps
+ images
+ default
+ myImage.png
+ fr
+ myImage.png
+ el
+ myImage.png
i'd like to do something like
to r
I decided to do my own thinking and i believe the best way to go would
be to make a simple action to solve this (and use normal img tags as
well). The action will
* intercept all URLs starting with /images
* check the availability of the file stream prefixing the requested URL
with the local
once you
see the code, I'm sure you'll figure it out. Don't ignore the BeanInfo
class. That's important to make sure you can use the same JSP attribute
names as in the base taglib.
-Original Message-
From: Laurent Duparchy [mailto:[EMAIL PROTECTED]
Sent: Wednesday, J
mailto:[EMAIL PROTECTED]
> Sent: Wednesday, July 12, 2006 9:17 AM
> To: Struts Users Mailing List
> Subject: Re: taglib nested-el
>
>
> Thanks for the response.
>
> Unless I missed something, the taglib "nested" is not just a
> cooler way to access ch
Thanks for the response.
Unless I missed something, the taglib "nested" is not just a cooler way
to access child beans, or access beans inside, say, collection of
collections ;
The nested taglib allows *_true recursion_ *within JSPs that is not
possible otherwise with struts standard nor
There is no nested-el. The struts-nested, struts-logic and struts-bean tags
are pretty much dead. If you're not already, use the JSTL tags as I'm sure
most of the people on this list will tell you.
http://java.sun.com/products/jsp/jstl/
-Original Message-
From: Laurent Duparchy [mailto:[E
At 7:34 AM -0500 2/10/05, CRANFORD, CHRIS wrote:
I have a form which needs to display several dropdown combo boxes, one in
particular is to be populated with values as follows:
Today
Yesterday
This Week
Last Week
This Month
Last Month
Last 3 Months
This Year
Last Year
series of
ok
-Original Message-
From: CRANFORD, CHRIS [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 10, 2005 6:18 PM
To: 'Struts Users Mailing List'
Subject: RE: Taglib vs. Action To Populate LOVs.
Great, thanks for the input ...
-Original Message-
From: Krishna Sriniv
Great, thanks for the input ...
-Original Message-
From: Krishna Srinivasan, ISDC Chennai [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 10, 2005 7:48 AM
To: Struts Users Mailing List
Subject: RE: Taglib vs. Action To Populate LOVs.
It would be better to use options tag
It would be better to use options tag.
-Original Message-
From: CRANFORD, CHRIS [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 10, 2005 6:04 PM
To: 'user@struts.apache.org'
Subject: Taglib vs. Action To Populate LOVs.
I have a form which needs to display several dropdown combo bo
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="http://jakarta.apache.org/struts/tags-faces";
It belongs to the faces integration library.
http://cvs.apache.org/builds/jakarta-struts/nightly/struts-faces/
--
James Mitchell
Software Engineer / Open Source Evangelist
EdgeTech, Inc.
678.910.8017
AIM: jmitchtx
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
On Tue, 10 Aug 2004 10:44:34 -0400, Seaman, Sloan
<[EMAIL PROTECTED]> wrote:
> This isn't a struts specific question (more towards tag-libs) but I figure
> it is worth asking:
>
> Why does org.apache.taglivs.standard.tag.common.sql.DataSourceUtil assume
> that the datasource is within java:comp/en
IECILI" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Thursday, July 08, 2004 1:42 PM
Subject: Re: Taglib to convert text into HTML
Thanks Niall,
I downloaded the Lang2.0 but i couldn“t find any .tld files to download
(specially string.tld).
: Thursday, July 08, 2004 8:55 AM
Subject: Re: Taglib to convert text into HTML
Haven't used them but Taglibs has a replace and split tags that might work:
http://jakarta.apache.org/taglibs/doc/string-doc/string-1.1.0/index.html
Niall
- Original Message -
From: &quo
Haven't used them but Taglibs has a replace and split tags that might work:
http://jakarta.apache.org/taglibs/doc/string-doc/string-1.1.0/index.html
Niall
- Original Message -
From: "Henrique VIECILI" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Thursday,
Comments below:
Hi Riyad,
here is a simple example:
I feel foolish, this is exactly what I wanted and didn't even see that
in the taglib docs. Thanks a million!
BTW, you are doing a very good job on MyEclipseIDE Team!
Thank you, I appreciate that. They are a great/strong team to work wit
Hi Riyad,
here is a simple example:
BTW, you are doing a very good job on MyEclipseIDE Team!
Henrique Viecili
- Original Message -
From: Riyad Kalla
To: Struts Users Mailing List
Sent: Saturday, June 05, 2004 9:15 PM
Subject: Taglib: how do you call a method like java.
You can use tag
e.g.
then use on "listSize"
- Original Message -
From: "Riyad Kalla" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Sunday, June 06, 2004 5:45 AM
Subject: Taglib: how do you call a method like java.util.List.size() from the property
Hey Joe that length function looks like just what I wantedI didn't
want to do scriplets because of the possibility of a NPE if the session
timed out and the list wasn't in the session, I want something that
gracefully handles the missing item and I thought a custom taglib might
be overkill.
At 5:15 PM -0700 6/5/04, Riyad Kalla wrote:
I'm trying to do something like:
but I'm obviously getting an exception on size because it doesn't
follow JB naming conventions. How do I call this method? Do I NEED
to use EL for this?
One of the unfortunate shortcomings of the Collections APIs i
45 matches
Mail list logo