In reference to the problem below, it actually seems that the
DynaValidatorForm.validate() method does validate Strings, but not
Integers
any clues appreciated
Elie
> Hi there,
>
> am having a problem validating a form manually using the
> DynaValidatorForm.validate() function. For some rea
Will this do?
import java.util.jar.Manifest;
...
ServletContext ctx = ...;
InputStream in = ctx.getResourceAsStream("/META-INF/MANIFEST.MF");
if (in != null) {
Manifest mfst = new Manifest(in);
...
in.close();
}
Quoting Martin Gross <[EMAIL PROTECTED]>:
> I would like to read the content o
Hi all !
I was woundering about using Struts in Tomcat with JDBC Realms.
I found lots of topics about Strunts and Realms but using policy files
and I did not find any question or topic involving struts and JDBC Reals.
Does struts support the use of JDBC Realms in Tomcat ? I don't intent
to use i
1. the META-INF directory should be under the webapp root, not a WEB-INF
subdirectory;
2. read the file into an action class with java.io.FileReader, set the
object in some scope, and display it in a JSP with a .
Mark
-Original Message-
From: Martin Gross [mailto:[EMAIL PROTECTED]
Sent
Apparently more than 20 people believed it was important enough to spark a
discussion of the issue, so if it was a waste of your time, perhaps you are
just too important for this list? As far as bad advice goes, most of the
people I know in the *real* world agree with my assessment: JBoss is not
w
Hi
If my httpsession is invalid, I want to send the user to the logon page. I tried it
in different ways, but get an error everytime
I tried it like this : (sessionIsValid is a attribute in the session. If this
attribute is null, it means that my session does no longer exist).
This is
http://today.java.net/pub/a/today/2003/10/07/jstl1.html
Mark
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Well congrats on
a) wasting other people's time
b) giving bad advice
perhaps you should consider fishing elsewhere.
-Original Message-
From: Mark Galbreath [mailto:[EMAIL PROTECTED]
Sent: 10 October 2003 10:51
To: Struts Users Mailing List
Subject: RE: ejb's and tomcat
Yeah, but the
http://www.sys-con.com/Java/article.cfm?id=2257
Mark
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
I agree they scale well
-Original Message-
From: Andrew Hill [mailto:[EMAIL PROTECTED]
Sent: Friday, October 10, 2003 6:56 AM
Strangely enough I find most of your posts are decidedly fishy.
-Original Message-
From: Mark Galbreath [mailto:[EMAIL PROTECTED]
Sent: Friday, 10 Oct
I would like to read the content of /WEB-INF/META-INF/MANIFEST.MF file
by a struts based application. Does anybody have an example how to do
it? The only references I found are only for jar files.
TIA,
Martin
-
To unsubscribe,
Anybody getting the news out of Baltimore today? A 2-day moratorium on
parking ticket fines has been granted and a mile-long line outside city hall
started at 0200 today and continues to grow. Apparently, these geniuses
didn't bother to read the entire letter they got, which explained that
mailin
Strangely enough I find most of your posts are decidedly fishy.
-Original Message-
From: Mark Galbreath [mailto:[EMAIL PROTECTED]
Sent: Friday, 10 October 2003 18:51
To: Struts Users Mailing List
Subject: RE: ejb's and tomcat
Yeah, but the only reason I posted that msg was for baiting pu
Yeah, but the only reason I posted that msg was for baiting purposes...and
apparently I caught a lot of fish... ;-P
Mark
-Original Message-
From: Brian McSweeney [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 09, 2003 9:37 AM
To: 'Struts Users Mailing List'
Subject: RE: ejb's and tom
how can i force the reloading of my properties/resource file
in struts?
thanks.
Hi there,
am having a problem validating a form manually using the
DynaValidatorForm.validate() function. For some reason, when validation
is carried out this way it only seems to find errors in one of the form
fields - however, if I set the validate="true" property in the
struts-module-config.xml
At 08:05 PM 10/9/2003 -0400, you wrote:
Yes I too have worked on Microsoft Systems where you drag and drop
components into a Frame and voila
you have a functional web page.
1)First a general feeling if uneasiness about integrating the classic
Monolithic Microsoft Component Structure into a working
Nobody has a clue ??
- Original Message -
From: "Hugo Questroy" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, October 09, 2003 12:07 PM
Subject: Problem with FileUpload
Hello,
Here is my form I've created :
The form I submit conatins a "file" attribute of FileFo
101 - 118 of 118 matches
Mail list logo