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
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
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
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,
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
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
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
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
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
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
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
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
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
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
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
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
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:
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.
__
--- [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.
_
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
--- [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
[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
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
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
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
;) 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
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
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
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
--
> > 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
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
: 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
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
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,
>
> >
> ...
>
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
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
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
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
> >
> >
> >
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
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
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
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
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)...
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
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
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
46 matches
Mail list logo