Label is not a taglib, but an HTML element.
http://www.w3.org/TR/REC-html40/interact/forms.html#h-17.9.1
Dakota Jack wrote:
Where does this tag come from? And, how to you download the
sandbox for taglibs? I cannot find the place. It is sure not easy to
find.
Jack
On Apr 4, 2005 8:49 AM, Justin
Hi Eric,
I'm guessing that you don't have struts configured in your web.xml
correctly. Of course, thats just a guess. You might show us your
web.xml, struts-config.xml and the entire URL that you are trying to
view. Is it a link in a JSP page? If so, what's the link?
Eric Lemle wrote:
Here is w
Caroline Jen wrote:
There are many tools that help developing the Struts;
for example, EasyStruts, StrutsConsole, StrutsBox.
We also have the NitroX, Lomboz, etc. that help
debugging.
Is there any tool available for JSF?
Sun JavaStudio Creator
http://www.sun.com/software/products/jscreator/index
Richard Reyes wrote:
Hello,
Whats the advantage of using spring for your persitence layer when you
can do it with struts?
Well, you don't really use "Spring" for your persistence layer, you use
Spring to simplify using your persistence layer, whether it's Hibernate,
Ibatis, or straight JDBC. It p
I honestly don't know how much different using Hibernate will degrade as
compared to using Stored Procedures... But, on top of the advice
everyone else has given you, you might look at Ibatis. I personally have
never used it, but I mean to soon.
My thought is this: Its fairly easy to write your
hehe... I wasn't trying to say it was the best way, just that it works
for me. My projects tend to be small, self contained projects.
Leon Rosenberg wrote:
This is actually the moment i expect Jack Dakota to jump out of the bushes
:-)
What do you do, if you habe more than one build target?
I d
Leon Rosenberg wrote:
> Why would anyone have WEB-INF folder in his/her project ?
> Never heard about ant?
I do. It makes at least one less test/deployment step and is actually
very easy to setup (in Eclipse at least). Plus, I like the idea of
having all the files related to a project in the same
nitin dubey wrote:
Is it worth using Struts for a static site that is CMS
Driven ? I can think of two options:
Sure, why not
->Fetching the data from database into Action forms
and then building the page using Struts HTML taglibs.
:Can be done, but I doubt that Struts HTML is powerful
enough to ha
Another +1 on oswd.org. I am chiming in to offer one of my favorite sites:
http://www.csszengarden.com/
Really shows what you can do with CSS.. I browse ocassionally for
inspiration.
Martin Wegner wrote:
+1 on www.oswd.org They are a great place to start your next web project.
--- "M. Bitner" <[
Jim Barrows wrote:
-Original Message-
From: kjc [mailto:[EMAIL PROTECTED]
Is there a way to log the HTTP post string that is sent by
the browser when
clicking on
Why won't right click view source not work?
I think the OP meant what the HTTP Post looks like, not what the
generated HTML l
http://commonclipse.sourceforge.net/
Ashish Kulkarni wrote:
Hi
sounds like a good plugin, but was not able to google
it, can you give the website from where i can download
this plugin
Ashish
-
To unsubscribe, e-mail: [EMAIL PROTECT
gmane.org
Google will return results from there.
James Mitchell wrote:
Why would you do this? You will end up answering the same questions
over and over again because there is no history for people to google
against.
I get questions emailed directly to me from time to time. My response
is usu
http://www.fwasi.com/products/
Extension for struts.
-Original Message-
From: Antony Paul [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 23, 2004 11:39 PM
To: Struts Users Mailing List
Subject: Re: Struts and DreamWeaver
I added Struts html tags to DreamWeaver using the add tag from
Donie Kelly wrote:
I have lovely pages made with flash buttons but does anybody know how to
submit forms etc using flash buttons???
If you are using Dreamweaver, and using its facilities to insert a flash
button, just set the link to:
javascript:document.formName.submit();
If its a button you cre
Wendy Smoak wrote:
Ugh, the first thing they sent was a solid block of tags. I
explained the virtues of external style sheets and sent it back. From the
other messages, it sounds like I'm better off doing it myself. :/ I'll try
to get a clean formatted example out of them and just use that. Th
Jim Barrows wrote:
DreamWeaver should support the tags, and ignore the JSTL. My biggest worry with DreamWeaver would be the HTML code the thing generates. Typically it's pretty abysmal. I have marketing people who generate better HTML then DreamCleaver does.
I don't know what version of DreamWea
Since JSP is XML, why not load it up in an XML editor. It should
complain and show you where the problem is.
Apte, Dhanashree (Noblestar) wrote:
Sorry for the deviation, but is there an easy way to find out what exactly
is causing
org.apache.jasper.compiler.ParseException: End of content reached
I use jvds.com. UML style hosting, so you can install anything you
want. You basically have root access to your own virtual Linux machine.
Joe Hertz wrote:
I dont see Struts supporting hosting companies on the wiki. It used to be on
the site before the resources link pointed you to the wiki IARC
Josh Holtzman wrote:
Can someone please provide me with the location of a mirror of the mailing
list archive?
I personally use gmane.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
How are you compiling? Command line? IDE? Eclipse? When compiling, the
jar file needs to be in your classpath. just putting it in lib directory
works for Tomcat when executing, but doesn't automatically put it in
your classpath.
Caroline Jen wrote:
The error occurred at the compilation time:
Se
Not free, but I have this, its pretty handy:
http://www.openlogic.com/index.php
Dan wrote:
I haven't been on this list in a while. I was
wondering if anyone's created an installation
wizard/thingy for it yet.
All I have so far is a PC with a new Linux OS.
Ideally, I'd like a wizard that sets up e
I assume that when you say
messages.add(ActionMessages.GLOBAL_MESSAGE, new ActionMessage("something
here");
the "something here" corresponds to a key in your messages.properties
file (or whichever file has your resource messages)?
lixin chu wrote:
Here is how I prepare action messages in Action
I bought a previous version (5.0). It works as advertised. But in
reality, I find Struts pretty easy to use, and thought that it was just
as easy to had configure everything. Its nice to see the diagrams to
visualize what's going on. The only complaint about the diagrams is that
it was difficul
!!!
--- Bryce Fischer <[EMAIL PROTECTED]>
escreveu:
Leandro Melo wrote:
I got one doubt in your code when used in a
situation
that i mentioned (transforming data from action
form
to dto).
When date comes from action form, they usually come
in
Strings,
Leandro Melo wrote:
I got one doubt in your code when used in a situation
that i mentioned (transforming data from action form
to dto).
When date comes from action form, they usually come in
Strings, but in your method you verify
value instanceof Date...
This will never happen, as the value comes
The custom converter is done independently of the action, form or DTO.
First step is to implement the interface
org.apache.commons.beanutils.Converter.
Keep in mind that the converter you are writing uses the appropriate
converter for the original class. So, if you were converting from a
String
You can register a different converter that BeanUtils uses to copy from
a string to a date. Write your own converter, using the date format you
need, then use ConvertUtils.register(...) to register it.
That's what I do anyhow.
-Original Message-
From: Leandro Melo [mailto:[EMAIL PROTECTE
Slattery, Tim - BLS wrote:
What group should I subscribe to (within news.gmane.org) for
general JAVA/J2EE discussion?
Assuming that's a Usenet server, try comp.lang.java.programmer.
its a usenet style server, but instead of usenet feeds, it provides
access to mailing lists, such as this o
ust being biased
On Fri, 03 Sep 2004 09:24:32 -0400, Bryce Fischer
<[EMAIL PROTECTED]> wrote:
My big issue with Outlook, is that its support for IMAP leaves a lot to
be desired. With IMAP, deleting is a two part process, marking message
as deleted, and purging. Outlook has no way to aut
Jim Barrows wrote:
-Original Message-
From: news [mailto:[EMAIL PROTECTED] Behalf Of Bill Siggelkow
Sent: Friday, September 03, 2004 1:04 PM
To: [EMAIL PROTECTED]
Subject: Re: [OT-Friday] Group Sing-along
Jim Barrows wrote:
-Original Message-
From: news [mailto:[EMAIL PROTEC
Jim Barrows wrote:
-Original Message-
From: news [mailto:[EMAIL PROTECTED] Behalf Of Bill Siggelkow
Jim, I know it seems like its unrelated but its really not
... when you
create an element you are really defining an instance of
ActionMapping (which extends ActionConfig). One of the
My big issue with Outlook, is that its support for IMAP leaves a lot to
be desired. With IMAP, deleting is a two part process, marking message
as deleted, and purging. Outlook has no way to automatically purge
deleted messages, and it drives me nuts. Every other IMAP client I have
seen does thi
Wennberg, Mathias wrote:
We're considering putting a new interface on our app and are currently
looking into flex, openamf, and flash remoting. Have anyone tried these
products and what are your experiences with them?
Flex was too much $$ for us. I did some stuff in Flash Remoting, and it
worke
This is similar to the issue I had last night. What was suggested to me,
and it worked, was to turn automatic validation off by specifying
validate=false in the action mapping, and manually validating in my
DispatchAction.
PC Leung wrote:
The web page displays at the first time with the followi
Rick Reumann wrote:
Vic wrote:
I allways say validate = false in mapping, and then manualy call it.
Would that help?
I do the same. Validating manually also gives you the nice advantage
of being able to set up any lists or other objects you need in request
scope if valdiation fails. Bryce, an ex
Vic wrote:
I allways say validate = false in mapping, and then manualy call it.
Would that help?
Thanks for your quick response Vic. Do you mean manually calling it in
the DispatchAction class (I think that's what you mean, but I didn't
want to assume)?
Bryce Fischer wrote:
I&
I'm having a problem with a ValidatorForm and validation. The first time
I try to access the action below, I get a validation error. The form
never gets the opportunity to be filled in by the Action class (action
called is /fringe.do?method=edit). Is there any way to tell Struts to
not do valid
from M7. Has some nice features that
Struts Studio doesn't have, such as a visual editor for JSP, code
completion and validation of form bean properties on the JSP page, etc...
--
Bryce Fischer <[EMAIL PROTECTED]>
-
To uns
ve to the WEB-INF). Think of it as a class
resources.application. if you had a class com.test, then it would be
located com/test.class
so in your case above, you'd have
/WEB-INF/ca/ulaval/fsa/drdb/struts12/resources.properties
Don't know if this was your problem, but I figured I'd
39 matches
Mail list logo