RE: [ANNOUNCEMENT] Struts 1.0.1 Release Candidate 1

2001-11-29 Thread George, Carl
-Original Message- From: Martin Cooper [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 28, 2001 4:28 PM To: [EMAIL PROTECTED]; Struts Developers List; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [ANNOUNCEMENT] Struts 1.0.1 Release Candidate 1 The first Release

RE: SilverStream 3.5.2

2001-10-25 Thread George, Carl
t if you dont want to!) cheers dim On Wed, 24 Oct 2001, George, Carl wrote: > no > > -Original Message- > From: Tim [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, October 24, 2001 1:41 AM > To: [EMAIL PROTECTED] > Subject: SilverStream 3.5.2 > > > Hi, I'

RE: SilverStream 3.5.2

2001-10-24 Thread George, Carl
no -Original Message- From: Tim [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 24, 2001 1:41 AM To: [EMAIL PROTECTED] Subject: SilverStream 3.5.2 Hi, I'd like to inquire on whether it is possible to deploy a struts app to SilverStream 3.5.2? Thanks. --

RE: initial values to edit .... and then view save

2001-09-25 Thread George, Carl
Victor, Victor, Victor... you have to use the form passed int the action. So you have to do NameZoomFrm frm = (NameZoomFrm)form; Then set the values. You don't do the session.setAttribute. -Original Message- From: Vic Cekvenich [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 25, 200

RE: Help with Struts and EJBS..

2001-09-25 Thread George, Carl
That's bad. You should have any data-loading in the form. It should be in the action. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 25, 2001 11:47 AM To: [EMAIL PROTECTED] Subject: RE: Help with Struts and EJBS.. Peter, I understand yo

RE: java.io.NotSerializableException: java.util.HashMap

2001-08-29 Thread George, Carl
Are the values in your arraylist Serializable? -Original Message- From: Matt Raible [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 28, 2001 2:31 PM To: [EMAIL PROTECTED] Subject: java.io.NotSerializableException: java.util.HashMap I am getting the following error on a JSP page that I

RE: Logic Tags

2001-08-29 Thread George, Carl
there was no change. THe tag still doesn't fire.. -Original Message- From: George, Carl [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 29, 2001 11:34 AM To: '[EMAIL PROTECTED]' Subject: RE: Logic Tags It is firing it's just false. Parameter checks the url. try n

RE: Logic Tags

2001-08-29 Thread George, Carl
It is firing it's just false. Parameter checks the url. try name - checks the session, not sure about the request, you page have to do: -Original Message- From: Mike Bungay [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 29, 2001 11:17 AM To: '[EMAIL PROTECTED]' Subject: RE: Logi

RE: Barracuda vs. Struts (request for review)

2001-08-28 Thread George, Carl
Your not making anyone (if a may speak for everyone) mad, your just wrong! -Original Message- From: Christian Cryder [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 28, 2001 3:28 PM To: [EMAIL PROTECTED] Subject: RE: Barracuda vs. Struts (request for review) Hi Chris, Yeah, upon re-re

RE: A bit of design help please?

2001-08-16 Thread George, Carl
ctly how you implement this? (Passing content in as a parameter). D you have a paramter called, say "content_id", and dependent on this you forward to the relevant action? Or include output from a relevant jsp? Thanks in advance. -Original Message- From: George, Carl [mailto:[EM

RE: WAR file Info

2001-08-16 Thread George, Carl
Take a look at any ant example. -Original Message- From: Zille Hassan [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 16, 2001 10:12 AM To: [EMAIL PROTECTED] Subject: Re: WAR file Info I have no idea, but i am sure, if we meet up i might be able to think of something - Original

RE: A bit of design help please?

2001-08-16 Thread George, Carl
I have always found that frames are bad, that is why I recommend using templates. We have a default template (with the nav bar, header, footer) and then pass the content in as a parameter. Carl -Original Message- From: Alex Colic [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 16, 200

RE: Newbie installation question

2001-07-25 Thread George, Carl
tomcat 4.0 doesn't work yet!! go back to 3.x -Original Message- From: Jonathan Kaplan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 25, 2001 10:11 AM To: [EMAIL PROTECTED] Subject: Newbie installation question Hi there, I am running Tomcat 4.0 b5. After placing the struts war fil

ejb and tomcat

2001-07-24 Thread George, Carl
Is there a generic setup for getting tomcat to recognize an app servers ejb calls, like certain class_path settings etc

RE: Help creating a portal page.

2001-06-25 Thread George, Carl
You can do exactly what you want with templates... You can pass in a page name, or put it in the session, or wherever you can get to it, and have a content section of the template to use it dynamically. <%@ taglib uri='/WEB-INF/tlds/struts-template.tld' prefix='template' %> <

RE: Struts Questions

2001-06-12 Thread George, Carl
Form for a particular screen or set of screens. Then call all the sets from the Action and pass the object along to the EJB. That's it. :) No tangible performance loss/gain. (BTW, any better ways of doing this for future reference?) :) Chris -Original Message----- From: George, Carl [mailto:[

RE: Struts Questions

2001-06-12 Thread George, Carl
Yes, I've done this. Difficult is a relative term. If you know ejb and you know struts, no it's not difficult. -Original Message- From: Matt Raible [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 12, 2001 11:42 AM To: [EMAIL PROTECTED] Subject: Struts Questions Has anyone implemented

RE: Potential Security Flaw in Struts MVC

2001-05-07 Thread George, Carl
I think you are trying to make things too hard, you could handle this relatively simple in two different ways: 1. You could inherit your actions from a super class that simple check to see if the user is logged our has sufficient privileges. And add a super(request) method as the first line

RE: Help me defend Struts taglibs!!!

2001-04-26 Thread George, Carl
1. Tell them to read any jsp architecture book 2. Scriplets are not reusable. 3. "impossible to maintain 4. They are probably vb or old cobol programmers. -Original Message- From: Calvin Yu [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 26, 2001 10:07 AM To: [EMAIL PROTECTED] Subje