Re: error when trying to deploy struts application onto JBoss 3.0.4

2003-01-21 Thread alexj
BLOCK-- - Original Message - From: alexj [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, January 21, 2003 9:40 PM Subject: Re: error when trying to deploy struts application onto JBoss 3.0.4 Hi, I had succefull deployement only with JBoss 3.0.4

Struts application fails on AIX but not on Windows (boolean getter method problem)

2003-01-20 Thread Soeren Dalby
I have a strange problem. When I run my application on Windows, my Struts application works perfect, but when I move it to AIX it fails with a strange problem: javax.servlet.ServletException: No getter method for property newSession of bean sessioninfo This is a boolean and it appears

RE: Struts application fails on AIX but not on Windows (boolean getter method problem)

2003-01-20 Thread Pani, Gourav
AM To: 'Struts Users Mailing List' Subject: Struts application fails on AIX but not on Windows (boolean getter method problem) I have a strange problem. When I run my application on Windows, my Struts application works perfect, but when I move it to AIX it fails with a strange problem

Re: Struts application fails on AIX but not on Windows (boolean getter method problem)

2003-01-20 Thread David M. Karr
Soeren == Soeren Dalby [EMAIL PROTECTED] writes: Soeren I have a strange problem. When I run my application on Windows, my Struts application works perfect, but when I move it to AIX it fails with a strange problem: Soeren javax.servlet.ServletException: No getter method

Re: Struts application

2003-01-17 Thread Giri Alwar
Can you post the stack trace? Do you know where the exception occurs (Servlet, Action, accept.jsp)? - Original Message - From: [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, January 16, 2003 5:18 PM Subject: Struts application I applied struts

RE: Struts application

2003-01-17 Thread du Plessis, Corneil C
Sounds like the scope on the form you submitted first may be request scope instead of session scope. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 17 January, 2003 01:18 To: Struts Users Mailing List Subject: Struts application I applied struts

Re: Struts application

2003-01-17 Thread Daniel Jaffa
: Thursday, January 16, 2003 6:18 PM Subject: Struts application I applied struts in the simplest form and received the below error message. This application resides on a Weblogic 6.0 server. Scenario: It involves two JSP's, two form classes and an action class. The Index.jsp is loaded first

Struts application

2003-01-16 Thread EMilitante
I applied struts in the simplest form and received the below error message. This application resides on a Weblogic 6.0 server. Scenario: It involves two JSP's, two form classes and an action class. The Index.jsp is loaded first where you key in the username and click the ok submit button. It

Struts application on jboss/jetty

2003-01-10 Thread Danilo Luiz Rheinheimer
Hello, I have a struts working fine on tomcat standalone. But when I try to deploy it to JBoss 3.2 with integrated Jetty it fails. This is the error log : 2003-01-10 12:17:43,595 ERROR [org.apache.struts.action.ActionServlet] Parsing error processing resource path

RE: Struts application on jboss/jetty

2003-01-10 Thread Siggelkow, Bill
It looks like JBoss has already loaded an old Digester or you have an old copy of Commons in your WEB-INF. -Original Message- From: Danilo Luiz Rheinheimer [mailto:[EMAIL PROTECTED]] Sent: Friday, January 10, 2003 10:26 AM To: Struts Users Mailing List Subject: Struts application

RE: linking a struts application to a jndi resource through a datasource

2003-01-07 Thread Mohan Radhakrishnan
: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 10:03 AM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: Re: linking a struts application to a jndi resource through a datasource On 6 Jan 2003, Nick Torenvliet wrote: Date: 06 Jan 2003 22:46:26 -0500

RE: linking a struts application to a jndi resource through a datasource

2003-01-07 Thread Mohan Radhakrishnan
: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 10:03 AM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: Re: linking a struts application to a jndi resource through a datasource On 6 Jan 2003, Nick Torenvliet wrote: Date: 06 Jan 2003 22:46:26 -0500 From

RE: linking a struts application to a jndi resource through a datasource

2003-01-07 Thread Craig R. McClanahan
On Tue, 7 Jan 2003, Mohan Radhakrishnan wrote: Date: Tue, 7 Jan 2003 10:52:18 +0530 From: Mohan Radhakrishnan [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: RE: linking a struts application to a jndi resource

linking a struts application to a jndi resource through adatasource

2003-01-06 Thread Nick Torenvliet
Hi, So I've got two pieces, on one side a working mysql struts data source example, on the other side a working tomcat 4.1 servlet.xml configured jndi resource linked to a mysql data base. I want to access the jndi from inside of struts, can I configure a data source to link to the jndi resource,

Re: linking a struts application to a jndi resource through adatasource

2003-01-06 Thread Craig R. McClanahan
On 6 Jan 2003, Nick Torenvliet wrote: Date: 06 Jan 2003 22:46:26 -0500 From: Nick Torenvliet [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED], [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: linking a struts application to a jndi

Struts Application Modules... CVS modules file... multiple projects

2003-01-04 Thread ajTreece
like an expert so if I say something incorrect out of ignorance please holler... My first thought was that the Struts application modules was the way to go. This would allow separate development efforts to progress while keeping the main code base of the look and feel intact. But, unless I'm

Struts application infrastructure choices

2002-12-14 Thread Aymeric Alibert
Hello, We are successfully running a large struts application. We designed it using a 'classic' architecture: - A Tomcat server running the application in our DMZ. - Use of Struts for our front-end and implementation of the DAO pattern to isolate our Data Access layer. Even if everything runs

Re: Struts application infrastructure choices

2002-12-14 Thread David Graham
PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: \Struts Users Mailing List\ [EMAIL PROTECTED] Subject: Struts application infrastructure choices Date: Sat, 14 Dec 2002 10:38:19 -0600 Hello, We are successfully running a large struts application. We designed it using a 'classic

Re: Struts application infrastructure choices

2002-12-14 Thread V. Cekvenich
issues, complexity, in addition to other issues. Also, no reason to run an Web Server, if you have an app. server (since any app. server can also server out web pages). .V Aymeric Alibert wrote: Hello, We are successfully running a large struts application. We designed it using a 'classic

Re: Struts application infrastructure choices

2002-12-14 Thread Phil Steitz
[EMAIL PROTECTED] To: \Struts Users Mailing List\ [EMAIL PROTECTED] Subject: Struts application infrastructure choices Date: Sat, 14 Dec 2002 10:38:19 -0600 Hello, We are successfully running a large struts application. We designed it using a 'classic' architecture: - A Tomcat server running

Re: Struts application infrastructure choices

2002-12-14 Thread David Graham
Mailing List [EMAIL PROTECTED] Subject: Re: Struts application infrastructure choices Date: Sat, 14 Dec 2002 15:00:38 -0700 David Graham wrote: It should be fairly easy to implement this and do some performance testing. Your DAOs will be the only piece that changes to use RMI. You might try

Re: Struts application infrastructure choices

2002-12-14 Thread Craig R. McClanahan
On Sat, 14 Dec 2002, David Graham wrote: Date: Sat, 14 Dec 2002 13:23:40 -0700 From: David Graham [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Struts application infrastructure choices It should be fairly easy to implement

Re: Struts application infrastructure choices

2002-12-14 Thread Phil Steitz
Craig R. McClanahan wrote: On Sat, 14 Dec 2002, David Graham wrote: Date: Sat, 14 Dec 2002 13:23:40 -0700 From: David Graham [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Struts application infrastructure choices It should

Re: Struts application infrastructure choices

2002-12-14 Thread Craig R. McClanahan
On Sat, 14 Dec 2002, Phil Steitz wrote: Date: Sat, 14 Dec 2002 16:41:13 -0700 From: Phil Steitz [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: Struts application infrastructure choices Craig R

Re: Struts application infrastructure choices

2002-12-14 Thread Aymeric Alibert
: Struts application infrastructure choices Craig R. McClanahan wrote: On Sat, 14 Dec 2002, David Graham wrote: Date: Sat, 14 Dec 2002 13:23:40 -0700 From: David Graham [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Struts

Unit testing a struts application

2002-09-26 Thread Daniel H. F. e Silva
Hi all, I am searching for possible improvements on my development process. One of greatest things i've found is XP. I liked it very much. One of XP rules is about unit testing. So follows my question : How can i unit test a struts app? I heard about Cactus (another Jakarta project). Does

Re: Unit testing a struts application

2002-09-26 Thread Jim Young
- http://junit.org/index.htm Jim From: Daniel H. F. e Silva [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Unit testing a struts application Date: Thu, 26 Sep 2002 06:14:13 -0700 (PDT) Hi all, I am searching for possible improvements on my

Re: Unit testing a struts application

2002-09-26 Thread JEWeaver
testing a struts application 09/26/2002 06:28 AM

RE: Unit testing a struts application

2002-09-26 Thread James Higginbotham
]] Sent: Thursday, September 26, 2002 9:47 AM To: Struts Users Mailing List Subject: Re: Unit testing a struts application Also for unit testing actions out-of-container, take a look at StrutsTestCase : http://strutstestcase.sourceforge.net/. One approach that is also commendable

Re: Torque initialization/configuration in a Struts Application

2002-09-24 Thread Jin Bal
a ref to the ActionServlet (or ActionSErvletWrapper as it may be now). HTH Jin - Original Message - From: rickchev [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 24, 2002 2:41 AM Subject: Torque initialization/configuration in a Struts Application I'm one of the famous

RE: Torque initialization/configuration in a Struts Application

2002-09-24 Thread Russ Bonsall
-Original Message- From: rickchev [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 6:41 PM To: [EMAIL PROTECTED] Subject: Torque initialization/configuration in a Struts Application I'm one of the famous Struts/Torque for dummies. I have some configuration questions for using

Pooling of the Struts application on an external process

2002-09-24 Thread Heligon Sandra
In my web architecture I have an external process (different from the servlet container) that manages authentication, and allows data persistence. I need to periodically (10 s) test if the communication between the Struts application and the external process

Torque initialization/configuration in a Struts Application

2002-09-23 Thread rickchev
I'm one of the famous Struts/Torque for dummies. I have some configuration questions for using torque-3.0.4-b4 and Struts-1.1-b2 in the Tomcat-4.1.X environment. I have generated all of the database classes using the torque utilities and have gotten my web app to connect to the database and

deploying a struts application

2002-09-10 Thread Mark Silva
i have a question on deployment. i am thinking of packaging my application as a war file, and letting the users place this in the right location in their container. the only problem is that there is a config file that needs to be edited prior to the application working. the config file

RE: deploying a struts application

2002-09-10 Thread Darren Hill
Remove the config file from the war file, and ask the user to place that properties file in the classpath. -Original Message- From: Mark Silva [mailto:[EMAIL PROTECTED]] Sent: September 10, 2002 12:20 PM To: Struts Users Mailing List Subject: deploying a struts application i have

RE: deploying a struts application

2002-09-10 Thread Mark Silva
application Remove the config file from the war file, and ask the user to place that properties file in the classpath. -Original Message- From: Mark Silva [mailto:[EMAIL PROTECTED]] Sent: September 10, 2002 12:20 PM To: Struts Users Mailing List Subject: deploying a struts application i

few questions about design struts application

2002-08-27 Thread Ashish Kulkarni
Hi, I have to develop a website using struts, most all my webpages will be add, change, delete, display type. Like, i will show about 20 records per page, each one will have a checkbox, there will be 3 buttons on bottom.. Add, Change, Delete, so if the user clicks add, i will show him add

Re: few questions about design struts application

2002-08-27 Thread David Graham
You should have one jsp called edit.jsp that is the add, edit and delete form. I wouldn't use checkboxes with buttons because it's too much trouble. Put links next to each row that say Add - Edit - Delete where the add link points to /app/getEditForm.do?action=add. Then your

RE: few questions about design struts application

2002-08-27 Thread Susmita Pati
at a time only one row... use radio button instead of check box cheers susmita -Original Message- From: Ashish Kulkarni [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 27, 2002 1:06 PM To: Struts Users Mailing List Subject: few questions about design struts application Hi, I

RE: few questions about design struts application

2002-08-27 Thread Ashish Kulkarni
one row... use radio button instead of check box cheers susmita -Original Message- From: Ashish Kulkarni [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 27, 2002 1:06 PM To: Struts Users Mailing List Subject: few questions about design struts application Hi, I have to develop

Re: few questions about design struts application

2002-08-27 Thread slickdev
PM Subject: few questions about design struts application Hi, I have to develop a website using struts, most all my webpages will be add, change, delete, display type. Like, i will show about 20 records per page, each one will have a checkbox, there will be 3 buttons on bottom.. Add, Change

Re: few questions about design struts application

2002-08-27 Thread Struts Newsgroup (@Basebeans.com)
Subject: Re: few questions about design struts application From: slickdev [EMAIL PROTECTED] === I am no big expert, but I've been able to develop with Struts to my growing satisfaction after studying the struts user guide many times over. - Original Message - From: Ashish Kulkarni

Struts Application as Portlet

2002-08-22 Thread Manfred Gerber
Has anybody tried to recycle a struts application to be used as portlet within a Portlet Server like IBM Portal Server or Apache JetSpeed? Cheers, Manfred __ Multimedia Messaging ist da! Die Zukunft des Messaging hat begonnen. http

Re: Working sample struts application

2002-07-27 Thread Taranjeet Kathoor
Hi, http://jakarta.apache.org/struts/resources/examples.html will help u. Taranjeet - Original Message - From: Tarun Sainanee [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, July 26, 2002 8:46 PM Subject: Working sample struts application

Re: Working sample struts application

2002-07-26 Thread Craig R. McClanahan
On Fri, 26 Jul 2002, Tarun Sainanee wrote: Date: Fri, 26 Jul 2002 20:46:18 +0530 From: Tarun Sainanee [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Working sample struts application Is there a working

Working sample struts application

2002-07-26 Thread Tarun Sainanee
Is there a working sample struts application available on the internet? If yes, can someone please send me the link. I need to know how some things are implemented. Thnx

RE: Struts application initialisation workflow.

2002-07-03 Thread Heligon Sandra
have found only one struts diagram on http://rollerjm.free.fr/pro/Struts.html, but it doesn't deal with the Struts application initialisation. I am very interested in your diagram. Thanks in advance Sandra. -Original Message- From: Rajesh Pradhan [mailto:[EMAIL PROTECTED]] Sent: 03 July 2002

RE: Struts application initialisation workflow.

2002-07-03 Thread Heligon Sandra
documentation is the best solution to understand initialisation or request process. An UML project model is better. Thanks. Sandra -Original Message- From: Robert Taylor [mailto:[EMAIL PROTECTED]] Sent: 03 July 2002 11:33 To: Struts Users Mailing List Subject: RE: Struts application initialisation

Debug Struts application with JBuilder5

2002-06-24 Thread Heligon Sandra
Hi, I am trying to debug my struts application with JBuilder5 but it doesn't work. I placed a breakpoint in the Controller class, sub-class of ActionComponentServlet this class is present in the struts-config file. But the debug display the index jsp page

RE: could anyone suggest an example to use tabs in a struts application

2002-06-11 Thread Jennings, Christofer J.
to use tabs in a struts application hi, Could anyone suggest any working examples/tips on how to go about using tabs in a struts application. What is the best way to carry out the UI design using tabs. thanks, akash. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands

RE: could anyone suggest an example to use tabs in a struts application

2002-06-11 Thread Jennings, Christofer J.
The equal and notEqual tags do the parameter check. -Original Message- From: Akash Munjal [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 12:01 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: could anyone suggest an example to use tabs in a struts application Thanks

Re: Multiple sites using one struts application.

2002-05-14 Thread Kevin . Bedell
Mailing List [EMAIL PROTECTED] cc:(bcc: Kevin Bedell/Systems/USHO/SunLife) Subject: Re: Multiple sites using one struts application. Would this then build me an application for each site? So it would copy the files over for each site. I don't know that this is viable because I have 50 or so

Re: Multiple sites using one struts application.

2002-05-14 Thread Mike Karl
. This would save on ram usage, which I could then use for caching of pages to increase the speed of the site. Also this way I can seperate the content/configuration (which I would store in a directory stucture for all the clubs) from the logic which would be a struts application. This was the type

Re: Multiple sites using one struts application.

2002-05-14 Thread Kevin . Bedell
] cc:(bcc: Kevin Bedell/Systems/USHO/SunLife) Subject: Re: Multiple sites using one struts application. I wanted to do something where a just created the properties for each club based on the URL and pass resources and a directory to the jsp pages. I think in my case it would be best

Re: Multiple sites using one struts application.

2002-05-14 Thread Mike Karl
PM Please respond to Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] cc:(bcc: Kevin Bedell/Systems/USHO/SunLife) Subject: Re: Multiple sites using one struts application. I wanted to do something where a just created

RE: Multiple sites using one struts application.

2002-05-14 Thread James Mitchell
Users Mailing List Subject: Re: Multiple sites using one struts application. Good to know, I have never actually used Ant. On Tue, 2002-05-14 at 10:34, [EMAIL PROTECTED] wrote: I also need to integrate this with some parts from an existing PHP site which I'm sure is going to add

Multiple sites using one struts application.

2002-05-13 Thread Mike Karl
Hello, I'm building a site for a group of clubs. All the sites will have the same set of pages and actions. For instance: http://clubsites/club1/index.jsp http://clubsites/club2/index.jsp http://clubsites/club3/index.jsp http://anothersite/club4/index.jsp All of these sites would basically be

RE: Multiple sites using one struts application.

2002-05-13 Thread James Mitchell
PROTECTED]] Sent: Monday, May 13, 2002 4:52 PM To: [EMAIL PROTECTED] Subject: Multiple sites using one struts application. Hello, I'm building a site for a group of clubs. All the sites will have the same set of pages and actions. For instance: http://clubsites/club1/index.jsp http

Re: Multiple sites using one struts application.

2002-05-13 Thread Kevin . Bedell
PROTECTED] cc:(bcc: Kevin Bedell/Systems/USHO/SunLife) Subject: Multiple sites using one struts application. Hello, I'm building a site for a group of clubs. All the sites will have the same set of pages and actions. For instance: http://clubsites/club1/index.jsp http://clubsites/club2

Re: Multiple sites using one struts application.

2002-05-13 Thread Mike Karl
struts application. Hello, I'm building a site for a group of clubs. All the sites will have the same set of pages and actions. For instance: http://clubsites/club1/index.jsp http://clubsites/club2/index.jsp http://clubsites/club3/index.jsp http://anothersite/club4/index.jsp All

RE: Multiple sites using one struts application.

2002-05-13 Thread Mike Karl
using one struts application. Hello, I'm building a site for a group of clubs. All the sites will have the same set of pages and actions. For instance: http://clubsites/club1/index.jsp http://clubsites/club2/index.jsp http://clubsites/club3/index.jsp http://anothersite/club4

RE: Multiple sites using one struts application.

2002-05-13 Thread James Mitchell
Subject: RE: Multiple sites using one struts application. If I did something like this, would it then be appropriate to use a filter to set properties based on the url? thanks mike On Mon, 2002-05-13 at 15:03, James Mitchell wrote: One suggestion.. Register a domain name

Re: Struts Application in Production

2002-03-19 Thread Jon Ferguson
Jay, This is very cool.. Well done! Unfortunately, I can't be at Java One... you haven't got an paper out on it do you? I would very much like to find out more. Cheers, Jon Jay sissom wrote: I'm proud to announce that IU has a new Struts application in production. We started developing

RE: Struts Application in Production

2002-03-19 Thread Phillips, George H.
, March 18, 2002 10:57 PM To: Struts Users Mailing List Subject: Struts Application in Production I'm proud to announce that IU has a new Struts application in production. We started developing in Java (and Struts) about 8 months ago and in those 8 months, a team of 4-5 people built

Re: Struts Application in Production

2002-03-19 Thread Jay sissom
. Cheers, Jon Jay sissom wrote: I'm proud to announce that IU has a new Struts application in production. We started developing in Java (and Struts) about 8 months ago and in those 8 months, a team of 4-5 people built a portal for IU. There is a guest login, so you can look if you

Struts Application in Production

2002-03-18 Thread Jay sissom
I'm proud to announce that IU has a new Struts application in production. We started developing in Java (and Struts) about 8 months ago and in those 8 months, a team of 4-5 people built a portal for IU. There is a guest login, so you can look if you like: http://onestart.iu.edu/ This used

RE: Struts-Application in Default Servlet Context

2002-03-03 Thread Jesse Alexander (KADA 12)
To: [EMAIL PROTECTED] Subject: Struts-Application in Default Servlet Context Hi, I want to combine a struts-application with a Vignette Content Management System. We are using a WebLogic 5.1, and Vignette puts its JSPs in the default context. What I want to achieve is to have the struts

Struts-Application in Default Servlet Context

2002-02-28 Thread Ronald . Bieber
Hi, I want to combine a struts-application with a Vignette Content Management System. We are using a WebLogic 5.1, and Vignette puts its JSPs in the default context. What I want to achieve is to have the struts application integrated with the default context, such that I can use a forward

Struts application deployment problem

2002-02-08 Thread Stillwell, Christopher
We have successfully installed a Struts application in WebSphere 3.5.3 on an NT box, but when we try to deploy to one on a Unix box we get the following exception. The Jaxp 1.0.1 jaxp.jar and parser.jar are in the servlets directory, just as they were on NT. Now the other difference

Re: OReilly Struts book - EJB/STRUTS Application?

2002-02-06 Thread Hertzel Karbasi - OPTinity eBusiness Solutions
Chuck, Is there any code available for Struts/EJB application on the web? Any references will be appreciated. Thanks Hertzel - Original Message - From: Chuck Cavaness [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Tuesday, February 05, 2002 5:30 PM Subject:

Two Struts Application in the same Webapp Folder

2002-01-22 Thread Christian Erhardt
Hello, when I put two different Struts Applications in my Tomcat Webapp Folder only the First one will be loaded. For example: Webapp---+ | +-- struts-example | +-- struts-upload struts-example works. But I cant access struts-upload. The error I get ist:

RE: Two Struts Application in the same Webapp Folder

2002-01-22 Thread Khalid Mahmood
hmmm, u may check it again by restarting the server. This problem is amazing -Original Message- From: Christian Erhardt [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 22, 2002 1:14 PM To: [EMAIL PROTECTED] Subject: Two Struts Application in the same Webapp Folder Hello, when I put

RE: AW: accessing EJB components from a Struts application?

2001-12-20 Thread Keith Bacon
: [EMAIL PROTECTED] Subject: Re: AW: accessing EJB components from a Struts application? I like MVC as per : http://www.basebeans.com/struts.jsp (and just the summary part) Here is Sun's approach, which I think just sells more hardware, from their web site: The key design pattern

Re: AW: accessing EJB components from a Struts application?

2001-12-20 Thread Vic Cekvenich
that teaches you to do a 5 screen Struts application in 3 days) Cakalic, James wrote: If I had more time I would comment on this more fully as it seems some of the ideas being expressed here are off-the-mark and short-sighted. I don't mean to go on a rant here, but my job would be much easier if we

Re: AW: accessing EJB components from a Struts application?

2001-12-20 Thread Vic Cekvenich
regards, Jim Cakalic -Original Message- From: Chris Smith [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 19, 2001 8:21 AM To: Struts Users Mailing List Cc: [EMAIL PROTECTED] Subject: Re: AW: accessing EJB components from a Struts application? I like MVC as per : http

Re: accessing EJB components from a Struts application?

2001-12-19 Thread barry
. HTH Barry - Original Message - From: Vic Cekvenich [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, December 18, 2001 6:37 PM Subject: Re: accessing EJB components from a Struts application? Why are you needing to use EJB

AW: accessing EJB components from a Struts application?

2001-12-19 Thread Stefan Frank
-64 http://www.vierundsechzig.de mailto:[EMAIL PROTECTED] -Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 19. Dezember 2001 01:01 An: Struts Users Mailing List Betreff: accessing EJB components from a Struts application? Hi all

Re: AW: accessing EJB components from a Struts application?

2001-12-19 Thread Chris Smith
] [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 19. Dezember 2001 01:01 An: Struts Users Mailing List Betreff: accessing EJB components from a Struts application? Hi all, after browsing the FAQ and searching the mailing list archive, I have not yet found a 'premium way' to go for EJB business logic

RE: AW: accessing EJB components from a Struts application?

2001-12-19 Thread Cakalic, James
: accessing EJB components from a Struts application? I like MVC as per : http://www.basebeans.com/struts.jsp (and just the summary part) Here is Sun's approach, which I think just sells more hardware, from their web site: The key design pattern used in the Java Pet Store demo

accessing EJB components from a Struts application?

2001-12-18 Thread thomas
Hi all, after browsing the FAQ and searching the mailing list archive, I have not yet found a 'premium way' to go for EJB business logic integration into a Struts application. It's pretty clear that the EJB stuff should go into the action classes. I also saw hints that it might be useful

Re: accessing EJB components from a Struts application?

2001-12-18 Thread Vic Cekvenich
all, after browsing the FAQ and searching the mailing list archive, I have not yet found a 'premium way' to go for EJB business logic integration into a Struts application. It's pretty clear that the EJB stuff should go into the action classes. I also saw hints that it might be useful to add

Re: accessing EJB components from a Struts application?

2001-12-18 Thread John Yu
on the mailing list. At 01:00 am 19-12-2001 +0100, you wrote: Hi all, after browsing the FAQ and searching the mailing list archive, I have not yet found a 'premium way' to go for EJB business logic integration into a Struts application. It's pretty clear that the EJB stuff should go into the action

accessing EJB components from a Struts application?

2001-12-17 Thread Thomas Corte
Hi all, after browsing the FAQ and searching the mailing list archive, I have not yet found a 'premium way' to go for EJB business logic integration into a Struts application. It's pretty clear that the EJB stuff should go into the action classes. I also saw hints that it might be useful

Help on running a simple struts application ...

2001-10-22 Thread Nandakumar Subramaniam
Hello Everyone, I am pretty new to Struts .. and i have this problem with getting a simple program to work. I just modified some of the JSP files given as examples and created new JSP files. I get no error on running the JSP file, but neither do i get any result out of submitting data from one

oops ...RE: Help on running a simple struts application ...

2001-10-22 Thread Nandakumar Subramaniam
I forgot the Zip file last time around .. Sorry !! Hello Everyone, I am pretty new to Struts .. and i have this problem with getting a simple program to work. I just modified some of the JSP files given as examples and created new JSP files. I get no error on running the JSP file, but neither

Re: oops ...RE: Help on running a simple struts application ...

2001-10-22 Thread Ted Husted
If you are really getting a blank screen, it may be that the browser is not rendering it (because the HTML turned out way invalid). Netscape does this alot. Try viewing the source. -- Ted Husted, Husted dot Com, Fairport NY USA. -- Custom Software ~ Technical Services. -- Tel +1 716 737-3463 --

Re: Help on running a simple struts application ...

2001-10-22 Thread Paul Dillon
Message - From: Nandakumar Subramaniam [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, October 22, 2001 6:27 PM Subject: Help on running a simple struts application ... Hello Everyone, I am pretty new to Struts .. and i have this problem with getting a simple program to work. I just

Please Help!!! Struts application running fine on tomcat 3.2.3 does not run on tomcat 4.0

2001-08-28 Thread Shamdasani Nimmi-ANS004
Hi, My application, which runs fine with tomcat 3.2.3, gives the error below on tomcat 4.0. I am using struts 1.0. I copied the jaxp.jar, crimson.jar and xalan.jar to CATALINA_HOME/lib. Looking at the log there seems to be problem with the datasource. I am using Oracle and my classpath has

RE: Please Help!!! Struts application running fine on tomcat 3.2.3 does not run on tomcat 4.0

2001-08-28 Thread Shamdasani Nimmi-ANS004
I tried that but still the same problem. -Nimmi -Original Message- From: Rama Krishna [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 28, 2001 12:31 PM To: [EMAIL PROTECTED] Subject: Re: Please Help!!! Struts application running fine on tomcat 3.2.3 does not run on tomcat 4.0 try

Different JSPs directories for the same Struts Application

2001-06-26 Thread Xavier Brunel
Hi, I am developping a Apache Tomcat Struts Web Application that will be use in ASP mode (Application Service Provider not the MSoft stuff) by different Users. The thing is that Users will have common JSP for a part and specific ones for the other part (Number of fields in page forms, look and

register the DTD in struts application

2001-06-19 Thread See Yam Lim
Title: register the DTD in struts application Hey guys, Does anybody know how to register a DTD in struts application. i had call overwrite the registrations[] string array inside my ActionServlet. and in my ActionServlet's init() mehtod, i had called super.init() then a callback

Re: register the DTD in struts application

2001-06-19 Thread Craig R. McClanahan
On Tue, 19 Jun 2001, See Yam Lim wrote: Hey guys, Does anybody know how to register a DTD in struts application. i had call overwrite the registrations[] string array inside my ActionServlet. and in my ActionServlet's init() mehtod, i had called super.init() then a callback

Re: register the DTD in struts application

2001-06-19 Thread Dan Miser
://www.distribucon.com Does anybody know how to register a DTD in struts application. i had call overwrite the registrations[] string array inside my ActionServlet. and in my ActionServlet's init() mehtod, i had called super.init() then a callback to initServlet in turn calling

Re: Sample HDML/Wireless Struts Application

2001-05-30 Thread Jeff Trent
Never wrote a wireless app, but the code looks real nice... - Original Message - From: Richard Backhouse [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 29, 2001 7:55 PM Subject: Sample HDML/Wireless Struts Application For anyone who is interested, I have put together

Has anyone used Cactus to test Struts application? - especially Action objects?

2001-05-18 Thread Jackie Han
I wonder if there is a way to test Action objects with session and request information passsed in. What would be the ideal way to test Action objects anyway? Thanks. Jackie

Re: Question about struts application model (DataSource, Business Logic beans)

2001-03-13 Thread Ted Husted
My problem is that access to the DataSource is through the servlet.findDataSource() call. Struts stores the JDBC Connection pools as servlet context attributes (in JSP terms, application-scope beans). You can also access them that way. If you do not specify a name in the Struts-config file, it

Question about struts application model (DataSource, Business Logic beans)

2001-03-12 Thread Carles Pi-Sunyer
Title: Question about struts application model (DataSource, Business Logic beans) Hi, I'm using Struts for a new application that I'm developing. I have a question about the separation between the Action classes and the Business Logic beans. My Business Logic beans are making database

Re: Question about struts application model (DataSource, Business Log ic beans)

2001-03-12 Thread Michael McCallister
I resolved this by creating two pieces: First is a class in your business logic package that manages the context required by the business logic beans. This class should be a Singleton and should manage access to resources needed by your business logic beans such as configuration parameters

Re: Question about struts application model (DataSource, BusinessLog ic beans)

2001-03-12 Thread Craig R. McClanahan
On Mon, 12 Mar 2001, Carles Pi-Sunyer wrote: Hi, I'm using Struts for a new application that I'm developing. I have a question about the separation between the Action classes and the Business Logic beans. My Business Logic beans are making database accesses to manipulate the

Question about struts application model (DataSource, Business Logic beans)

2001-03-12 Thread Carles Pi-Sunyer
Title: Question about struts application model (DataSource, Business Logic beans) Hi, I'm using Struts for a new application that I'm developing. I have a question about the separation between the Action classes and the Business Logic beans. My Business Logic beans are making database

<    1   2   3   >