.
However, when I have Struts involved, it forms the URL with HTTP rather than
HTTPS. Thus, a window will pop up in front of browser saying I am being
redirected to a unsecure site, even though after I click on Yes to continue,
it switches back to HTTPS. As a proof, the unsecured URL request formed from
Hi. Since most of Struts based applications has some sort of login facility
I thought there must be some kind of "best practice" when using the Struts
framework.
I have several ideas on how to do it but I rather use others experience in
this area. Looking forward to suggestions.
Hello everybody,
struts-el TLDs are somewhat strange, they set rtexprvalue to false and hence
this is what happens when I put an EL expr in an struts-el tag:
"According to TLD or attribute directive in tag file, attribute action does
not accept any expressions"
Well, where is t
configured struts-config.xml my action file is properly
compiled Please help Shailesh Agarwal
-
Free antispam, antivirus and 1GB to save all your messages Only in Yahoo!
Mail: http://in.mail.yahoo.com
t; Software Engineer / Open Source Evangelist
> Consulting / Mentoring / Freelance
> EdgeTech, Inc.
> http://www.edgetechservices.net/
> 678.910.8017
> AIM: jmitchtx
> Yahoo: jmitchtx
> MSN: [EMAIL PROTECTED]
>
>
>
>
> - Original Message -
> From: &quo
t; sending
> a request to some
> action class on the server.
>
> I was wondering if such a requirement can be handled on the server side?
>
>
> -Original Message-
> From: Aladin Alaily [mailto:[EMAIL PROTECTED]
> Sent: Thursday, May 12, 2005 8:32 AM
> To: Struts
Hi,
This approach would work as well. I just think that if you're going to do
this in struts, it's better to do it in the RequestProcessor. Why?
Assume that you are using the forward action defined in struts. If my
session has timedout and I click on a link that uses the forward
Hi
I'm fairly new to Struts, but I am involved in a small web project that uses
struts. Another person in the group has been responsible for the presentation
part of the project, with Struts in the center. But he got stuck on a problem
with validation, and at the moment he relly doesn'
Hi,
We have a webapplication using struts 1.2.9, and this webapp is under
context /some-name in tomcat. However in front of tomcat we have
apache, and it mapps the domain name some-name.com to /some-name. This
works great, except when it comes to struts. Since struts notice that
the
Hi,
I'm using Struts 1
I have a set of indexed error properties :
myProprty0
myPorperty1
myProperty2
and so on
I'd like to be able to pass the relevant name in to
Is there a way to do this?
Thanks in advance,
Charles
Hi all,
This question might be a faq, but I haven't seen any answer when searching on
google or in the mailing list archive.
I'm working with a website that uses a java-based CMS (Content Management
System) that has some struts-based functionality. One of the functions we have
is to le
Hi,
Is it possible to define parameters that should be sent to a global forward in
struts-config.xml? Ie I want it all configured in the struts-config.xml.
Example:
I cannot add the parameters before the forward is "called", because it is done
in 3rd party classes that I
Quoting [EMAIL PROTECTED]:
Hi,
Is it possible to define parameters that should be sent to a global
forward in
struts-config.xml? Ie I want it all configured in the struts-config.xml.
Example:
I cannot add the parameters before the forward is "called", because
it is do
ah, great. I totally forgot that there actually is *two* url mappings
being done
(first the *.do -> struts and the actuall mapping for the action).
Now I have path="**/logoff", since I want it to work no matter what
subdirectory
the user is under.
Thanks a lot, Oliver!
/
Hi,
I have searched but found nothing about this. How can I fetch an specific error
using without printing it to the page? Or
somehow check if it exists?
I want this because I want to print the error with some styling in the html. But
I don't want that styling code to be in the html if the messa
Ah, thanks. Solved my problems :)
/Jimi
Quoting Dave Newton <[EMAIL PROTECTED]>:
http://struts.apache.org/1.2.9/userGuide/struts-logic.html#messagesPresent
--- [EMAIL PROTECTED] wrote:
Hi,
I have searched but found nothing about this. How
can I fetch an specific error
using w
the place.
And don't want to have to make the forum guys make changes in their code if not
absolutely necessary.
After searching on google, I'm starting to think that maybe one option is to
divide this into two different struts modules. But it seems like a lot of work,
and even though I h
Hi,
whoever is in charge of http://struts.apache.org/1.x/ - please fix the
site. It's broken. A lot. I'm really amazed that nobody seems to have
noticed this, or maybe I'm the only one who cares?
Examples:
http://struts.apache.org/1.x/struts-taglib/tagreference.html - co
alidation, the items get
added. If they fail validation, the item list displays again (with
their quantity entries repopulated).
The validation error handling is where I'm stuck. If the form bean
validate() method fails, Struts automatically shows the input (the item
listing action)... but:
1.4.2 was Mantis. Pretty much all significant revisions have code
names, then the codename is dropped after the production release.
http://java.sun.com/j2se/codenames.html
[EMAIL PROTECTED] wrote:
> Hi,
> I don't think 1.4.2 has got a naming. It started from 1.5 (Tiger) and
> SE6 "Mustang", 7 "Do
Hi,
I am going to write an app that allow user to register in a JSP page,
press submit, then user redirected to a new page telling user
to check email, click on a link on email, redirected to a page,
then commit user info to database. If user doesn't do this
within 24 hrs, then delete user info
- Original Message -
From: "Pavlikus" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Thursday, August 19, 2004 4:30 PM
Subject: Re: Help on Action implementing thread for checking user
registration thru email?
> W
Hi,
I am facing a problem and trying to solve it for many
days but in vain.
The user selects the locale(suppose es-spanish) and
the page displays in that particular locale using the
appropriate properties file.
I also have a file upload on the same form. I am using
enctype="multipart/form-data" in
Extend your action class from
ValidatorLookupdispatchAction class by Brandon
Goodin.
___
Do you Yahoo!?
Win 1 of 4,000 free domain names from Yahoo! Enter now.
http://promotions.yahoo.com/goldrush
---
The suggestion is good. But you might run into
localization problems. The better approach is to
extend the ValidatorLookupDispatchAction class by
Brandon Goodin which extends the
LookupDispatchAction. The buttons get their label
texts from the properties files.
If you are not thinking of localizin
> -Original Message-
> From: Robert Miller [mailto:[EMAIL PROTECTED]
> Sent: Thursday, August 19, 2004 12:25 PM
> To: [EMAIL PROTECTED]
> Subject: Conditionally Validating an Entire Form
Based Upon the
> buttonpressed
>
>
> I have a form which has a "save" ( ( The "save" should validate a
e you using the
> SetCharacterEncoding
> Filter? (Look in the Tomcat WebApps examples.war)
>
> Inquiring minds want to know this stuff :-)
>
> > -Original Message-
> > From: struts lover [mailto:[EMAIL PROTECTED]
> > Sent: Thursday, August 19, 2004 2:48 PM
> > T
against this
> problem to document it more
> clearly :-)
>
> -Joe
>
>
> > -Original Message-
> > From: struts lover [mailto:[EMAIL PROTECTED]
> > Sent: Thursday, August 19, 2004 4:49 PM
> > To: Struts Users Mailing List
> > Subject: RE: internat
ginal Message -
From: "Daniel Perry" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Friday, August 20, 2004 5:15 AM
Subject: RE: Help on Action implementing thread for checking user
registration thru email?
> I previously posted
--- Original Message -
From: "Leandro Melo" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Friday, August 20, 2004 1:20 AM
Subject: Re: Security - From tradition to struts
> Thank you very much for your time Erik, i'll try to
>
> pages.
>
> In your submit action you want to display the
> checked records, so filter and
> display the records in your collection that have
> checked=true.
>
> Finally update the records in your collection to the
> database. If I understand
> correctly you want t
Create a utility class method that takes username and
password as parameters. Connect to database from this
utility class method, and return a boolean based on
the search for username and password. Have this
utility method called from your action class.
--- struts Dude <[EMAIL PROTECTED]>
action class.
--- Leandro Melo <[EMAIL PROTECTED]> wrote:
> I'm back!
> After getting some jaas studies, i'm a little bit
> better, so i can now formulate a better question.
>
> Here it is... (I know that this is not only a Struts
> question, because it envolve
> Sebastian Ho <[EMAIL PROTECTED]> wrote
> on 08/19/2004 05:19:35
> > AM:
> >
> > > hi
> > >
> > > I used the same actionform for a few JSP pages,
> which I guess is good
> > > practice. The problem occurs when I add in
> validati
You can have a variable called action in your action
form. You can set that variable as view or edit. Now
for the first time, the action can be view. You lookup
for the customer. If you find, you display. If you
dont find, (check this with some tag ) you
display a text field and a ADD CUSTOMER but
Well did anyone?
I find them complicated, not useful, hard to use, maybe it's just me and =
because not many
documentation on these.
Can anyone provide links of tutorial to these?
BTW, ProcessBean is like a DTO, so there are a lot more better choice of =
tools
to use than ProcessBean right? say
e the ability to lookup a
> customer in 20 or 30
> forms, not just order entry.
>
> It's the modular approach known to console-based and
> gui based
> applications. My question is: how does this
> translate in struts? Does
> it?
>
> Stuart
>
> On Fri, 20
; wrote on 08/19/2004
> 05:19:35
> > > AM:
> > >
> > > > hi
> > > >
> > > > I used the same actionform for a few JSP
> pages, which I guess is
> good
> > > > practice. The problem occurs when I add in
> validati
Check your properties file.
--- jacob skariah <[EMAIL PROTECTED]> wrote:
> Hi,
>
>I am having problem while displaying my Action
> Errors on the jsp pages. The problem is two "null"
> messages are displayed in the begining and end of
> the
> action error messages displayed on the jsps.
>
Use the
Then use
--- Frers Michael <[EMAIL PROTECTED]> wrote:
> Hello
> can someone explain me how i should use the tag in my situation:
>
>
> i have a bean "theBean" with a getter
>
>
> getText(String textid){
> ...
> ...
> return result;
> }
>
> and somewhere ist set:
>
> session.s
Can someone show me how I can use ProcessDispatchAction as DispatchAction
in struts-config.xml?
Thanks
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Sorry I wasn't clear. ProcessDispatchAction is from scaffold package
org.apache.struts.scaffold.ProcessDispatchAction
- Original Message -
From: "Niall Pemberton" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Satur
Hi
What approach do you people like to model business
objects for Action to
call?
For example, do struts guru like to create business object by
extending org.apache.commons.scaffold.util.ProcessBeanBase
and use it with org.apache.struts.scaffold.ProcessAction
by specifying ProcessAction in
Hi
How would I set up to add a "userProfile"
form object in my struts-config.xml and store
user info in it so that ProcessAction from
Scaffold will merge information coming from
the request form (ActionForm) and the userProfile
form and pass them to the execute method of
my bus
gt; Where to temporally store the files content? May
> writing them to
> session is no good idea? May cache the file in a
> temp folder?
> How to handle the multiple files in the action? Do
> I need to process
> the file every time or is it done by struts and I
> only need to i
Check this link.
http://husted.com/struts/tips/016.html
--- Amit Kumar Sharma <[EMAIL PROTECTED]>
wrote:
> Check the type for it.
> Java.lang.Boolean
> It should work.
>
> Warm regards
> Amit
>
> -Original Message-
> From: jacob skariah [mailto:[E
gt; accross such a problem. Pls send me the solution
> ASAP
>
> Thanx in Advance
>
> Regards
>
> manoj
> --- struts lover <[EMAIL PROTECTED]> wrote:
>
> > Check your properties file.
> >
> >
> >
> > --- jacob skariah <[EMAIL
My implementation is slightly different. I created an
object of FileData with fields like formfile,filename
etc. When you first paint the jsp, your action class
would create a FileData object and put it into the
arraylist defined in your action form.
I have a button called ADD ANOTHER FILE. When y
Ok this is more like a question that shud be asked
in developer group, but authors of scaffold are
going to read it here any way. I hope.
The org.apache.commons.scaffold.lang dir has a whole
bunch of exceptions that simply does chaining. Why not
integrate them with ActionErrors as in ModulExceptio
Hi,
I am using the tag for file upload. It has
a button whose text displays Browse in English. Is
there any way of localizing the Browse button, so that
it displays the text from the properties file
depending on the locale selected by the user.
Thanks
__
urces.properties
> (or whatever acording to Locale) and set this
> literal to the browse button.
>
> Cheers.
>
> >-- Mensaje original --
> >Reply-To: "Struts Users Mailing List"
> <[EMAIL PROTECTED]>
> >Date:Mon, 23 Aug 2004 08:19:45
Hello Everyone,
I am stuck with this localization issue.
I am using tag. I am not able to localize
the text of the Browse button.
Does any one know how to solve this problem.
Please help.
Thanks
__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has t
Thanks
--- Leandro Melo <[EMAIL PROTECTED]> wrote:
> I think this problem goes right at the same point as
> the 100 last messages of the list... :-), the ones
> about a image button replacing the browse button.
>
>
> --- struts lover <[EMAIL PROTECTED]> escrev
file upload dialog will be
> localized.
>
> Regards,
>
> Richard
>
> -Original Message-
> From: struts lover [mailto:[EMAIL PROTECTED]
> Sent: Monday, August 23, 2004 10:32 AM
> To: [EMAIL PROTECTED]
> Subject: Browse button localization -- IMPORTANT
>
PROTECTED]
> > Sent: Monday, August 23, 2004 1:27 PM
> > To: Struts Users Mailing List
> > Subject: [OT] PROBLEMS SOLVED BELIEVE IT OR NOT:
> Re: image
> > button for file upload
> >
> >
> > Thanks to all who addressed this issue. I thought
> out of
Hi
I am going to use custom tags for checking
access to Jsp, if no user/bean bean in session,
then direct to login page.
And I am also going to check admin bean again
in Action before invoking life cycle methods
on business beans.
Now am I over kill with authentication??
I mean, if all JSP page
Thanks to all who replied. I can't always count on u guys :D
If I really did use the stupid approach on the job,
I guess I am going to be fired on the spot. ;D
Regards
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional
Hi,
I am developing a web application. There is a search
page where user enters a search parameter. Then it
displays search results. Each search result has a
hyperlink to view its details. But when I click, on
the back button, it gives me error.
Any one knows why and how to solve it.
Thanks.
Hi :),
It gives me the following error.
Warning: Page has Expired
Thanks.
--- Jim Barrows <[EMAIL PROTECTED]> wrote:
>
>
> > -Original Message-
> > From: struts lover [mailto:[EMAIL PROTECTED]
> > Sent: Thursday, August 26, 2004 12:04 PM
>
lick the Refresh button.
Thanks.
--- Jim Barrows <[EMAIL PROTECTED]> wrote:
>
>
> > -Original Message-
> > From: struts lover [mailto:[EMAIL PROTECTED]
> > Sent: Thursday, August 26, 2004 12:14 PM
> > To: Struts Users Mailing List
> > Subject: RE:
ble token, and DD is day-in-year,
> not
> > > day in month.
> > > >
> > > > Erik
> > > >
> > > >
> > > > Research labs wrote:
> > > >
> > > >> Can anyone please tell what I can do in order
> &g
er won't
> re-POST form information as a security precaution.
> If you want to be
> able to get around this, use GET in your search.
>
> On Thu, 26 Aug 2004 12:14:12 -0700 (PDT), struts
> lover
> <[EMAIL PROTECTED]> wrote:
> > Hi :),
> >
> > It gives m
- Original Message -
From: "David Suarez" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Friday, August 27, 2004 2:35 AM
Subject: RE: Question about authentication
> My question is, does it really matter? Does it
- Original Message -
From: "Emmanouil Batsis" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Thursday, August 26, 2004 12:57 AM
Subject: Re: Question about authentication
> I usually perform complex authentication/a
Thanks Joe. Geee I wander why someone would
advocate for container managed security since
it's not portable between servers.
:D
- Original Message -
From: "Joe Hertz" <[EMAIL PROTECTED]>
To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
Is it really necessary to learn JAAS in order to authenticate users
in complex J2EE systems??
More API to learn, more complication and headache.
I would try to get away with it if I can.
Regards
- Original Message -
From: "Leandro Melo" <[EMAIL PROTECTED]>
To: "st
- Original Message -
From: "Joe Hertz" <[EMAIL PROTECTED]>
To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
Sent: Friday, August 27, 2004 3:28 PM
Subject: RE: Question about authentication
> My gripe with container managed authentica
Can't u do it using checkbox?
Thanks
- Original Message -
From: "Varley, Roger" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, August 26, 2004 10:44 PM
Subject: Select One Row
Hi
I'm starting my first Struts project and I have got a .
---Original Message-
> > From: Erik Weber [mailto:[EMAIL PROTECTED]
> > Sent: Friday, August 27, 2004 10:57 AM
> > To: Struts Users Mailing List
> > Subject: Re: My IsValidToken() cannot trap
> duplicated submission.
> >
> >
> > When you are done p
> >
> >-Original Message-
> >From: Erik Weber [mailto:[EMAIL PROTECTED]
> >Sent: Friday, August 27, 2004 10:57 AM
> >To: Struts Users Mailing List
> >Subject: Re: My IsValidToken() cannot trap
> duplicated submission.
> >
> >
> >Wh
Sorry PC, my mistake. You did the right thing.
--- struts lover <[EMAIL PROTECTED]> wrote:
> if (!isTokenValid(request, true)) {
> // do your stuff
> resetToken(request);
> }
>
>
> --- PC Leung <[EMAIL PROTECTED]> wrote:
>
> > I have
Hi
Can someone give me a few pointers on using SecurityFilter
with Struts? This can save me potentially hrs of debugging.
My securityfilter-config.xml is:
http://www.securityfilter.org/dtd/securityfilter-config_1_1.dtd";>
Admin Page
- Original Message -
From: "struts Dude" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Sunday, August 29, 2004 5:36 PM
Subject: SecurityFilter Question?
> Hi
>
> Can someone give me a few pointers on using Secur
Wow that was quick response, thanks Jason.
:D
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
to do this is to
use 2 links to 2 login forms, 1 form for each.
BTW, can I assign roles for each Action in
struts-config.xml so that I don't have to
prefix path attribute of each Action with
/user or /admin?
Thanks
-
To unsu
- Original Message -
From: "Jason Lea" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Sunday, August 29, 2004 11:04 PM
Subject: Re: SecurityFilter Question?
> As for populating a User bean into a session once they are
&g
hi
Using container managed authentication, can i relay request parameters(i.e.
username & password) to
loginAction after successful authentication?
Because I want to construct a User bean and add it to Session after
successful authentication
but request parameters seem to get lost.
Thanks
- Original Message -
From: "Jason Lea" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Monday, August 30, 2004 6:07 PM
Subject: Re: SecurityFilter Question?
> >
> >Can't u do this using an Action? Say, access
ED]>
Sent: Thursday, August 26, 2004 5:43 AM
Subject: RE: Scaffold
> Tate,
>
> http://www.manning.com/catalog/view.php?book=husted&item=source
>
>
> Download the husted_src.zip file it has the source.
>
>
>
> *****
> Ruben Cepeda
&
mapping of struts-config.xml.
All my restricted action mapping has user roles attribute rather than
using path attribute e.g. path="admin/bla". I hope that is not bad practice.
Also, it looks there is no way to use client/server side struts validation
to
convey error message on login fo
Hi Everyone,
Struts 1.2.2 is up and available.
http://struts.apache.org/acquiring.html
__
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail
what is your directory structure ??? Are you giving
the correct relative path for the input parameter
--- Jim Barrows <[EMAIL PROTECTED]> wrote:
>
>
> > -Original Message-
> > From: Saurabh Bhatla
> [mailto:[EMAIL PROTECTED]
> > Sent: Monday, Augus
Thanks robert. Greatly appreciated.
Now has anyone tried to put login form on every page of
site if user hasn't login with STRUTS? Say, put a small login
form on left hand column menu/navigational bar.
Is there anything I need to look out for?
- Original Message -
From: &q
Hi Rick
I have runned rr_sitemesh example, change width
of navigaitonal bar to 150 pixel by
changing the line
to in mainDecorator.jsp
but an empty space seemed to have been created now
between navigational bar and content, and content
is created within
, so what's happening??
Is main.css beh
Hey how did your dad get the username and password you
emailed, without logging into the account
--- Rick Reumann <[EMAIL PROTECTED]> wrote:
> This should give most of you a good chuckle so I
> figued I'd share..
>
> My dad has never used a computer until about a week
> ago, when I
> convi
Hello
Just want some feedback from ppl who know
both. Which one is more powerful and easier
to use?
Personally I only know iBatis but seeing so
many web app built on hibernate and even
a book on hibernate to be published, just
wandering if it's worth my time to learn hibernate.
Thanks
--
Thanks guys.
Seeing so many support for either side,
I might as well flip a coin to decide
whether or not to learn hibernate.
;)
- Original Message -
From: "struts Dude" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Thur
Hi
How long does it take to master appfuse.?
Appfuse looks powerful but daunting to learn.
It uses hibernate, xdoclet, junit, cactus, spring
.. whatever, each technology can fill a book.
Do I need to learn J2EE to get full benefit of
appfuse?
Can I get much out of appfuse if I don't use J2EE
f
- Original Message -
From: "Jim Barrows" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Friday, September 03, 2004 3:52 AM
Subject: RE: How long does it take to master appfuse?
>>Another way of saying this is
>>
Hi,
Ok I really shud ask this at ibatis forum but since
many here seem to work with ibatis, i give it a shot
here.
How do I register some kind of listener with ibatis
so that if data in a table, say, Users, change,
ibatis will notify struts application?
The scenario I am trying to solve is
Hi guys
I can't seem to get the following simple log4j.properties file
to work. I have log4j-1.2.8.jar and commons-logging-1-0-3.jar
in WEB-INF/lib of my web app.
Also the following log4j.properties in class folder of web app.
-
log4j.rootCategory=info, stdout
log4j.logger.com.template=d
- Original Message -
From: "Woodchuck" <[EMAIL PROTECTED]>
To: "struts" <[EMAIL PROTECTED]>
Sent: Friday, September 03, 2004 5:01 AM
Subject: struts servlet chaining and immutable request?
> hihi,
>
> in my Action object, i am doing servlet
Hi Everyone,
I am using struts nested iterate tag. Is there any way
to go one level up inside the iterate.
Any help would be appreciated.
Thanks
__
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http
; -Original Message-
> > From: struts lover [mailto:[EMAIL PROTECTED]
> > Sent: Thursday, September 09, 2004 1:47 PM
> > To: [EMAIL PROTECTED]
> > Subject: go one level up
> >
> >
> > Hi Everyone,
> > I am using struts nested iterate tag.
label
//if articleType=="science" do something print science
heading label
// iterate over
// the collection here
How do I achieve printing the different messages based
on the articleType??
Thanks.
--- Jim Barrows <[EMAIL PROTECTED]> wrote:
>
>
> > -Origin
Hi,
I just want to clear up the sequence of events for calling
an Action from action mapping specified in struts-config.xml.
Is it ActionForm.reset(), ActionForm.validate(), Action.execute()?
And implication of these, any objects set to request scope within
ActionForm.reset() or
Hi David,
I don't have this file, no idea where that is supposed to be. I just
drop a log4j.properties file in /WEB-INF/classes of my web app.
Thanks
- Original Message -
From: "David G. Friedman" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" &l
Just a silly question.
Where did ListUtils come from?? I can't find this
in my JDK1.4.2.
Thanks
- Original Message -
From: "Hubert Rabago" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Friday, September 03, 200
Action
> works, the first key
> >that map will be used and the corresponding method
> called.
> >
> >Can I make it maps to different methods?
> >
> >How do I resolve this? I am using Struts 1.1.
> >
> >
> >To ill
Hi
Has anyone written a project management web application
using Struts with CVS server??
I am thinking of writing 1 and wud be most interested to hear from
someone who has done this already to stop reinventing wheel.
Thanks
1 - 100 of 451 matches
Mail list logo