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,

Confused about upgrading Apache Struts

2018-04-11 Thread Sean Son
Hello everyone I have been tasked with upgrading Apache Struts, running on CentOS 7, to the latest version. I have no idea where to begin. I am not a web developer, I am only a system administrator, so I have no idea where I should even look to figure out how to upgrade this thing. Any and all he

Re: JasperReports plugin - confused on a NullPointerException

2017-07-17 Thread Jon Eskin
Sure, I’ll get a JIRA ticket registered for that. And I would be happy to contribute the example. > On Jul 17, 2017, at 3:45 AM, Lukasz Lenart wrote: > > 2017-07-14 12:16 GMT+02:00 Jon Eskin : >> I just tried switching to 2.5.12 but I'm seeing the same error. > > Looks like a bug in the plugi

Re: JasperReports plugin - confused on a NullPointerException

2017-07-17 Thread Lukasz Lenart
2017-07-14 12:16 GMT+02:00 Jon Eskin : > I just tried switching to 2.5.12 but I'm seeing the same error. Looks like a bug in the plugin - could you register a ticket in JIRA? Also do you mind contributing your example to https://github.com/apache/struts-examples ? The best way would be open a PR

Re: JasperReports plugin - confused on a NullPointerException

2017-07-14 Thread Jon Eskin
I just tried switching to 2.5.12 but I'm seeing the same error. > On Jul 14, 2017, at 2:27 AM, Lukasz Lenart wrote: > > Can you try to use the latest 2.5.12 version? There was some issue > related to the JasperReports fixed with this release. > > 2017-07-14 2:10 GMT+02:00 Jon Eskin

Re: JasperReports plugin - confused on a NullPointerException

2017-07-13 Thread Lukasz Lenart
Can you try to use the latest 2.5.12 version? There was some issue related to the JasperReports fixed with this release. 2017-07-14 2:10 GMT+02:00 Jon Eskin : > I tried to make a sample project using code from a tutorial I found for the > JasperReports plugin > (https://struts.apache.org/docs/ja

JasperReports plugin - confused on a NullPointerException

2017-07-13 Thread Jon Eskin
I tried to make a sample project using code from a tutorial I found for the JasperReports plugin (https://struts.apache.org/docs/jasperreports-tutorial.html ). I’m seeing a NullPointerException in my logs when I try to run the report

RE: Confused about Drop down lists (database generated)

2009-11-20 Thread Raghuveer.V
Users Mailing List Subject: Confused about Drop down lists (database generated) All the drop down lists in my application need to be generated from the database. Some of these lists will be needed for more than one JSP. So, in order to work with the tag I am building an action for each list. I know

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

Confused about Drop down lists (database generated)

2009-11-12 Thread Sommers, Elizabeth
All the drop down lists in my application need to be generated from the database. Some of these lists will be needed for more than one JSP. So, in order to work with the tag I am building an action for each list. I know this has to be wrong. Especially because some JSP's will need multiple drop

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

Confused

2009-09-03 Thread C N Davies
Hi, 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. I looked today and I see t

Re: Confused by Result-generation

2008-10-21 Thread Stephan Schröder
terceptor-> Interceptor 1-> Result > > So in the normal case the Result is generated within the Interceptors > while the second code suggests that the Result is generated aber the last > Interceptor has returned. > Or is both true? > >

Confused by Result-generation

2008-10-20 Thread Stephan Schröder
Stephan -- View this message in context: http://www.nabble.com/Confused-by-Result-generation-tp20067494p20067494.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED]

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

Confused about s:include

2008-06-11 Thread Jim Kiley
Hey gang, *Struts 2 In Action* suggests that I can use the name of an action in the 'value' attribute of the tag. However, when I try or or even I get bupkus (in fact, the including page doesn't even render). The tag works fine if I feed it a JSP's name instead of an action name. Can anyone

Re: Are sessions confused?

2008-06-06 Thread Juan Pablo Pizarro
You are welcome. Martin told me that. Regards, JP 2008/6/6, Julien ROTT <[EMAIL PROTECTED]>: > this seems to work, the sessions aren't overlaping anymore. > I'll test deeper on monday ;-) > Thanks ! > > 2008/6/6 Juan Pablo Pizarro <[EMAIL PROTECTED]>: > > > Hi Julien, > > > > I had two problems

Re: Are sessions confused?

2008-06-06 Thread Julien ROTT
this seems to work, the sessions aren't overlaping anymore. I'll test deeper on monday ;-) Thanks ! 2008/6/6 Juan Pablo Pizarro <[EMAIL PROTECTED]>: > Hi Julien, > > I had two problems, the first was my app, where the problem was > hibernate. The other, on my pc at home, the struts-blank, I don'

Re: Are sessions confused?

2008-06-06 Thread Juan Pablo Pizarro
Hi Julien, I had two problems, the first was my app, where the problem was hibernate. The other, on my pc at home, the struts-blank, I don't know (I abandoned that when I solved the problem of my app). In my application, I put response.setHeader("Cache-Control", "no-cache");

Re: Are sessions confused?

2008-06-06 Thread Julien ROTT
Hi Juan Pablo, did you find a solution to your problem ? I have the same: my application is on the internet, and the clients access to the application from behind a proxy. When client "A" logs in, and then a client "B" logs in, Client "B" sees the data which is stored in client "A" session. Is i

Re: SessionAware vs ActionContext access to session - confused..

2007-09-13 Thread Nils-Helge Garli
If there are features you're missing, please go ahead and register issues in jira. Nils-H On 9/14/07, tom tom <[EMAIL PROTECTED]> wrote: > Thats sounds good, also try to have model-driven > interfaces to have the session scope Action forms in > the next release, > > that also not working currentl

Re: SessionAware vs ActionContext access to session - confused..

2007-09-13 Thread tom tom
Thats sounds good, also try to have model-driven interfaces to have the session scope Action forms in the next release, that also not working currently. Also in the s:url the action tag does not evaluate expressions, e.g if you want to have a dynamic action name. Pls try to address that as wel

Re: SessionAware vs ActionContext access to session - confused..

2007-09-12 Thread Nils-Helge Garli
In the next release, there will be *Aware interfaces for the portlet objects. Nils-H On 9/13/07, tom tom <[EMAIL PROTECTED]> wrote: > Yes in theory you are correct, but in side a S2 > portlet (which implements ServletRequestAware > interface) if you try to get a handler for > HttpServletRequest

Re: SessionAware vs ActionContext access to session - confused..

2007-09-12 Thread tom tom
Yes in theory you are correct, but in side a S2 portlet (which implements ServletRequestAware interface) if you try to get a handler for HttpServletRequest object via the setServletRequest method it basically gives null. How we make a handler for the HttpServletRequest object is as follows, Port

Re: SessionAware vs ActionContext access to session - confused..

2007-09-12 Thread Chris Pratt
On 9/12/07, tom tom <[EMAIL PROTECTED]> wrote: > If you are developing portlets with struts2 > I doubt *Aware interfaces work properly, you have to > do it differently. I don't know of anything that would preclude you (or anyone else) from writing a set of Portlet aware Interceptors. They could e

Re: SessionAware vs ActionContext access to session - confused..

2007-09-12 Thread Chris Pratt
> Hmm.. I've always handled session data by creating an application base action > that implements a "getUserData()" and a "setUserData() method. All my actions > extend this base action. I then use an interceptor to grab the session data > build whatever object I decide to use to hold the data and

Re: SessionAware vs ActionContext access to session - confused..

2007-09-12 Thread tom tom
Hi, If you are developing portlets with struts2 I doubt *Aware interfaces work properly, you have to do it differently. For example How we get a handler for Http request or session is not via *Aware interfaces for portlets. --- j alex <[EMAIL PROTECTED]> wrote: > Hi, > > In the Struts 2 docs,

Re: SessionAware vs ActionContext access to session - confused..

2007-09-12 Thread Roger Varley
On Tuesday 11 September 2007 23:03, Nils-Helge Garli wrote: > You could, but I would recommend using the *Aware interfaces in your > actions. It makes them easier to test. > Hmm.. I've always handled session data by creating an application base action that implements a "getUserData()" and a "setU

Re: SessionAware vs ActionContext access to session - confused..

2007-09-11 Thread Chris Pratt
On 9/11/07, j alex <[EMAIL PROTECTED]> wrote: > I can do Map attibutes = ActionContext.getContext().getSession(); from an > Action - right? > Wow, I guess you can. I've never ever needed to access the ActionContext from an Action, so I never even noticed it was possible. Pretty sure I'll stick wi

Re: SessionAware vs ActionContext access to session - confused..

2007-09-11 Thread Nils-Helge Garli
You could, but I would recommend using the *Aware interfaces in your actions. It makes them easier to test. Nils-H On 9/11/07, j alex <[EMAIL PROTECTED]> wrote: > I can do Map attibutes = ActionContext.getContext().getSession(); from an > Action - right? > > On 9/11/07, Chris Pratt <[EMAIL PROTEC

Re: SessionAware vs ActionContext access to session - confused..

2007-09-11 Thread j alex
I can do Map attibutes = ActionContext.getContext().getSession(); from an Action - right? On 9/11/07, Chris Pratt <[EMAIL PROTECTED]> wrote: > > Basically, for Actions you should use SessionAware (since you don't > have access to the ActionContext from within a standard Action). But > if you are

Re: SessionAware vs ActionContext access to session - confused..

2007-09-11 Thread Chris Pratt
Basically, for Actions you should use SessionAware (since you don't have access to the ActionContext from within a standard Action). But if you are writing an Interceptor, you would use ActionContext to get access to the Session data. (*Chris*) On 9/11/07, j alex <[EMAIL PROTECTED]> wrote: > Hi

SessionAware vs ActionContext access to session - confused..

2007-09-11 Thread j alex
Hi, In the Struts 2 docs, it's recommended to implement SessionAware for accessing session within Action, but looking at some Webwork documentation, http://wiki.opensymphony.com/display/WW1/SessionAware+Actions - it seems to convey the opposite message . Please clarify : 1. Why accessing via Ac

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

confused about validation

2007-04-01 Thread mansour77
Hello everyone: I am totally new to struts. I decided to go with struts 2. But the documentation is not complete, and I believe alot of you may agree with me. The example on this page http://struts.apache.org/2.0.6/docs/validating-input.html says that the validation file follows the name con

Re: [s2] Confused about

2007-03-21 Thread Brian Thompson
In my case, I'm retrieving a specific data object from a persistent store and acting on it. However, the only reason I need the list of child nodes is for the menu, not in other places where I'll use that object, so I'm retrieving the children separately. Then again, even using this technique,

Re: [s2] Confused about

2007-03-20 Thread Dave Newton
--- Musachy Barroso <[EMAIL PROTECTED]> wrote: > The tree tag needs more documentation. I have it on > my todo list for 2.1(read: Dave could you help on > this one on the wiki? :) ) :p Yep, but it might not happen until the weekend. Busy little bee this week! Dave _

Re: [s2] Confused about

2007-03-20 Thread Musachy Barroso
The tree tag needs more documentation. I have it on my todo list for 2.1(read: Dave could you help on this one on the wiki? :) ) musachy On 3/20/07, Dave Newton <[EMAIL PROTECTED]> wrote: --- Brian Thompson wrote: > Do you know if the childCollectionProperty has to be > a Set, or can it be any

Re: [s2] Confused about

2007-03-20 Thread Dave Newton
--- Brian Thompson wrote: > Do you know if the childCollectionProperty has to be > a Set, or can it be anything that implements the > Collection interface? That I don't know (and I don't have the source in front of me) but I would hope any Collection would work... Famous last words ;) > Also,

Re: [s2] Confused about

2007-03-20 Thread Brian Thompson
Hey Martin, I was looking at the Action class you quoted as I was writing the original email in this thread. I saw that the example wanted a Category object for the tree, but I wasn't sure what that Category class was supposed to look like. Thanks, though. -Brian On 3/19/07, Martin Gainty <[

Re: [s2] Confused about

2007-03-20 Thread Brian Thompson
Hey Dave, That helps a lot, thanks! Do you know if the childCollectionProperty has to be a Set, or can it be anything that implements the Collection interface? Also, is there any way to force childCollectionProperty to look in the action class containing the rootNode object, or does the set of

Re: [s2] Confused about

2007-03-19 Thread Martin Gainty
tes pas le destinataire de ce document, nous vous signalons qu'il est strictement interdit de le diffuser, de le distribuer ou de le reproduire. - Original Message - From: "Brian Thompson" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Monday, March 19,

Re: [s2] Confused about

2007-03-19 Thread Dave Newton
--- Brian Thompson <[EMAIL PROTECTED]> wrote: > [... issues] In my case, rootNode is a Hibernate POJO that has a mapping element with each element being the same type as the rootNode. So the pseudo-class for rootNode is: public class MyPojo { // nodeIdProperty attribute @property L

[s2] Confused about

2007-03-19 Thread Brian Thompson
Hi, list I'm trying to render a list of objects from my action class as a tree menu using the Struts 2 tag, and I'm not having any luck. I can get the static example from planetstruts to work, but the dynamic example only leaves me scratching my head (Without digging in the source, how am I sup

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

confused with redirects

2006-11-09 Thread Rahul Patel
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. Though, for some reason, when

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

Confused by issue with being directed to index.jsp

2006-11-08 Thread Patel, Rahul
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. Though, for some reason,

Re: [OT] newbie confused by struts and ant

2006-10-11 Thread Laurie Harper
Marked off-topic, as Struts doesn't care what build tools you use; this is really a 'how does ant work?' thread. That said, Sandeep is right, Ant doesn't care where you put your files. It's up to you to tell Ant what to do and where to find things. If you want to just re-use an existing build.

Re: newbie confused by struts and ant

2006-10-10 Thread Sandeep Gupta
Rick, You can manually configure all the directorires from where ANT should pick up the source and resource files from. They need not be in any specific format. But as the directory structure of WAR is fixed you will then have to manually code in Ant Script to build the WAR (in the format specifi

Re: newbie confused by struts and ant

2006-10-10 Thread Rick Schumeyer
After further contemplation I realized that the mailreader application is in WAR format. I'm guessing that during development, what is under the ant "build" directory is WAR format. So the example applications are equivalent to what would be under the "build" directory, plus the java code. (

newbie confused by struts and ant

2006-10-10 Thread Rick Schumeyer
I'm trying to get into the struts game, which means I'm simultaneously trying to come up to speed on at least three Apache projects: tomcat, ant, and struts. Plus servlets and jsps. I'm sorry if this is a basic question, but I'm a little flustered. Ant seems to expect a certain directory str

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
k 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 J2EE, like servlets, JSP, taglibs, etc.. Dave

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

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
when)... JBoss has a version that is already bundled with Tomcat. As for the Mac, I cannot really help. HTH, Glenn Pierre Thibault <[EMAIL PROTECTED]> 13/06/2005 12:01 AM Please respond to "Struts Users Mailing List" To user@struts.apache.org cc Subject Confused Hello

Confused

2005-06-12 Thread Pierre Thibault
Hello, I am new to Struts and I am a bit confused. I would like some light. 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 installed both. I also saw that Struts is listed in the Ex-Jakarta

Re: I'm confused

2005-05-30 Thread Rafael Taboada
I'm trying to cache some data in the session context... If is not possible to cache data before the form submit... How can I do this procedure: I have a form about a client and his video list. At the beginning there are html:text in order to fill his name, his telephone number and his address..

Re: I'm confused

2005-05-30 Thread Eddie Bush
(since session data is stored on the server), so you can't set values in the session before the form submits. HTH, Eddie Bush - Original Message - From: "Rafael Taboada" <[EMAIL PROTECTED]> To: "Struts List" Sent: Monday, May 30, 2005 1:36 PM Subject: I'

I'm confused

2005-05-30 Thread Rafael Taboada
Hi folks. I'm confused about using ActinForms.. Please can u help to find the light? When I have form in a jsp and when i click the submit button... The actionform associated with the actionmapping is created in the session context? I mean, is the actionform created as an attribute i

Re: Confused about ActionMessages

2004-07-06 Thread Erik Weber
Sent: Tuesday, July 06, 2004 2:45 PM To: Struts Users Mailing List Subject: Confused about ActionMessages Hello all. I have successfully used ActionErrors in combination with the html:errors tag, by adding errors under various keys and then simply placing the tag at the top of my JSP. However

RE: Confused about ActionMessages

2004-07-06 Thread Geeta Ramani
, July 06, 2004 2:45 PM > To: Struts Users Mailing List > Subject: Confused about ActionMessages > > > Hello all. > > I have successfully used ActionErrors in combination with the > html:errors tag, by adding errors under various keys and then simply > placing the tag at

RE: Confused about ActionMessages

2004-07-06 Thread Geeta Ramani
ard("error")); } In your success.jsp: > -Original Message- > From: Erik Weber [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 06, 2004 2:45 PM > To: Struts Users Mailing List > Subject: Confused about ActionMessages > > > Hello all. > > I have succes

Confused about ActionMessages

2004-07-06 Thread Erik Weber
Hello all. I have successfully used ActionErrors in combination with the html:errors tag, by adding errors under various keys and then simply placing the tag at the top of my JSP. However, the ActionMessages class doesn't seem to act in parallel to the ActionErrors class, and neither does the