Re: Confused about upgrading Apache Struts

2018-04-19 Thread Alex Choi
Hi Sean, Maybe I can help explain what you're about to undertake from a SysAdmin prospective. Upgrading or changing an application framework like Struts is similar to upgrading or changing a Linus/Unix pplication package or dependancies. In Windows, it would be similar to upgrading or changing D

Re: Confused about upgrading Apache Struts

2018-04-11 Thread Dave Newton
On Wed, Apr 11, 2018 at 3:32 PM Sean Son wrote: > Is it difficult for a Linux Admin who is a > non-developer to upgrade struts by themselves? > Depends-if you know how to build and deploy Java web apps, and no code changes are required, not particularly (assuming it's a Maven/etc project). Dave

Re: Confused about upgrading Apache Struts

2018-04-11 Thread Sean Son
On Wed, Apr 11, 2018 at 3:26 PM, David Greene wrote: > Struts is a MVC framework for a web application. That application needs to > be modified to use different version of the Struts2 library and depending > on what version you're currently running, you may have many changes to make > on the app

Re: Confused about upgrading Apache Struts

2018-04-11 Thread David Greene
Struts is a MVC framework for a web application. That application needs to be modified to use different version of the Struts2 library and depending on what version you're currently running, you may have many changes to make on the application's end. If that application is owned by your company,

RE: Confused about Drop down lists (database generated)

2009-11-20 Thread Raghuveer.V
You can use org.apache.struts2.util.ListEntry , a default object to hold key value in Roles list box for JSP page dropdowns. Regards, Raghuveer Vellanki -Original Message- From: Sommers, Elizabeth [mailto:somme...@pragmatics.com] Sent: Thursday, November 12, 2009 7:32 PM To: Struts User

Re: Confused about Drop down lists (database generated)

2009-11-12 Thread Brian Thompson
Just add something like the following to the methods that execute before JSP processing. this.roles = service.getRoles(); You might also look into the Preparable interface, depending on application design. -Brian On Thu, Nov 12, 2009 at 8:02 AM, Sommers, Elizabeth wrote: > All the drop dow

Re: Confused

2009-09-07 Thread Raj Aaryn
aig wrote regarding selection of JSF/Seam/Struts. > > > -Original Message- > From: Dave Newton [mailto:newton.d...@yahoo.com] > Sent: Thursday, 3 September 2009 6:31 PM > To: Struts Users Mailing List > Subject: Re: Confused > > C N Davies wrote: > > I'm starti

RE: Confused

2009-09-03 Thread C N Davies
September 2009 6:31 PM To: Struts Users Mailing List Subject: Re: Confused C N Davies wrote: > I'm starting a new project and intended to use struts but I read on the > struts site a few months back that struts was dead and no longer going to be > developed, because Craig Mc. was saying

Re: Confused

2009-09-03 Thread Dave Newton
C N Davies wrote: I'm starting a new project and intended to use struts but I read on the struts site a few months back that struts was dead and no longer going to be developed, because Craig Mc. was saying that there are other APIs , like Seam and JSF that filled the void already. Where on the

Re: Confused by Result-generation

2008-10-21 Thread Stephan Schröder
Ok, i found the answer with debugging DefaultActionInvocation.invoke()-method. It's the first case even if one interceptor doesn't call actionInvocation.invoke(). In that case the result is generated surrounded by all of the previous interceptors. If all (e.g.2) interceptors call actionInvocation

Re: Confused about s:include

2008-06-12 Thread Jeromy Evans
Jim Kiley wrote: I guess I could just use , huh? It's amazing how these insights reach me five minutes after I send mail to the list. jk The Include tag creates a javax.servlet.RequestDispatcher and performs an include operation [1]. The tag attempts to create a reference to the resour

Re: Confused about s:include

2008-06-11 Thread Jim Kiley
I guess I could just use , huh? It's amazing how these insights reach me five minutes after I send mail to the list. jk On Wed, Jun 11, 2008 at 3:01 PM, Jim Kiley <[EMAIL PROTECTED]> wrote: > Hey gang, > > *Struts 2 In Action* suggests that I can use the name of an action in the > 'value' attri

Re: confused about validation

2007-04-03 Thread Ted Husted
On 4/2/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Is 't possible (easy) to add a master index, so users can search that page using a key word ? So if I am looking for theme, I can easily find all the pages that deals with this term. I think this can help. Confluence provides a "label" fea

Re: confused about validation

2007-04-02 Thread mansour77
Ted Husted wrote: On 4/2/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: The first thing I would do is fixing the broken links. For example if you go to the page: http://struts.apache.org/2.0.6/docs/basic-validation.html The problem with links like these is that the path is pointing to the "j

Re: confused about validation

2007-04-02 Thread Ted Husted
On 4/2/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: The first thing I would do is fixing the broken links. For example if you go to the page: http://struts.apache.org/2.0.6/docs/basic-validation.html The problem with links like these is that the path is pointing to the "java" folder rather

Re: confused about validation

2007-04-02 Thread mansour77
Ted Husted wrote: I'd say that someone who is learning the framework is in the best position to know what other newbies need to know. What specific changes could we (meaning you) make to the documentation so that someone else wouldn't have the same problem. On 4/1/07, [EMAIL PROTECTED] <[EMAIL

Re: confused about validation

2007-04-01 Thread Ted Husted
I'd say that someone who is learning the framework is in the best position to know what other newbies need to know. What specific changes could we (meaning you) make to the documentation so that someone else wouldn't have the same problem. On 4/1/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

Re: confused about validation

2007-04-01 Thread mansour77
Dave Newton wrote: --- [EMAIL PROTECTED] wrote: Thank you Dave: It's working fine now. Cool... Always feel free to post with documentation observations or make a comment directly on the Wiki page in question; there's a growing body of documentation editors churning away :) d. __

Re: confused about validation

2007-04-01 Thread Dave Newton
--- [EMAIL PROTECTED] wrote: > Thank you Dave: > It's working fine now. Cool... Always feel free to post with documentation observations or make a comment directly on the Wiki page in question; there's a growing body of documentation editors churning away :) d. _

Re: confused about validation

2007-04-01 Thread mansour77
Dave Newton wrote: --- [EMAIL PROTECTED] wrote: Now I getting totally different error: HTTP Status 500 - *type* Exception report *message* *description* _The server encountered an internal error () that pre

Re: confused about validation

2007-04-01 Thread Dave Newton
--- [EMAIL PROTECTED] wrote: > Now I getting totally different error: > > > HTTP Status 500 - > > *type* Exception report > *message* > *description* _The server encountered an internal > error () that > prevented it from f

Re: confused about validation

2007-04-01 Thread mansour77
[EMAIL PROTECTED] wrote: Ted Husted wrote: On 4/1/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: For example what is the name space here in struts applications ? * http://struts.apache.org/2.x/docs/namespace-configuration.html The namespace should not affect validation. but nothing is ha

Re: confused about validation

2007-04-01 Thread mansour77
Ted Husted wrote: On 4/1/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: For example what is the name space here in struts applications ? * http://struts.apache.org/2.x/docs/namespace-configuration.html The namespace should not affect validation. but nothing is happening and no validation

Re: confused about validation

2007-04-01 Thread Ted Husted
On 4/1/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: For example what is the name space here in struts applications ? * http://struts.apache.org/2.x/docs/namespace-configuration.html The namespace should not affect validation. but nothing is happening and no validation is taking place. ca

RE: Confused by issue with being directed to index.jsp

2006-11-09 Thread Patel, Rahul
r 08, 2006 9:03 PM To: user@struts.apache.org Subject: Re: Confused by issue with being directed to index.jsp Patel, Rahul wrote: > Hi All, > > I have a very confusing issue at hand that I have been trying to solve for a > couple of days. > > I have a Struts-based application

Re: confused with redirects

2006-11-09 Thread James Mitchell
;) I thought so. So, all the following are true: - you are testing this on your local machine (your browser is hitting your own machine) - you have enabled cookies on your machine (if not, make sure all urls are rewritten correctly, before you click on them) - you have a "global" forwar

Re: confused with redirects

2006-11-09 Thread Rahul Patel
I am using Struts 1.1. Also, I might have typed in the wrong tag - it is supposed to be My index.jsp just has the following line (and the declaration for the tag library) I have a menu containing links to forward the user to. e.g. one link forwards to an action PopulateUserInfo.do Even though

Re: confused with redirects

2006-11-09 Thread James Mitchell
Please reply with the entire index.jsp content and tell us what version of Struts you are using. I assume 1.2.x, and so I'm not sure what html:redirect is. -- James Mitchell 678.910.8017 On Nov 9, 2006, at 6:36 AM, Rahul Patel wrote: Hi All, I have a very confusing issue at hand that

Re: Confused by issue with being directed to index.jsp

2006-11-08 Thread Laurie Harper
Patel, Rahul wrote: Hi All, I have a very confusing issue at hand that I have been trying to solve for a couple of days. I have a Struts-based application where my index.jsp has only one line Further, once the user logs in, he is forwarded to applications based on his feature access. Thou

Re: [To sum it up] Re: Confused

2005-06-15 Thread Andre Van Klaveren
-- > > From: Pierre Thibault [mailto:[EMAIL PROTECTED] > > Sent: 14 June 2005 19:53 > > To: Struts Users Mailing List > > Subject: Re: [To sum it up] Re: Confused > > > > > > Le 14 juin 2005 à 04:59, Stéphane Zuckerman a écrit : > > > > Hello

[OT] Re: [To sum it up] Re: Confused / one little question

2005-06-15 Thread Radu Badita
In fact, this thread was really about Struts and how it integrates with various J2EE technologies and containers, not "about Hibernate/EJBs"... Anyway: I don't think that anyone says that Hibernate is better than EJB period; but maybe easier and more flexible to use than Entity EJBs CMP, which

RE: [To sum it up] Re: Confused / one little question

2005-06-15 Thread Abdullah Jibaly
: Wednesday, June 15, 2005 5:04 AM To: 'Struts Users Mailing List' Subject: RE: [To sum it up] Re: Confused / one little question Hello all, Sorry to get into this thread so late... Since I have same view as Daniel about Hibernate/EJBs, I wanted to ask one additional question, since righ

RE: [To sum it up] Re: Confused / one little question

2005-06-15 Thread Marco Mistroni
Hello all, Sorry to get into this thread so late... Since I have same view as Daniel about Hibernate/EJBs, I wanted to ask one additional question, since right now I am using EJBs.. Now, EJBs have some features that let the coder concentrate only On the business logic instead of dealing, f

RE: [To sum it up] Re: Confused

2005-06-15 Thread Daniel Perry
ginal Message- > From: Pierre Thibault [mailto:[EMAIL PROTECTED] > Sent: 14 June 2005 19:53 > To: Struts Users Mailing List > Subject: Re: [To sum it up] Re: Confused > > > Le 14 juin 2005 à 04:59, Stéphane Zuckerman a écrit : > > Hello Stéphane, > > > > ... >

Re: [To sum it up] Re: Confused

2005-06-14 Thread Pierre Thibault
Le 14 juin 2005 à 04:59, Stéphane Zuckerman a écrit : Hello Stéphane, ... Anyway, this little presentation is far from complete, and I suggest you read some doc about J2EE applications before going further with struts (java.sun.com is a good start). -- Stéphane Zuckerman The diff

Re: Confused

2005-06-14 Thread Pierre Thibault
Ok, I'll use Hibernate. Le 14 juin 2005 à 04:31, delbd a écrit : I could add, use EJBs only if you really can't do without them :D Things like Hibernate are more flexible an easy to use than EJB 2.0 and i heard the EJB 3.0 specs will be very similar to what current ORMapping like Hibernate

[To sum it up] Re: Confused

2005-06-14 Thread Stéphane Zuckerman
Hello Pierre, Struts is "just" too big a project to stay among its siblings under the Jakarta general project, which is why it is "on its own". I have just installed Tomcat 5 for Java WSDP. Do I need this version to make Struts development or can I use the regular 5.5 version too? I have

Re: Confused

2005-06-14 Thread delbd
ing EJBs. I do. I've never used an EJB. > > Daniel. > > > -Original Message- > > From: Pierre Thibault [mailto:[EMAIL PROTECTED] > > Sent: 14 June 2005 04:51 > > To: Struts Users Mailing List > > Subject: Re: Confused > > > > > >

RE: Confused

2005-06-14 Thread Daniel Perry
never used an EJB. Daniel. > -Original Message- > From: Pierre Thibault [mailto:[EMAIL PROTECTED] > Sent: 14 June 2005 04:51 > To: Struts Users Mailing List > Subject: Re: Confused > > > Yes, I want to use Beans. > > Do you mean that I can use servlets, JSP and t

Re: Confused

2005-06-13 Thread Pierre Thibault
Yes, I want to use Beans. Do you mean that I can use servlets, JSP and taglibs without J2EE? Le 13 juin 2005 à 16:42, Dave Newton a écrit : Pierre Thibault wrote: There are talking about Tomcat but not about JBoss. I'll continue with JBoss because I want to access J2EE. I think you mi

Re: Confused

2005-06-13 Thread Dave Newton
Pierre Thibault wrote: There are talking about Tomcat but not about JBoss. I'll continue with JBoss because I want to access J2EE. I think you might be confused about what "J2EE" is. If you need EJBs, then yeah, JBoss would be one way to go. If you don't, there's a lot of other parts of J2E

Re: Confused

2005-06-13 Thread Pierre Thibault
Le 13 juin 2005 à 08:00, [EMAIL PROTECTED] a écrit : Pierre, Struts is no longer a sub-project of Jakarta but is now on its own. Struts is alive and kicking: http://struts.apache.org/ Happy to hear that. You can look at section 6 [this might help]: http://struts.apache.org/userGuide/index

Re: Confused

2005-06-13 Thread glenn . deschenes
Pierre, Struts is no longer a sub-project of Jakarta but is now on its own. Struts is alive and kicking: http://struts.apache.org/ You can look at section 6 [this might help]: http://struts.apache.org/userGuide/index.html As for JBoss... the last time I used it (can't exactly remember when)...

Re: Confused about ActionMessages

2004-07-06 Thread Erik Weber
Thank you Geeta, I will give this a try. If anyone could shed some light on exactly what these tags are doing under the covers (especially what attribute keys are used by default, how to change those, when should you, etc.), I would appreciate it. Otherwise, I guess I'll get into the source when

RE: Confused about ActionMessages

2004-07-06 Thread Geeta Ramani
Sorry Erik, prematurely hit some contrl key.. So, to continue, in your success.jsp add: But to display your error, do: Hth, Geeta > -Original Message- > From: Erik Weber [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 06, 2004

RE: Confused about ActionMessages

2004-07-06 Thread Geeta Ramani
Erik: Here's an example: In your Action class do: try { service.insertEmployee( employeeDTO ); ActionMessages messages = new ActionMessages(); ActionMessage message = new ActionMessage("message.employee.insert.success",employeeDTO.getName() ); messa