Hi,
Can you please let how did you address your requirement of having multiple
action classes?
Thanks and regards,
jayanth
--
View this message in context:
http://struts.1045723.n5.nabble.com/struts-1-2-html-select-and-submit-button-tp3477760p4558693.html
Sent from the Struts - User mailing li
Related to this file upload thing , I am using the struts2 file upload.I
know struts2 file-upload deletes the uploaded temp file.From a security
stand point, do we still need to validate the input file (for bad input) or
the fact that it got deleted should take of everything?
Thanks!
Kaul
On Wed,
Ok, that's what I had figured, thanks.
2009/12/23 Paweł Wielgus
> Hi Dan,
> struts see only files on server,
> so if You want to do something with a local file You have to upload it
> to the server.
> Also it's not struts related, all HTTP based solutions behave that way.
>
> Best greetings,
> P
Hi Dan,
struts see only files on server,
so if You want to do something with a local file You have to upload it
to the server.
Also it's not struts related, all HTTP based solutions behave that way.
Best greetings,
Pawel Wielgus
2009/12/23, davargas123 :
>
> Is it necessary to upload a file to th
15.10.2009 7:05, Sandeep Shenvi kirjoitti:
Hi,
We are developing a web application with Single Sign On (SSO) feature using
struts 1.2 and are using tomcat 6.0 container for deployment. We want to
achieve a scenario similar to Windows Authentication.
For this we want to know the user (user nam
HiAny ideas?
On Fri, Aug 28, 2009 at 11:42 AM, Ashish Kulkarni <
ashish.kulkarn...@gmail.com> wrote:
> HiIf i have 2 struts-config.xml file can i have ValidatorPlugIn tag in
> both struts-config.xml file, will this work??
>
> I ran into some issue trying to do so, i was getting could not find
>
in the classpath:
the TOMCAT setting was previous one...so i changed to..
BUT i still get ERROR like..
---
ERROR http-8080-Processor25 (StandardWrapperValve.java:250) Java.lang by
which Servlet.service() of - servlet jsp threw out exception.
NoSuchMethodError:
j
Change the classpath to servlet-api? Where? The container should
provide all the jsp and servlet jars that you need (with correct
versions). You should probably not tamper with the classpath to any of
those...
Nils-H
On Fri, Jul 3, 2009 at 10:40 AM, pasanewa wrote:
>
> I was using Tomcat 4.1 and
08 02:44:49 -0700
> From: [EMAIL PROTECTED]
> To: user@struts.apache.org
> Subject: Re: struts 1.2: calling an action by javascript
>
>
> Yes, you can do so by using AJAX, you need to invoke a Javascript function
> that makes an AJAX call to the action.
>
> Thank
Yes, you can do so by using AJAX, you need to invoke a Javascript function
that makes an AJAX call to the action.
Thanks,
Sachin
Ingo Villnow wrote:
>
> Hello,
>
> i want to call an action by javascript, when a value in a
> field changes. I want to fill my with the data provided by
> the act
Ingo Villnow wrote:
>
> Hello,
>
> i want to call an action by javascript, when a value in a
> field changes. I want to fill my with the data provided by
> the action. Any ideas? I don't know a lot of javascript :-(
>
> thanks & greetings from Berlin
>
>
>
2008/3/18, Sonu S <[EMAIL PROTECTED]>:
> 1) there is one submit button on that page and one action is associated with
> that submit button. i can call the associated action class once the user
> finish the form and click the submit button. When user select from list i
> need to call another act
You can simply call a struts action through AJAX. A little bit of AJAX can
help to do your task. If you know AJAX, you can call struts action while
sending request as req.open("GET", someaction.do, true);
On Tue, Mar 18, 2008 at 9:20 AM, Sonu S <[EMAIL PROTECTED]> wrote:
> HI,
>
> I am using st
This is select box. u make this as html select
&contentId=');">
This is javascript
--
function getPage(ccid,url){
var cId = document.getElementById("contentId").value;
document.location.href = url+cId+'&xxxId='+ccid;
}
by using this u can get what u want.
Ingo Villnow wrote:
>
function submit()
{
populate values ..then
document.action.value = " /url ";
document[0].forms[0].submit();
}
Ingo Villnow wrote:
>
> Hello,
>
> i want to call an action by javascript, when a value in a
> field changes. I want to fill my with the data provided by
> the ac
I would suggest joining the JWP mailing list and re-posting this
question there... the form manipulator handler was written by a member
of the JWP team named Herman, and I know he'd be able to help you out
quickly. I think though that there is an example of that handler in the
JWP sample appli
I referred to the manual and there it suggested to use "parameter"
instead, like this:
value=name
then you can use: String value = (String) request.getParameter("value");
Now i have another problem :-)) I want to use the "std:FormManipulator"
als ResponseHandler, but I have problems with the c
Can you tell where that error is coming from? I don't recognize it as
an APT error, so I'm guessing Struts, but I don't recall ever seeing
that before.
You know what... what happens if you remove the and
tags? Does it work then?
Frank
Ingo Villnow wrote:
ok, the Text in the index-resul
ok, the Text in the index-result is working now, but i want to use the
actions and when i use parameters like
"/employee.do?task=update&ajax=getEmployee" then there comes an error
message "The reference to entity "ajax" must end with the ';' delimiter."
Ingo Villnow schrieb:
> Hello,
>
> now i am
Hello,
now i am using the javawebparts.ajaxparts and when i put all the things
in a whole jsp-site, than the ajax is working:
<%@ taglib prefix="ajax" uri="javawebparts/ajaxparts/taglib" %>
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1"%>
http:
GREAT Thank you very much!!
Frank W. Zammetti schrieb:
> I should also point out the presentation Ted Husted did at The Ajax
> Experience last week which dealt largely with APT. The slides for that
> presentation are here:
>
> http://ajaxexperience.techtarget.com/images/Presentations/Husted_Ted_R
Thank you, I am going to use the javawebparts.ajaxparts taglib in any
way, now i try to find the cook book :-) thanks
Frank W. Zammetti schrieb:
> On Wed, October 31, 2007 10:19 am, Ingo Villnow wrote:
>
>> i want to call an action by javascript, when a value in a
>> field changes. I want to f
I should also point out the presentation Ted Husted did at The Ajax
Experience last week which dealt largely with APT. The slides for that
presentation are here:
http://ajaxexperience.techtarget.com/images/Presentations/Husted_Ted_RetrofittingStruts.pdf
I'm not quite sure how long they will stay
On Wed, October 31, 2007 10:19 am, Ingo Villnow wrote:
> i want to call an action by javascript, when a value in a
> field changes. I want to fill my with the data provided by
> the action. Any ideas? I don't know a lot of javascript :-(
There's a couple if ways you could do that... one would be
On Wed, October 31, 2007 10:19 am, Ingo Villnow wrote:
> i want to call an action by javascript, when a value in a
> field changes. I want to fill my with the data provided by
> the action. Any ideas? I don't know a lot of javascript :-(
There's a couple if ways you could do that... one would be
try this
function submitForm(){
//do the verification you want to...
form.submit();
}
On 10/31/07, Ingo Villnow <[EMAIL PROTECTED]> wrote:
>
> Hello,
>
> i want to call an action by javascript, when a value in a
> field changes. I want to fill my with the data provided by
> the actio
hmm, I assume the input fields have the same name as the relevant form
properties. Case is important. Perhaps you need an input parameter in
your action definition. input=inputform.jsp or something along those
lines.
-
To unsubsc
i TRIED SETTING THE REDIRECT=TRUE ALSO, but still it doesnt display the values
when coming back to the original window.
Can this be an issue ?
From inputform, I have a submit button which opens another window and calls
submitaction. In the new window I am displaying the 3rd parameter
Chris,
Thanks for the reply, I dont have redirect=true
Here is the action:
Thanks again,
Christopher Schultz <[EMAIL PROTECTED]> wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Maya,
Maya menon wrote:
> In submitAction, I call setter method of formbean and s
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Maya,
Maya menon wrote:
> In submitAction, I call setter method of formbean and sets the 3rd
> parameter and do mapping.findforward
Does the forward you are using have redirect="true"? If so, the form
bean might be lost of the form bean is not in ses
Hello Paul,
but the bean is there - otherwise, the logic:iterate part wouldn't be
accessed at all after . I can't understand this.
Besides that, I now solved it this way:
I put the needed object to an already existing session object. Addressing
this way works fine.
BTW:
The jsp must be:
...
Make sure you're not redirecting. You will lose request attributes if you do
so.
On 8/13/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> Hello!
>
> I'm getting a currious errormessage, which I'm not understanding with the
> background written later on:
>
> javax.servlet.jsp.JspException: No g
RathinaGanesh : Vancouver is beautiful !! wrote:
Greetings:
I was wondering, if I can combine struts 1.2 and jsf together..?
I was trying to use the Ajax4jsf (Exadel's RichFaces)..It seems, this
component needs JSF...
Did any one use this this with Struts 1.2 before..??
Well, the JSF dependenc
On 4/4/07, davout <[EMAIL PROTECTED]> wrote:
I downloaded Struts r1.2.4. The r1.2.4 'validator-rules.xml' file is exactly
the same as the file in my project.
The stack trace says that this is not true - I can re-create your
exact error by dropping the validator-rules.xml from Struts 1.2.7 int
I downloaded Struts r1.2.4. The r1.2.4 'validator-rules.xml' file is exactly
the same as the file in my project.
The attached screenshot is a snapshot from the file compare utility.
http://www.nabble.com/file/7647/struts.zip struts.zip
What next?
--
View this message in context:
http://www.
On 4/1/07, davout <[EMAIL PROTECTED]> wrote:
I downloaded the r1.2.7 release and used this as my comparison basis. My IDE
is 'MyEclipse' which uses a Struts 1.2 release.
The xml files are exactly the same. I used the 'beyond compare' file
comparison utility to view this, and there are no differ
I downloaded the r1.2.7 release and used this as my comparison basis. My IDE
is 'MyEclipse' which uses a Struts 1.2 release.
The xml files are exactly the same. I used the 'beyond compare' file
comparison utility to view this, and there are no differences. .
What next?
Niall Pemberton-2 wrote
Use the validation-rules.xml that comes with the version of Struts
you're using. This exception usually happens when people upgrade their
version of Struts but don't use the validation-rules.xml that ships
with the new version.
Niall
On 3/29/07, davout <[EMAIL PROTECTED]> wrote:
I've added Str
I think your Configuration Struts+Validator may be giving problem.
-Original Message-
From: Li [mailto:[EMAIL PROTECTED]
Sent: Friday, August 25, 2006 1:02 PM
To: Struts Users Mailing List
Subject: Re: Struts 1.2 and the Validator Framework, how does this work
?
did you configure your
Usually this error occurs when people upgrade to a later version of
Struts, but forget to upgrade the validator-rules.xml to the one
shipped with the new Struts version.
http://wiki.apache.org/struts/StrutsUpgrade
Niall
On 8/25/06, Ingimar Erlingsson <[EMAIL PROTECTED]> wrote:
Hello!
trying t
did you configure your app and validation framework properly? can you paste
full stack of error?
On 8/25/06, Ingimar Erlingsson <[EMAIL PROTECTED]> wrote:
Hello!
trying to get the validator framework in struts to work from within
eclipse/exadel, using struts 1.2.
following an example in the bo
Thanks for the help!
On 6/30/06, David Durham <[EMAIL PROTECTED]> wrote:
Mississippi John Hurt wrote:
> Hi,
> no longer allows "name" attribute. Problem is I have
javascript
> that refers to a field on the form by the formName.fieldName. So now I
> get a
> javascript error. If I can no longer
Mississippi John Hurt wrote:
Hi,
no longer allows "name" attribute. Problem is I have javascript
that refers to a field on the form by the formName.fieldName. So now I
get a
javascript error. If I can no longer assign a name to the form, then the
big
question is how can I refer to a field on
Hi,
Try this
field
document.forms[0].elements[field].value
select
var codUnidade =
document.forms[0].codunidadegestor.options[document.forms[0].codunidadegestor.selectedIndex].value;
Vantuir Muniz
On 6/30/06, Mississippi John Hurt <[EMAIL PROTECTED]> wrote:
Hi,
no longer allows "name" att
ED]
Sent: Wednesday, March 29, 2006 6:00 PM
To: Struts Users Mailing List
Subject: Re: [struts-1.2.x] Struts Validator?
On 3/29/06, Michael Laccetti <[EMAIL PROTECTED]> wrote:
> I'm using the validator framework in a server-side world. User
> submits form, validator is invoked, p
On 3/29/06, Michael Laccetti <[EMAIL PROTECTED]> wrote:
> I'm using the validator framework in a server-side world. User submits
> form, validator is invoked, page with errors is displayed. Now, 99% of
> the examples I've found out in the wild all talk about the client-side
> stuff. And of the 1
You have two options:
1) Do not use roles. It is coded with mere functionality to return
a 403 if the role is not there. Instead check the role explicity in the
action and do what you want.
2) Use web.xml to handle the error codes. You can configure your
application to take action on certain erro
Thanks for the reply.
Is the syntax you forwarded in the globalforwards
section of the config file? It looks like you are declaring an action. That
works for me too.
I'm looking to do the same type of thing but in the globalforwards section.
lee
On Mon, 22 Aug 2005 18:32:07 -0400, Robert Ta
Ooops. Responded without comprehending the entire message.
I haven't tried it with global forwards.
Sorry.
/robert
Robert Taylor wrote:
I'm using Struts 1.2.7 running in Tomcat5.x and it works for me.
/robert
lchalupa wrote:
I'm trying to use a feature of Tiles.
I'm using struts 1.2. I
I'm using Struts 1.2.7 running in Tomcat5.x and it works for me.
/robert
lchalupa wrote:
I'm trying to use a feature of Tiles.
I'm using struts 1.2. I'm using Tiles Definitions maintained in a
configuration file.
I want to use the definition names in the strutsconfig file instead of a jsp
Be careful with 1.2 as a lot of things were deprecated. Some addon labraries
like the production version of struts-layout don't work with 1.2.
/Jeremiah
Quoting "Hernandez, Mariano" <[EMAIL PROTECTED]>:
> Two quick question guys. I'm trying to type up reasons as to why we should
> upgrade from 1
list came from the release notes.
-Original Message-
From: Wendy Smoak [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 02, 2005 5:47 PM
To: Struts Users Mailing List
Subject: Re: Struts 1.2
From: "Hernandez, Mariano" <[EMAIL PROTECTED]>
> Two quick question guys. I
From: "Hernandez, Mariano" <[EMAIL PROTECTED]>
Two quick question guys. I'm trying to type up reasons as to why we should
upgrade from 1.1 to 1.2 (specifically 1.2.7). It seems to me that the bulk
of the fixes/enhancements have been in client/server side validation and
tiles. I've got some other
What does 1.3 bring to the party?
I know there will be with the composable request processor and
commons chain integration. What other innovations are there
in the new version?
I think they also said Struts 1.3 will also be built using JDK 1.4 and
to Servlet 2.3. So during evoltion, some th
At 9:29 PM -0700 7/15/05, Wendy Smoak wrote:
From: "Ted Husted" <[EMAIL PROTECTED]>
I'd suggest that changes between releases should be immortalized on a
Release Notes page, like the very cool one we have for 1.2.7:
* http://struts.apache.org/userGuide/release-notes.html
Noted. ;) Joe, is it
From: "Ted Husted" <[EMAIL PROTECTED]>
I'd suggest that changes between releases should be immortalized on a
Release Notes page, like the very cool one we have for 1.2.7:
* http://struts.apache.org/userGuide/release-notes.html
Noted. ;) Joe, is it okay to take the text of your email for the n
On 7/15/05, Craig McClanahan <[EMAIL PROTECTED]> wrote:
> One thing that can save some work is that the pseudo-database part of
> MailReader is already extracted out into its own module (it's in
> apps/dao in the source tree), which can be reused "as is" like it is
> in all the other MailReader var
On 7/15/05, Joe Germuska <[EMAIL PROTECTED]> wrote:
> Probably the biggest other thing is the "extends" mechanism which
> allows most config elements to extend others, eliminating some
> redundancies in config files. To be honest, I haven't used this much
> yet, but I can see where it would be pre
At 4:39 PM +0100 7/15/05, Pilgrim, Peter wrote:
What does 1.3 bring to the party?
I know there will be with the composable request processor and
commons chain integration. What other innovations are there
in the new version?
Probably the biggest other thing is the "extends" mechanism which
al
On 7/15/05, Frank W. Zammetti <[EMAIL PROTECTED]> wrote:
> Must... not... volunteer... time... limited... :)
>
> Seriously, I would actually be quite interested in taking this on, but
> frankly I have not yet touched Shale at all, so I'm not certain I could
> pull it off... Certainly I couldn't gu
Must... not... volunteer... time... limited... :)
Seriously, I would actually be quite interested in taking this on, but
frankly I have not yet touched Shale at all, so I'm not certain I could
pull it off... Certainly I couldn't guarantee that I'd do everything the
*right* way :)
Tell you what th
On 7/15/05, Michael Jouravlev <[EMAIL PROTECTED]> wrote:
> On 7/15/05, Yaroslav Novytskyy <[EMAIL PROTECTED]> wrote:
> > Hello!
> > Can you please provide a link to (or share if they are not jet) sources.
> > I'm very interested of how Struts Dialogs work, and will appriciate any
> > links, example
On 7/15/05, Yaroslav Novytskyy <[EMAIL PROTECTED]> wrote:
> Hello!
> Can you please provide a link to (or share if they are not jet) sources.
> I'm very interested of how Struts Dialogs work, and will appriciate any
> links, examples, docs Is this the one that will be also used in Shale?
No, i
What does 1.3 bring to the party?
I know there will be with the composable request processor and
commons chain integration. What other innovations are there
in the new version?
> -Original Message-
> From: Ted Husted [mailto:[EMAIL PROTECTED]
====
>
>
> On 7/14/05, Access Denied
James Mitchell wrote:
as soon as I get back, we will roll a release, or die trying ;)
that would be greeat.
.V
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
rvices.net/
678.910.8017
AIM: jmitchtx
MSN: [EMAIL PROTECTED]
Skype: jmitchtx
- Original Message -
From: "Frank W. Zammetti" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List"
Sent: Friday, July 15, 2005 12:28 AM
Subject: Re: Releasing 1.3 [was: Re: Struts 1.2 v
Hello!
Michael Jouravlev wrote:
(imitating Donkey) Me, me, pick me! ;-)
I am currently in the process of rewriting Mail Reader with Struts
Dialogs. You would not believe how nicer it gets ;)
Can you please provide a link to (or share if they are not jet) sources.
I'm very interested of how
.8017
AIM: jmitchtx
MSN: [EMAIL PROTECTED]
Skype: jmitchtx
- Original Message - From: "netsql" <[EMAIL PROTECTED]>
To:
Sent: Thursday, July 14, 2005 7:27 PM
Subject: Re: Struts 1.2 v 1.3
[EMAIL PROTECTED] wrote:
Ted, is there a list of tasks for 1.3? By "
(imitating Donkey) Me, me, pick me! ;-)
I am currently in the process of rewriting Mail Reader with Struts
Dialogs. You would not believe how nicer it gets ;)
Michael.
On 7/14/05, James Mitchell <[EMAIL PROTECTED]> wrote:
> I think it is high time we get something out there for 1.3, even if it n
om: "netsql" <[EMAIL PROTECTED]>
To:
Sent: Thursday, July 14, 2005 7:27 PM
Subject: Re: Struts 1.2 v 1.3
[EMAIL PROTECTED] wrote:
Ted, is there a list of tasks for 1.3? By "volunteer", are you referring
only to current Struts committers?
Anyone can edit / search bug
omiters get tired of comiting your code)
.V
Erik
-Original Message-
From: Ted Husted <[EMAIL PROTECTED]>
Sent: Jul 14, 2005 6:57 PM
To: Struts Users Mailing List
Subject: Re: Struts 1.2 v 1.3
On 7/14/05, Access Denied <[EMAIL PROTECTED]> wrote:
I just bought and am reading
Ted, is there a list of tasks for 1.3? By "volunteer", are you referring only
to current Struts committers?
Erik
-Original Message-
From: Ted Husted <[EMAIL PROTECTED]>
Sent: Jul 14, 2005 6:57 PM
To: Struts Users Mailing List
Subject: Re: Struts 1.2 v 1.3
On 7/14/0
On 7/14/05, Access Denied <[EMAIL PROTECTED]> wrote:
> I just bought and am reading James Holmes' book, "Struts: The Complete
> Reference" (Osborne 2004), which covers 1.2. I just learned from one
> of Ted Husted's posts that 1.3 is almost ready to be released. Am I
> wasting my time and should b
At 6:21 AM -0700 7/14/05, Wendy Smoak wrote:
From: "Wendy Smoak" <[EMAIL PROTECTED]>
No. Most of the major changes in 1.3 are 'behind the scenes' and
will not affect the way you configure and use the framework.
That didn't come out quite right. I meant that the changes in 1.3
don't *have*
Maven is for building projects, like Ant does.
Access Denied escribió:
I've seen Maven listed amongst the Apache projects and read a little.
Is it supposed to replace CVS and SVN? Is this something we should be
using routinely?
tia,
buddy
---
I've seen Maven listed amongst the Apache projects and read a little.
Is it supposed to replace CVS and SVN? Is this something we should be
using routinely?
tia,
buddy
On 7/14/05, Wendy Smoak <[EMAIL PROTECTED]> wrote:
> From: "Access Denied" <[EMAIL PROTECTED]>
> > I just bought and am reading
From: "Wendy Smoak" <[EMAIL PROTECTED]>
No. Most of the major changes in 1.3 are 'behind the scenes' and will not
affect the way you configure and use the framework.
That didn't come out quite right. I meant that the changes in 1.3 don't
*have* to affect the way you configure and use the fr
From: "Access Denied" <[EMAIL PROTECTED]>
I just bought and am reading James Holmes' book, "Struts: The Complete
Reference" (Osborne 2004), which covers 1.2. I just learned from one
of Ted Husted's posts that 1.3 is almost ready to be released. Am I
wasting my time and should be studying other
I use the following:
By passing this you do not need the get by id. This also solves having
forms with the same name. I dealt with this by using the name attribute in
the html:form tag in struts 1.1, but switched to this when I upgraded to
struts 1.2 since name is no longer valid in html:form
I use the following:
By passing this you do not need the get by id. This also solves having
forms with the same name. I dealt with this by using the name attribute in
the html:form tag in struts 1.1, but switched to this when I upgraded to
struts 1.2 since name is no longer valid in html:form
urham" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Thursday, August 26, 2004 9:49 AM
Subject: Re: Struts 1.2.x
> Ted Husted wrote:
>
> > GA grade
>
> Pardon my ignorance; what does GA stand for?
>
> I assume
General Availability:
http://struts.apache.org/acquiring.html
> Ted Husted wrote:
>
> > GA grade
>
> Pardon my ignorance; what does GA stand for?
>
> I assume that it's not General Admission?
>
>
> Thanks,
>
> Dave
>
>
>
>
Ted Husted wrote:
GA grade
Pardon my ignorance; what does GA stand for?
I assume that it's not General Admission?
Thanks,
Dave
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
On Wed, 25 Aug 2004 16:22:34 -0700 (PDT), wrote:
> Do you know when 1.2.1 (or whatever is the latest version) is going
> to be GA'd? I see that it's been in Beta for about 5 weeks, but my
> boss won't let me install it to production boxes unless it's in GA
> status. We have a major issue with th
Struts 1.2.1 is available here:
http://struts.apache.org/acquiring.html
and, yes, Struts 1.2.2 will be the latest nightly build for the day we roll it. (Looks
like today!)
-Ted.
On Wed, 25 Aug 2004 15:41:10 -0500, David Durham wrote:
> Bill Siggelkow wrote:
>
>> I am using Struts 1.2;
>>
> Whe
Bill Siggelkow wrote:
Try here -- though 1.2.2 should be about the same as the nightly me
thinks.
Nah. These struts committers kick out shoddy nightly effluvia.
:-D
http://cvs.apache.org/dist/struts/
Thanks.
- Dave
-
To unsubscr
Try here -- though 1.2.2 should be about the same as the nightly me thinks.
http://cvs.apache.org/dist/struts/
David Durham wrote:
Bill Siggelkow wrote:
I am using Struts 1.2;
Where do you download 1.2?
Is it just a nightly build available here:
http://cvs.apache.org/builds/jakarta-struts/nigh
Bill Siggelkow wrote:
I am using Struts 1.2;
Where do you download 1.2?
Is it just a nightly build available here:
http://cvs.apache.org/builds/jakarta-struts/nightly/
Thanks,
- Dave
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
I read it somewhere the best thing to do now is to use actionerror for
pure error and use actionmessage for all the other purpose while we wait
for next struts release.
sebastian ho
On Wed, 2004-08-25 at 16:10, Shinobu Kawai wrote:
> Hi Lic,
>
> > In Struts 1.2, the ActionForm.validate return A
Hi Lic,
> In Struts 1.2, the ActionForm.validate return ActionErrors. However,
> ActionErrors will be deprecated after 1.2. If I want to valid the data in
> ActionForm, what I can do?
Where does it say that ActionErrors will be deprecated? I know that
ActionError will be deprecated...
Best re
ErroR is deprecated.
Errors not ...
http://struts.apache.org/api/org/apache/struts/action/ActionError.html
http://struts.apache.org/api/org/apache/struts/action/ActionErrors.html
how ever, on bugzilla there is a discussion on that :)
http://issues.apache.org/bugzilla/show_bug.cgi?id=29679
> ---
That said I've the impression that struts becoming a top level
apache project means that the requirements for release are stricter
than when 1.1 came out. But there's certainly a hive of activity
going on to get 1.2 released.
Actually, I wouldn't say that's true. In fact, going forward, we
hop
Illya Kysil wrote:
> > http://cvs.apache.org/builds/jakarta-struts/nightly/
> Thanx, but I would like to use something more stable...
Suit yourself, but the code doesn't GET much more stable than in the
days leading up to a release. I've been using nightlies for as long as
I can remember, and h
Illya Kysil wrote:
Hi all,
Are there any Struts 1.2.x binaries downloads available?
http://jakarta.apache.org/site/binindex.cgi reports 1.1 is the latest.
see below for 1.2.0 binaries :
http://www.mail-archive.com/[EMAIL PROTECTED]/msg94777.html
-
There is chat of a release of 1.2 on the dev list, but I'm also
waiting.. I've a few internal apps running on 1.2 but like you i cant
be arsed with the bleeding edge stuff.
That said I've the impression that struts becoming a top level apache
project means that the requirements for release a
Mark Lowe wrote:
You'll want to look at the nightlies.
http://cvs.apache.org/builds/jakarta-struts/nightly/
Thanx, but I would like to use something more stable...
--
Illya Kysil, software developer
Delphi/C/C++/C#/Java/Forth/Assembler
---
You'll want to look at the nightlies.
http://cvs.apache.org/builds/jakarta-struts/nightly/
Mark
On 11 Jun 2004, at 14:08, Illya Kysil wrote:
Hi all,
Are there any Struts 1.2.x binaries downloads available?
http://jakarta.apache.org/site/binindex.cgi reports 1.1 is the latest.
--
Illya Kysil, soft
At 1:19 PM -0600 4/15/04, Nathan Maves wrote:
When is this release coming?
Struts 1.2.0 was "cut" about two months ago. Beginning with the
1.2.x line, Struts is using the Apache httpd-style release numbering,
where releases are made and then subsequently evaluated as either
"alpha", "beta", or
98 matches
Mail list logo