Re: confusion about view part!!!

2002-08-28 Thread Billy Ng

>I am working on very large scale b2b portal containing Jsp pages which usus 
>javascripts and style sheets in bulk.
>
>So, I am confused that view pages should be made directly using struts tag 
>or it should be easy to make in html and then convert into struts.

I am confused too.  Since you have jsp pages, why do you bother to make them 
in html in Struts?  You can simply forward whatever the jsp page (forward 
tag) that is registered in the struts-config.xml.

>
>In my company designers are not aware with struts so we are going to get 
>html pages.
>
>do any one has idea that how difficult it is going to be if we converts 
>html pages(with bulky javascript and stylesheets) into struts?

You can mix servlet script, tags, and html in the jsp file.  In the tags, 
e.g.  tag, you can set the style-sheet or javascript event attributes. 
  It should not be hard.

>Also, designers are used to make pages using frames, so is there any 
>problem using frames in struts or templates (or tiles) is better option?

I have not used frames in my struts app.  I don't know this.  You can find 
what other people say in the mail archives.  I heard lots of good things 
about Tiles.  I am using template tags. I find it pretty handy.

>
>Please help me to sort out.
>
>Thanks in reading the mail.
>
>Amit Badheka.
>




_
Send and receive Hotmail on your mobile device: http://mobile.msn.com


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: Is Struts suitable for Java client?

2002-08-28 Thread thart

I'm not sure the answer is no. Struts is not tied to forwarding to a jsp, or 
any other type of resource for that matter. In fact you can simply return 
null from an action and have the action generate the response itself. You 
may need to think about your problem a little differently (???), but if you 
write a client that understands the servlet request/response paradigm then 
you should be able to engineer a solution that uses the struts framework for 
the server side... 

Good Luck, 

Troy 

 

Gopalakrishnan Rangaswamy writes: 

> NO 
> 
> -Original Message-
> From: Leslie Yu [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 13, 2002 10:39 AM
> To: [EMAIL PROTECTED]
> Subject: Is Struts suitable for Java client? 
> 
> 
> Hi all, 
> 
> I'm going to develop a java application with java client on client
> side
> which talks to a controller servlet. The data transmitted between client
> and
> server may be serialized object.
> Does Struts support java client by outputting a serialized object as
> a
> HTTP response instead of forwarding to a JSP? If yes, would anyone give
> me
> some hints? Thanks. 
> 
> Best Regards,
> Leslie 
> 
> 
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
>  
> 
> 
> --
> To unsubscribe, e-mail:   
> For additional commands, e-mail:  
> 
 

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: Help - Logic:iterate!!!

2002-08-28 Thread Rejin NS

I think you should take another look at the type in:

name="partSummaryForm"
> property="summary"
> type="java.util.Collection"/>

Hope this helps.
-rejin.

- Original Message -
From: "NATARAJAN, SANKAR (SBCSI)" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 28, 2002 11:58 PM
Subject: Help - Logic:iterate!!!


> Hello All,
>
> I am using  like as follows :
>
> name="partSummaryForm"
> property="summary"
> type="java.util.Collection"/>
> name="summList">
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
>
> I don't know what i am doing wrong and i am getting the following
exception.
> Can you please help me to locate my mistake ?
>
> [8/28/02 11:10:35:296 PDT] 6259c6dc WebGroup  X Servlet Error:
> java.util.ArrayList: java.lang.ClassCastException: java.util.ArrayList
> at
> _dasParticipantSummary_jsp_17._jspService(dasParticipantSummary.jsp
> :28)
> at
> org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:142)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
> at
>
org.apache.jasper.runtime.JspServlet$JspServletWrapper.service(JspServlet.ja
> va:300)
> at
> org.apache.jasper.runtime.JspServlet.serviceJspFile(JspServlet.java:430)
> at org.apache.jasper.runtime.JspServlet.service(JspServlet.java:565)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
> at
>
com.ibm.servlet.engine.webapp.StrictServletInstance.doService(ServletManager
> .java:827)
> at
>
com.ibm.servlet.engine.webapp.StrictLifecycleServlet._service(StrictLifecycl
> eServlet.java:167)
> at
>
com.ibm.servlet.engine.webapp.IdleServletState.service(StrictLifecycleServle
> t.java:297)
> at
>
com.ibm.servlet.engine.webapp.StrictLifecycleServlet.service(StrictLifecycle
> Servlet.java:110)
> at
>
com.ibm.servlet.engine.webapp.ServletInstance.service(ServletManager.java:47
> 2)
> at
>
com.ibm.servlet.engine.webapp.ValidServletReferenceState.dispatch(ServletMan
> ager.java:1012)
> at
>
com.ibm.servlet.engine.webapp.ServletInstanceReference.dispatch(ServletManag
> er.java:913)
> at
>
com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.handleWebAppDispatch(W
> ebAppRequestDispatcher.java:523)
> at
>
com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.dispatch(WebAppRequest
> Dispatcher.java:282)
> at
>
com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.forward(WebAppRequestD
> ispatcher.java:112)
> at
>
org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:10
> 14)
> at
>
org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProces
> sor.java:417)
> at
>
org.apache.struts.action.RequestProcessor.processActionForward(RequestProces
> sor.java:390)
> at
>
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:271)
> at
> org.apache.struts.action.ActionServlet.process(ActionServlet.java:1292)
> at
> org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:510)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
> at
>
com.ibm.servlet.engine.webapp.StrictServletInstance.doService(ServletManager
> .java:827)
> at
>
com.ibm.servlet.engine.webapp.StrictLifecycleServlet._service(StrictLifecycl
> eServlet.java:167)
> at
>
com.ibm.servlet.engine.webapp.IdleServletState.service(StrictLifecycleServle
> t.java:297)
> at
>
com.ibm.servlet.engine.webapp.StrictLifecycleServlet.service(StrictLifecycle
> Servlet.java:110)
> at
>
com.ibm.servlet.engine.webapp.ServletInstance.service(ServletManager.java:47
> 2)
> at
>
com.ibm.servlet.engine.webapp.ValidServletReferenceState.dispatch(ServletMan
> ager.java:1012)
> at
>
com.ibm.servlet.engine.webapp.ServletInstanceReference.dispatch(ServletManag
> er.java:913)
> at
>
com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.handleWebAppDispatch(W
> ebAppRequestDispatcher.java:523)
> at
>
com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.dispatch(WebAppRequest
> Dispatcher.java:282)
> at
>
com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.forward(WebAppRequestD
> ispatcher.java:112)
> at
> com.ibm.servlet.engine.srt.WebAppInvoker.doForward(WebAppInvoker.java:91)
> at
>
com.ibm.servlet.engine.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.
> java:184)
> at
>
com.ibm.servlet.engine.invocation.CachedInvocation.handleInvocation(CachedIn
> vocation.java:67)
> at
>
com.ibm.servlet.engine.invocation.CacheableInvocationContext.invoke(Cacheabl
> eInvocationContext.java:106)
> at
>
com.ibm.servlet.engine.srp.ServletRequestProcessor.dispatchByURI(ServletRequ
> estProcessor.java:125)
> at
>
com.ibm.servlet.engine.oselistener.OSEListenerDispatcher.service(OSEListener
> .java:315)
> at
>
com.ibm.servlet.engine.http11.HttpConnection.handleRequest(HttpConnection.ja
> va:60)
> at
>
com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:323)
> at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:252)
> at com.ibm.ws.util.CachedThread.r

ActionServlet.init() not called for identical application

2002-08-28 Thread David M. Karr

I have the "struts-exercise-taglib" application, using Struts.  When I execute
the "html:link" test, it works fine.

I also have an application called "strutsel-exercise-taglib", built using my
derived Struts-EL library, and Struts.  Presently, the application is almost
identical, except for some references to "-el" tags instead of non-el tags.  In
the case of the "html:link" test, it is still using the normal Struts tags
(although I'm also importing the "-el" tag libraries).

I'm using Struts-1.1-b2, built from source.

When I start up Tomcat (4.0.4) in netbeans, it hits a breakpoint at
ActionServlet.init() and loads the configuration.

Note that I have both applications in the "webapps" directory (unpacked).

I would have thought I would hit the ActionServlet.init() breakpoint twice,
once for each application.

When I run the normal Struts test, the "html:link" test works fine.  When I run
my derived test, the "html:link" fails, saying that it couldn't find any action
mappings.  In the debugger, I see that the "ApplicationConfig" is null.  I
would guess this is the case because it didn't execute ActionServlet.init() for
this application.

I'm awfully confused.  Am I just doing something very silly that is causing
this, or is there something subtle I need to deal with?

-- 
===
David M. Karr  ; Java/J2EE/XML/Unix/C++
[EMAIL PROTECTED]


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




confusion about view part!!!

2002-08-28 Thread Amit Badheka

Hi All,

I am working on very large scale b2b portal containing Jsp pages which usus 
javascripts and style sheets in bulk.

So, I am confused that view pages should be made directly using struts tag or it 
should be easy to make in html and then convert into struts.

In my company designers are not aware with struts so we are going to get html pages.

do any one has idea that how difficult it is going to be if we converts html 
pages(with bulky javascript and stylesheets) into struts?

Also, designers are used to make pages using frames, so is there any problem using 
frames in struts or templates (or tiles) is better option?

Please help me to sort out.

Thanks in reading the mail.

Amit Badheka.




Re: Creating a DynaActionForm instance

2002-08-28 Thread Craig R. McClanahan



On Thu, 29 Aug 2002, Aaron Lindsey wrote:

> Date: Thu, 29 Aug 2002 00:09:28 -0400
> From: Aaron Lindsey <[EMAIL PROTECTED]>
> Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]>,
>  [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Subject: Creating a DynaActionForm instance
>
> Hi all,
>I've seen this question asked a couple of times in the archives, but there
> weren't any answers that I could find, so I'm giving it another shot.  How
> can I create an instance of DynaActionForm from inside an Action in order to
> prepopulate it with data to be displayed in a jsp form?  I tried the
> following:
>
> DynaActionForm myForm = new DynaActionForm();
> myForm.set("firstName", "bob");
>
> A NullPointerException is thrown.  Is it possible to do something like this
> with a DynaActionForm?  Do I have to go back to the regular ActionForm to
> have the ability to create an instance of an ActionForm, populate it, put it
> on the Request, and forward to a jsp that will then use the form?  Thanks.
>

To create a new DynaActionForm instance, you *must* ask for a new instance
from the corresponding DynaActionFormClass.  Otherwise, the DynaActionForm
instance will not know what it's valid properties are:

DynaActionFormClass dafc =
DynaActionFormClass.getDynaActionFormClass("formBeanName");
DynaActionForm myForm = dafc.newInstance();

> Aaron

Craig


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




[Newbie] Where to put Model Access whenever Action class is not an option?

2002-08-28 Thread Rademacher Tobias

Hi Folks,

first of all I'm a newbie to Struts. As far as I can see it's a great
framework. Thx for that a lot.

My Problem is that my JSP-Views needs some inital data from the models.
Consider some -boxes given the
user a chance make their choices

Where can I init the FromBeans that are use to share data between Action
class/View? The constructor of
the class? As far as I understand the Struts delegates form View to Action
using the FormBean and ActionMappings.
So Action is always the end of the request chain  (view
---o-action(controler)-o-model). Correct? 
So I need something like that: model -O controler O- view.

As far as I can see the Struts HTML/Logic TLs offering java.util.Collection
processing. So my idea is build an
Taglib that can access the Model (EJB's with finder methods returning
collection or Local interfaces).
Is this okay, or is there a better solution?

Any help is appreciated. :-)

Gruß

Toby

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: A thought about Simplifying the Action Form

2002-08-28 Thread Stan Baranek

If I understand you your suggesting extending Struts beyond presentation 
to a DO which is a representation of your data model.
I think by providing this sort of linkage from the HttpRequest all the 
way to your RemoteInterface? - you would inherantly be forcing your 
presentation logic into the business logic.  You would end up designing 
your presentation as a mirror of your database model or even worse: 
visa-versa.  This would make a very inflexable system.  

I have enough trouble changing all of my ActionForm elements into 
String[] - I think everything in the database would be varchar2(100) (=))

Cheers,
Stan

Brandon Goodin wrote:

>Greetings,
>
>A few thoughts about the Action Form:
>
>1) ActionForm is a view object
>2) ActionForm is populated by ActionServlet mapped to request parameters
>3) ActionForm should NOT be passed into the Business Logic Tier but should
>stay in the application Tier
>4) ActionForm should NOT be used as a Model Bean.
>
>Being as these are true and it sometimes seems to cause extra coding to
>translate form values to beans. In other words. When I write a form and it
>contains values that need to be passed to a bean that is then passed to a
>business object. The process involves the following:
>
>1) Write ActionForm to collect request (data or use DynaActionForm)
>2) Write a model bean that will receive some or all of the data from the
>ActionForm
>3) Use BeanUtils within an Action class to transfer values from bean to bean
>4) Pass bean to business object
>
>My thoughts here are around the ActionForm using beans instead of it's own
>getters and setters. Is there a reason why we don't have the ActionForm
>instantiate beans to be populated. That way those beans can easily be
>extracted from the ActionForm and passed into the business tier. The
>ActionForm could be configured to instantiate and populate certain beans. It
>would be nice to allow for multiple beans to be configured and if the beans
>have a common setter and getter then both instantiated bean setters will be
>populated with request data. Once the beans are populated with request info
>those same beans can be passed into a business tier using the Action class
>or they can be passed back to the view wrapped with the ActionForm. I know I
>am thinking simplistic at this point. But, I think the idea has some sound
>qualities. Maybe this is already implemented and I am just off my rocker or
>maybe it just sucks. I would be interested to hear any thoughts on this. So
>the process would go something like this:
>
>1) Write model beans
>2) Configure ActionForm to populate certain model beans with request data
>3) Allow for validation of values and any other ActionForm methods to be
>performed.
>4) pass ActionForm with associated beans onto Action class or return to view
>with errors
>5) use Action class to extract beans from ActionForm and pass them into
>Business Tier
>
>This thought was spawned during a discussion with a colleague regarding
>passing ActionForms into the business tier. I felt it was a bad idea because
>it is tying you biz tier too tightly to the app tier. But his rebuttal was
>that the alternative was that we wind up coding more and gaining very little
>(i.e. writing identical code just to populate a form then pass that value to
>a bean). How often are we going to be running this outside webapp using
>struts, anyways?
>
>I know there is DynaActionForm but I have also heard there are some
>shortcomings on it. What are those shortcomings? The issue here seems to be
>the extra coding. I know the combo of the DynaActionForm and BeanUtils
>allows for a sort of what I am talking about. You only have to write the
>model bean then use BeanUtils to populate it with the DynaActionForm values.
>Yet, I have also tried to run DynaActionForm side by side with Validator and
>I have run into problems. Anyways, it just seems more appropriate to use
>concrete Bean classes and that is why I am providing the aforementioned
>idea.
>
>Any thoughts?
>
>
>
>Definitions:
>-
>Business Tier - contains model beans and business logic
>-
>Application Tier - Struts Controller and data marshalling
>-
>Web Tier - Application Server
>
>
>
>Brandon Goodin
>Phase Web and Multimedia
>P (406) 862-2245
>F (406) 862-0354
>
>
>--
>To unsubscribe, e-mail:   
>For additional commands, e-mail: 
>
>  
>




--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Creating a DynaActionForm instance

2002-08-28 Thread Zimmer, Robin (SSABSA)

Try something like:


public ActionForward execute(ActionMapping mapping,
 ActionForm form,
 javax.servlet.http.HttpServletRequest request,
 javax.servlet.http.HttpServletResponse
response)
throws java.lang.Exception
{
  DynaActionForm myForm = (DynaActionForm)form;
myForm.set("firstName", "bob");

String forward = "success";
ActionForward af = mapping.findForward( forward );
return af;
}

-Original Message-
From: Aaron Lindsey [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 29 August 2002 1:39 PM
To: [EMAIL PROTECTED]
Subject: Creating a DynaActionForm instance


Hi all,
   I've seen this question asked a couple of times in the archives, but
there 
weren't any answers that I could find, so I'm giving it another shot.  How 
can I create an instance of DynaActionForm from inside an Action in order to

prepopulate it with data to be displayed in a jsp form?  I tried the 
following:

DynaActionForm myForm = new DynaActionForm();
myForm.set("firstName", "bob");

A NullPointerException is thrown.  Is it possible to do something like this 
with a DynaActionForm?  Do I have to go back to the regular ActionForm to 
have the ability to create an instance of an ActionForm, populate it, put it

on the Request, and forward to a jsp that will then use the form?  Thanks.

Aaron

--
To unsubscribe, e-mail:

For additional commands, e-mail:


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: Redirect and ActionErrors don't play together--is there another way?

2002-08-28 Thread John Yu

Hi Dennis,

saveErrors() stores the ActionErrors in the request. Since doing a 
'redirect' creates a new request, you will lose the errors.

What you can do is:

1. in create.do, put the ActionErrors into the session and then redirect to 
table.do
2. in table.do, remove the ActionErrors from the session and use it to call 
saveErrors()
3. forward to the jsp.

Besides, while the following post doesn't address directly your issue, it 
is relevant:

   
http://nagoya.apache.org/eyebrowse/ReadMsg?[EMAIL PROTECTED]&msgId=448820


At 11:12 pm 28-08-2002, you wrote:
>Here's my situation: I have a screen that contains a table of objects
>(say the screen is displayed by "table.do"). There is a link on the
>screen that causes a new object to be created by a Struts action (call
>it "create.do?key=NN"). The action forwards back to "table.do". If the
>creation was successful, the table should now show the list of objects
>with the newly-created one added. If the creation failed, the table
>should display along with an error message.
>
>Here's my problem: when the "Create" link is clinked, the Action that
>does the work needs to do a redirect forward to "table.do". Otherwise
>you end up with "create.do?key=NN" in the browser location bar, and if
>the user then does a refresh on the table screen, instead of refreshing
>table.do the browser attempts to refresh create.do, which is wrong. The
>redirect solves this problem, except for error cases. If creation fails,
>I want to display an error message on the table screen. But all
>ActionErrors associated with the request are lost when I redirect.
>
>Any workarounds?

-- 
John Yu   Scioworks Technologies
e: [EMAIL PROTECTED] w: +(65) 873 5989
w: http://www.scioworks.com   m: +(65) 9782 9610

Scioworks Camino - "Don't develop Struts Apps without it!"


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Creating a DynaActionForm instance

2002-08-28 Thread Aaron Lindsey

Hi all,
   I've seen this question asked a couple of times in the archives, but there 
weren't any answers that I could find, so I'm giving it another shot.  How 
can I create an instance of DynaActionForm from inside an Action in order to 
prepopulate it with data to be displayed in a jsp form?  I tried the 
following:

DynaActionForm myForm = new DynaActionForm();
myForm.set("firstName", "bob");

A NullPointerException is thrown.  Is it possible to do something like this 
with a DynaActionForm?  Do I have to go back to the regular ActionForm to 
have the ability to create an instance of an ActionForm, populate it, put it 
on the Request, and forward to a jsp that will then use the form?  Thanks.

Aaron

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Cannot Retrieve Mapping for Action

2002-08-28 Thread Chandrasekar

Hi ,
First sorry for a lengthy mail.

Searched the mailing list archive and tried every solution suggested there
...

still nothing ...

I am getting the following error when trying to invoke the login page.(Using
weblogic 6.0)

Aug 29, 2002 9:39:13 AM IST>  
<[WebAppServletContext(6765727,wisor
repwebapp)] Root cause of ServletException
javax.servlet.jsp.JspException: Cannot retrieve mapping for action /logon
at org.apache.struts.taglib.html.FormTag.lookup(FormTag.java:784)
at
org.apache.struts.taglib.html.FormTag.doStartTag(FormTag.java:481)
at jsp_servlet.__login._jspService(__login.java:123)
at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImp
l.java:213)
at
weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppSer
vletContext.java:1302)
at
weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImp
l.java:1680)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
>

Below are my configuration details

web.xml


action
org.apache.struts.action.ActionServlet

  application
  ApplicationResources


  config
  /WEB-INF/struts-config.xml


  debug
  2


  detail
  2


  validate
  false

2
  

 
  
action
*.do
  

struts-config.xml file
















// all my Action and ActionForm classes are available inside the
WEB-INF/classes directory
// JSP pages available inside webapp directory


my JSP page

<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>













Thanks
Chandra


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




printable layout using tiles

2002-08-28 Thread Zimmer, Robin (SSABSA)

Dear all,

Can't see the woods for the trees with this one, so can someone please help!

I have a request to provide a printable view of the current page. Easy I
thought, because as I am using tiles I can just change the layout on the fly
by implementing the LayoutSwitchAction that comes with tiles. My trouble is
1) how do I initiate this 2) how do I handle things like form data that has
been parially entered 3) what happens when I have forwarded rather than
redirected to the page that I wish to make printable???

Has anyone implemented a printable layout or something similar that might
wish to share some knowledge? Thanks, Rob.

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: JBUILDER keeps deleting the directory: WEB-INF/classes

2002-08-28 Thread John Yu


Are you using JBuilder's "Web Application" node to manage your webapp code?

If so, the WEB-INF/classes directory is completely under JBuilder's 
control. JBuilder should automatically copy your resource files (along with 
your java classes) to the WEB-INF/classes directory, as long as (1) you 
configure it to copy *.properties; (2) the resource files are found on the 
project's source path.


At 10:03 pm 28-08-2002, you wrote:
>This is then causing problems because ApplicationResources.properties is
>gone, and I get errors because the code cannot find the keys from the
>now deleted file.
>
>I had it working, but now this is happening.
>
>Using struts 1.0, JBuilder 6 with TomCat
>
>Any ideas?
>
>Cheers.
>
>
>--
>To unsubscribe, e-mail:   
>For additional commands, e-mail: 

-- 
John Yu   Scioworks Technologies
e: [EMAIL PROTECTED] w: +(65) 873 5989
w: http://www.scioworks.com   m: +(65) 9782 9610

Scioworks Camino - "Don't develop Struts Apps without it!"


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Confirmation prior to post

2002-08-28 Thread Andrew Hill

I saw an article about doing this at the apple developer website:
http://developer.apple.com/internet/javascript/iframe.html
Havent had time to play with the technique much myself yet, but seems to be
quite a neat trick.

-Original Message-
From: Jacob Hookom [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 28, 2002 22:11
To: 'Struts Users Mailing List'; 'Struts Users Mailing List'
Subject: RE: Confirmation prior to post


One common thing designers are doing is taking advantage of iframes as a
page controller.  You place a 0px by 0px iframe on the page by which you
can submit content via javascript (POST) and then have that page modify
page data dynamically on return, but to the user, they are looking at
the same page they always have been.

-Jacob

| -Original Message-
| From: Jon.Ridgway [mailto:[EMAIL PROTECTED]]
| Sent: Wednesday, August 28, 2002 8:46 AM
| To: 'Struts Users Mailing List '
| Subject: Confirmation prior to post
|
| Hi All,
|
| I was wondering if anyone has done the following and could give
advice. A
| form has a text box into which the user enters an ID. This invokes
some
| JavaScript, which needs to invoke a tag lib that checks if the ID
exists;
| if
| it doesn't a JavaScript confirm dialgoue asks the user if they wish to
add
| the ID.
|
| The problem is how do I pass the ID, which at this stage (prior to
post)
| is
| a JavaScript varible into my tag lib?
|
| Is there a better/tried and tested approach to this; I'm guessing that
its
| a
| pretty common problem...
|
| Jon.
|
| The contents of this email are intended only for the named addressees
and
| may contain confidential and/or privileged material. If received in
error
| please contact UPCO on +44 (0) 113 201 0600 and then delete the entire
| e-mail from your system. Unauthorised review, distribution, disclosure
or
| other use of this information could constitute a breach of confidence.
| Your
| co-operation in this matter is greatly appreciated.
|
| --
| To unsubscribe, e-mail:   
| For additional commands, e-mail: 
|
| ---
| Incoming mail is certified Virus Free.
| Checked by AVG anti-virus system (http://www.grisoft.com).
| Version: 6.0.381 / Virus Database: 214 - Release Date: 8/2/2002
|

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.381 / Virus Database: 214 - Release Date: 8/2/2002



--
To unsubscribe, e-mail:

For additional commands, e-mail:



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: struts-config windows 2 unix?

2002-08-28 Thread John Yu

Since [EMAIL PROTECTED] is using vi anyway, it can be cleaned up in vi 
using the substitution command

   %s///g



At 01:50 am 29-08-2002, you wrote:
>dos2unix is not always available. You can also ftp the offending file in 
>text mode and then update the WAR file on the Unix box.
>
>--Kevin
>
>-Original Message-
>From: Desjardins, Nicolas [mailto:[EMAIL PROTECTED]]
>Sent: Wednesday, August 28, 2002 1:36 PM
>To: 'Struts Users Mailing List'
>Subject: RE: struts-config windows 2 unix?
>
>
>To convert a windows file into a unix format you can use the "dos2unix"
>command under unix.
>It will get rid of all the ^M caracters that you see under vi.
>
>Nicolas
>
>-Original Message-
>From: Kevin A. Smith [mailto:[EMAIL PROTECTED]]
>Sent: Wednesday, August 28, 2002 1:27 PM
>To: Struts Users Mailing List
>Subject: RE: struts-config windows 2 unix?
>
>
>DOS (aka Windows) and Unix use different line-termination sequences. In
>Microsoft land, lines are terminated with a CR/LF pair. In Unix land, lines
>are terminated with LF. When you view a Windows created file on Unix, the
>extra CR displays as a control character.
>
>--Kevin
>
>P.S. CR == carriage return, LF == line feed
>
>-Original Message-
>From: slickdev [mailto:[EMAIL PROTECTED]]
>Sent: Wednesday, August 28, 2002 12:56 PM
>To: Struts Users Mailing List
>Subject: struts-config windows 2 unix?
>
>
>Is it common to find xml validation errors, when editing struts-config.xml
>on window$, then trying to deploy the app on unix?
>With vi, I notice the extra control char's in the file.  On unix, the
>database source mapping appears to work, but my app can't find its action
>classes in the WEB-INF/classes dir.  Returns error 500: no action instance
>for .

-- 
John Yu   Scioworks Technologies
e: [EMAIL PROTECTED] w: +(65) 873 5989
w: http://www.scioworks.com   m: +(65) 9782 9610

Scioworks Camino - "Don't develop Struts Apps without it!"


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: [OT Jokes] Are we getting off the topic

2002-08-28 Thread Cliff Rowley

Yes, I think I agree.  I enjoy the banter - it takes away the hard edge
of internet communication, but there is a danger of the goal of the
struts-user list being undermined.  It should be made publicly aware
though, so that new subscribers to the struts-user list are aware of its
existence.

Shame about Friday :(

On Thu, 2002-08-29 at 03:07, Melissa L Kelley wrote:
> On Wed, 28 Aug 2002, Jerry Jalenak wrote:
> 
> 
> 
> It almost made me think it was, which is nice now but will be terribly
> dissappointing when my alarm sounds tomorrow morning...
> 
> I was a little surprised when I could finally take time to skim through
> the Struts mail to find a long thread about a cartoon cucumber (not having
> kids, I had to look that up - it is good, huh?)
> 
> I would cast a vote for the separate mailing list. That has worked well
> for other lists that I've been on. Then the people who really hate seeing off
> topic posts don't even have to worry about getting filters set up
> correctly. I've even hosted a few small off-topic on my server just
> because it makes the on-topic list more pleasant once people got to know
> one another better.
> 
> 
> --Melissa (or Stu, or Emily)
> 
> 
> 
> 
> --> stu: www.stuology.net
> It just no longer is plain simple safe fun
> when it's the psycho chimp that has the ray gun
> 
> Stuology -- A million monkeys can't be wrong
> 
> 
> > Probably. Is it friday?
> >
> > > -Original Message-
> > > From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> > > Sent: Wednesday, August 28, 2002 4:37 PM
> > > To: Struts Users Mailing List
> > > Subject: RE: [OT Jokes] Are we getting off the topic
> > >
> > >
> > > Larry Boy and the Angry Eyebrow.. Very cool. But honestly.
> > > Are we just being
> > > mean now to continue this thread. THis a  good reason to have a
> > > [EMAIL PROTECTED]
> > >
> > > Brandon
> > >
> > > -Original Message-
> > > From: Chappell, Simon P [mailto:[EMAIL PROTECTED]]
> > > Sent: Wednesday, August 28, 2002 3:36 PM
> > > To: Struts Users Mailing List
> > > Subject: RE: [OT Jokes] Are we getting off the topic
> > >
> > >
> > > I'm looking forward to that one being available on DVD! (We
> > > chose not to do
> > > the TV thing, so we watch stuff on DVD on the computer! :-)
> > >
> > > Rack, Shack and Benny is good! :-)
> > >
> > > >-Original Message-
> > > >From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > > >Sent: Wednesday, August 28, 2002 4:34 PM
> > > >To: 'Struts Users Mailing List'
> > > >Subject: RE: [OT Jokes] Are we getting off the topic
> > > >
> > > >
> > > >My bad.  Haven't watched "Rumor Weed" with my daughter for
> > > >awhile  :-)
> > > >
> > > >Jerry
> > > >
> > > >> -Original Message-
> > > >> From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> > > >> Sent: Wednesday, August 28, 2002 4:28 PM
> > > >> To: Struts Users Mailing List
> > > >> Subject: RE: [OT Jokes] Are we getting off the topic
> > > >>
> > > >>
> > > >> actually is is:
> > > >> 
> > > >>  I AM THAT HERO!
> > > >> 
> > > >>
> > > >> -Original Message-
> > > >> From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > > >> Sent: Wednesday, August 28, 2002 3:28 PM
> > > >> To: 'Struts Users Mailing List'
> > > >> Subject: RE: [OT Jokes] Are we getting off the topic
> > > >>
> > > >>
> > > >> 
> > > >>
> > > >>I AM THAT SUPERHERO!
> > > >>
> > > >> 
> > > >>
> > > >>
> > > >>
> > > >> > -Original Message-
> > > >> > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> > > >> > Sent: Wednesday, August 28, 2002 4:30 PM
> > > >> > To: Struts Users Mailing List
> > > >> > Subject: RE: [OT Jokes] Are we getting off the topic
> > > >> >
> > > >> >
> > > >> > But your a big strong superhero
> > > >> >
> > > >> > James Mitchell
> > > >> > Software Engineer\Struts Evangelist
> > > >> > Struts-Atlanta, the "Open Minded Developer Network"
> > > >> > http://www.open-tools.org/struts-atlanta
> > > >> >
> > > >> >
> > > >> >
> > > >> >
> > > >> > > -Original Message-
> > > >> > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > > >> > > Sent: Wednesday, August 28, 2002 5:25 PM
> > > >> > > To: 'Struts Users Mailing List'
> > > >> > > Subject: RE: [OT Jokes] Are we getting off the topic
> > > >> > >
> > > >> > >
> > > >> > > Hasta la Vista, Weedy!
> > > >> > >
> > > >> > > > -Original Message-
> > > >> > > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> > > >> > > > Sent: Wednesday, August 28, 2002 4:25 PM
> > > >> > > > To: [EMAIL PROTECTED]
> > > >> > > > Cc: Struts Users Mailing List
> > > >> > > > Subject: RE: [OT Jokes] Are we getting off the topic
> > > >> > > >
> > > >> > > >
> > > >> > > > 
> > > >> > > >  So did ya hear the one about Alfred?
> > > >> > > > 
> > > >> > > >
> > > >> > > >
> > > >> > > > James Mitchell
> > > >> > > > Software Engineer\Struts Evangelist
> > > >> > > > Struts-Atlanta, the "Open Minded Developer Network"
> > > >> > > > http://www.open-tools.org/struts-atlan

RE: [OT Jokes] Are we getting off the topic

2002-08-28 Thread Melissa L Kelley

On Wed, 28 Aug 2002, Jerry Jalenak wrote:



It almost made me think it was, which is nice now but will be terribly
dissappointing when my alarm sounds tomorrow morning...

I was a little surprised when I could finally take time to skim through
the Struts mail to find a long thread about a cartoon cucumber (not having
kids, I had to look that up - it is good, huh?)

I would cast a vote for the separate mailing list. That has worked well
for other lists that I've been on. Then the people who really hate seeing off
topic posts don't even have to worry about getting filters set up
correctly. I've even hosted a few small off-topic on my server just
because it makes the on-topic list more pleasant once people got to know
one another better.


--Melissa (or Stu, or Emily)




--> stu: www.stuology.net
It just no longer is plain simple safe fun
when it's the psycho chimp that has the ray gun

Stuology -- A million monkeys can't be wrong


> Probably. Is it friday?
>
> > -Original Message-
> > From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, August 28, 2002 4:37 PM
> > To: Struts Users Mailing List
> > Subject: RE: [OT Jokes] Are we getting off the topic
> >
> >
> > Larry Boy and the Angry Eyebrow.. Very cool. But honestly.
> > Are we just being
> > mean now to continue this thread. THis a  good reason to have a
> > [EMAIL PROTECTED]
> >
> > Brandon
> >
> > -Original Message-
> > From: Chappell, Simon P [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, August 28, 2002 3:36 PM
> > To: Struts Users Mailing List
> > Subject: RE: [OT Jokes] Are we getting off the topic
> >
> >
> > I'm looking forward to that one being available on DVD! (We
> > chose not to do
> > the TV thing, so we watch stuff on DVD on the computer! :-)
> >
> > Rack, Shack and Benny is good! :-)
> >
> > >-Original Message-
> > >From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > >Sent: Wednesday, August 28, 2002 4:34 PM
> > >To: 'Struts Users Mailing List'
> > >Subject: RE: [OT Jokes] Are we getting off the topic
> > >
> > >
> > >My bad.  Haven't watched "Rumor Weed" with my daughter for
> > >awhile  :-)
> > >
> > >Jerry
> > >
> > >> -Original Message-
> > >> From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> > >> Sent: Wednesday, August 28, 2002 4:28 PM
> > >> To: Struts Users Mailing List
> > >> Subject: RE: [OT Jokes] Are we getting off the topic
> > >>
> > >>
> > >> actually is is:
> > >> 
> > >>  I AM THAT HERO!
> > >> 
> > >>
> > >> -Original Message-
> > >> From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > >> Sent: Wednesday, August 28, 2002 3:28 PM
> > >> To: 'Struts Users Mailing List'
> > >> Subject: RE: [OT Jokes] Are we getting off the topic
> > >>
> > >>
> > >> 
> > >>
> > >>  I AM THAT SUPERHERO!
> > >>
> > >> 
> > >>
> > >>
> > >>
> > >> > -Original Message-
> > >> > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> > >> > Sent: Wednesday, August 28, 2002 4:30 PM
> > >> > To: Struts Users Mailing List
> > >> > Subject: RE: [OT Jokes] Are we getting off the topic
> > >> >
> > >> >
> > >> > But your a big strong superhero
> > >> >
> > >> > James Mitchell
> > >> > Software Engineer\Struts Evangelist
> > >> > Struts-Atlanta, the "Open Minded Developer Network"
> > >> > http://www.open-tools.org/struts-atlanta
> > >> >
> > >> >
> > >> >
> > >> >
> > >> > > -Original Message-
> > >> > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > >> > > Sent: Wednesday, August 28, 2002 5:25 PM
> > >> > > To: 'Struts Users Mailing List'
> > >> > > Subject: RE: [OT Jokes] Are we getting off the topic
> > >> > >
> > >> > >
> > >> > > Hasta la Vista, Weedy!
> > >> > >
> > >> > > > -Original Message-
> > >> > > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> > >> > > > Sent: Wednesday, August 28, 2002 4:25 PM
> > >> > > > To: [EMAIL PROTECTED]
> > >> > > > Cc: Struts Users Mailing List
> > >> > > > Subject: RE: [OT Jokes] Are we getting off the topic
> > >> > > >
> > >> > > >
> > >> > > > 
> > >> > > >  So did ya hear the one about Alfred?
> > >> > > > 
> > >> > > >
> > >> > > >
> > >> > > > James Mitchell
> > >> > > > Software Engineer\Struts Evangelist
> > >> > > > Struts-Atlanta, the "Open Minded Developer Network"
> > >> > > > http://www.open-tools.org/struts-atlanta
> > >> > > >
> > >> > > >
> > >> > > >
> > >> > > >
> > >> > > > > -Original Message-
> > >> > > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > >> > > > > Sent: Wednesday, August 28, 2002 5:20 PM
> > >> > > > > To: 'Struts Users Mailing List'
> > >> > > > > Subject: RE: Are we getting off the topic
> > >> > > > >
> > >> > > > >
> > >> > > > > Isn't this entire thread OT?
> > >> > > > >
> > >> > > > > > -Original Message-
> > >> > > > > > From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> > >> > > > > > Sent: Wednesday, August 28, 2002 4:16 PM
> > >> > > > > > To: Struts Users Mailing List
> > >> > > > > > Subject: RE: Are we g

RE: [OT Jokes] Are we getting off the topic is of the topic

2002-08-28 Thread James Mitchell

Yes it is.  Ok, it was.  Sorry you missed it.  It was fun.

James Mitchell
Software Engineer\Struts Evangelist
Struts-Atlanta, the "Open Minded Developer Network"
http://www.open-tools.org/struts-atlanta




> -Original Message-
> From: Rosdi bin Kasim [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 28, 2002 9:42 PM
> To: Struts Users Mailing List
> Subject: Re: [OT Jokes] Are we getting off the topic is of the topic
> 
> 
> Hey!.. this 'Are we getting off the topic' thread itself is off
> topic.
> 
> 
> --
> To unsubscribe, e-mail:   
> 
> For additional commands, e-mail: 
> 
> 
> 

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: [OT Jokes] Are we getting off the topic is of the topic

2002-08-28 Thread Rosdi bin Kasim

Hey!.. this 'Are we getting off the topic' thread itself is off
topic.


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Struts Presentation at AJUG

2002-08-28 Thread chuckcavaness

For anyone that is interested, the presentation and demo 
Struts application that I gave at the Atlanta Java Users 
Group (AJUG) this month is available for download.

The presentation is 115 slides and is in PDF format. The 
demo application uses OJB and Hypersonic. Note: make 
sure to read the file called "readme.first" included 
with the ZIP file. There's some setup that you'll need 
to do for OJB and HyperSonic.

The presentation is available at:  
http://www.ajug.org/meetings/download/struts.pdf

and the demo app is at: 
http://www.ajug.org/meetings/download/struts_demo.zip

I'm not sure how long the links will be there, so grab 
them fast.

BTW, there were over 200 people at the presentation, 
which is the biggest yet. Just another indicator how 
popular the framework has become.

Enjoy,
Chuck Cavaness


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: [OT Jokes] Are we getting off the topic

2002-08-28 Thread Jacob Hookom

The same goes for me (WI):

ICQ: 6674170
AIM: Jhookom



| -Original Message-
| From: James Mitchell [mailto:[EMAIL PROTECTED]]
| Sent: Wednesday, August 28, 2002 6:31 PM
| To: Struts Users Mailing List
| Subject: RE: [OT Jokes] Are we getting off the topic
| 
| Yes I do.
| 
| My ICQ number is 27651409 if anyone cares to chat in the evening hours
| (EST).  (Just mention the struts list)
| I am also on AIM (jmitchtx)
| 
| I would chat during the day, but my current gig is using the 'firewall
| from
| hell'.
| 
| 
| James Mitchell
| Software Engineer\Struts Evangelist
| Struts-Atlanta, the "Open Minded Developer Network"
| http://www.open-tools.org/struts-atlanta
| 
| 
| 
| 
| > -Original Message-
| > From: Emmanuel Boudrant [mailto:[EMAIL PROTECTED]]
| > Sent: Wednesday, August 28, 2002 5:53 PM
| > To: Struts Users Mailing List
| > Subject: RE: [OT Jokes] Are we getting off the topic
| >
| >
| >
| >
| >Do you know ICQ ;=)
| >
| > -Emmanuel
| >
| >
| >  --- James Mitchell <[EMAIL PROTECTED]> a écrit : > I see
| > YOU'VE got the whole collection too.
| > ;)
| > >
| > > James Mitchell
| > > Software Engineer\Struts Evangelist
| > > Struts-Atlanta, the "Open Minded Developer Network"
| > > http://www.open-tools.org/struts-atlanta
| > >
| > >
| > >
| > >
| > > > -Original Message-
| > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
| > > > Sent: Wednesday, August 28, 2002 5:47 PM
| > > > To: 'Struts Users Mailing List'
| > > > Subject: RE: [OT Jokes] Are we getting off the topic
| > > >
| > > >
| > > > Cebuu, Cebuu,  AchooMooMooMooMoo, .
| > > >
| > > > > -Original Message-
| > > > > From: Chappell, Simon P [mailto:[EMAIL PROTECTED]]
| > > > > Sent: Wednesday, August 28, 2002 4:43 PM
| > > > > To: Struts Users Mailing List
| > > > > Subject: RE: [OT Jokes] Are we getting off the topic
| > > > >
| > > > >
| > > > > But ... Where is my hairbrush? Oh, where is my hairbrush?
| > > > >
| > > > > >-Original Message-
| > > > > >From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
| > > > > >Sent: Wednesday, August 28, 2002 4:38 PM
| > > > > >To: Struts Users Mailing List
| > > > > >Subject: RE: [OT Jokes] Are we getting off the topic
| > > > > >
| > > > > >
| > > > > >My precious cheeseburger... I'll wait for you- oh I'll
| > > > > >wait for you-
| > > > > >oh!
| > > > > >
| > > > > >-Original Message-
| > > > > >From: James Mitchell [mailto:[EMAIL PROTECTED]]
| > > > > >Sent: Wednesday, August 28, 2002 3:41 PM
| > > > > >To: Struts Users Mailing List
| > > > > >Subject: RE: [OT Jokes] Are we getting off the topic
| > > > > >
| > > > > >
| > > > > >
| > > > > >I've got slurpie ... in my EAR!!!
| > > > > >
| > > > > >
| > > > > >James "...because you're my cheeseburger.." Mitchell
| > > > > >Software Engineer\Struts Evangelist
| > > > > >Struts-Atlanta, the "Open Minded Developer Network"
| > > > > >http://www.open-tools.org/struts-atlanta
| > > > > >
| > > > > >
| > > > > >
| > > > > >
| > > > > >> -Original Message-
| > > > > >> From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
| > > > > >> Sent: Wednesday, August 28, 2002 5:34 PM
| > > > > >> To: 'Struts Users Mailing List'
| > > > > >> Subject: RE: [OT Jokes] Are we getting off the topic
| > > > > >>
| > > > > >>
| > > > > >> My bad.  Haven't watched "Rumor Weed" with my daughter for
| > > > > >awhile  :-)
| > > > > >>
| > > > > >> Jerry
| > > > > >>
| > > > > >> > -Original Message-
| > > > > >> > From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
| > > > > >> > Sent: Wednesday, August 28, 2002 4:28 PM
| > > > > >> > To: Struts Users Mailing List
| > > > > >> > Subject: RE: [OT Jokes] Are we getting off the topic
| > > > > >> >
| > > > > >> >
| > > > > >> > actually is is:
| > > > > >> > 
| > > > > >> >  I AM THAT HERO!
| > > > > >> > 
| > > > > >> >
| > > > > >> > -Original Message-
| > > > > >> > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
| > > > > >> > Sent: Wednesday, August 28, 2002 3:28 PM
| > > > > >> > To: 'Struts Users Mailing List'
| > > > > >> > Subject: RE: [OT Jokes] Are we getting off the topic
| > > > > >> >
| > > > > >> >
| > > > > >> > 
| > > > > >> >
| > > > > >> >  I AM THAT SUPERHERO!
| > > > > >> >
| > > > > >> > 
| > > > > >> >
| > > > > >> >
| > > > > >> >
| > > > > >> > > -Original Message-
| > > > > >> > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
| > > > > >> > > Sent: Wednesday, August 28, 2002 4:30 PM
| > > > > >> > > To: Struts Users Mailing List
| > > > > >> > > Subject: RE: [OT Jokes] Are we getting off the topic
| > > > > >> > >
| > > > > >> > >
| > > > > >> > > But your a big strong superhero
| > > > > >> > >
| > > > > >> > > James Mitchell
| > > > > >> > > Software Engineer\Struts Evangelist
| > > > > >> > > Struts-Atlanta, the "Open Minded Developer Network"
| > > > > >> > > http://www.open-tools.org/struts-atlanta
| > > > > >> > >
| > > > > >> > >
| > > > > >> > >
| > > > > >> > >
| > > > > >> > > > -Original Mes

Re: Dynamic Messages possible with bean:message tag?

2002-08-28 Thread Craig R. McClanahan



On Wed, 28 Aug 2002, Mark Silva wrote:

> Date: Wed, 28 Aug 2002 16:14:51 -0700
> From: Mark Silva <[EMAIL PROTECTED]>
> Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Dynamic Messages possible with bean:message tag?
>
> Hello,
>
> I am trying to use the ApplicationResources file to display titles,
> messages, etc.  I would like to create these messages dynamically based
> on a request parameter.
>
> For example
> 
>
> I would lie to dynamically change the "AuthenticationReport"  based on a
> request variable.  This way I can use a single page for all reports, and
> all international messages too!  Is this possible?  Otherwise I may have
> to create a different page for each report.  Seems like a very useful
> feature.
>

Also very easy to do already - use a runtime expression :-)

  

> Thanks,
> Mark

Craig


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: [OT Jokes] Are we getting off the topic

2002-08-28 Thread James Mitchell

Yes I do.

My ICQ number is 27651409 if anyone cares to chat in the evening hours
(EST).  (Just mention the struts list)
I am also on AIM (jmitchtx)

I would chat during the day, but my current gig is using the 'firewall from
hell'.


James Mitchell
Software Engineer\Struts Evangelist
Struts-Atlanta, the "Open Minded Developer Network"
http://www.open-tools.org/struts-atlanta




> -Original Message-
> From: Emmanuel Boudrant [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 28, 2002 5:53 PM
> To: Struts Users Mailing List
> Subject: RE: [OT Jokes] Are we getting off the topic
>
>
>
>
>Do you know ICQ ;=)
>
> -Emmanuel
>
>
>  --- James Mitchell <[EMAIL PROTECTED]> a écrit : > I see
> YOU'VE got the whole collection too.
> ;)
> >
> > James Mitchell
> > Software Engineer\Struts Evangelist
> > Struts-Atlanta, the "Open Minded Developer Network"
> > http://www.open-tools.org/struts-atlanta
> >
> >
> >
> >
> > > -Original Message-
> > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > > Sent: Wednesday, August 28, 2002 5:47 PM
> > > To: 'Struts Users Mailing List'
> > > Subject: RE: [OT Jokes] Are we getting off the topic
> > >
> > >
> > > Cebuu, Cebuu,  AchooMooMooMooMoo, .
> > >
> > > > -Original Message-
> > > > From: Chappell, Simon P [mailto:[EMAIL PROTECTED]]
> > > > Sent: Wednesday, August 28, 2002 4:43 PM
> > > > To: Struts Users Mailing List
> > > > Subject: RE: [OT Jokes] Are we getting off the topic
> > > >
> > > >
> > > > But ... Where is my hairbrush? Oh, where is my hairbrush?
> > > >
> > > > >-Original Message-
> > > > >From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> > > > >Sent: Wednesday, August 28, 2002 4:38 PM
> > > > >To: Struts Users Mailing List
> > > > >Subject: RE: [OT Jokes] Are we getting off the topic
> > > > >
> > > > >
> > > > >My precious cheeseburger... I'll wait for you- oh I'll
> > > > >wait for you-
> > > > >oh!
> > > > >
> > > > >-Original Message-
> > > > >From: James Mitchell [mailto:[EMAIL PROTECTED]]
> > > > >Sent: Wednesday, August 28, 2002 3:41 PM
> > > > >To: Struts Users Mailing List
> > > > >Subject: RE: [OT Jokes] Are we getting off the topic
> > > > >
> > > > >
> > > > >
> > > > >I've got slurpie ... in my EAR!!!
> > > > >
> > > > >
> > > > >James "...because you're my cheeseburger.." Mitchell
> > > > >Software Engineer\Struts Evangelist
> > > > >Struts-Atlanta, the "Open Minded Developer Network"
> > > > >http://www.open-tools.org/struts-atlanta
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >> -Original Message-
> > > > >> From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > > > >> Sent: Wednesday, August 28, 2002 5:34 PM
> > > > >> To: 'Struts Users Mailing List'
> > > > >> Subject: RE: [OT Jokes] Are we getting off the topic
> > > > >>
> > > > >>
> > > > >> My bad.  Haven't watched "Rumor Weed" with my daughter for
> > > > >awhile  :-)
> > > > >>
> > > > >> Jerry
> > > > >>
> > > > >> > -Original Message-
> > > > >> > From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> > > > >> > Sent: Wednesday, August 28, 2002 4:28 PM
> > > > >> > To: Struts Users Mailing List
> > > > >> > Subject: RE: [OT Jokes] Are we getting off the topic
> > > > >> >
> > > > >> >
> > > > >> > actually is is:
> > > > >> > 
> > > > >> >  I AM THAT HERO!
> > > > >> > 
> > > > >> >
> > > > >> > -Original Message-
> > > > >> > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > > > >> > Sent: Wednesday, August 28, 2002 3:28 PM
> > > > >> > To: 'Struts Users Mailing List'
> > > > >> > Subject: RE: [OT Jokes] Are we getting off the topic
> > > > >> >
> > > > >> >
> > > > >> > 
> > > > >> >
> > > > >> >I AM THAT SUPERHERO!
> > > > >> >
> > > > >> > 
> > > > >> >
> > > > >> >
> > > > >> >
> > > > >> > > -Original Message-
> > > > >> > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> > > > >> > > Sent: Wednesday, August 28, 2002 4:30 PM
> > > > >> > > To: Struts Users Mailing List
> > > > >> > > Subject: RE: [OT Jokes] Are we getting off the topic
> > > > >> > >
> > > > >> > >
> > > > >> > > But your a big strong superhero
> > > > >> > >
> > > > >> > > James Mitchell
> > > > >> > > Software Engineer\Struts Evangelist
> > > > >> > > Struts-Atlanta, the "Open Minded Developer Network"
> > > > >> > > http://www.open-tools.org/struts-atlanta
> > > > >> > >
> > > > >> > >
> > > > >> > >
> > > > >> > >
> > > > >> > > > -Original Message-
> > > > >> > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > > > >> > > > Sent: Wednesday, August 28, 2002 5:25 PM
> > > > >> > > > To: 'Struts Users Mailing List'
> > > > >> > > > Subject: RE: [OT Jokes] Are we getting off the topic
> > > > >> > > >
> > > > >> > > >
> > > > >> > > > Hasta la Vista, Weedy!
> > > > >> > > >
> > > > >> > > > > -Original Message-
> > > > >> > > > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> > > > >> > > > > Sent: Wednesday, August 28, 2002 4:25 PM
> > > > >> > > > > To: [EMAIL PROTECTED]
> > > > >> 

Dynamic Messages possible with bean:message tag?

2002-08-28 Thread Mark Silva

Hello,

I am trying to use the ApplicationResources file to display titles, messages, etc.  I 
would like to create these messages dynamically based on a request parameter.

For example


I would lie to dynamically change the "AuthenticationReport"  based on a request 
variable.  This way I can use a single page for all reports, and all international 
messages too!  Is this possible?  Otherwise I may have to create a different page for 
each report.  Seems like a very useful feature.

Thanks,
Mark

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Are we getting off the topic

2002-08-28 Thread Kenny Smith

Speaking of getting off the topic...

*looks at the number of posts in this thread*

Kenny :)


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Help needed: nested Tag library problem IN WebLogic

2002-08-28 Thread Kwang-Shi Shu

Could somebody show me how to run the "nested" tag library in WebLogic
environment?

Thanks.

Kwang-Shi

-Original Message-
From: Kwang-Shi Shu 
Sent: Wednesday, August 28, 2002 5:19 PM
To: Struts Users Mailing List
Subject: nested Tag library problem IN WebLogic

When I included the 

<%@ taglib uri="/WEB-INF/struts-nested.tld" prefix="nested" %>
 
in my JSP file and run it under the Weblogic 6.1 sp 2, I got the
following exception:

/wizard2.jsp(5): Error in using tag library
uri='/WEB-INF/struts-nested.tld' prefix='nested': The Tag class
'org.apache.struts.taglib.nested.html.NestedFormTag' has no setter
method corresponding to TLD declared attribute 'title', (JSP 1.1 spec,
5.4.1)
probably occurred due to an error in /wizard2.jsp line 5:
<%@ taglib uri="/WEB-INF/struts-nested.tld" prefix="nested" %>

I checked the struts.jar and found out it did not have the setter method
for title. Is this a real problem? How could I work around this one?

Thanks.

Kwang-Shi Shu
(732) 537-6862


--
To unsubscribe, e-mail:

For additional commands, e-mail:



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Are we getting off the topic

2002-08-28 Thread micael

We need three hall monitors next week.  Anyone want to volunteer?

At 05:17 PM 8/28/2002 -0400, you wrote:
>So when is 1.1 going to be released?
>
>James Mitchell
>Software Engineer\Struts Evangelist
>Struts-Atlanta, the "Open Minded Developer Network"
>http://www.open-tools.org/struts-atlanta
>
>
>
>
> > -Original Message-
> > From: Dan Cancro [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, August 28, 2002 5:01 PM
> > To: 'Struts Users Mailing List'
> > Subject: RE: Are we getting off the topic
> >
> >
> > Google provides a directory of groups.  http://www.google.com/grphp
> > Maybe it would be better to link to such a directory from the
> > struts mailing
> > list page.  Does anyone know a better directory?  This one doesn't have
> > jakarta groups.
> >
> > Dan
> >
> > > -Original Message-
> > > From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> > > Sent: Wednesday, August 28, 2002 1:42 PM
> > > To: Struts Users Mailing List
> > > Subject: RE: Are we getting off the topic
> > >
> > >
> > > I suggest that someone open an unofficial OT board for
> > > struts. The beautiful
> > > thing about a community is that it can be self regulating.
> > > When someone post
> > > an off topic question. The community should politely
> > > reccomend the OT board.
> > >
> > > Brandon
> > >
> > > -Original Message-
> > > From: [EMAIL PROTECTED]
> > > [mailto:[EMAIL PROTECTED]]
> > > Sent: Wednesday, August 28, 2002 2:45 PM
> > > To: [EMAIL PROTECTED]
> > > Subject: RE: Are we getting off the topic
> > >
> > >
> > >
> > > Anyone have time to write a NLP that would automatically respond to
> > > "when is the next version of struts going to be released"?
> > >
> > > other than that, I agree on the really obvious questions, but
> > > how do we
> > > delinate what is pure struts and just associated with it?  If its
> > > assocaited with it isn't struts-user the place for it?  I don't have a
> > > good answer...
> > >
> > >
> > >
> > > -Original Message-
> > > From: jconrad [mailto:[EMAIL PROTECTED]]
> > > Sent: Wednesday, August 28, 2002 4:29 PM
> > > To: struts-user
> > > Subject: RE: Are we getting off the topic
> > >
> > >
> > > I also agree STRONGLY. I'm a newbie to Struts, when I signed onto the
> > > mailing list I read the article how to ask a good question. Two keys
> > > were RTFM and STFW. So read, then search, then ask.
> > >
> > > -Original Message-
> > > From: Tero P Paananen [mailto:[EMAIL PROTECTED]]
> > > Sent: Wednesday, August 28, 2002 2:16 PM
> > > To: Struts Users Mailing List
> > > Subject: RE: Are we getting off the topic
> > >
> > >
> > > > This board is too valuable to me. Any thoughts?
> > > > Agree... Disagree?
> > >
> > > Agree STRONGLY.
> > >
> > > There's a reason why I subscribe to Struts mailing list
> > > and not to "General Java" or "Tomcat Debug" mailing list.
> > >
> > > Furthermore, if people would spend even 5 minutes trying
> > > to search answers to their questions using Google or the
> > > mailing list archives, many of the questions wouldn't
> > > need to be asked in the first place, because they've
> > > already been asked and answered several times.
> > >
> > > Have some consideration for those of us who receive
> > > several hundred emails a day and really do not have
> > > time to shift through all the crap.
> > >
> > > -TPP
> > >
> > > --
> > > To unsubscribe, e-mail:
> > > 
> > > For additional commands, e-mail:
> > > 
> > >
> > >
> > > --
> > > To unsubscribe, e-mail:
> > > 
> > > For additional commands, e-mail:
> > > 
> > >
> > >
> > >
> > > --
> > > To unsubscribe, e-mail:
> > > 
> > > For additional commands, e-mail:
> > > 
> > >
> > >
> > >
> > > --
> > > To unsubscribe, e-mail:
> > > 
> > > For additional commands, e-mail:
> > > 
> > >
> >
> > --
> > To unsubscribe, e-mail:
>
>For additional commands, e-mail:
>
>
>
>
>--
>To unsubscribe, e-mail:   
>For additional commands, e-mail: 



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: [BS] Are we getting off the topic

2002-08-28 Thread Tero P Paananen

> -Original Message-
> From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
>
> +2
> 
> -Original Message-
> From: Galbreath, Mark [mailto:[EMAIL PROTECTED]]
> 
> +2

Who gave you two two mod points!?

+10

-TPP

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Memory Leak

2002-08-28 Thread Billy Ng

Thanks everybody!  I found where my app caused the memory leaks already.  
Somebody is right (sorry, I forget your name)!  It is from a singleton call. 
  I will be very careful for the static calls next time.  This mailing lists 
is great!

Thanks!

Billy Ng

_
Join the world’s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: [OT Jokes] Are we getting off the topic

2002-08-28 Thread Michael Delamere

lol, afternoon?

:-)

- Original Message -
From: "Galbreath, Mark" <[EMAIL PROTECTED]>
To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
Sent: Wednesday, August 28, 2002 11:59 PM
Subject: RE: [OT Jokes] Are we getting off the topic


> Best afternoon on the list in a long time!
>
> -Original Message-
> From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 28, 2002 5:55 PM
> To: 'Struts Users Mailing List'
> Subject: RE: [OT Jokes] Are we getting off the topic
>
>
> No problem.  Anytime.  Just let us know.
>
> > -Original Message-
> > From: Jacob Hookom [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, August 28, 2002 4:47 PM
> > To: 'Struts Users Mailing List'
> > Subject: RE: [OT Jokes] Are we getting off the topic
> >
> >
> > Hey everyone, thanks for the 50 OT postings to struts-user
> >
> > | -Original Message-
> > | From: Chappell, Simon P [mailto:[EMAIL PROTECTED]]
> > | Sent: Wednesday, August 28, 2002 4:42 PM
> > | To: Struts Users Mailing List
> > | Subject: RE: [OT Jokes] Are we getting off the topic
> > |
> > | [EMAIL PROTECTED]
> > |
> > | How soon can we get this? I think this would be perfect!!!
> > |
> > | >-Original Message-
> > | >From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> > | >Sent: Wednesday, August 28, 2002 4:37 PM
> > | >To: Struts Users Mailing List
> > | >Subject: RE: [OT Jokes] Are we getting off the topic
> > | >
> > | >
> > | >Larry Boy and the Angry Eyebrow.. Very cool. But honestly. Are
> > | >we just being
> > | >mean now to continue this thread. THis a  good reason to have a
> > | >[EMAIL PROTECTED]
> > | >
> > | >Brandon
> > | >
> > | >-Original Message-
> > | >From: Chappell, Simon P [mailto:[EMAIL PROTECTED]]
> > | >Sent: Wednesday, August 28, 2002 3:36 PM
> > | >To: Struts Users Mailing List
> > | >Subject: RE: [OT Jokes] Are we getting off the topic
> > | >
> > | >
> > | >I'm looking forward to that one being available on DVD! (We
> > | >chose not to do
> > | >the TV thing, so we watch stuff on DVD on the computer! :-)
> > | >
> > | >Rack, Shack and Benny is good! :-)
> > | >
> > | >>-Original Message-
> > | >>From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > | >>Sent: Wednesday, August 28, 2002 4:34 PM
> > | >>To: 'Struts Users Mailing List'
> > | >>Subject: RE: [OT Jokes] Are we getting off the topic
> > | >>
> > | >>
> > | >>My bad.  Haven't watched "Rumor Weed" with my daughter for
> > | >>awhile  :-)
> > | >>
> > | >>Jerry
> > | >>
> > | >>> -Original Message-
> > | >>> From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> > | >>> Sent: Wednesday, August 28, 2002 4:28 PM
> > | >>> To: Struts Users Mailing List
> > | >>> Subject: RE: [OT Jokes] Are we getting off the topic
> > | >>>
> > | >>>
> > | >>> actually is is:
> > | >>> 
> > | >>>  I AM THAT HERO!
> > | >>> 
> > | >>>
> > | >>> -Original Message-
> > | >>> From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > | >>> Sent: Wednesday, August 28, 2002 3:28 PM
> > | >>> To: 'Struts Users Mailing List'
> > | >>> Subject: RE: [OT Jokes] Are we getting off the topic
> > | >>>
> > | >>>
> > | >>> 
> > | >>>
> > | >>> I AM THAT SUPERHERO!
> > | >>>
> > | >>> 
> > | >>>
> > | >>>
> > | >>>
> > | >>> > -Original Message-
> > | >>> > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> > | >>> > Sent: Wednesday, August 28, 2002 4:30 PM
> > | >>> > To: Struts Users Mailing List
> > | >>> > Subject: RE: [OT Jokes] Are we getting off the topic
> > | >>> >
> > | >>> >
> > | >>> > But your a big strong superhero
> > | >>> >
> > | >>> > James Mitchell
> > | >>> > Software Engineer\Struts Evangelist
> > | >>> > Struts-Atlanta, the "Open Minded Developer Network"
> > | >>> > http://www.open-tools.org/struts-atlanta
> > | >>> >
> > | >>> >
> > | >>> >
> > | >>> >
> > | >>> > > -Original Message-
> > | >>> > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > | >>> > > Sent: Wednesday, August 28, 2002 5:25 PM
> > | >>> > > To: 'Struts Users Mailing List'
> > | >>> > > Subject: RE: [OT Jokes] Are we getting off the topic
> > | >>> > >
> > | >>> > >
> > | >>> > > Hasta la Vista, Weedy!
> > | >>> > >
> > | >>> > > > -Original Message-
> > | >>> > > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> > | >>> > > > Sent: Wednesday, August 28, 2002 4:25 PM
> > | >>> > > > To: [EMAIL PROTECTED]
> > | >>> > > > Cc: Struts Users Mailing List
> > | >>> > > > Subject: RE: [OT Jokes] Are we getting off the topic
> > | >>> > > >
> > | >>> > > >
> > | >>> > > > 
> > | >>> > > >  So did ya hear the one about Alfred?
> > | >>> > > > 
> > | >>> > > >
> > | >>> > > >
> > | >>> > > > James Mitchell
> > | >>> > > > Software Engineer\Struts Evangelist
> > | >>> > > > Struts-Atlanta, the "Open Minded Developer Network"
> > | >>> > > > http://www.open-tools.org/struts-atlanta
> > | >>> > > >
> > | >>> > > >
> > | >>> > > >
> > | >>> > > >
> > | >>> > > > > -Original Message-
> > | >>> > > > > From: Jerry Jalenak [mail

RE: [BS] Are we getting off the topic

2002-08-28 Thread Brandon Goodin

3-2-1 Penguins Anyone?

-Original Message-
From: Chappell, Simon P [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 28, 2002 3:57 PM
To: Struts Users Mailing List
Subject: RE: [OT Jokes] Are we getting off the topic


I know Origami and several other Japanese words. :-)

>-Original Message-
>From: Emmanuel Boudrant [mailto:[EMAIL PROTECTED]]
>Sent: Wednesday, August 28, 2002 4:53 PM
>To: Struts Users Mailing List
>Subject: RE: [OT Jokes] Are we getting off the topic
>
>
>
>
>   Do you know ICQ ;=)
>
>-Emmanuel
>
>
> --- James Mitchell <[EMAIL PROTECTED]> a écrit : > I see
>YOU'VE got the whole collection too.
>;)
>>
>> James Mitchell
>> Software Engineer\Struts Evangelist
>> Struts-Atlanta, the "Open Minded Developer Network"
>> http://www.open-tools.org/struts-atlanta
>>
>>
>>
>>
>> > -Original Message-
>> > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
>> > Sent: Wednesday, August 28, 2002 5:47 PM
>> > To: 'Struts Users Mailing List'
>> > Subject: RE: [OT Jokes] Are we getting off the topic
>> >
>> >
>> > Cebuu, Cebuu,  AchooMooMooMooMoo, .
>> >
>> > > -Original Message-
>> > > From: Chappell, Simon P [mailto:[EMAIL PROTECTED]]
>> > > Sent: Wednesday, August 28, 2002 4:43 PM
>> > > To: Struts Users Mailing List
>> > > Subject: RE: [OT Jokes] Are we getting off the topic
>> > >
>> > >
>> > > But ... Where is my hairbrush? Oh, where is my hairbrush?
>> > >
>> > > >-Original Message-
>> > > >From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
>> > > >Sent: Wednesday, August 28, 2002 4:38 PM
>> > > >To: Struts Users Mailing List
>> > > >Subject: RE: [OT Jokes] Are we getting off the topic
>> > > >
>> > > >
>> > > >My precious cheeseburger... I'll wait for you- oh I'll
>> > > >wait for you-
>> > > >oh!
>> > > >
>> > > >-Original Message-
>> > > >From: James Mitchell [mailto:[EMAIL PROTECTED]]
>> > > >Sent: Wednesday, August 28, 2002 3:41 PM
>> > > >To: Struts Users Mailing List
>> > > >Subject: RE: [OT Jokes] Are we getting off the topic
>> > > >
>> > > >
>> > > >
>> > > >I've got slurpie ... in my EAR!!!
>> > > >
>> > > >
>> > > >James "...because you're my cheeseburger.." Mitchell
>> > > >Software Engineer\Struts Evangelist
>> > > >Struts-Atlanta, the "Open Minded Developer Network"
>> > > >http://www.open-tools.org/struts-atlanta
>> > > >
>> > > >
>> > > >
>> > > >
>> > > >> -Original Message-
>> > > >> From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
>> > > >> Sent: Wednesday, August 28, 2002 5:34 PM
>> > > >> To: 'Struts Users Mailing List'
>> > > >> Subject: RE: [OT Jokes] Are we getting off the topic
>> > > >>
>> > > >>
>> > > >> My bad.  Haven't watched "Rumor Weed" with my daughter for
>> > > >awhile  :-)
>> > > >>
>> > > >> Jerry
>> > > >>
>> > > >> > -Original Message-
>> > > >> > From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
>> > > >> > Sent: Wednesday, August 28, 2002 4:28 PM
>> > > >> > To: Struts Users Mailing List
>> > > >> > Subject: RE: [OT Jokes] Are we getting off the topic
>> > > >> >
>> > > >> >
>> > > >> > actually is is:
>> > > >> > 
>> > > >> >  I AM THAT HERO!
>> > > >> > 
>> > > >> >
>> > > >> > -Original Message-
>> > > >> > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
>> > > >> > Sent: Wednesday, August 28, 2002 3:28 PM
>> > > >> > To: 'Struts Users Mailing List'
>> > > >> > Subject: RE: [OT Jokes] Are we getting off the topic
>> > > >> >
>> > > >> >
>> > > >> > 
>> > > >> >
>> > > >> > I AM THAT SUPERHERO!
>> > > >> >
>> > > >> > 
>> > > >> >
>> > > >> >
>> > > >> >
>> > > >> > > -Original Message-
>> > > >> > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
>> > > >> > > Sent: Wednesday, August 28, 2002 4:30 PM
>> > > >> > > To: Struts Users Mailing List
>> > > >> > > Subject: RE: [OT Jokes] Are we getting off the topic
>> > > >> > >
>> > > >> > >
>> > > >> > > But your a big strong superhero
>> > > >> > >
>> > > >> > > James Mitchell
>> > > >> > > Software Engineer\Struts Evangelist
>> > > >> > > Struts-Atlanta, the "Open Minded Developer Network"
>> > > >> > > http://www.open-tools.org/struts-atlanta
>> > > >> > >
>> > > >> > >
>> > > >> > >
>> > > >> > >
>> > > >> > > > -Original Message-
>> > > >> > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
>> > > >> > > > Sent: Wednesday, August 28, 2002 5:25 PM
>> > > >> > > > To: 'Struts Users Mailing List'
>> > > >> > > > Subject: RE: [OT Jokes] Are we getting off the topic
>> > > >> > > >
>> > > >> > > >
>> > > >> > > > Hasta la Vista, Weedy!
>> > > >> > > >
>> > > >> > > > > -Original Message-
>> > > >> > > > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
>> > > >> > > > > Sent: Wednesday, August 28, 2002 4:25 PM
>> > > >> > > > > To: [EMAIL PROTECTED]
>> > > >> > > > > Cc: Struts Users Mailing List
>> > > >> > > > > Subject: RE: [OT Jokes] Are we getting off the topic
>> > > >> > > > >
>> > > >> > > > >
>> > > >> > > > > 
>> > > >> > > > >  So did ya hear the one about Alfred?
>> > > >> > > > >

RE: [OT Jokes] Are we getting off the topic

2002-08-28 Thread Jerry Jalenak

I shall now sing the traditional ballad 'The Song of the Cucumber' as I shut
down my PC and go home for the day.  This has been an absolute riot - one of
the reasons I enjoy this list.

Everyone, have a Veggie Tale evening!

Jerry

> -Original Message-
> From: Chappell, Simon P [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 28, 2002 4:52 PM
> To: Struts Users Mailing List
> Subject: RE: [OT Jokes] Are we getting off the topic
> 
> 
> If it's available on DVD, we have it. I like the Yodelling 
> Veteranarian the most! :-)
> 
> >-Original Message-
> >From: James Mitchell [mailto:[EMAIL PROTECTED]]
> >Sent: Wednesday, August 28, 2002 4:52 PM
> >To: Struts Users Mailing List
> >Subject: RE: [OT Jokes] Are we getting off the topic
> >
> >
> >I see YOU'VE got the whole collection too. ;)
> >
> >James Mitchell
> >Software Engineer\Struts Evangelist
> >Struts-Atlanta, the "Open Minded Developer Network"
> >http://www.open-tools.org/struts-atlanta
> >
> >
> >
> >
> >> -Original Message-
> >> From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> >> Sent: Wednesday, August 28, 2002 5:47 PM
> >> To: 'Struts Users Mailing List'
> >> Subject: RE: [OT Jokes] Are we getting off the topic
> >>
> >>
> >> Cebuu, Cebuu,  AchooMooMooMooMoo, .
> >>
> >> > -Original Message-
> >> > From: Chappell, Simon P [mailto:[EMAIL PROTECTED]]
> >> > Sent: Wednesday, August 28, 2002 4:43 PM
> >> > To: Struts Users Mailing List
> >> > Subject: RE: [OT Jokes] Are we getting off the topic
> >> >
> >> >
> >> > But ... Where is my hairbrush? Oh, where is my hairbrush?
> >> >
> >> > >-Original Message-
> >> > >From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> >> > >Sent: Wednesday, August 28, 2002 4:38 PM
> >> > >To: Struts Users Mailing List
> >> > >Subject: RE: [OT Jokes] Are we getting off the topic
> >> > >
> >> > >
> >> > >My precious cheeseburger... I'll wait for you- oh I'll
> >> > >wait for you-
> >> > >oh!
> >> > >
> >> > >-Original Message-
> >> > >From: James Mitchell [mailto:[EMAIL PROTECTED]]
> >> > >Sent: Wednesday, August 28, 2002 3:41 PM
> >> > >To: Struts Users Mailing List
> >> > >Subject: RE: [OT Jokes] Are we getting off the topic
> >> > >
> >> > >
> >> > >
> >> > >I've got slurpie ... in my EAR!!!
> >> > >
> >> > >
> >> > >James "...because you're my cheeseburger.." Mitchell
> >> > >Software Engineer\Struts Evangelist
> >> > >Struts-Atlanta, the "Open Minded Developer Network"
> >> > >http://www.open-tools.org/struts-atlanta
> >> > >
> >> > >
> >> > >
> >> > >
> >> > >> -Original Message-
> >> > >> From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> >> > >> Sent: Wednesday, August 28, 2002 5:34 PM
> >> > >> To: 'Struts Users Mailing List'
> >> > >> Subject: RE: [OT Jokes] Are we getting off the topic
> >> > >>
> >> > >>
> >> > >> My bad.  Haven't watched "Rumor Weed" with my daughter for
> >> > >awhile  :-)
> >> > >>
> >> > >> Jerry
> >> > >>
> >> > >> > -Original Message-
> >> > >> > From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> >> > >> > Sent: Wednesday, August 28, 2002 4:28 PM
> >> > >> > To: Struts Users Mailing List
> >> > >> > Subject: RE: [OT Jokes] Are we getting off the topic
> >> > >> >
> >> > >> >
> >> > >> > actually is is:
> >> > >> > 
> >> > >> >  I AM THAT HERO!
> >> > >> > 
> >> > >> >
> >> > >> > -Original Message-
> >> > >> > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> >> > >> > Sent: Wednesday, August 28, 2002 3:28 PM
> >> > >> > To: 'Struts Users Mailing List'
> >> > >> > Subject: RE: [OT Jokes] Are we getting off the topic
> >> > >> >
> >> > >> >
> >> > >> > 
> >> > >> >
> >> > >> > I AM THAT SUPERHERO!
> >> > >> >
> >> > >> > 
> >> > >> >
> >> > >> >
> >> > >> >
> >> > >> > > -Original Message-
> >> > >> > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> >> > >> > > Sent: Wednesday, August 28, 2002 4:30 PM
> >> > >> > > To: Struts Users Mailing List
> >> > >> > > Subject: RE: [OT Jokes] Are we getting off the topic
> >> > >> > >
> >> > >> > >
> >> > >> > > But your a big strong superhero
> >> > >> > >
> >> > >> > > James Mitchell
> >> > >> > > Software Engineer\Struts Evangelist
> >> > >> > > Struts-Atlanta, the "Open Minded Developer Network"
> >> > >> > > http://www.open-tools.org/struts-atlanta
> >> > >> > >
> >> > >> > >
> >> > >> > >
> >> > >> > >
> >> > >> > > > -Original Message-
> >> > >> > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> >> > >> > > > Sent: Wednesday, August 28, 2002 5:25 PM
> >> > >> > > > To: 'Struts Users Mailing List'
> >> > >> > > > Subject: RE: [OT Jokes] Are we getting off the topic
> >> > >> > > >
> >> > >> > > >
> >> > >> > > > Hasta la Vista, Weedy!
> >> > >> > > >
> >> > >> > > > > -Original Message-
> >> > >> > > > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> >> > >> > > > > Sent: Wednesday, August 28, 2002 4:25 PM
> >> > >> > > > > To: [EMAIL PROTECTED]
> >> > >> > > > > Cc: Struts Users Mailing List
> >> > >> > > > > 

RE: [OT Jokes] Are we getting off the topic

2002-08-28 Thread Galbreath, Mark

Best afternoon on the list in a long time!

-Original Message-
From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 28, 2002 5:55 PM
To: 'Struts Users Mailing List'
Subject: RE: [OT Jokes] Are we getting off the topic


No problem.  Anytime.  Just let us know.

> -Original Message-
> From: Jacob Hookom [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 28, 2002 4:47 PM
> To: 'Struts Users Mailing List'
> Subject: RE: [OT Jokes] Are we getting off the topic
> 
> 
> Hey everyone, thanks for the 50 OT postings to struts-user
> 
> | -Original Message-
> | From: Chappell, Simon P [mailto:[EMAIL PROTECTED]]
> | Sent: Wednesday, August 28, 2002 4:42 PM
> | To: Struts Users Mailing List
> | Subject: RE: [OT Jokes] Are we getting off the topic
> | 
> | [EMAIL PROTECTED]
> | 
> | How soon can we get this? I think this would be perfect!!!
> | 
> | >-Original Message-
> | >From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> | >Sent: Wednesday, August 28, 2002 4:37 PM
> | >To: Struts Users Mailing List
> | >Subject: RE: [OT Jokes] Are we getting off the topic
> | >
> | >
> | >Larry Boy and the Angry Eyebrow.. Very cool. But honestly. Are
> | >we just being
> | >mean now to continue this thread. THis a  good reason to have a
> | >[EMAIL PROTECTED]
> | >
> | >Brandon
> | >
> | >-Original Message-
> | >From: Chappell, Simon P [mailto:[EMAIL PROTECTED]]
> | >Sent: Wednesday, August 28, 2002 3:36 PM
> | >To: Struts Users Mailing List
> | >Subject: RE: [OT Jokes] Are we getting off the topic
> | >
> | >
> | >I'm looking forward to that one being available on DVD! (We
> | >chose not to do
> | >the TV thing, so we watch stuff on DVD on the computer! :-)
> | >
> | >Rack, Shack and Benny is good! :-)
> | >
> | >>-Original Message-
> | >>From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> | >>Sent: Wednesday, August 28, 2002 4:34 PM
> | >>To: 'Struts Users Mailing List'
> | >>Subject: RE: [OT Jokes] Are we getting off the topic
> | >>
> | >>
> | >>My bad.  Haven't watched "Rumor Weed" with my daughter for
> | >>awhile  :-)
> | >>
> | >>Jerry
> | >>
> | >>> -Original Message-
> | >>> From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> | >>> Sent: Wednesday, August 28, 2002 4:28 PM
> | >>> To: Struts Users Mailing List
> | >>> Subject: RE: [OT Jokes] Are we getting off the topic
> | >>>
> | >>>
> | >>> actually is is:
> | >>> 
> | >>>  I AM THAT HERO!
> | >>> 
> | >>>
> | >>> -Original Message-
> | >>> From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> | >>> Sent: Wednesday, August 28, 2002 3:28 PM
> | >>> To: 'Struts Users Mailing List'
> | >>> Subject: RE: [OT Jokes] Are we getting off the topic
> | >>>
> | >>>
> | >>> 
> | >>>
> | >>> I AM THAT SUPERHERO!
> | >>>
> | >>> 
> | >>>
> | >>>
> | >>>
> | >>> > -Original Message-
> | >>> > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> | >>> > Sent: Wednesday, August 28, 2002 4:30 PM
> | >>> > To: Struts Users Mailing List
> | >>> > Subject: RE: [OT Jokes] Are we getting off the topic
> | >>> >
> | >>> >
> | >>> > But your a big strong superhero
> | >>> >
> | >>> > James Mitchell
> | >>> > Software Engineer\Struts Evangelist
> | >>> > Struts-Atlanta, the "Open Minded Developer Network"
> | >>> > http://www.open-tools.org/struts-atlanta
> | >>> >
> | >>> >
> | >>> >
> | >>> >
> | >>> > > -Original Message-
> | >>> > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> | >>> > > Sent: Wednesday, August 28, 2002 5:25 PM
> | >>> > > To: 'Struts Users Mailing List'
> | >>> > > Subject: RE: [OT Jokes] Are we getting off the topic
> | >>> > >
> | >>> > >
> | >>> > > Hasta la Vista, Weedy!
> | >>> > >
> | >>> > > > -Original Message-
> | >>> > > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> | >>> > > > Sent: Wednesday, August 28, 2002 4:25 PM
> | >>> > > > To: [EMAIL PROTECTED]
> | >>> > > > Cc: Struts Users Mailing List
> | >>> > > > Subject: RE: [OT Jokes] Are we getting off the topic
> | >>> > > >
> | >>> > > >
> | >>> > > > 
> | >>> > > >  So did ya hear the one about Alfred?
> | >>> > > > 
> | >>> > > >
> | >>> > > >
> | >>> > > > James Mitchell
> | >>> > > > Software Engineer\Struts Evangelist
> | >>> > > > Struts-Atlanta, the "Open Minded Developer Network"
> | >>> > > > http://www.open-tools.org/struts-atlanta
> | >>> > > >
> | >>> > > >
> | >>> > > >
> | >>> > > >
> | >>> > > > > -Original Message-
> | >>> > > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> | >>> > > > > Sent: Wednesday, August 28, 2002 5:20 PM
> | >>> > > > > To: 'Struts Users Mailing List'
> | >>> > > > > Subject: RE: Are we getting off the topic
> | >>> > > > >
> | >>> > > > >
> | >>> > > > > Isn't this entire thread OT?
> | >>> > > > >
> | >>> > > > > > -Original Message-
> | >>> > > > > > From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> | >>> > > > > > Sent: Wednesday, August 28, 2002 4:16 PM
> | >>> > > > > > To: Struts Users Mailing List
> | >>> > > > > > Subj

RE: [OT Jokes] Are we getting off the topic

2002-08-28 Thread Jerry Jalenak

No problem.  Anytime.  Just let us know.

> -Original Message-
> From: Jacob Hookom [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 28, 2002 4:47 PM
> To: 'Struts Users Mailing List'
> Subject: RE: [OT Jokes] Are we getting off the topic
> 
> 
> Hey everyone, thanks for the 50 OT postings to struts-user
> 
> | -Original Message-
> | From: Chappell, Simon P [mailto:[EMAIL PROTECTED]]
> | Sent: Wednesday, August 28, 2002 4:42 PM
> | To: Struts Users Mailing List
> | Subject: RE: [OT Jokes] Are we getting off the topic
> | 
> | [EMAIL PROTECTED]
> | 
> | How soon can we get this? I think this would be perfect!!!
> | 
> | >-Original Message-
> | >From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> | >Sent: Wednesday, August 28, 2002 4:37 PM
> | >To: Struts Users Mailing List
> | >Subject: RE: [OT Jokes] Are we getting off the topic
> | >
> | >
> | >Larry Boy and the Angry Eyebrow.. Very cool. But honestly. Are
> | >we just being
> | >mean now to continue this thread. THis a  good reason to have a
> | >[EMAIL PROTECTED]
> | >
> | >Brandon
> | >
> | >-Original Message-
> | >From: Chappell, Simon P [mailto:[EMAIL PROTECTED]]
> | >Sent: Wednesday, August 28, 2002 3:36 PM
> | >To: Struts Users Mailing List
> | >Subject: RE: [OT Jokes] Are we getting off the topic
> | >
> | >
> | >I'm looking forward to that one being available on DVD! (We
> | >chose not to do
> | >the TV thing, so we watch stuff on DVD on the computer! :-)
> | >
> | >Rack, Shack and Benny is good! :-)
> | >
> | >>-Original Message-
> | >>From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> | >>Sent: Wednesday, August 28, 2002 4:34 PM
> | >>To: 'Struts Users Mailing List'
> | >>Subject: RE: [OT Jokes] Are we getting off the topic
> | >>
> | >>
> | >>My bad.  Haven't watched "Rumor Weed" with my daughter for
> | >>awhile  :-)
> | >>
> | >>Jerry
> | >>
> | >>> -Original Message-
> | >>> From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> | >>> Sent: Wednesday, August 28, 2002 4:28 PM
> | >>> To: Struts Users Mailing List
> | >>> Subject: RE: [OT Jokes] Are we getting off the topic
> | >>>
> | >>>
> | >>> actually is is:
> | >>> 
> | >>>  I AM THAT HERO!
> | >>> 
> | >>>
> | >>> -Original Message-
> | >>> From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> | >>> Sent: Wednesday, August 28, 2002 3:28 PM
> | >>> To: 'Struts Users Mailing List'
> | >>> Subject: RE: [OT Jokes] Are we getting off the topic
> | >>>
> | >>>
> | >>> 
> | >>>
> | >>> I AM THAT SUPERHERO!
> | >>>
> | >>> 
> | >>>
> | >>>
> | >>>
> | >>> > -Original Message-
> | >>> > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> | >>> > Sent: Wednesday, August 28, 2002 4:30 PM
> | >>> > To: Struts Users Mailing List
> | >>> > Subject: RE: [OT Jokes] Are we getting off the topic
> | >>> >
> | >>> >
> | >>> > But your a big strong superhero
> | >>> >
> | >>> > James Mitchell
> | >>> > Software Engineer\Struts Evangelist
> | >>> > Struts-Atlanta, the "Open Minded Developer Network"
> | >>> > http://www.open-tools.org/struts-atlanta
> | >>> >
> | >>> >
> | >>> >
> | >>> >
> | >>> > > -Original Message-
> | >>> > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> | >>> > > Sent: Wednesday, August 28, 2002 5:25 PM
> | >>> > > To: 'Struts Users Mailing List'
> | >>> > > Subject: RE: [OT Jokes] Are we getting off the topic
> | >>> > >
> | >>> > >
> | >>> > > Hasta la Vista, Weedy!
> | >>> > >
> | >>> > > > -Original Message-
> | >>> > > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> | >>> > > > Sent: Wednesday, August 28, 2002 4:25 PM
> | >>> > > > To: [EMAIL PROTECTED]
> | >>> > > > Cc: Struts Users Mailing List
> | >>> > > > Subject: RE: [OT Jokes] Are we getting off the topic
> | >>> > > >
> | >>> > > >
> | >>> > > > 
> | >>> > > >  So did ya hear the one about Alfred?
> | >>> > > > 
> | >>> > > >
> | >>> > > >
> | >>> > > > James Mitchell
> | >>> > > > Software Engineer\Struts Evangelist
> | >>> > > > Struts-Atlanta, the "Open Minded Developer Network"
> | >>> > > > http://www.open-tools.org/struts-atlanta
> | >>> > > >
> | >>> > > >
> | >>> > > >
> | >>> > > >
> | >>> > > > > -Original Message-
> | >>> > > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> | >>> > > > > Sent: Wednesday, August 28, 2002 5:20 PM
> | >>> > > > > To: 'Struts Users Mailing List'
> | >>> > > > > Subject: RE: Are we getting off the topic
> | >>> > > > >
> | >>> > > > >
> | >>> > > > > Isn't this entire thread OT?
> | >>> > > > >
> | >>> > > > > > -Original Message-
> | >>> > > > > > From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> | >>> > > > > > Sent: Wednesday, August 28, 2002 4:16 PM
> | >>> > > > > > To: Struts Users Mailing List
> | >>> > > > > > Subject: RE: Are we getting off the topic
> | >>> > > > > >
> | >>> > > > > >
> | >>> > > > > > Excuse me but the joke List is over that way --->
> | >>> > > > > >
> | >>> > > > > > :-))
> | >>> > > > > >
> | >>> > > > > > Brandon
> | >>> > > > > >
>

RE: [OT Jokes] Are we getting off the topic

2002-08-28 Thread Emmanuel Boudrant



   Do you know ICQ ;=)

-Emmanuel


 --- James Mitchell <[EMAIL PROTECTED]> a écrit : > I see YOU'VE got the whole 
collection too.
;)
> 
> James Mitchell
> Software Engineer\Struts Evangelist
> Struts-Atlanta, the "Open Minded Developer Network"
> http://www.open-tools.org/struts-atlanta
> 
> 
> 
> 
> > -Original Message-
> > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, August 28, 2002 5:47 PM
> > To: 'Struts Users Mailing List'
> > Subject: RE: [OT Jokes] Are we getting off the topic
> >
> >
> > Cebuu, Cebuu,  AchooMooMooMooMoo, .
> >
> > > -Original Message-
> > > From: Chappell, Simon P [mailto:[EMAIL PROTECTED]]
> > > Sent: Wednesday, August 28, 2002 4:43 PM
> > > To: Struts Users Mailing List
> > > Subject: RE: [OT Jokes] Are we getting off the topic
> > >
> > >
> > > But ... Where is my hairbrush? Oh, where is my hairbrush?
> > >
> > > >-Original Message-
> > > >From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> > > >Sent: Wednesday, August 28, 2002 4:38 PM
> > > >To: Struts Users Mailing List
> > > >Subject: RE: [OT Jokes] Are we getting off the topic
> > > >
> > > >
> > > >My precious cheeseburger... I'll wait for you- oh I'll
> > > >wait for you-
> > > >oh!
> > > >
> > > >-Original Message-
> > > >From: James Mitchell [mailto:[EMAIL PROTECTED]]
> > > >Sent: Wednesday, August 28, 2002 3:41 PM
> > > >To: Struts Users Mailing List
> > > >Subject: RE: [OT Jokes] Are we getting off the topic
> > > >
> > > >
> > > >
> > > >I've got slurpie ... in my EAR!!!
> > > >
> > > >
> > > >James "...because you're my cheeseburger.." Mitchell
> > > >Software Engineer\Struts Evangelist
> > > >Struts-Atlanta, the "Open Minded Developer Network"
> > > >http://www.open-tools.org/struts-atlanta
> > > >
> > > >
> > > >
> > > >
> > > >> -Original Message-
> > > >> From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > > >> Sent: Wednesday, August 28, 2002 5:34 PM
> > > >> To: 'Struts Users Mailing List'
> > > >> Subject: RE: [OT Jokes] Are we getting off the topic
> > > >>
> > > >>
> > > >> My bad.  Haven't watched "Rumor Weed" with my daughter for
> > > >awhile  :-)
> > > >>
> > > >> Jerry
> > > >>
> > > >> > -Original Message-
> > > >> > From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> > > >> > Sent: Wednesday, August 28, 2002 4:28 PM
> > > >> > To: Struts Users Mailing List
> > > >> > Subject: RE: [OT Jokes] Are we getting off the topic
> > > >> >
> > > >> >
> > > >> > actually is is:
> > > >> > 
> > > >> >  I AM THAT HERO!
> > > >> > 
> > > >> >
> > > >> > -Original Message-
> > > >> > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > > >> > Sent: Wednesday, August 28, 2002 3:28 PM
> > > >> > To: 'Struts Users Mailing List'
> > > >> > Subject: RE: [OT Jokes] Are we getting off the topic
> > > >> >
> > > >> >
> > > >> > 
> > > >> >
> > > >> >  I AM THAT SUPERHERO!
> > > >> >
> > > >> > 
> > > >> >
> > > >> >
> > > >> >
> > > >> > > -Original Message-
> > > >> > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> > > >> > > Sent: Wednesday, August 28, 2002 4:30 PM
> > > >> > > To: Struts Users Mailing List
> > > >> > > Subject: RE: [OT Jokes] Are we getting off the topic
> > > >> > >
> > > >> > >
> > > >> > > But your a big strong superhero
> > > >> > >
> > > >> > > James Mitchell
> > > >> > > Software Engineer\Struts Evangelist
> > > >> > > Struts-Atlanta, the "Open Minded Developer Network"
> > > >> > > http://www.open-tools.org/struts-atlanta
> > > >> > >
> > > >> > >
> > > >> > >
> > > >> > >
> > > >> > > > -Original Message-
> > > >> > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > > >> > > > Sent: Wednesday, August 28, 2002 5:25 PM
> > > >> > > > To: 'Struts Users Mailing List'
> > > >> > > > Subject: RE: [OT Jokes] Are we getting off the topic
> > > >> > > >
> > > >> > > >
> > > >> > > > Hasta la Vista, Weedy!
> > > >> > > >
> > > >> > > > > -Original Message-
> > > >> > > > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> > > >> > > > > Sent: Wednesday, August 28, 2002 4:25 PM
> > > >> > > > > To: [EMAIL PROTECTED]
> > > >> > > > > Cc: Struts Users Mailing List
> > > >> > > > > Subject: RE: [OT Jokes] Are we getting off the topic
> > > >> > > > >
> > > >> > > > >
> > > >> > > > > 
> > > >> > > > >  So did ya hear the one about Alfred?
> > > >> > > > > 
> > > >> > > > >
> > > >> > > > >
> > > >> > > > > James Mitchell
> > > >> > > > > Software Engineer\Struts Evangelist
> > > >> > > > > Struts-Atlanta, the "Open Minded Developer Network"
> > > >> > > > > http://www.open-tools.org/struts-atlanta
> > > >> > > > >
> > > >> > > > >
> > > >> > > > >
> > > >> > > > >
> > > >> > > > > > -Original Message-
> > > >> > > > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > > >> > > > > > Sent: Wednesday, August 28, 2002 5:20 PM
> > > >> > > > > > To: 'Struts Users Mailing List'
> > > >> > > > > > Subject: RE: Are we getting off the topic
> > > >> > > > > >
> > > >> >

RE: [OT Jokes] Are we getting off the topic

2002-08-28 Thread Chappell, Simon P

If it's available on DVD, we have it. I like the Yodelling Veteranarian the most! :-)

>-Original Message-
>From: James Mitchell [mailto:[EMAIL PROTECTED]]
>Sent: Wednesday, August 28, 2002 4:52 PM
>To: Struts Users Mailing List
>Subject: RE: [OT Jokes] Are we getting off the topic
>
>
>I see YOU'VE got the whole collection too. ;)
>
>James Mitchell
>Software Engineer\Struts Evangelist
>Struts-Atlanta, the "Open Minded Developer Network"
>http://www.open-tools.org/struts-atlanta
>
>
>
>
>> -Original Message-
>> From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
>> Sent: Wednesday, August 28, 2002 5:47 PM
>> To: 'Struts Users Mailing List'
>> Subject: RE: [OT Jokes] Are we getting off the topic
>>
>>
>> Cebuu, Cebuu,  AchooMooMooMooMoo, .
>>
>> > -Original Message-
>> > From: Chappell, Simon P [mailto:[EMAIL PROTECTED]]
>> > Sent: Wednesday, August 28, 2002 4:43 PM
>> > To: Struts Users Mailing List
>> > Subject: RE: [OT Jokes] Are we getting off the topic
>> >
>> >
>> > But ... Where is my hairbrush? Oh, where is my hairbrush?
>> >
>> > >-Original Message-
>> > >From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
>> > >Sent: Wednesday, August 28, 2002 4:38 PM
>> > >To: Struts Users Mailing List
>> > >Subject: RE: [OT Jokes] Are we getting off the topic
>> > >
>> > >
>> > >My precious cheeseburger... I'll wait for you- oh I'll
>> > >wait for you-
>> > >oh!
>> > >
>> > >-Original Message-
>> > >From: James Mitchell [mailto:[EMAIL PROTECTED]]
>> > >Sent: Wednesday, August 28, 2002 3:41 PM
>> > >To: Struts Users Mailing List
>> > >Subject: RE: [OT Jokes] Are we getting off the topic
>> > >
>> > >
>> > >
>> > >I've got slurpie ... in my EAR!!!
>> > >
>> > >
>> > >James "...because you're my cheeseburger.." Mitchell
>> > >Software Engineer\Struts Evangelist
>> > >Struts-Atlanta, the "Open Minded Developer Network"
>> > >http://www.open-tools.org/struts-atlanta
>> > >
>> > >
>> > >
>> > >
>> > >> -Original Message-
>> > >> From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
>> > >> Sent: Wednesday, August 28, 2002 5:34 PM
>> > >> To: 'Struts Users Mailing List'
>> > >> Subject: RE: [OT Jokes] Are we getting off the topic
>> > >>
>> > >>
>> > >> My bad.  Haven't watched "Rumor Weed" with my daughter for
>> > >awhile  :-)
>> > >>
>> > >> Jerry
>> > >>
>> > >> > -Original Message-
>> > >> > From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
>> > >> > Sent: Wednesday, August 28, 2002 4:28 PM
>> > >> > To: Struts Users Mailing List
>> > >> > Subject: RE: [OT Jokes] Are we getting off the topic
>> > >> >
>> > >> >
>> > >> > actually is is:
>> > >> > 
>> > >> >  I AM THAT HERO!
>> > >> > 
>> > >> >
>> > >> > -Original Message-
>> > >> > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
>> > >> > Sent: Wednesday, August 28, 2002 3:28 PM
>> > >> > To: 'Struts Users Mailing List'
>> > >> > Subject: RE: [OT Jokes] Are we getting off the topic
>> > >> >
>> > >> >
>> > >> > 
>> > >> >
>> > >> >   I AM THAT SUPERHERO!
>> > >> >
>> > >> > 
>> > >> >
>> > >> >
>> > >> >
>> > >> > > -Original Message-
>> > >> > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
>> > >> > > Sent: Wednesday, August 28, 2002 4:30 PM
>> > >> > > To: Struts Users Mailing List
>> > >> > > Subject: RE: [OT Jokes] Are we getting off the topic
>> > >> > >
>> > >> > >
>> > >> > > But your a big strong superhero
>> > >> > >
>> > >> > > James Mitchell
>> > >> > > Software Engineer\Struts Evangelist
>> > >> > > Struts-Atlanta, the "Open Minded Developer Network"
>> > >> > > http://www.open-tools.org/struts-atlanta
>> > >> > >
>> > >> > >
>> > >> > >
>> > >> > >
>> > >> > > > -Original Message-
>> > >> > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
>> > >> > > > Sent: Wednesday, August 28, 2002 5:25 PM
>> > >> > > > To: 'Struts Users Mailing List'
>> > >> > > > Subject: RE: [OT Jokes] Are we getting off the topic
>> > >> > > >
>> > >> > > >
>> > >> > > > Hasta la Vista, Weedy!
>> > >> > > >
>> > >> > > > > -Original Message-
>> > >> > > > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
>> > >> > > > > Sent: Wednesday, August 28, 2002 4:25 PM
>> > >> > > > > To: [EMAIL PROTECTED]
>> > >> > > > > Cc: Struts Users Mailing List
>> > >> > > > > Subject: RE: [OT Jokes] Are we getting off the topic
>> > >> > > > >
>> > >> > > > >
>> > >> > > > > 
>> > >> > > > >  So did ya hear the one about Alfred?
>> > >> > > > > 
>> > >> > > > >
>> > >> > > > >
>> > >> > > > > James Mitchell
>> > >> > > > > Software Engineer\Struts Evangelist
>> > >> > > > > Struts-Atlanta, the "Open Minded Developer Network"
>> > >> > > > > http://www.open-tools.org/struts-atlanta
>> > >> > > > >
>> > >> > > > >
>> > >> > > > >
>> > >> > > > >
>> > >> > > > > > -Original Message-
>> > >> > > > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
>> > >> > > > > > Sent: Wednesday, August 28, 2002 5:20 PM
>> > >> > > > > > To: 'Struts Users Mailing List'
>> > >> > > > > > Subject: RE: 

RE: [OT Jokes] Are we getting off the topic

2002-08-28 Thread Jacob Hookom

Bingo.

| -Original Message-
| From: James Mitchell [mailto:[EMAIL PROTECTED]]
| Sent: Wednesday, August 28, 2002 4:51 PM
| To: Struts Users Mailing List
| Subject: RE: [OT Jokes] Are we getting off the topic
| 
| You know, someone who doesn't have young children might think we are
| REALLY
| strange, but then, I think that anyway...DOH!!!
| 
| James Mitchell
| Software Engineer\Struts Evangelist
| Struts-Atlanta, the "Open Minded Developer Network"
| http://www.open-tools.org/struts-atlanta
| 
| 
| 
| 
| > -Original Message-
| > From: Chappell, Simon P [mailto:[EMAIL PROTECTED]]
| > Sent: Wednesday, August 28, 2002 5:43 PM
| > To: Struts Users Mailing List
| > Subject: RE: [OT Jokes] Are we getting off the topic
| >
| >
| > But ... Where is my hairbrush? Oh, where is my hairbrush?
| >
| > >-Original Message-
| > >From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
| > >Sent: Wednesday, August 28, 2002 4:38 PM
| > >To: Struts Users Mailing List
| > >Subject: RE: [OT Jokes] Are we getting off the topic
| > >
| > >
| > >My precious cheeseburger... I'll wait for you- oh I'll
| > >wait for you-
| > >oh!
| > >
| > >-Original Message-
| > >From: James Mitchell [mailto:[EMAIL PROTECTED]]
| > >Sent: Wednesday, August 28, 2002 3:41 PM
| > >To: Struts Users Mailing List
| > >Subject: RE: [OT Jokes] Are we getting off the topic
| > >
| > >
| > >
| > >I've got slurpie ... in my EAR!!!
| > >
| > >
| > >James "...because you're my cheeseburger.." Mitchell
| > >Software Engineer\Struts Evangelist
| > >Struts-Atlanta, the "Open Minded Developer Network"
| > >http://www.open-tools.org/struts-atlanta
| > >
| > >
| > >
| > >
| > >> -Original Message-
| > >> From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
| > >> Sent: Wednesday, August 28, 2002 5:34 PM
| > >> To: 'Struts Users Mailing List'
| > >> Subject: RE: [OT Jokes] Are we getting off the topic
| > >>
| > >>
| > >> My bad.  Haven't watched "Rumor Weed" with my daughter for
| > >awhile  :-)
| > >>
| > >> Jerry
| > >>
| > >> > -Original Message-
| > >> > From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
| > >> > Sent: Wednesday, August 28, 2002 4:28 PM
| > >> > To: Struts Users Mailing List
| > >> > Subject: RE: [OT Jokes] Are we getting off the topic
| > >> >
| > >> >
| > >> > actually is is:
| > >> > 
| > >> >  I AM THAT HERO!
| > >> > 
| > >> >
| > >> > -Original Message-
| > >> > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
| > >> > Sent: Wednesday, August 28, 2002 3:28 PM
| > >> > To: 'Struts Users Mailing List'
| > >> > Subject: RE: [OT Jokes] Are we getting off the topic
| > >> >
| > >> >
| > >> > 
| > >> >
| > >> >I AM THAT SUPERHERO!
| > >> >
| > >> > 
| > >> >
| > >> >
| > >> >
| > >> > > -Original Message-
| > >> > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
| > >> > > Sent: Wednesday, August 28, 2002 4:30 PM
| > >> > > To: Struts Users Mailing List
| > >> > > Subject: RE: [OT Jokes] Are we getting off the topic
| > >> > >
| > >> > >
| > >> > > But your a big strong superhero
| > >> > >
| > >> > > James Mitchell
| > >> > > Software Engineer\Struts Evangelist
| > >> > > Struts-Atlanta, the "Open Minded Developer Network"
| > >> > > http://www.open-tools.org/struts-atlanta
| > >> > >
| > >> > >
| > >> > >
| > >> > >
| > >> > > > -Original Message-
| > >> > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
| > >> > > > Sent: Wednesday, August 28, 2002 5:25 PM
| > >> > > > To: 'Struts Users Mailing List'
| > >> > > > Subject: RE: [OT Jokes] Are we getting off the topic
| > >> > > >
| > >> > > >
| > >> > > > Hasta la Vista, Weedy!
| > >> > > >
| > >> > > > > -Original Message-
| > >> > > > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
| > >> > > > > Sent: Wednesday, August 28, 2002 4:25 PM
| > >> > > > > To: [EMAIL PROTECTED]
| > >> > > > > Cc: Struts Users Mailing List
| > >> > > > > Subject: RE: [OT Jokes] Are we getting off the topic
| > >> > > > >
| > >> > > > >
| > >> > > > > 
| > >> > > > >  So did ya hear the one about Alfred?
| > >> > > > > 
| > >> > > > >
| > >> > > > >
| > >> > > > > James Mitchell
| > >> > > > > Software Engineer\Struts Evangelist
| > >> > > > > Struts-Atlanta, the "Open Minded Developer Network"
| > >> > > > > http://www.open-tools.org/struts-atlanta
| > >> > > > >
| > >> > > > >
| > >> > > > >
| > >> > > > >
| > >> > > > > > -Original Message-
| > >> > > > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
| > >> > > > > > Sent: Wednesday, August 28, 2002 5:20 PM
| > >> > > > > > To: 'Struts Users Mailing List'
| > >> > > > > > Subject: RE: Are we getting off the topic
| > >> > > > > >
| > >> > > > > >
| > >> > > > > > Isn't this entire thread OT?
| > >> > > > > >
| > >> > > > > > > -Original Message-
| > >> > > > > > > From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
| > >> > > > > > > Sent: Wednesday, August 28, 2002 4:16 PM
| > >> > > > > > > To: Struts Users Mailing List
| > >> > > > > > > Subject: RE: Are we 

RE: [place topic here] Are we getting off the topic

2002-08-28 Thread Chappell, Simon P

And a [BS] topic option? :-)

>-Original Message-
>From: James Mitchell [mailto:[EMAIL PROTECTED]]
>Sent: Wednesday, August 28, 2002 4:50 PM
>To: Struts Users Mailing List
>Subject: RE: [place topic here] Are we getting off the topic
>
>
>One interesting way might be to have [topic] prefix on threads.
>
>Sort of like they do over in commons.  It helps with 
>organization of mail
>and quick filtering (and deleting).
>
>I wouldn't mind seeing...
>[DynaForms]
>[Validator]
>[Logging]
>[DTD]
>[EJB]
>[i18n]
>[IDE]
>[JSTL]
>[Modules] or [Sub-Apps]
>[Struts-Example]
>[Tiles]
>[SOAP]
>[Taglib]
>[UML]
>
>I could list 50 more..but you get the idea.
>
>Your thoughts?
>
>
>James Mitchell
>Software Engineer\Struts Evangelist
>Struts-Atlanta, the "Open Minded Developer Network"
>http://www.open-tools.org/struts-atlanta
>
>
>
>
>> -Original Message-
>> From: John Nicholas [mailto:[EMAIL PROTECTED]]
>> Sent: Wednesday, August 28, 2002 5:32 PM
>> To: Struts Users Mailing List
>> Subject: Re: Are we getting off the topic
>>
>>
>> Tero P Paananen wrote:
>> >>This board is too valuable to me. Any thoughts?
>> >>Agree... Disagree?
>> >
>> >
>> > Agree STRONGLY.
>> >
>> > There's a reason why I subscribe to Struts mailing list
>> > and not to "General Java" or "Tomcat Debug" mailing list.
>> >
>> The posts about general Java and Tomcat issues are going to 
>be hard to
>> control since
>> they are mostly from newbies but maybe a 
>"struts-integration" board to
>> hold the common
>> side conversations about DAOs, Persistance Layers, XML etc 
>would work.
>>
>>
>>
>>
>>
>> --
>> To unsubscribe, e-mail:
>> 
>> For additional commands, e-mail:
>
>
>
>
>--
>To unsubscribe, e-mail:   

For additional commands, e-mail: 


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: [OT Jokes] Are we getting off the topic

2002-08-28 Thread James Mitchell

You're welcome!

James Mitchell
Software Engineer\Struts Evangelist
Struts-Atlanta, the "Open Minded Developer Network"
http://www.open-tools.org/struts-atlanta




> -Original Message-
> From: Jacob Hookom [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 28, 2002 5:47 PM
> To: 'Struts Users Mailing List'
> Subject: RE: [OT Jokes] Are we getting off the topic
>
>
> Hey everyone, thanks for the 50 OT postings to struts-user
>
> | -Original Message-
> | From: Chappell, Simon P [mailto:[EMAIL PROTECTED]]
> | Sent: Wednesday, August 28, 2002 4:42 PM
> | To: Struts Users Mailing List
> | Subject: RE: [OT Jokes] Are we getting off the topic
> |
> | [EMAIL PROTECTED]
> |
> | How soon can we get this? I think this would be perfect!!!
> |
> | >-Original Message-
> | >From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> | >Sent: Wednesday, August 28, 2002 4:37 PM
> | >To: Struts Users Mailing List
> | >Subject: RE: [OT Jokes] Are we getting off the topic
> | >
> | >
> | >Larry Boy and the Angry Eyebrow.. Very cool. But honestly. Are
> | >we just being
> | >mean now to continue this thread. THis a  good reason to have a
> | >[EMAIL PROTECTED]
> | >
> | >Brandon
> | >
> | >-Original Message-
> | >From: Chappell, Simon P [mailto:[EMAIL PROTECTED]]
> | >Sent: Wednesday, August 28, 2002 3:36 PM
> | >To: Struts Users Mailing List
> | >Subject: RE: [OT Jokes] Are we getting off the topic
> | >
> | >
> | >I'm looking forward to that one being available on DVD! (We
> | >chose not to do
> | >the TV thing, so we watch stuff on DVD on the computer! :-)
> | >
> | >Rack, Shack and Benny is good! :-)
> | >
> | >>-Original Message-
> | >>From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> | >>Sent: Wednesday, August 28, 2002 4:34 PM
> | >>To: 'Struts Users Mailing List'
> | >>Subject: RE: [OT Jokes] Are we getting off the topic
> | >>
> | >>
> | >>My bad.  Haven't watched "Rumor Weed" with my daughter for
> | >>awhile  :-)
> | >>
> | >>Jerry
> | >>
> | >>> -Original Message-
> | >>> From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> | >>> Sent: Wednesday, August 28, 2002 4:28 PM
> | >>> To: Struts Users Mailing List
> | >>> Subject: RE: [OT Jokes] Are we getting off the topic
> | >>>
> | >>>
> | >>> actually is is:
> | >>> 
> | >>>  I AM THAT HERO!
> | >>> 
> | >>>
> | >>> -Original Message-
> | >>> From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> | >>> Sent: Wednesday, August 28, 2002 3:28 PM
> | >>> To: 'Struts Users Mailing List'
> | >>> Subject: RE: [OT Jokes] Are we getting off the topic
> | >>>
> | >>>
> | >>> 
> | >>>
> | >>> I AM THAT SUPERHERO!
> | >>>
> | >>> 
> | >>>
> | >>>
> | >>>
> | >>> > -Original Message-
> | >>> > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> | >>> > Sent: Wednesday, August 28, 2002 4:30 PM
> | >>> > To: Struts Users Mailing List
> | >>> > Subject: RE: [OT Jokes] Are we getting off the topic
> | >>> >
> | >>> >
> | >>> > But your a big strong superhero
> | >>> >
> | >>> > James Mitchell
> | >>> > Software Engineer\Struts Evangelist
> | >>> > Struts-Atlanta, the "Open Minded Developer Network"
> | >>> > http://www.open-tools.org/struts-atlanta
> | >>> >
> | >>> >
> | >>> >
> | >>> >
> | >>> > > -Original Message-
> | >>> > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> | >>> > > Sent: Wednesday, August 28, 2002 5:25 PM
> | >>> > > To: 'Struts Users Mailing List'
> | >>> > > Subject: RE: [OT Jokes] Are we getting off the topic
> | >>> > >
> | >>> > >
> | >>> > > Hasta la Vista, Weedy!
> | >>> > >
> | >>> > > > -Original Message-
> | >>> > > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> | >>> > > > Sent: Wednesday, August 28, 2002 4:25 PM
> | >>> > > > To: [EMAIL PROTECTED]
> | >>> > > > Cc: Struts Users Mailing List
> | >>> > > > Subject: RE: [OT Jokes] Are we getting off the topic
> | >>> > > >
> | >>> > > >
> | >>> > > > 
> | >>> > > >  So did ya hear the one about Alfred?
> | >>> > > > 
> | >>> > > >
> | >>> > > >
> | >>> > > > James Mitchell
> | >>> > > > Software Engineer\Struts Evangelist
> | >>> > > > Struts-Atlanta, the "Open Minded Developer Network"
> | >>> > > > http://www.open-tools.org/struts-atlanta
> | >>> > > >
> | >>> > > >
> | >>> > > >
> | >>> > > >
> | >>> > > > > -Original Message-
> | >>> > > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> | >>> > > > > Sent: Wednesday, August 28, 2002 5:20 PM
> | >>> > > > > To: 'Struts Users Mailing List'
> | >>> > > > > Subject: RE: Are we getting off the topic
> | >>> > > > >
> | >>> > > > >
> | >>> > > > > Isn't this entire thread OT?
> | >>> > > > >
> | >>> > > > > > -Original Message-
> | >>> > > > > > From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> | >>> > > > > > Sent: Wednesday, August 28, 2002 4:16 PM
> | >>> > > > > > To: Struts Users Mailing List
> | >>> > > > > > Subject: RE: Are we getting off the topic
> | >>> > > > > >
> | >>> > > > > >
> | >>> > > > > > Excuse me but the joke List is over t

RE: [OT Jokes] Are we getting off the topic

2002-08-28 Thread James Mitchell

You're welcome.

James Mitchell
Software Engineer\Struts Evangelist
Struts-Atlanta, the "Open Minded Developer Network"
http://www.open-tools.org/struts-atlanta




> -Original Message-
> From: Jacob Hookom [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 28, 2002 5:47 PM
> To: 'Struts Users Mailing List'
> Subject: RE: [OT Jokes] Are we getting off the topic
>
>
> Hey everyone, thanks for the 50 OT postings to struts-user
>
> | -Original Message-
> | From: Chappell, Simon P [mailto:[EMAIL PROTECTED]]
> | Sent: Wednesday, August 28, 2002 4:42 PM
> | To: Struts Users Mailing List
> | Subject: RE: [OT Jokes] Are we getting off the topic
> |
> | [EMAIL PROTECTED]
> |
> | How soon can we get this? I think this would be perfect!!!
> |
> | >-Original Message-
> | >From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> | >Sent: Wednesday, August 28, 2002 4:37 PM
> | >To: Struts Users Mailing List
> | >Subject: RE: [OT Jokes] Are we getting off the topic
> | >
> | >
> | >Larry Boy and the Angry Eyebrow.. Very cool. But honestly. Are
> | >we just being
> | >mean now to continue this thread. THis a  good reason to have a
> | >[EMAIL PROTECTED]
> | >
> | >Brandon
> | >
> | >-Original Message-
> | >From: Chappell, Simon P [mailto:[EMAIL PROTECTED]]
> | >Sent: Wednesday, August 28, 2002 3:36 PM
> | >To: Struts Users Mailing List
> | >Subject: RE: [OT Jokes] Are we getting off the topic
> | >
> | >
> | >I'm looking forward to that one being available on DVD! (We
> | >chose not to do
> | >the TV thing, so we watch stuff on DVD on the computer! :-)
> | >
> | >Rack, Shack and Benny is good! :-)
> | >
> | >>-Original Message-
> | >>From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> | >>Sent: Wednesday, August 28, 2002 4:34 PM
> | >>To: 'Struts Users Mailing List'
> | >>Subject: RE: [OT Jokes] Are we getting off the topic
> | >>
> | >>
> | >>My bad.  Haven't watched "Rumor Weed" with my daughter for
> | >>awhile  :-)
> | >>
> | >>Jerry
> | >>
> | >>> -Original Message-
> | >>> From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> | >>> Sent: Wednesday, August 28, 2002 4:28 PM
> | >>> To: Struts Users Mailing List
> | >>> Subject: RE: [OT Jokes] Are we getting off the topic
> | >>>
> | >>>
> | >>> actually is is:
> | >>> 
> | >>>  I AM THAT HERO!
> | >>> 
> | >>>
> | >>> -Original Message-
> | >>> From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> | >>> Sent: Wednesday, August 28, 2002 3:28 PM
> | >>> To: 'Struts Users Mailing List'
> | >>> Subject: RE: [OT Jokes] Are we getting off the topic
> | >>>
> | >>>
> | >>> 
> | >>>
> | >>> I AM THAT SUPERHERO!
> | >>>
> | >>> 
> | >>>
> | >>>
> | >>>
> | >>> > -Original Message-
> | >>> > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> | >>> > Sent: Wednesday, August 28, 2002 4:30 PM
> | >>> > To: Struts Users Mailing List
> | >>> > Subject: RE: [OT Jokes] Are we getting off the topic
> | >>> >
> | >>> >
> | >>> > But your a big strong superhero
> | >>> >
> | >>> > James Mitchell
> | >>> > Software Engineer\Struts Evangelist
> | >>> > Struts-Atlanta, the "Open Minded Developer Network"
> | >>> > http://www.open-tools.org/struts-atlanta
> | >>> >
> | >>> >
> | >>> >
> | >>> >
> | >>> > > -Original Message-
> | >>> > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> | >>> > > Sent: Wednesday, August 28, 2002 5:25 PM
> | >>> > > To: 'Struts Users Mailing List'
> | >>> > > Subject: RE: [OT Jokes] Are we getting off the topic
> | >>> > >
> | >>> > >
> | >>> > > Hasta la Vista, Weedy!
> | >>> > >
> | >>> > > > -Original Message-
> | >>> > > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> | >>> > > > Sent: Wednesday, August 28, 2002 4:25 PM
> | >>> > > > To: [EMAIL PROTECTED]
> | >>> > > > Cc: Struts Users Mailing List
> | >>> > > > Subject: RE: [OT Jokes] Are we getting off the topic
> | >>> > > >
> | >>> > > >
> | >>> > > > 
> | >>> > > >  So did ya hear the one about Alfred?
> | >>> > > > 
> | >>> > > >
> | >>> > > >
> | >>> > > > James Mitchell
> | >>> > > > Software Engineer\Struts Evangelist
> | >>> > > > Struts-Atlanta, the "Open Minded Developer Network"
> | >>> > > > http://www.open-tools.org/struts-atlanta
> | >>> > > >
> | >>> > > >
> | >>> > > >
> | >>> > > >
> | >>> > > > > -Original Message-
> | >>> > > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> | >>> > > > > Sent: Wednesday, August 28, 2002 5:20 PM
> | >>> > > > > To: 'Struts Users Mailing List'
> | >>> > > > > Subject: RE: Are we getting off the topic
> | >>> > > > >
> | >>> > > > >
> | >>> > > > > Isn't this entire thread OT?
> | >>> > > > >
> | >>> > > > > > -Original Message-
> | >>> > > > > > From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> | >>> > > > > > Sent: Wednesday, August 28, 2002 4:16 PM
> | >>> > > > > > To: Struts Users Mailing List
> | >>> > > > > > Subject: RE: Are we getting off the topic
> | >>> > > > > >
> | >>> > > > > >
> | >>> > > > > > Excuse me but the joke List is over t

RE: [OT Jokes] Are we getting off the topic

2002-08-28 Thread Chappell, Simon P

You're very welcome. No charge! :-)

>-Original Message-
>From: Jacob Hookom [mailto:[EMAIL PROTECTED]]
>Sent: Wednesday, August 28, 2002 4:47 PM
>To: 'Struts Users Mailing List'
>Subject: RE: [OT Jokes] Are we getting off the topic
>
>
>Hey everyone, thanks for the 50 OT postings to struts-user
>
>| -Original Message-
>| From: Chappell, Simon P [mailto:[EMAIL PROTECTED]]
>| Sent: Wednesday, August 28, 2002 4:42 PM
>| To: Struts Users Mailing List
>| Subject: RE: [OT Jokes] Are we getting off the topic
>| 
>| [EMAIL PROTECTED]
>| 
>| How soon can we get this? I think this would be perfect!!!
>| 
>| >-Original Message-
>| >From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
>| >Sent: Wednesday, August 28, 2002 4:37 PM
>| >To: Struts Users Mailing List
>| >Subject: RE: [OT Jokes] Are we getting off the topic
>| >
>| >
>| >Larry Boy and the Angry Eyebrow.. Very cool. But honestly. Are
>| >we just being
>| >mean now to continue this thread. THis a  good reason to have a
>| >[EMAIL PROTECTED]
>| >
>| >Brandon
>| >
>| >-Original Message-
>| >From: Chappell, Simon P [mailto:[EMAIL PROTECTED]]
>| >Sent: Wednesday, August 28, 2002 3:36 PM
>| >To: Struts Users Mailing List
>| >Subject: RE: [OT Jokes] Are we getting off the topic
>| >
>| >
>| >I'm looking forward to that one being available on DVD! (We
>| >chose not to do
>| >the TV thing, so we watch stuff on DVD on the computer! :-)
>| >
>| >Rack, Shack and Benny is good! :-)
>| >
>| >>-Original Message-
>| >>From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
>| >>Sent: Wednesday, August 28, 2002 4:34 PM
>| >>To: 'Struts Users Mailing List'
>| >>Subject: RE: [OT Jokes] Are we getting off the topic
>| >>
>| >>
>| >>My bad.  Haven't watched "Rumor Weed" with my daughter for
>| >>awhile  :-)
>| >>
>| >>Jerry
>| >>
>| >>> -Original Message-
>| >>> From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
>| >>> Sent: Wednesday, August 28, 2002 4:28 PM
>| >>> To: Struts Users Mailing List
>| >>> Subject: RE: [OT Jokes] Are we getting off the topic
>| >>>
>| >>>
>| >>> actually is is:
>| >>> 
>| >>>  I AM THAT HERO!
>| >>> 
>| >>>
>| >>> -Original Message-
>| >>> From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
>| >>> Sent: Wednesday, August 28, 2002 3:28 PM
>| >>> To: 'Struts Users Mailing List'
>| >>> Subject: RE: [OT Jokes] Are we getting off the topic
>| >>>
>| >>>
>| >>> 
>| >>>
>| >>>  I AM THAT SUPERHERO!
>| >>>
>| >>> 
>| >>>
>| >>>
>| >>>
>| >>> > -Original Message-
>| >>> > From: James Mitchell [mailto:[EMAIL PROTECTED]]
>| >>> > Sent: Wednesday, August 28, 2002 4:30 PM
>| >>> > To: Struts Users Mailing List
>| >>> > Subject: RE: [OT Jokes] Are we getting off the topic
>| >>> >
>| >>> >
>| >>> > But your a big strong superhero
>| >>> >
>| >>> > James Mitchell
>| >>> > Software Engineer\Struts Evangelist
>| >>> > Struts-Atlanta, the "Open Minded Developer Network"
>| >>> > http://www.open-tools.org/struts-atlanta
>| >>> >
>| >>> >
>| >>> >
>| >>> >
>| >>> > > -Original Message-
>| >>> > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
>| >>> > > Sent: Wednesday, August 28, 2002 5:25 PM
>| >>> > > To: 'Struts Users Mailing List'
>| >>> > > Subject: RE: [OT Jokes] Are we getting off the topic
>| >>> > >
>| >>> > >
>| >>> > > Hasta la Vista, Weedy!
>| >>> > >
>| >>> > > > -Original Message-
>| >>> > > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
>| >>> > > > Sent: Wednesday, August 28, 2002 4:25 PM
>| >>> > > > To: [EMAIL PROTECTED]
>| >>> > > > Cc: Struts Users Mailing List
>| >>> > > > Subject: RE: [OT Jokes] Are we getting off the topic
>| >>> > > >
>| >>> > > >
>| >>> > > > 
>| >>> > > >  So did ya hear the one about Alfred?
>| >>> > > > 
>| >>> > > >
>| >>> > > >
>| >>> > > > James Mitchell
>| >>> > > > Software Engineer\Struts Evangelist
>| >>> > > > Struts-Atlanta, the "Open Minded Developer Network"
>| >>> > > > http://www.open-tools.org/struts-atlanta
>| >>> > > >
>| >>> > > >
>| >>> > > >
>| >>> > > >
>| >>> > > > > -Original Message-
>| >>> > > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
>| >>> > > > > Sent: Wednesday, August 28, 2002 5:20 PM
>| >>> > > > > To: 'Struts Users Mailing List'
>| >>> > > > > Subject: RE: Are we getting off the topic
>| >>> > > > >
>| >>> > > > >
>| >>> > > > > Isn't this entire thread OT?
>| >>> > > > >
>| >>> > > > > > -Original Message-
>| >>> > > > > > From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
>| >>> > > > > > Sent: Wednesday, August 28, 2002 4:16 PM
>| >>> > > > > > To: Struts Users Mailing List
>| >>> > > > > > Subject: RE: Are we getting off the topic
>| >>> > > > > >
>| >>> > > > > >
>| >>> > > > > > Excuse me but the joke List is over that way --->
>| >>> > > > > >
>| >>> > > > > > :-))
>| >>> > > > > >
>| >>> > > > > > Brandon
>| >>> > > > > >
>| >>> > > > > > -Original Message-
>| >>> > > > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
>| >>> > > > > > Sent: Wednesday, August 28, 2002 3:16 PM
>

RE: [OT Jokes] Are we getting off the topic

2002-08-28 Thread James Mitchell

I see YOU'VE got the whole collection too. ;)

James Mitchell
Software Engineer\Struts Evangelist
Struts-Atlanta, the "Open Minded Developer Network"
http://www.open-tools.org/struts-atlanta




> -Original Message-
> From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 28, 2002 5:47 PM
> To: 'Struts Users Mailing List'
> Subject: RE: [OT Jokes] Are we getting off the topic
>
>
> Cebuu, Cebuu,  AchooMooMooMooMoo, .
>
> > -Original Message-
> > From: Chappell, Simon P [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, August 28, 2002 4:43 PM
> > To: Struts Users Mailing List
> > Subject: RE: [OT Jokes] Are we getting off the topic
> >
> >
> > But ... Where is my hairbrush? Oh, where is my hairbrush?
> >
> > >-Original Message-
> > >From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> > >Sent: Wednesday, August 28, 2002 4:38 PM
> > >To: Struts Users Mailing List
> > >Subject: RE: [OT Jokes] Are we getting off the topic
> > >
> > >
> > >My precious cheeseburger... I'll wait for you- oh I'll
> > >wait for you-
> > >oh!
> > >
> > >-Original Message-
> > >From: James Mitchell [mailto:[EMAIL PROTECTED]]
> > >Sent: Wednesday, August 28, 2002 3:41 PM
> > >To: Struts Users Mailing List
> > >Subject: RE: [OT Jokes] Are we getting off the topic
> > >
> > >
> > >
> > >I've got slurpie ... in my EAR!!!
> > >
> > >
> > >James "...because you're my cheeseburger.." Mitchell
> > >Software Engineer\Struts Evangelist
> > >Struts-Atlanta, the "Open Minded Developer Network"
> > >http://www.open-tools.org/struts-atlanta
> > >
> > >
> > >
> > >
> > >> -Original Message-
> > >> From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > >> Sent: Wednesday, August 28, 2002 5:34 PM
> > >> To: 'Struts Users Mailing List'
> > >> Subject: RE: [OT Jokes] Are we getting off the topic
> > >>
> > >>
> > >> My bad.  Haven't watched "Rumor Weed" with my daughter for
> > >awhile  :-)
> > >>
> > >> Jerry
> > >>
> > >> > -Original Message-
> > >> > From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> > >> > Sent: Wednesday, August 28, 2002 4:28 PM
> > >> > To: Struts Users Mailing List
> > >> > Subject: RE: [OT Jokes] Are we getting off the topic
> > >> >
> > >> >
> > >> > actually is is:
> > >> > 
> > >> >  I AM THAT HERO!
> > >> > 
> > >> >
> > >> > -Original Message-
> > >> > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > >> > Sent: Wednesday, August 28, 2002 3:28 PM
> > >> > To: 'Struts Users Mailing List'
> > >> > Subject: RE: [OT Jokes] Are we getting off the topic
> > >> >
> > >> >
> > >> > 
> > >> >
> > >> >I AM THAT SUPERHERO!
> > >> >
> > >> > 
> > >> >
> > >> >
> > >> >
> > >> > > -Original Message-
> > >> > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> > >> > > Sent: Wednesday, August 28, 2002 4:30 PM
> > >> > > To: Struts Users Mailing List
> > >> > > Subject: RE: [OT Jokes] Are we getting off the topic
> > >> > >
> > >> > >
> > >> > > But your a big strong superhero
> > >> > >
> > >> > > James Mitchell
> > >> > > Software Engineer\Struts Evangelist
> > >> > > Struts-Atlanta, the "Open Minded Developer Network"
> > >> > > http://www.open-tools.org/struts-atlanta
> > >> > >
> > >> > >
> > >> > >
> > >> > >
> > >> > > > -Original Message-
> > >> > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > >> > > > Sent: Wednesday, August 28, 2002 5:25 PM
> > >> > > > To: 'Struts Users Mailing List'
> > >> > > > Subject: RE: [OT Jokes] Are we getting off the topic
> > >> > > >
> > >> > > >
> > >> > > > Hasta la Vista, Weedy!
> > >> > > >
> > >> > > > > -Original Message-
> > >> > > > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> > >> > > > > Sent: Wednesday, August 28, 2002 4:25 PM
> > >> > > > > To: [EMAIL PROTECTED]
> > >> > > > > Cc: Struts Users Mailing List
> > >> > > > > Subject: RE: [OT Jokes] Are we getting off the topic
> > >> > > > >
> > >> > > > >
> > >> > > > > 
> > >> > > > >  So did ya hear the one about Alfred?
> > >> > > > > 
> > >> > > > >
> > >> > > > >
> > >> > > > > James Mitchell
> > >> > > > > Software Engineer\Struts Evangelist
> > >> > > > > Struts-Atlanta, the "Open Minded Developer Network"
> > >> > > > > http://www.open-tools.org/struts-atlanta
> > >> > > > >
> > >> > > > >
> > >> > > > >
> > >> > > > >
> > >> > > > > > -Original Message-
> > >> > > > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > >> > > > > > Sent: Wednesday, August 28, 2002 5:20 PM
> > >> > > > > > To: 'Struts Users Mailing List'
> > >> > > > > > Subject: RE: Are we getting off the topic
> > >> > > > > >
> > >> > > > > >
> > >> > > > > > Isn't this entire thread OT?
> > >> > > > > >
> > >> > > > > > > -Original Message-
> > >> > > > > > > From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> > >> > > > > > > Sent: Wednesday, August 28, 2002 4:16 PM
> > >> > > > > > > To: Struts Users Mailing List
> > >> > > > > > > Subject: RE: Are we getting off the topic
> > >> > > > > > >
> > >> > > > > 

RE: [OT Jokes] Are we getting off the topic

2002-08-28 Thread James Mitchell

You know, someone who doesn't have young children might think we are REALLY
strange, but then, I think that anyway...DOH!!!

James Mitchell
Software Engineer\Struts Evangelist
Struts-Atlanta, the "Open Minded Developer Network"
http://www.open-tools.org/struts-atlanta




> -Original Message-
> From: Chappell, Simon P [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 28, 2002 5:43 PM
> To: Struts Users Mailing List
> Subject: RE: [OT Jokes] Are we getting off the topic
>
>
> But ... Where is my hairbrush? Oh, where is my hairbrush?
>
> >-Original Message-
> >From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> >Sent: Wednesday, August 28, 2002 4:38 PM
> >To: Struts Users Mailing List
> >Subject: RE: [OT Jokes] Are we getting off the topic
> >
> >
> >My precious cheeseburger... I'll wait for you- oh I'll
> >wait for you-
> >oh!
> >
> >-Original Message-
> >From: James Mitchell [mailto:[EMAIL PROTECTED]]
> >Sent: Wednesday, August 28, 2002 3:41 PM
> >To: Struts Users Mailing List
> >Subject: RE: [OT Jokes] Are we getting off the topic
> >
> >
> >
> >I've got slurpie ... in my EAR!!!
> >
> >
> >James "...because you're my cheeseburger.." Mitchell
> >Software Engineer\Struts Evangelist
> >Struts-Atlanta, the "Open Minded Developer Network"
> >http://www.open-tools.org/struts-atlanta
> >
> >
> >
> >
> >> -Original Message-
> >> From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> >> Sent: Wednesday, August 28, 2002 5:34 PM
> >> To: 'Struts Users Mailing List'
> >> Subject: RE: [OT Jokes] Are we getting off the topic
> >>
> >>
> >> My bad.  Haven't watched "Rumor Weed" with my daughter for
> >awhile  :-)
> >>
> >> Jerry
> >>
> >> > -Original Message-
> >> > From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> >> > Sent: Wednesday, August 28, 2002 4:28 PM
> >> > To: Struts Users Mailing List
> >> > Subject: RE: [OT Jokes] Are we getting off the topic
> >> >
> >> >
> >> > actually is is:
> >> > 
> >> >  I AM THAT HERO!
> >> > 
> >> >
> >> > -Original Message-
> >> > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> >> > Sent: Wednesday, August 28, 2002 3:28 PM
> >> > To: 'Struts Users Mailing List'
> >> > Subject: RE: [OT Jokes] Are we getting off the topic
> >> >
> >> >
> >> > 
> >> >
> >> >  I AM THAT SUPERHERO!
> >> >
> >> > 
> >> >
> >> >
> >> >
> >> > > -Original Message-
> >> > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> >> > > Sent: Wednesday, August 28, 2002 4:30 PM
> >> > > To: Struts Users Mailing List
> >> > > Subject: RE: [OT Jokes] Are we getting off the topic
> >> > >
> >> > >
> >> > > But your a big strong superhero
> >> > >
> >> > > James Mitchell
> >> > > Software Engineer\Struts Evangelist
> >> > > Struts-Atlanta, the "Open Minded Developer Network"
> >> > > http://www.open-tools.org/struts-atlanta
> >> > >
> >> > >
> >> > >
> >> > >
> >> > > > -Original Message-
> >> > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> >> > > > Sent: Wednesday, August 28, 2002 5:25 PM
> >> > > > To: 'Struts Users Mailing List'
> >> > > > Subject: RE: [OT Jokes] Are we getting off the topic
> >> > > >
> >> > > >
> >> > > > Hasta la Vista, Weedy!
> >> > > >
> >> > > > > -Original Message-
> >> > > > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> >> > > > > Sent: Wednesday, August 28, 2002 4:25 PM
> >> > > > > To: [EMAIL PROTECTED]
> >> > > > > Cc: Struts Users Mailing List
> >> > > > > Subject: RE: [OT Jokes] Are we getting off the topic
> >> > > > >
> >> > > > >
> >> > > > > 
> >> > > > >  So did ya hear the one about Alfred?
> >> > > > > 
> >> > > > >
> >> > > > >
> >> > > > > James Mitchell
> >> > > > > Software Engineer\Struts Evangelist
> >> > > > > Struts-Atlanta, the "Open Minded Developer Network"
> >> > > > > http://www.open-tools.org/struts-atlanta
> >> > > > >
> >> > > > >
> >> > > > >
> >> > > > >
> >> > > > > > -Original Message-
> >> > > > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> >> > > > > > Sent: Wednesday, August 28, 2002 5:20 PM
> >> > > > > > To: 'Struts Users Mailing List'
> >> > > > > > Subject: RE: Are we getting off the topic
> >> > > > > >
> >> > > > > >
> >> > > > > > Isn't this entire thread OT?
> >> > > > > >
> >> > > > > > > -Original Message-
> >> > > > > > > From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> >> > > > > > > Sent: Wednesday, August 28, 2002 4:16 PM
> >> > > > > > > To: Struts Users Mailing List
> >> > > > > > > Subject: RE: Are we getting off the topic
> >> > > > > > >
> >> > > > > > >
> >> > > > > > > Excuse me but the joke List is over that way --->
> >> > > > > > >
> >> > > > > > > :-))
> >> > > > > > >
> >> > > > > > > Brandon
> >> > > > > > >
> >> > > > > > > -Original Message-
> >> > > > > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> >> > > > > > > Sent: Wednesday, August 28, 2002 3:16 PM
> >> > > > > > > To: 'Struts Users Mailing List'
> >> > > > > > > Subject: RE: Are we getting off the topic
> >> > > > > > >
> >> > > > > > >

RE: [OT Jokes] Are we getting off the topic

2002-08-28 Thread Jacob Hookom

Hey everyone, thanks for the 50 OT postings to struts-user

| -Original Message-
| From: Chappell, Simon P [mailto:[EMAIL PROTECTED]]
| Sent: Wednesday, August 28, 2002 4:42 PM
| To: Struts Users Mailing List
| Subject: RE: [OT Jokes] Are we getting off the topic
| 
| [EMAIL PROTECTED]
| 
| How soon can we get this? I think this would be perfect!!!
| 
| >-Original Message-
| >From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
| >Sent: Wednesday, August 28, 2002 4:37 PM
| >To: Struts Users Mailing List
| >Subject: RE: [OT Jokes] Are we getting off the topic
| >
| >
| >Larry Boy and the Angry Eyebrow.. Very cool. But honestly. Are
| >we just being
| >mean now to continue this thread. THis a  good reason to have a
| >[EMAIL PROTECTED]
| >
| >Brandon
| >
| >-Original Message-
| >From: Chappell, Simon P [mailto:[EMAIL PROTECTED]]
| >Sent: Wednesday, August 28, 2002 3:36 PM
| >To: Struts Users Mailing List
| >Subject: RE: [OT Jokes] Are we getting off the topic
| >
| >
| >I'm looking forward to that one being available on DVD! (We
| >chose not to do
| >the TV thing, so we watch stuff on DVD on the computer! :-)
| >
| >Rack, Shack and Benny is good! :-)
| >
| >>-Original Message-
| >>From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
| >>Sent: Wednesday, August 28, 2002 4:34 PM
| >>To: 'Struts Users Mailing List'
| >>Subject: RE: [OT Jokes] Are we getting off the topic
| >>
| >>
| >>My bad.  Haven't watched "Rumor Weed" with my daughter for
| >>awhile  :-)
| >>
| >>Jerry
| >>
| >>> -Original Message-
| >>> From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
| >>> Sent: Wednesday, August 28, 2002 4:28 PM
| >>> To: Struts Users Mailing List
| >>> Subject: RE: [OT Jokes] Are we getting off the topic
| >>>
| >>>
| >>> actually is is:
| >>> 
| >>>  I AM THAT HERO!
| >>> 
| >>>
| >>> -Original Message-
| >>> From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
| >>> Sent: Wednesday, August 28, 2002 3:28 PM
| >>> To: 'Struts Users Mailing List'
| >>> Subject: RE: [OT Jokes] Are we getting off the topic
| >>>
| >>>
| >>> 
| >>>
| >>>   I AM THAT SUPERHERO!
| >>>
| >>> 
| >>>
| >>>
| >>>
| >>> > -Original Message-
| >>> > From: James Mitchell [mailto:[EMAIL PROTECTED]]
| >>> > Sent: Wednesday, August 28, 2002 4:30 PM
| >>> > To: Struts Users Mailing List
| >>> > Subject: RE: [OT Jokes] Are we getting off the topic
| >>> >
| >>> >
| >>> > But your a big strong superhero
| >>> >
| >>> > James Mitchell
| >>> > Software Engineer\Struts Evangelist
| >>> > Struts-Atlanta, the "Open Minded Developer Network"
| >>> > http://www.open-tools.org/struts-atlanta
| >>> >
| >>> >
| >>> >
| >>> >
| >>> > > -Original Message-
| >>> > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
| >>> > > Sent: Wednesday, August 28, 2002 5:25 PM
| >>> > > To: 'Struts Users Mailing List'
| >>> > > Subject: RE: [OT Jokes] Are we getting off the topic
| >>> > >
| >>> > >
| >>> > > Hasta la Vista, Weedy!
| >>> > >
| >>> > > > -Original Message-
| >>> > > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
| >>> > > > Sent: Wednesday, August 28, 2002 4:25 PM
| >>> > > > To: [EMAIL PROTECTED]
| >>> > > > Cc: Struts Users Mailing List
| >>> > > > Subject: RE: [OT Jokes] Are we getting off the topic
| >>> > > >
| >>> > > >
| >>> > > > 
| >>> > > >  So did ya hear the one about Alfred?
| >>> > > > 
| >>> > > >
| >>> > > >
| >>> > > > James Mitchell
| >>> > > > Software Engineer\Struts Evangelist
| >>> > > > Struts-Atlanta, the "Open Minded Developer Network"
| >>> > > > http://www.open-tools.org/struts-atlanta
| >>> > > >
| >>> > > >
| >>> > > >
| >>> > > >
| >>> > > > > -Original Message-
| >>> > > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
| >>> > > > > Sent: Wednesday, August 28, 2002 5:20 PM
| >>> > > > > To: 'Struts Users Mailing List'
| >>> > > > > Subject: RE: Are we getting off the topic
| >>> > > > >
| >>> > > > >
| >>> > > > > Isn't this entire thread OT?
| >>> > > > >
| >>> > > > > > -Original Message-
| >>> > > > > > From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
| >>> > > > > > Sent: Wednesday, August 28, 2002 4:16 PM
| >>> > > > > > To: Struts Users Mailing List
| >>> > > > > > Subject: RE: Are we getting off the topic
| >>> > > > > >
| >>> > > > > >
| >>> > > > > > Excuse me but the joke List is over that way --->
| >>> > > > > >
| >>> > > > > > :-))
| >>> > > > > >
| >>> > > > > > Brandon
| >>> > > > > >
| >>> > > > > > -Original Message-
| >>> > > > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
| >>> > > > > > Sent: Wednesday, August 28, 2002 3:16 PM
| >>> > > > > > To: 'Struts Users Mailing List'
| >>> > > > > > Subject: RE: Are we getting off the topic
| >>> > > > > >
| >>> > > > > >
| >>> > > > > > There's one in every crowd
| >>> > > > > >
| >>> > > > > > :-)
| >>> > > > > >
| >>> > > > > > Jerry
| >>> > > > > >
| >>> > > > > > > -Original Message-
| >>> > > > > > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
| >>> > >

RE: [OT Jokes] Are we getting off the topic

2002-08-28 Thread Jerry Jalenak

Cebuu, Cebuu,  AchooMooMooMooMoo, .

> -Original Message-
> From: Chappell, Simon P [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 28, 2002 4:43 PM
> To: Struts Users Mailing List
> Subject: RE: [OT Jokes] Are we getting off the topic
> 
> 
> But ... Where is my hairbrush? Oh, where is my hairbrush?
> 
> >-Original Message-
> >From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> >Sent: Wednesday, August 28, 2002 4:38 PM
> >To: Struts Users Mailing List
> >Subject: RE: [OT Jokes] Are we getting off the topic
> >
> >
> >My precious cheeseburger... I'll wait for you- oh I'll 
> >wait for you-
> >oh!
> >
> >-Original Message-
> >From: James Mitchell [mailto:[EMAIL PROTECTED]]
> >Sent: Wednesday, August 28, 2002 3:41 PM
> >To: Struts Users Mailing List
> >Subject: RE: [OT Jokes] Are we getting off the topic
> >
> >
> >
> >I've got slurpie ... in my EAR!!!
> >
> >
> >James "...because you're my cheeseburger.." Mitchell
> >Software Engineer\Struts Evangelist
> >Struts-Atlanta, the "Open Minded Developer Network"
> >http://www.open-tools.org/struts-atlanta
> >
> >
> >
> >
> >> -Original Message-
> >> From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> >> Sent: Wednesday, August 28, 2002 5:34 PM
> >> To: 'Struts Users Mailing List'
> >> Subject: RE: [OT Jokes] Are we getting off the topic
> >>
> >>
> >> My bad.  Haven't watched "Rumor Weed" with my daughter for 
> >awhile  :-)
> >>
> >> Jerry
> >>
> >> > -Original Message-
> >> > From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> >> > Sent: Wednesday, August 28, 2002 4:28 PM
> >> > To: Struts Users Mailing List
> >> > Subject: RE: [OT Jokes] Are we getting off the topic
> >> >
> >> >
> >> > actually is is:
> >> > 
> >> >  I AM THAT HERO!
> >> > 
> >> >
> >> > -Original Message-
> >> > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> >> > Sent: Wednesday, August 28, 2002 3:28 PM
> >> > To: 'Struts Users Mailing List'
> >> > Subject: RE: [OT Jokes] Are we getting off the topic
> >> >
> >> >
> >> > 
> >> >
> >> >  I AM THAT SUPERHERO!
> >> >
> >> > 
> >> >
> >> >
> >> >
> >> > > -Original Message-
> >> > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> >> > > Sent: Wednesday, August 28, 2002 4:30 PM
> >> > > To: Struts Users Mailing List
> >> > > Subject: RE: [OT Jokes] Are we getting off the topic
> >> > >
> >> > >
> >> > > But your a big strong superhero
> >> > >
> >> > > James Mitchell
> >> > > Software Engineer\Struts Evangelist
> >> > > Struts-Atlanta, the "Open Minded Developer Network"
> >> > > http://www.open-tools.org/struts-atlanta
> >> > >
> >> > >
> >> > >
> >> > >
> >> > > > -Original Message-
> >> > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> >> > > > Sent: Wednesday, August 28, 2002 5:25 PM
> >> > > > To: 'Struts Users Mailing List'
> >> > > > Subject: RE: [OT Jokes] Are we getting off the topic
> >> > > >
> >> > > >
> >> > > > Hasta la Vista, Weedy!
> >> > > >
> >> > > > > -Original Message-
> >> > > > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> >> > > > > Sent: Wednesday, August 28, 2002 4:25 PM
> >> > > > > To: [EMAIL PROTECTED]
> >> > > > > Cc: Struts Users Mailing List
> >> > > > > Subject: RE: [OT Jokes] Are we getting off the topic
> >> > > > >
> >> > > > >
> >> > > > > 
> >> > > > >  So did ya hear the one about Alfred?
> >> > > > > 
> >> > > > >
> >> > > > >
> >> > > > > James Mitchell
> >> > > > > Software Engineer\Struts Evangelist
> >> > > > > Struts-Atlanta, the "Open Minded Developer Network"
> >> > > > > http://www.open-tools.org/struts-atlanta
> >> > > > >
> >> > > > >
> >> > > > >
> >> > > > >
> >> > > > > > -Original Message-
> >> > > > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> >> > > > > > Sent: Wednesday, August 28, 2002 5:20 PM
> >> > > > > > To: 'Struts Users Mailing List'
> >> > > > > > Subject: RE: Are we getting off the topic
> >> > > > > >
> >> > > > > >
> >> > > > > > Isn't this entire thread OT?
> >> > > > > >
> >> > > > > > > -Original Message-
> >> > > > > > > From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> >> > > > > > > Sent: Wednesday, August 28, 2002 4:16 PM
> >> > > > > > > To: Struts Users Mailing List
> >> > > > > > > Subject: RE: Are we getting off the topic
> >> > > > > > >
> >> > > > > > >
> >> > > > > > > Excuse me but the joke List is over that way --->
> >> > > > > > >
> >> > > > > > > :-))
> >> > > > > > >
> >> > > > > > > Brandon
> >> > > > > > >
> >> > > > > > > -Original Message-
> >> > > > > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> >> > > > > > > Sent: Wednesday, August 28, 2002 3:16 PM
> >> > > > > > > To: 'Struts Users Mailing List'
> >> > > > > > > Subject: RE: Are we getting off the topic
> >> > > > > > >
> >> > > > > > >
> >> > > > > > > There's one in every crowd
> >> > > > > > >
> >> > > > > > > :-)
> >> > > > > > >
> >> > > > > > > Jerry
> >> > > > > > >
> >> > > > > > > > -Original Message-
> >> > > > > > > > From: Jame

RE: [place topic here] Are we getting off the topic

2002-08-28 Thread James Mitchell

One interesting way might be to have [topic] prefix on threads.

Sort of like they do over in commons.  It helps with organization of mail
and quick filtering (and deleting).

I wouldn't mind seeing...
[DynaForms]
[Validator]
[Logging]
[DTD]
[EJB]
[i18n]
[IDE]
[JSTL]
[Modules] or [Sub-Apps]
[Struts-Example]
[Tiles]
[SOAP]
[Taglib]
[UML]

I could list 50 more..but you get the idea.

Your thoughts?


James Mitchell
Software Engineer\Struts Evangelist
Struts-Atlanta, the "Open Minded Developer Network"
http://www.open-tools.org/struts-atlanta




> -Original Message-
> From: John Nicholas [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 28, 2002 5:32 PM
> To: Struts Users Mailing List
> Subject: Re: Are we getting off the topic
>
>
> Tero P Paananen wrote:
> >>This board is too valuable to me. Any thoughts?
> >>Agree... Disagree?
> >
> >
> > Agree STRONGLY.
> >
> > There's a reason why I subscribe to Struts mailing list
> > and not to "General Java" or "Tomcat Debug" mailing list.
> >
> The posts about general Java and Tomcat issues are going to be hard to
> control since
> they are mostly from newbies but maybe a "struts-integration" board to
> hold the common
> side conversations about DAOs, Persistance Layers, XML etc would work.
>
>
>
>
>
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:




--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: [OT Jokes] Are we getting off the topic

2002-08-28 Thread James Mitchell

LOLROTF!!

James Mitchell
Software Engineer\Struts Evangelist
Struts-Atlanta, the "Open Minded Developer Network"
http://www.open-tools.org/struts-atlanta




> -Original Message-
> From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 28, 2002 5:41 PM
> To: 'Struts Users Mailing List'
> Subject: RE: [OT Jokes] Are we getting off the topic
>
>
> Maybe instead of an struts OT board, we start a 'Pirates who don't do
> Anything!' board!
>
> Jerry 'You look like Captain Crunch' Jalenak
>
> > -Original Message-
> > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, August 28, 2002 4:41 PM
> > To: Struts Users Mailing List
> > Subject: RE: [OT Jokes] Are we getting off the topic
> >
> >
> >
> > I've got slurpie ... in my EAR!!!
> >
> >
> > James "...because you're my cheeseburger.." Mitchell
> > Software Engineer\Struts Evangelist
> > Struts-Atlanta, the "Open Minded Developer Network"
> > http://www.open-tools.org/struts-atlanta
> >
> >
> >
> >
> > > -Original Message-
> > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > > Sent: Wednesday, August 28, 2002 5:34 PM
> > > To: 'Struts Users Mailing List'
> > > Subject: RE: [OT Jokes] Are we getting off the topic
> > >
> > >
> > > My bad.  Haven't watched "Rumor Weed" with my daughter for
> > awhile  :-)
> > >
> > > Jerry
> > >
> > > > -Original Message-
> > > > From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> > > > Sent: Wednesday, August 28, 2002 4:28 PM
> > > > To: Struts Users Mailing List
> > > > Subject: RE: [OT Jokes] Are we getting off the topic
> > > >
> > > >
> > > > actually is is:
> > > > 
> > > >  I AM THAT HERO!
> > > > 
> > > >
> > > > -Original Message-
> > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > > > Sent: Wednesday, August 28, 2002 3:28 PM
> > > > To: 'Struts Users Mailing List'
> > > > Subject: RE: [OT Jokes] Are we getting off the topic
> > > >
> > > >
> > > > 
> > > >
> > > > I AM THAT SUPERHERO!
> > > >
> > > > 
> > > >
> > > >
> > > >
> > > > > -Original Message-
> > > > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> > > > > Sent: Wednesday, August 28, 2002 4:30 PM
> > > > > To: Struts Users Mailing List
> > > > > Subject: RE: [OT Jokes] Are we getting off the topic
> > > > >
> > > > >
> > > > > But your a big strong superhero
> > > > >
> > > > > James Mitchell
> > > > > Software Engineer\Struts Evangelist
> > > > > Struts-Atlanta, the "Open Minded Developer Network"
> > > > > http://www.open-tools.org/struts-atlanta
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > > -Original Message-
> > > > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > > > > > Sent: Wednesday, August 28, 2002 5:25 PM
> > > > > > To: 'Struts Users Mailing List'
> > > > > > Subject: RE: [OT Jokes] Are we getting off the topic
> > > > > >
> > > > > >
> > > > > > Hasta la Vista, Weedy!
> > > > > >
> > > > > > > -Original Message-
> > > > > > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> > > > > > > Sent: Wednesday, August 28, 2002 4:25 PM
> > > > > > > To: [EMAIL PROTECTED]
> > > > > > > Cc: Struts Users Mailing List
> > > > > > > Subject: RE: [OT Jokes] Are we getting off the topic
> > > > > > >
> > > > > > >
> > > > > > > 
> > > > > > >  So did ya hear the one about Alfred?
> > > > > > > 
> > > > > > >
> > > > > > >
> > > > > > > James Mitchell
> > > > > > > Software Engineer\Struts Evangelist
> > > > > > > Struts-Atlanta, the "Open Minded Developer Network"
> > > > > > > http://www.open-tools.org/struts-atlanta
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > > -Original Message-
> > > > > > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > > > > > > > Sent: Wednesday, August 28, 2002 5:20 PM
> > > > > > > > To: 'Struts Users Mailing List'
> > > > > > > > Subject: RE: Are we getting off the topic
> > > > > > > >
> > > > > > > >
> > > > > > > > Isn't this entire thread OT?
> > > > > > > >
> > > > > > > > > -Original Message-
> > > > > > > > > From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> > > > > > > > > Sent: Wednesday, August 28, 2002 4:16 PM
> > > > > > > > > To: Struts Users Mailing List
> > > > > > > > > Subject: RE: Are we getting off the topic
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > Excuse me but the joke List is over that way --->
> > > > > > > > >
> > > > > > > > > :-))
> > > > > > > > >
> > > > > > > > > Brandon
> > > > > > > > >
> > > > > > > > > -Original Message-
> > > > > > > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > > > > > > > > Sent: Wednesday, August 28, 2002 3:16 PM
> > > > > > > > > To: 'Struts Users Mailing List'
> > > > > > > > > Subject: RE: Are we getting off the topic
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > There's one in every crowd
> > > > > > > > >
> > > > > > > > > :-)
> > > > > > > > >
> > > > > > > > > Jerry
> > > > > > > > >
> > > > > > > > > > -Original Message-
> > > > > > > > > > Fr

RE: [OT Jokes] Are we getting off the topic

2002-08-28 Thread Chappell, Simon P

But ... Where is my hairbrush? Oh, where is my hairbrush?

>-Original Message-
>From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
>Sent: Wednesday, August 28, 2002 4:38 PM
>To: Struts Users Mailing List
>Subject: RE: [OT Jokes] Are we getting off the topic
>
>
>My precious cheeseburger... I'll wait for you- oh I'll 
>wait for you-
>oh!
>
>-Original Message-
>From: James Mitchell [mailto:[EMAIL PROTECTED]]
>Sent: Wednesday, August 28, 2002 3:41 PM
>To: Struts Users Mailing List
>Subject: RE: [OT Jokes] Are we getting off the topic
>
>
>
>I've got slurpie ... in my EAR!!!
>
>
>James "...because you're my cheeseburger.." Mitchell
>Software Engineer\Struts Evangelist
>Struts-Atlanta, the "Open Minded Developer Network"
>http://www.open-tools.org/struts-atlanta
>
>
>
>
>> -Original Message-
>> From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
>> Sent: Wednesday, August 28, 2002 5:34 PM
>> To: 'Struts Users Mailing List'
>> Subject: RE: [OT Jokes] Are we getting off the topic
>>
>>
>> My bad.  Haven't watched "Rumor Weed" with my daughter for 
>awhile  :-)
>>
>> Jerry
>>
>> > -Original Message-
>> > From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
>> > Sent: Wednesday, August 28, 2002 4:28 PM
>> > To: Struts Users Mailing List
>> > Subject: RE: [OT Jokes] Are we getting off the topic
>> >
>> >
>> > actually is is:
>> > 
>> >  I AM THAT HERO!
>> > 
>> >
>> > -Original Message-
>> > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
>> > Sent: Wednesday, August 28, 2002 3:28 PM
>> > To: 'Struts Users Mailing List'
>> > Subject: RE: [OT Jokes] Are we getting off the topic
>> >
>> >
>> > 
>> >
>> >I AM THAT SUPERHERO!
>> >
>> > 
>> >
>> >
>> >
>> > > -Original Message-
>> > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
>> > > Sent: Wednesday, August 28, 2002 4:30 PM
>> > > To: Struts Users Mailing List
>> > > Subject: RE: [OT Jokes] Are we getting off the topic
>> > >
>> > >
>> > > But your a big strong superhero
>> > >
>> > > James Mitchell
>> > > Software Engineer\Struts Evangelist
>> > > Struts-Atlanta, the "Open Minded Developer Network"
>> > > http://www.open-tools.org/struts-atlanta
>> > >
>> > >
>> > >
>> > >
>> > > > -Original Message-
>> > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
>> > > > Sent: Wednesday, August 28, 2002 5:25 PM
>> > > > To: 'Struts Users Mailing List'
>> > > > Subject: RE: [OT Jokes] Are we getting off the topic
>> > > >
>> > > >
>> > > > Hasta la Vista, Weedy!
>> > > >
>> > > > > -Original Message-
>> > > > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
>> > > > > Sent: Wednesday, August 28, 2002 4:25 PM
>> > > > > To: [EMAIL PROTECTED]
>> > > > > Cc: Struts Users Mailing List
>> > > > > Subject: RE: [OT Jokes] Are we getting off the topic
>> > > > >
>> > > > >
>> > > > > 
>> > > > >  So did ya hear the one about Alfred?
>> > > > > 
>> > > > >
>> > > > >
>> > > > > James Mitchell
>> > > > > Software Engineer\Struts Evangelist
>> > > > > Struts-Atlanta, the "Open Minded Developer Network"
>> > > > > http://www.open-tools.org/struts-atlanta
>> > > > >
>> > > > >
>> > > > >
>> > > > >
>> > > > > > -Original Message-
>> > > > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
>> > > > > > Sent: Wednesday, August 28, 2002 5:20 PM
>> > > > > > To: 'Struts Users Mailing List'
>> > > > > > Subject: RE: Are we getting off the topic
>> > > > > >
>> > > > > >
>> > > > > > Isn't this entire thread OT?
>> > > > > >
>> > > > > > > -Original Message-
>> > > > > > > From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
>> > > > > > > Sent: Wednesday, August 28, 2002 4:16 PM
>> > > > > > > To: Struts Users Mailing List
>> > > > > > > Subject: RE: Are we getting off the topic
>> > > > > > >
>> > > > > > >
>> > > > > > > Excuse me but the joke List is over that way --->
>> > > > > > >
>> > > > > > > :-))
>> > > > > > >
>> > > > > > > Brandon
>> > > > > > >
>> > > > > > > -Original Message-
>> > > > > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
>> > > > > > > Sent: Wednesday, August 28, 2002 3:16 PM
>> > > > > > > To: 'Struts Users Mailing List'
>> > > > > > > Subject: RE: Are we getting off the topic
>> > > > > > >
>> > > > > > >
>> > > > > > > There's one in every crowd
>> > > > > > >
>> > > > > > > :-)
>> > > > > > >
>> > > > > > > Jerry
>> > > > > > >
>> > > > > > > > -Original Message-
>> > > > > > > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
>> > > > > > > > Sent: Wednesday, August 28, 2002 4:18 PM
>> > > > > > > > To: Struts Users Mailing List
>> > > > > > > > Subject: RE: Are we getting off the topic
>> > > > > > > >
>> > > > > > > >
>> > > > > > > > So when is 1.1 going to be released?
>> > > > > > > >
>> > > > > > > > James Mitchell
>> > > > > > > > Software Engineer\Struts Evangelist
>> > > > > > > > Struts-Atlanta, the "Open Minded Developer Network"
>> > > > > > > > http://www.open-tools.org/struts-atlanta
>> > > > > > > >
>> > > > > > > >
>> > > > > > > >
>> > 

RE: [OT Jokes] Are we getting off the topic

2002-08-28 Thread Chappell, Simon P

[EMAIL PROTECTED]

How soon can we get this? I think this would be perfect!!!

>-Original Message-
>From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
>Sent: Wednesday, August 28, 2002 4:37 PM
>To: Struts Users Mailing List
>Subject: RE: [OT Jokes] Are we getting off the topic
>
>
>Larry Boy and the Angry Eyebrow.. Very cool. But honestly. Are 
>we just being
>mean now to continue this thread. THis a  good reason to have a
>[EMAIL PROTECTED]
>
>Brandon
>
>-Original Message-
>From: Chappell, Simon P [mailto:[EMAIL PROTECTED]]
>Sent: Wednesday, August 28, 2002 3:36 PM
>To: Struts Users Mailing List
>Subject: RE: [OT Jokes] Are we getting off the topic
>
>
>I'm looking forward to that one being available on DVD! (We 
>chose not to do
>the TV thing, so we watch stuff on DVD on the computer! :-)
>
>Rack, Shack and Benny is good! :-)
>
>>-Original Message-
>>From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
>>Sent: Wednesday, August 28, 2002 4:34 PM
>>To: 'Struts Users Mailing List'
>>Subject: RE: [OT Jokes] Are we getting off the topic
>>
>>
>>My bad.  Haven't watched "Rumor Weed" with my daughter for
>>awhile  :-)
>>
>>Jerry
>>
>>> -Original Message-
>>> From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
>>> Sent: Wednesday, August 28, 2002 4:28 PM
>>> To: Struts Users Mailing List
>>> Subject: RE: [OT Jokes] Are we getting off the topic
>>>
>>>
>>> actually is is:
>>> 
>>>  I AM THAT HERO!
>>> 
>>>
>>> -Original Message-
>>> From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
>>> Sent: Wednesday, August 28, 2002 3:28 PM
>>> To: 'Struts Users Mailing List'
>>> Subject: RE: [OT Jokes] Are we getting off the topic
>>>
>>>
>>> 
>>>
>>> I AM THAT SUPERHERO!
>>>
>>> 
>>>
>>>
>>>
>>> > -Original Message-
>>> > From: James Mitchell [mailto:[EMAIL PROTECTED]]
>>> > Sent: Wednesday, August 28, 2002 4:30 PM
>>> > To: Struts Users Mailing List
>>> > Subject: RE: [OT Jokes] Are we getting off the topic
>>> >
>>> >
>>> > But your a big strong superhero
>>> >
>>> > James Mitchell
>>> > Software Engineer\Struts Evangelist
>>> > Struts-Atlanta, the "Open Minded Developer Network"
>>> > http://www.open-tools.org/struts-atlanta
>>> >
>>> >
>>> >
>>> >
>>> > > -Original Message-
>>> > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
>>> > > Sent: Wednesday, August 28, 2002 5:25 PM
>>> > > To: 'Struts Users Mailing List'
>>> > > Subject: RE: [OT Jokes] Are we getting off the topic
>>> > >
>>> > >
>>> > > Hasta la Vista, Weedy!
>>> > >
>>> > > > -Original Message-
>>> > > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
>>> > > > Sent: Wednesday, August 28, 2002 4:25 PM
>>> > > > To: [EMAIL PROTECTED]
>>> > > > Cc: Struts Users Mailing List
>>> > > > Subject: RE: [OT Jokes] Are we getting off the topic
>>> > > >
>>> > > >
>>> > > > 
>>> > > >  So did ya hear the one about Alfred?
>>> > > > 
>>> > > >
>>> > > >
>>> > > > James Mitchell
>>> > > > Software Engineer\Struts Evangelist
>>> > > > Struts-Atlanta, the "Open Minded Developer Network"
>>> > > > http://www.open-tools.org/struts-atlanta
>>> > > >
>>> > > >
>>> > > >
>>> > > >
>>> > > > > -Original Message-
>>> > > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
>>> > > > > Sent: Wednesday, August 28, 2002 5:20 PM
>>> > > > > To: 'Struts Users Mailing List'
>>> > > > > Subject: RE: Are we getting off the topic
>>> > > > >
>>> > > > >
>>> > > > > Isn't this entire thread OT?
>>> > > > >
>>> > > > > > -Original Message-
>>> > > > > > From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
>>> > > > > > Sent: Wednesday, August 28, 2002 4:16 PM
>>> > > > > > To: Struts Users Mailing List
>>> > > > > > Subject: RE: Are we getting off the topic
>>> > > > > >
>>> > > > > >
>>> > > > > > Excuse me but the joke List is over that way --->
>>> > > > > >
>>> > > > > > :-))
>>> > > > > >
>>> > > > > > Brandon
>>> > > > > >
>>> > > > > > -Original Message-
>>> > > > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
>>> > > > > > Sent: Wednesday, August 28, 2002 3:16 PM
>>> > > > > > To: 'Struts Users Mailing List'
>>> > > > > > Subject: RE: Are we getting off the topic
>>> > > > > >
>>> > > > > >
>>> > > > > > There's one in every crowd
>>> > > > > >
>>> > > > > > :-)
>>> > > > > >
>>> > > > > > Jerry
>>> > > > > >
>>> > > > > > > -Original Message-
>>> > > > > > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
>>> > > > > > > Sent: Wednesday, August 28, 2002 4:18 PM
>>> > > > > > > To: Struts Users Mailing List
>>> > > > > > > Subject: RE: Are we getting off the topic
>>> > > > > > >
>>> > > > > > >
>>> > > > > > > So when is 1.1 going to be released?
>>> > > > > > >
>>> > > > > > > James Mitchell
>>> > > > > > > Software Engineer\Struts Evangelist
>>> > > > > > > Struts-Atlanta, the "Open Minded Developer Network"
>>> > > > > > > http://www.open-tools.org/struts-atlanta
>>> > > > > > >
>>> > > > > > >
>>> > > > > > >
>>> > > > > > >
>>> > > > > > > > -Original Message-
>>> > > >

Re: struts-config windows 2 unix? No Action Instance

2002-08-28 Thread Max Cooper

So, just to double-check these things...

dbopsAction.java has "package ecapp;" at the top, and you compiled that
version to get the dbopsAction.class file in WEB-INF/classes/ecapp.

I see your struts-config.xml and that looks right.

You made a request for http://yourserver:port/contextPath/dbopsAction.do?
Assuming your app has been deployed with the context path of "contextPath".

If you've got all those things covered, it should work. You have this same
app (all the same files, you made the same request to the server, etc.)
working on Windows? Or is the setup/request slightly different?

-Max

- Original Message -
From: "slickdev" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Wednesday, August 28, 2002 11:13 AM
Subject: Re: struts-config windows 2 unix? No Action Instance


> yeah, it's packaged at
>  WEB-INF/classes/ecapp
>
> I also set the struts-config action mapping thus:
>
>  
>  path="/dbopsAction"
>   type="ecapp.dbopsAction"
>scope="request">
>  
>
> On winturd$, it runs fine either packaged, or not packaged (that is, i
have
> two separately compiled versions: one with a package statement; one
> without).  Neither works on unix.  It has to be something really simple.
I
> dropped the struts taglib example onto the sun tomcat server, and it works
> OK... but not my app.
>
>
> - Original Message -
> From: "Kevin A. Smith" <[EMAIL PROTECTED]>
> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> Sent: Wednesday, August 28, 2002 1:03 PM
> Subject: RE: struts-config windows 2 unix? No Action Instance
>
>
> Here's a silly question that's bit me a few times: are you sure that the
> .class file is physically packaged in the webapp?
>
> -Original Message-
> From: slickdev [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 28, 2002 2:02 PM
> To: Struts Users Mailing List
> Subject: Re: struts-config windows 2 unix? No Action Instance
>
>
> thanks all... i find that the http status 500 problem is not from extra
> control char's in the config, although i did clean the config file with
> dos2unix anyway.
>
> still getting:
>
>   error 500: no action instance for 
>
> ??
>
>
>
>
>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:

>
>


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: [OT Jokes] Are we getting off the topic

2002-08-28 Thread Jerry Jalenak

Probably. Is it friday?

> -Original Message-
> From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 28, 2002 4:37 PM
> To: Struts Users Mailing List
> Subject: RE: [OT Jokes] Are we getting off the topic
> 
> 
> Larry Boy and the Angry Eyebrow.. Very cool. But honestly. 
> Are we just being
> mean now to continue this thread. THis a  good reason to have a
> [EMAIL PROTECTED]
> 
> Brandon
> 
> -Original Message-
> From: Chappell, Simon P [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 28, 2002 3:36 PM
> To: Struts Users Mailing List
> Subject: RE: [OT Jokes] Are we getting off the topic
> 
> 
> I'm looking forward to that one being available on DVD! (We 
> chose not to do
> the TV thing, so we watch stuff on DVD on the computer! :-)
> 
> Rack, Shack and Benny is good! :-)
> 
> >-Original Message-
> >From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> >Sent: Wednesday, August 28, 2002 4:34 PM
> >To: 'Struts Users Mailing List'
> >Subject: RE: [OT Jokes] Are we getting off the topic
> >
> >
> >My bad.  Haven't watched "Rumor Weed" with my daughter for
> >awhile  :-)
> >
> >Jerry
> >
> >> -Original Message-
> >> From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> >> Sent: Wednesday, August 28, 2002 4:28 PM
> >> To: Struts Users Mailing List
> >> Subject: RE: [OT Jokes] Are we getting off the topic
> >>
> >>
> >> actually is is:
> >> 
> >>  I AM THAT HERO!
> >> 
> >>
> >> -Original Message-
> >> From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> >> Sent: Wednesday, August 28, 2002 3:28 PM
> >> To: 'Struts Users Mailing List'
> >> Subject: RE: [OT Jokes] Are we getting off the topic
> >>
> >>
> >> 
> >>
> >>I AM THAT SUPERHERO!
> >>
> >> 
> >>
> >>
> >>
> >> > -Original Message-
> >> > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> >> > Sent: Wednesday, August 28, 2002 4:30 PM
> >> > To: Struts Users Mailing List
> >> > Subject: RE: [OT Jokes] Are we getting off the topic
> >> >
> >> >
> >> > But your a big strong superhero
> >> >
> >> > James Mitchell
> >> > Software Engineer\Struts Evangelist
> >> > Struts-Atlanta, the "Open Minded Developer Network"
> >> > http://www.open-tools.org/struts-atlanta
> >> >
> >> >
> >> >
> >> >
> >> > > -Original Message-
> >> > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> >> > > Sent: Wednesday, August 28, 2002 5:25 PM
> >> > > To: 'Struts Users Mailing List'
> >> > > Subject: RE: [OT Jokes] Are we getting off the topic
> >> > >
> >> > >
> >> > > Hasta la Vista, Weedy!
> >> > >
> >> > > > -Original Message-
> >> > > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> >> > > > Sent: Wednesday, August 28, 2002 4:25 PM
> >> > > > To: [EMAIL PROTECTED]
> >> > > > Cc: Struts Users Mailing List
> >> > > > Subject: RE: [OT Jokes] Are we getting off the topic
> >> > > >
> >> > > >
> >> > > > 
> >> > > >  So did ya hear the one about Alfred?
> >> > > > 
> >> > > >
> >> > > >
> >> > > > James Mitchell
> >> > > > Software Engineer\Struts Evangelist
> >> > > > Struts-Atlanta, the "Open Minded Developer Network"
> >> > > > http://www.open-tools.org/struts-atlanta
> >> > > >
> >> > > >
> >> > > >
> >> > > >
> >> > > > > -Original Message-
> >> > > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> >> > > > > Sent: Wednesday, August 28, 2002 5:20 PM
> >> > > > > To: 'Struts Users Mailing List'
> >> > > > > Subject: RE: Are we getting off the topic
> >> > > > >
> >> > > > >
> >> > > > > Isn't this entire thread OT?
> >> > > > >
> >> > > > > > -Original Message-
> >> > > > > > From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> >> > > > > > Sent: Wednesday, August 28, 2002 4:16 PM
> >> > > > > > To: Struts Users Mailing List
> >> > > > > > Subject: RE: Are we getting off the topic
> >> > > > > >
> >> > > > > >
> >> > > > > > Excuse me but the joke List is over that way --->
> >> > > > > >
> >> > > > > > :-))
> >> > > > > >
> >> > > > > > Brandon
> >> > > > > >
> >> > > > > > -Original Message-
> >> > > > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> >> > > > > > Sent: Wednesday, August 28, 2002 3:16 PM
> >> > > > > > To: 'Struts Users Mailing List'
> >> > > > > > Subject: RE: Are we getting off the topic
> >> > > > > >
> >> > > > > >
> >> > > > > > There's one in every crowd
> >> > > > > >
> >> > > > > > :-)
> >> > > > > >
> >> > > > > > Jerry
> >> > > > > >
> >> > > > > > > -Original Message-
> >> > > > > > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> >> > > > > > > Sent: Wednesday, August 28, 2002 4:18 PM
> >> > > > > > > To: Struts Users Mailing List
> >> > > > > > > Subject: RE: Are we getting off the topic
> >> > > > > > >
> >> > > > > > >
> >> > > > > > > So when is 1.1 going to be released?
> >> > > > > > >
> >> > > > > > > James Mitchell
> >> > > > > > > Software Engineer\Struts Evangelist
> >> > > > > > > Struts-Atlanta, the "Open Minded Developer Network"
> >> > > > > > > http://www.open-tools.org/struts-atlanta
> >> > > > > > >
> >

RE: [OT Jokes] Are we getting off the topic

2002-08-28 Thread Jerry Jalenak

Maybe instead of an struts OT board, we start a 'Pirates who don't do
Anything!' board!

Jerry 'You look like Captain Crunch' Jalenak

> -Original Message-
> From: James Mitchell [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 28, 2002 4:41 PM
> To: Struts Users Mailing List
> Subject: RE: [OT Jokes] Are we getting off the topic
> 
> 
> 
> I've got slurpie ... in my EAR!!!
> 
> 
> James "...because you're my cheeseburger.." Mitchell
> Software Engineer\Struts Evangelist
> Struts-Atlanta, the "Open Minded Developer Network"
> http://www.open-tools.org/struts-atlanta
> 
> 
> 
> 
> > -Original Message-
> > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, August 28, 2002 5:34 PM
> > To: 'Struts Users Mailing List'
> > Subject: RE: [OT Jokes] Are we getting off the topic
> >
> >
> > My bad.  Haven't watched "Rumor Weed" with my daughter for 
> awhile  :-)
> >
> > Jerry
> >
> > > -Original Message-
> > > From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> > > Sent: Wednesday, August 28, 2002 4:28 PM
> > > To: Struts Users Mailing List
> > > Subject: RE: [OT Jokes] Are we getting off the topic
> > >
> > >
> > > actually is is:
> > > 
> > >  I AM THAT HERO!
> > > 
> > >
> > > -Original Message-
> > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > > Sent: Wednesday, August 28, 2002 3:28 PM
> > > To: 'Struts Users Mailing List'
> > > Subject: RE: [OT Jokes] Are we getting off the topic
> > >
> > >
> > > 
> > >
> > >   I AM THAT SUPERHERO!
> > >
> > > 
> > >
> > >
> > >
> > > > -Original Message-
> > > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> > > > Sent: Wednesday, August 28, 2002 4:30 PM
> > > > To: Struts Users Mailing List
> > > > Subject: RE: [OT Jokes] Are we getting off the topic
> > > >
> > > >
> > > > But your a big strong superhero
> > > >
> > > > James Mitchell
> > > > Software Engineer\Struts Evangelist
> > > > Struts-Atlanta, the "Open Minded Developer Network"
> > > > http://www.open-tools.org/struts-atlanta
> > > >
> > > >
> > > >
> > > >
> > > > > -Original Message-
> > > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > > > > Sent: Wednesday, August 28, 2002 5:25 PM
> > > > > To: 'Struts Users Mailing List'
> > > > > Subject: RE: [OT Jokes] Are we getting off the topic
> > > > >
> > > > >
> > > > > Hasta la Vista, Weedy!
> > > > >
> > > > > > -Original Message-
> > > > > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> > > > > > Sent: Wednesday, August 28, 2002 4:25 PM
> > > > > > To: [EMAIL PROTECTED]
> > > > > > Cc: Struts Users Mailing List
> > > > > > Subject: RE: [OT Jokes] Are we getting off the topic
> > > > > >
> > > > > >
> > > > > > 
> > > > > >  So did ya hear the one about Alfred?
> > > > > > 
> > > > > >
> > > > > >
> > > > > > James Mitchell
> > > > > > Software Engineer\Struts Evangelist
> > > > > > Struts-Atlanta, the "Open Minded Developer Network"
> > > > > > http://www.open-tools.org/struts-atlanta
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > > -Original Message-
> > > > > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > > > > > > Sent: Wednesday, August 28, 2002 5:20 PM
> > > > > > > To: 'Struts Users Mailing List'
> > > > > > > Subject: RE: Are we getting off the topic
> > > > > > >
> > > > > > >
> > > > > > > Isn't this entire thread OT?
> > > > > > >
> > > > > > > > -Original Message-
> > > > > > > > From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> > > > > > > > Sent: Wednesday, August 28, 2002 4:16 PM
> > > > > > > > To: Struts Users Mailing List
> > > > > > > > Subject: RE: Are we getting off the topic
> > > > > > > >
> > > > > > > >
> > > > > > > > Excuse me but the joke List is over that way --->
> > > > > > > >
> > > > > > > > :-))
> > > > > > > >
> > > > > > > > Brandon
> > > > > > > >
> > > > > > > > -Original Message-
> > > > > > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > > > > > > > Sent: Wednesday, August 28, 2002 3:16 PM
> > > > > > > > To: 'Struts Users Mailing List'
> > > > > > > > Subject: RE: Are we getting off the topic
> > > > > > > >
> > > > > > > >
> > > > > > > > There's one in every crowd
> > > > > > > >
> > > > > > > > :-)
> > > > > > > >
> > > > > > > > Jerry
> > > > > > > >
> > > > > > > > > -Original Message-
> > > > > > > > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> > > > > > > > > Sent: Wednesday, August 28, 2002 4:18 PM
> > > > > > > > > To: Struts Users Mailing List
> > > > > > > > > Subject: RE: Are we getting off the topic
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > So when is 1.1 going to be released?
> > > > > > > > >
> > > > > > > > > James Mitchell
> > > > > > > > > Software Engineer\Struts Evangelist
> > > > > > > > > Struts-Atlanta, the "Open Minded Developer Network"
> > > > > > > > > http://www.open-tools.org/struts-atlanta
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > > -Original Message-
> > 

RE: [OT Jokes] Are we getting off the topic

2002-08-28 Thread Brandon Goodin

My precious cheeseburger... I'll wait for you- oh I'll wait for you-
oh!

-Original Message-
From: James Mitchell [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 28, 2002 3:41 PM
To: Struts Users Mailing List
Subject: RE: [OT Jokes] Are we getting off the topic



I've got slurpie ... in my EAR!!!


James "...because you're my cheeseburger.." Mitchell
Software Engineer\Struts Evangelist
Struts-Atlanta, the "Open Minded Developer Network"
http://www.open-tools.org/struts-atlanta




> -Original Message-
> From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 28, 2002 5:34 PM
> To: 'Struts Users Mailing List'
> Subject: RE: [OT Jokes] Are we getting off the topic
>
>
> My bad.  Haven't watched "Rumor Weed" with my daughter for awhile  :-)
>
> Jerry
>
> > -Original Message-
> > From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, August 28, 2002 4:28 PM
> > To: Struts Users Mailing List
> > Subject: RE: [OT Jokes] Are we getting off the topic
> >
> >
> > actually is is:
> > 
> >  I AM THAT HERO!
> > 
> >
> > -Original Message-
> > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, August 28, 2002 3:28 PM
> > To: 'Struts Users Mailing List'
> > Subject: RE: [OT Jokes] Are we getting off the topic
> >
> >
> > 
> >
> > I AM THAT SUPERHERO!
> >
> > 
> >
> >
> >
> > > -Original Message-
> > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> > > Sent: Wednesday, August 28, 2002 4:30 PM
> > > To: Struts Users Mailing List
> > > Subject: RE: [OT Jokes] Are we getting off the topic
> > >
> > >
> > > But your a big strong superhero
> > >
> > > James Mitchell
> > > Software Engineer\Struts Evangelist
> > > Struts-Atlanta, the "Open Minded Developer Network"
> > > http://www.open-tools.org/struts-atlanta
> > >
> > >
> > >
> > >
> > > > -Original Message-
> > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > > > Sent: Wednesday, August 28, 2002 5:25 PM
> > > > To: 'Struts Users Mailing List'
> > > > Subject: RE: [OT Jokes] Are we getting off the topic
> > > >
> > > >
> > > > Hasta la Vista, Weedy!
> > > >
> > > > > -Original Message-
> > > > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> > > > > Sent: Wednesday, August 28, 2002 4:25 PM
> > > > > To: [EMAIL PROTECTED]
> > > > > Cc: Struts Users Mailing List
> > > > > Subject: RE: [OT Jokes] Are we getting off the topic
> > > > >
> > > > >
> > > > > 
> > > > >  So did ya hear the one about Alfred?
> > > > > 
> > > > >
> > > > >
> > > > > James Mitchell
> > > > > Software Engineer\Struts Evangelist
> > > > > Struts-Atlanta, the "Open Minded Developer Network"
> > > > > http://www.open-tools.org/struts-atlanta
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > > -Original Message-
> > > > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > > > > > Sent: Wednesday, August 28, 2002 5:20 PM
> > > > > > To: 'Struts Users Mailing List'
> > > > > > Subject: RE: Are we getting off the topic
> > > > > >
> > > > > >
> > > > > > Isn't this entire thread OT?
> > > > > >
> > > > > > > -Original Message-
> > > > > > > From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> > > > > > > Sent: Wednesday, August 28, 2002 4:16 PM
> > > > > > > To: Struts Users Mailing List
> > > > > > > Subject: RE: Are we getting off the topic
> > > > > > >
> > > > > > >
> > > > > > > Excuse me but the joke List is over that way --->
> > > > > > >
> > > > > > > :-))
> > > > > > >
> > > > > > > Brandon
> > > > > > >
> > > > > > > -Original Message-
> > > > > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > > > > > > Sent: Wednesday, August 28, 2002 3:16 PM
> > > > > > > To: 'Struts Users Mailing List'
> > > > > > > Subject: RE: Are we getting off the topic
> > > > > > >
> > > > > > >
> > > > > > > There's one in every crowd
> > > > > > >
> > > > > > > :-)
> > > > > > >
> > > > > > > Jerry
> > > > > > >
> > > > > > > > -Original Message-
> > > > > > > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> > > > > > > > Sent: Wednesday, August 28, 2002 4:18 PM
> > > > > > > > To: Struts Users Mailing List
> > > > > > > > Subject: RE: Are we getting off the topic
> > > > > > > >
> > > > > > > >
> > > > > > > > So when is 1.1 going to be released?
> > > > > > > >
> > > > > > > > James Mitchell
> > > > > > > > Software Engineer\Struts Evangelist
> > > > > > > > Struts-Atlanta, the "Open Minded Developer Network"
> > > > > > > > http://www.open-tools.org/struts-atlanta
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > > -Original Message-
> > > > > > > > > From: Dan Cancro [mailto:[EMAIL PROTECTED]]
> > > > > > > > > Sent: Wednesday, August 28, 2002 5:01 PM
> > > > > > > > > To: 'Struts Users Mailing List'
> > > > > > > > > Subject: RE: Are we getting off the topic
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > Google provides a directory of groups.
> > > > > > > http://www.google.com/grphp
> > > 

RE: [OT Jokes] Are we getting off the topic

2002-08-28 Thread Cliff Rowley

lol, I love the way that a discussion about off-topic topics turned into
an off-topic topic.  But, having said that - it is one of good things
about this list, and inherently the Struts community.  It makes it all a
bit more personal, and a little less "us and them".

On Wed, 2002-08-28 at 22:35, Chappell, Simon P wrote:
> I'm looking forward to that one being available on DVD! (We chose not to do the TV 
>thing, so we watch stuff on DVD on the computer! :-)
> 
> Rack, Shack and Benny is good! :-)
> 
> >-Original Message-
> >From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> >Sent: Wednesday, August 28, 2002 4:34 PM
> >To: 'Struts Users Mailing List'
> >Subject: RE: [OT Jokes] Are we getting off the topic
> >
> >
> >My bad.  Haven't watched "Rumor Weed" with my daughter for 
> >awhile  :-)
> >
> >Jerry
> >
> >> -Original Message-
> >> From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> >> Sent: Wednesday, August 28, 2002 4:28 PM
> >> To: Struts Users Mailing List
> >> Subject: RE: [OT Jokes] Are we getting off the topic
> >> 
> >> 
> >> actually is is:
> >> 
> >>  I AM THAT HERO!
> >> 
> >> 
> >> -Original Message-
> >> From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> >> Sent: Wednesday, August 28, 2002 3:28 PM
> >> To: 'Struts Users Mailing List'
> >> Subject: RE: [OT Jokes] Are we getting off the topic
> >> 
> >> 
> >> 
> >> 
> >>I AM THAT SUPERHERO!
> >> 
> >> 
> >> 
> >> 
> >> 
> >> > -Original Message-
> >> > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> >> > Sent: Wednesday, August 28, 2002 4:30 PM
> >> > To: Struts Users Mailing List
> >> > Subject: RE: [OT Jokes] Are we getting off the topic
> >> >
> >> >
> >> > But your a big strong superhero
> >> >
> >> > James Mitchell
> >> > Software Engineer\Struts Evangelist
> >> > Struts-Atlanta, the "Open Minded Developer Network"
> >> > http://www.open-tools.org/struts-atlanta
> >> >
> >> >
> >> >
> >> >
> >> > > -Original Message-
> >> > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> >> > > Sent: Wednesday, August 28, 2002 5:25 PM
> >> > > To: 'Struts Users Mailing List'
> >> > > Subject: RE: [OT Jokes] Are we getting off the topic
> >> > >
> >> > >
> >> > > Hasta la Vista, Weedy!
> >> > >
> >> > > > -Original Message-
> >> > > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> >> > > > Sent: Wednesday, August 28, 2002 4:25 PM
> >> > > > To: [EMAIL PROTECTED]
> >> > > > Cc: Struts Users Mailing List
> >> > > > Subject: RE: [OT Jokes] Are we getting off the topic
> >> > > >
> >> > > >
> >> > > > 
> >> > > >  So did ya hear the one about Alfred?
> >> > > > 
> >> > > >
> >> > > >
> >> > > > James Mitchell
> >> > > > Software Engineer\Struts Evangelist
> >> > > > Struts-Atlanta, the "Open Minded Developer Network"
> >> > > > http://www.open-tools.org/struts-atlanta
> >> > > >
> >> > > >
> >> > > >
> >> > > >
> >> > > > > -Original Message-
> >> > > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> >> > > > > Sent: Wednesday, August 28, 2002 5:20 PM
> >> > > > > To: 'Struts Users Mailing List'
> >> > > > > Subject: RE: Are we getting off the topic
> >> > > > >
> >> > > > >
> >> > > > > Isn't this entire thread OT?
> >> > > > >
> >> > > > > > -Original Message-
> >> > > > > > From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> >> > > > > > Sent: Wednesday, August 28, 2002 4:16 PM
> >> > > > > > To: Struts Users Mailing List
> >> > > > > > Subject: RE: Are we getting off the topic
> >> > > > > >
> >> > > > > >
> >> > > > > > Excuse me but the joke List is over that way --->
> >> > > > > >
> >> > > > > > :-))
> >> > > > > >
> >> > > > > > Brandon
> >> > > > > >
> >> > > > > > -Original Message-
> >> > > > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> >> > > > > > Sent: Wednesday, August 28, 2002 3:16 PM
> >> > > > > > To: 'Struts Users Mailing List'
> >> > > > > > Subject: RE: Are we getting off the topic
> >> > > > > >
> >> > > > > >
> >> > > > > > There's one in every crowd
> >> > > > > >
> >> > > > > > :-)
> >> > > > > >
> >> > > > > > Jerry
> >> > > > > >
> >> > > > > > > -Original Message-
> >> > > > > > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> >> > > > > > > Sent: Wednesday, August 28, 2002 4:18 PM
> >> > > > > > > To: Struts Users Mailing List
> >> > > > > > > Subject: RE: Are we getting off the topic
> >> > > > > > >
> >> > > > > > >
> >> > > > > > > So when is 1.1 going to be released?
> >> > > > > > >
> >> > > > > > > James Mitchell
> >> > > > > > > Software Engineer\Struts Evangelist
> >> > > > > > > Struts-Atlanta, the "Open Minded Developer Network"
> >> > > > > > > http://www.open-tools.org/struts-atlanta
> >> > > > > > >
> >> > > > > > >
> >> > > > > > >
> >> > > > > > >
> >> > > > > > > > -Original Message-
> >> > > > > > > > From: Dan Cancro [mailto:[EMAIL PROTECTED]]
> >> > > > > > > > Sent: Wednesday, August 28, 2002 5:01 PM
> >> > > > > > > > To: 'Struts Users Mailing List'
> >> > > > > > > > Subject: RE: Are we gett

RE: [OT Jokes] Are we getting off the topic

2002-08-28 Thread James Mitchell

Hey, I gotta get my name out there somehow!! ;)

James Mitchell
Software Engineer\Struts Evangelist
Struts-Atlanta, the "Open Minded Developer Network"
http://www.open-tools.org/struts-atlanta




> -Original Message-
> From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 28, 2002 5:37 PM
> To: 'Struts Users Mailing List'
> Subject: RE: [OT Jokes] Are we getting off the topic
> 
> 
> Me too.  I don't think I've ever seen a Veggie Tale reference on 
> this board
> before!
> 
> Jerry
> 
> > -Original Message-
> > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, August 28, 2002 4:37 PM
> > To: Struts Users Mailing List
> > Subject: RE: [OT Jokes] Are we getting off the topic
> > 
> > 
> > LOLyou know.  It's kinda sad how much amusement I am 
> > getting from this.
> > 
> > I mean, it's not like we were quoting from Monty Python.  
> > Well, you have to
> > know these things when you're a king, you know.
> > 
> > 
> > 
> > James Mitchell
> > Software Engineer\Struts Evangelist
> > Struts-Atlanta, the "Open Minded Developer Network"
> > http://www.open-tools.org/struts-atlanta
> > 
> > 
> > 
> > 
> > > -Original Message-
> > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > > Sent: Wednesday, August 28, 2002 5:28 PM
> > > To: 'Struts Users Mailing List'
> > > Subject: RE: [OT Jokes] Are we getting off the topic
> > >
> > >
> > > 
> > >
> > >   I AM THAT SUPERHERO!
> > >
> > > 
> > >
> > >
> > >
> > > > -Original Message-
> > > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> > > > Sent: Wednesday, August 28, 2002 4:30 PM
> > > > To: Struts Users Mailing List
> > > > Subject: RE: [OT Jokes] Are we getting off the topic
> > > >
> > > >
> > > > But your a big strong superhero
> > > >
> > > > James Mitchell
> > > > Software Engineer\Struts Evangelist
> > > > Struts-Atlanta, the "Open Minded Developer Network"
> > > > http://www.open-tools.org/struts-atlanta
> > > >
> > > >
> > > >
> > > >
> > > > > -Original Message-
> > > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > > > > Sent: Wednesday, August 28, 2002 5:25 PM
> > > > > To: 'Struts Users Mailing List'
> > > > > Subject: RE: [OT Jokes] Are we getting off the topic
> > > > >
> > > > >
> > > > > Hasta la Vista, Weedy!
> > > > >
> > > > > > -Original Message-
> > > > > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> > > > > > Sent: Wednesday, August 28, 2002 4:25 PM
> > > > > > To: [EMAIL PROTECTED]
> > > > > > Cc: Struts Users Mailing List
> > > > > > Subject: RE: [OT Jokes] Are we getting off the topic
> > > > > >
> > > > > >
> > > > > > 
> > > > > >  So did ya hear the one about Alfred?
> > > > > > 
> > > > > >
> > > > > >
> > > > > > James Mitchell
> > > > > > Software Engineer\Struts Evangelist
> > > > > > Struts-Atlanta, the "Open Minded Developer Network"
> > > > > > http://www.open-tools.org/struts-atlanta
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > > -Original Message-
> > > > > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > > > > > > Sent: Wednesday, August 28, 2002 5:20 PM
> > > > > > > To: 'Struts Users Mailing List'
> > > > > > > Subject: RE: Are we getting off the topic
> > > > > > >
> > > > > > >
> > > > > > > Isn't this entire thread OT?
> > > > > > >
> > > > > > > > -Original Message-
> > > > > > > > From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> > > > > > > > Sent: Wednesday, August 28, 2002 4:16 PM
> > > > > > > > To: Struts Users Mailing List
> > > > > > > > Subject: RE: Are we getting off the topic
> > > > > > > >
> > > > > > > >
> > > > > > > > Excuse me but the joke List is over that way --->
> > > > > > > >
> > > > > > > > :-))
> > > > > > > >
> > > > > > > > Brandon
> > > > > > > >
> > > > > > > > -Original Message-
> > > > > > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > > > > > > > Sent: Wednesday, August 28, 2002 3:16 PM
> > > > > > > > To: 'Struts Users Mailing List'
> > > > > > > > Subject: RE: Are we getting off the topic
> > > > > > > >
> > > > > > > >
> > > > > > > > There's one in every crowd
> > > > > > > >
> > > > > > > > :-)
> > > > > > > >
> > > > > > > > Jerry
> > > > > > > >
> > > > > > > > > -Original Message-
> > > > > > > > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> > > > > > > > > Sent: Wednesday, August 28, 2002 4:18 PM
> > > > > > > > > To: Struts Users Mailing List
> > > > > > > > > Subject: RE: Are we getting off the topic
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > So when is 1.1 going to be released?
> > > > > > > > >
> > > > > > > > > James Mitchell
> > > > > > > > > Software Engineer\Struts Evangelist
> > > > > > > > > Struts-Atlanta, the "Open Minded Developer Network"
> > > > > > > > > http://www.open-tools.org/struts-atlanta
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > > -Original Message-
> > > > > > > > > > From: Dan Cancro [mailto:[EMAIL PROTECTED]]
> 

RE: [OT Jokes] Are we getting off the topic

2002-08-28 Thread Brandon Goodin

Larry Boy and the Angry Eyebrow.. Very cool. But honestly. Are we just being
mean now to continue this thread. THis a  good reason to have a
[EMAIL PROTECTED]

Brandon

-Original Message-
From: Chappell, Simon P [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 28, 2002 3:36 PM
To: Struts Users Mailing List
Subject: RE: [OT Jokes] Are we getting off the topic


I'm looking forward to that one being available on DVD! (We chose not to do
the TV thing, so we watch stuff on DVD on the computer! :-)

Rack, Shack and Benny is good! :-)

>-Original Message-
>From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
>Sent: Wednesday, August 28, 2002 4:34 PM
>To: 'Struts Users Mailing List'
>Subject: RE: [OT Jokes] Are we getting off the topic
>
>
>My bad.  Haven't watched "Rumor Weed" with my daughter for
>awhile  :-)
>
>Jerry
>
>> -Original Message-
>> From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
>> Sent: Wednesday, August 28, 2002 4:28 PM
>> To: Struts Users Mailing List
>> Subject: RE: [OT Jokes] Are we getting off the topic
>>
>>
>> actually is is:
>> 
>>  I AM THAT HERO!
>> 
>>
>> -Original Message-
>> From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
>> Sent: Wednesday, August 28, 2002 3:28 PM
>> To: 'Struts Users Mailing List'
>> Subject: RE: [OT Jokes] Are we getting off the topic
>>
>>
>> 
>>
>>  I AM THAT SUPERHERO!
>>
>> 
>>
>>
>>
>> > -Original Message-
>> > From: James Mitchell [mailto:[EMAIL PROTECTED]]
>> > Sent: Wednesday, August 28, 2002 4:30 PM
>> > To: Struts Users Mailing List
>> > Subject: RE: [OT Jokes] Are we getting off the topic
>> >
>> >
>> > But your a big strong superhero
>> >
>> > James Mitchell
>> > Software Engineer\Struts Evangelist
>> > Struts-Atlanta, the "Open Minded Developer Network"
>> > http://www.open-tools.org/struts-atlanta
>> >
>> >
>> >
>> >
>> > > -Original Message-
>> > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
>> > > Sent: Wednesday, August 28, 2002 5:25 PM
>> > > To: 'Struts Users Mailing List'
>> > > Subject: RE: [OT Jokes] Are we getting off the topic
>> > >
>> > >
>> > > Hasta la Vista, Weedy!
>> > >
>> > > > -Original Message-
>> > > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
>> > > > Sent: Wednesday, August 28, 2002 4:25 PM
>> > > > To: [EMAIL PROTECTED]
>> > > > Cc: Struts Users Mailing List
>> > > > Subject: RE: [OT Jokes] Are we getting off the topic
>> > > >
>> > > >
>> > > > 
>> > > >  So did ya hear the one about Alfred?
>> > > > 
>> > > >
>> > > >
>> > > > James Mitchell
>> > > > Software Engineer\Struts Evangelist
>> > > > Struts-Atlanta, the "Open Minded Developer Network"
>> > > > http://www.open-tools.org/struts-atlanta
>> > > >
>> > > >
>> > > >
>> > > >
>> > > > > -Original Message-
>> > > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
>> > > > > Sent: Wednesday, August 28, 2002 5:20 PM
>> > > > > To: 'Struts Users Mailing List'
>> > > > > Subject: RE: Are we getting off the topic
>> > > > >
>> > > > >
>> > > > > Isn't this entire thread OT?
>> > > > >
>> > > > > > -Original Message-
>> > > > > > From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
>> > > > > > Sent: Wednesday, August 28, 2002 4:16 PM
>> > > > > > To: Struts Users Mailing List
>> > > > > > Subject: RE: Are we getting off the topic
>> > > > > >
>> > > > > >
>> > > > > > Excuse me but the joke List is over that way --->
>> > > > > >
>> > > > > > :-))
>> > > > > >
>> > > > > > Brandon
>> > > > > >
>> > > > > > -Original Message-
>> > > > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
>> > > > > > Sent: Wednesday, August 28, 2002 3:16 PM
>> > > > > > To: 'Struts Users Mailing List'
>> > > > > > Subject: RE: Are we getting off the topic
>> > > > > >
>> > > > > >
>> > > > > > There's one in every crowd
>> > > > > >
>> > > > > > :-)
>> > > > > >
>> > > > > > Jerry
>> > > > > >
>> > > > > > > -Original Message-
>> > > > > > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
>> > > > > > > Sent: Wednesday, August 28, 2002 4:18 PM
>> > > > > > > To: Struts Users Mailing List
>> > > > > > > Subject: RE: Are we getting off the topic
>> > > > > > >
>> > > > > > >
>> > > > > > > So when is 1.1 going to be released?
>> > > > > > >
>> > > > > > > James Mitchell
>> > > > > > > Software Engineer\Struts Evangelist
>> > > > > > > Struts-Atlanta, the "Open Minded Developer Network"
>> > > > > > > http://www.open-tools.org/struts-atlanta
>> > > > > > >
>> > > > > > >
>> > > > > > >
>> > > > > > >
>> > > > > > > > -Original Message-
>> > > > > > > > From: Dan Cancro [mailto:[EMAIL PROTECTED]]
>> > > > > > > > Sent: Wednesday, August 28, 2002 5:01 PM
>> > > > > > > > To: 'Struts Users Mailing List'
>> > > > > > > > Subject: RE: Are we getting off the topic
>> > > > > > > >
>> > > > > > > >
>> > > > > > > > Google provides a directory of groups.
>> > > > > > http://www.google.com/grphp
>> > > > > > > > Maybe it would be better to link to such a
>> > directory from the
>> > > > > > > > strut

RE: [OT Jokes] Are we getting off the topic

2002-08-28 Thread Jerry Jalenak

Amen.  My daughter has almost all of the VT tapes, music cassettes, etc.
Some of the best childrens programming I think I've ever seen  



> -Original Message-
> From: Chappell, Simon P [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 28, 2002 4:36 PM
> To: Struts Users Mailing List
> Subject: RE: [OT Jokes] Are we getting off the topic
> 
> 
> I'm looking forward to that one being available on DVD! (We 
> chose not to do the TV thing, so we watch stuff on DVD on the 
> computer! :-)
> 
> Rack, Shack and Benny is good! :-)
> 
> >-Original Message-
> >From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> >Sent: Wednesday, August 28, 2002 4:34 PM
> >To: 'Struts Users Mailing List'
> >Subject: RE: [OT Jokes] Are we getting off the topic
> >
> >
> >My bad.  Haven't watched "Rumor Weed" with my daughter for 
> >awhile  :-)
> >
> >Jerry
> >
> >> -Original Message-
> >> From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> >> Sent: Wednesday, August 28, 2002 4:28 PM
> >> To: Struts Users Mailing List
> >> Subject: RE: [OT Jokes] Are we getting off the topic
> >> 
> >> 
> >> actually is is:
> >> 
> >>  I AM THAT HERO!
> >> 
> >> 
> >> -Original Message-
> >> From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> >> Sent: Wednesday, August 28, 2002 3:28 PM
> >> To: 'Struts Users Mailing List'
> >> Subject: RE: [OT Jokes] Are we getting off the topic
> >> 
> >> 
> >> 
> >> 
> >>I AM THAT SUPERHERO!
> >> 
> >> 
> >> 
> >> 
> >> 
> >> > -Original Message-
> >> > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> >> > Sent: Wednesday, August 28, 2002 4:30 PM
> >> > To: Struts Users Mailing List
> >> > Subject: RE: [OT Jokes] Are we getting off the topic
> >> >
> >> >
> >> > But your a big strong superhero
> >> >
> >> > James Mitchell
> >> > Software Engineer\Struts Evangelist
> >> > Struts-Atlanta, the "Open Minded Developer Network"
> >> > http://www.open-tools.org/struts-atlanta
> >> >
> >> >
> >> >
> >> >
> >> > > -Original Message-
> >> > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> >> > > Sent: Wednesday, August 28, 2002 5:25 PM
> >> > > To: 'Struts Users Mailing List'
> >> > > Subject: RE: [OT Jokes] Are we getting off the topic
> >> > >
> >> > >
> >> > > Hasta la Vista, Weedy!
> >> > >
> >> > > > -Original Message-
> >> > > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> >> > > > Sent: Wednesday, August 28, 2002 4:25 PM
> >> > > > To: [EMAIL PROTECTED]
> >> > > > Cc: Struts Users Mailing List
> >> > > > Subject: RE: [OT Jokes] Are we getting off the topic
> >> > > >
> >> > > >
> >> > > > 
> >> > > >  So did ya hear the one about Alfred?
> >> > > > 
> >> > > >
> >> > > >
> >> > > > James Mitchell
> >> > > > Software Engineer\Struts Evangelist
> >> > > > Struts-Atlanta, the "Open Minded Developer Network"
> >> > > > http://www.open-tools.org/struts-atlanta
> >> > > >
> >> > > >
> >> > > >
> >> > > >
> >> > > > > -Original Message-
> >> > > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> >> > > > > Sent: Wednesday, August 28, 2002 5:20 PM
> >> > > > > To: 'Struts Users Mailing List'
> >> > > > > Subject: RE: Are we getting off the topic
> >> > > > >
> >> > > > >
> >> > > > > Isn't this entire thread OT?
> >> > > > >
> >> > > > > > -Original Message-
> >> > > > > > From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> >> > > > > > Sent: Wednesday, August 28, 2002 4:16 PM
> >> > > > > > To: Struts Users Mailing List
> >> > > > > > Subject: RE: Are we getting off the topic
> >> > > > > >
> >> > > > > >
> >> > > > > > Excuse me but the joke List is over that way --->
> >> > > > > >
> >> > > > > > :-))
> >> > > > > >
> >> > > > > > Brandon
> >> > > > > >
> >> > > > > > -Original Message-
> >> > > > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> >> > > > > > Sent: Wednesday, August 28, 2002 3:16 PM
> >> > > > > > To: 'Struts Users Mailing List'
> >> > > > > > Subject: RE: Are we getting off the topic
> >> > > > > >
> >> > > > > >
> >> > > > > > There's one in every crowd
> >> > > > > >
> >> > > > > > :-)
> >> > > > > >
> >> > > > > > Jerry
> >> > > > > >
> >> > > > > > > -Original Message-
> >> > > > > > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> >> > > > > > > Sent: Wednesday, August 28, 2002 4:18 PM
> >> > > > > > > To: Struts Users Mailing List
> >> > > > > > > Subject: RE: Are we getting off the topic
> >> > > > > > >
> >> > > > > > >
> >> > > > > > > So when is 1.1 going to be released?
> >> > > > > > >
> >> > > > > > > James Mitchell
> >> > > > > > > Software Engineer\Struts Evangelist
> >> > > > > > > Struts-Atlanta, the "Open Minded Developer Network"
> >> > > > > > > http://www.open-tools.org/struts-atlanta
> >> > > > > > >
> >> > > > > > >
> >> > > > > > >
> >> > > > > > >
> >> > > > > > > > -Original Message-
> >> > > > > > > > From: Dan Cancro [mailto:[EMAIL PROTECTED]]
> >> > > > > > > > Sent: Wednesday, August 28, 2002 5:01 PM
> >> > > > > > > > To: 'Struts Users Mailing List'

RE: [OT Jokes] Are we getting off the topic

2002-08-28 Thread James Mitchell


I've got slurpie ... in my EAR!!!


James "...because you're my cheeseburger.." Mitchell
Software Engineer\Struts Evangelist
Struts-Atlanta, the "Open Minded Developer Network"
http://www.open-tools.org/struts-atlanta




> -Original Message-
> From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 28, 2002 5:34 PM
> To: 'Struts Users Mailing List'
> Subject: RE: [OT Jokes] Are we getting off the topic
>
>
> My bad.  Haven't watched "Rumor Weed" with my daughter for awhile  :-)
>
> Jerry
>
> > -Original Message-
> > From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, August 28, 2002 4:28 PM
> > To: Struts Users Mailing List
> > Subject: RE: [OT Jokes] Are we getting off the topic
> >
> >
> > actually is is:
> > 
> >  I AM THAT HERO!
> > 
> >
> > -Original Message-
> > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, August 28, 2002 3:28 PM
> > To: 'Struts Users Mailing List'
> > Subject: RE: [OT Jokes] Are we getting off the topic
> >
> >
> > 
> >
> > I AM THAT SUPERHERO!
> >
> > 
> >
> >
> >
> > > -Original Message-
> > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> > > Sent: Wednesday, August 28, 2002 4:30 PM
> > > To: Struts Users Mailing List
> > > Subject: RE: [OT Jokes] Are we getting off the topic
> > >
> > >
> > > But your a big strong superhero
> > >
> > > James Mitchell
> > > Software Engineer\Struts Evangelist
> > > Struts-Atlanta, the "Open Minded Developer Network"
> > > http://www.open-tools.org/struts-atlanta
> > >
> > >
> > >
> > >
> > > > -Original Message-
> > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > > > Sent: Wednesday, August 28, 2002 5:25 PM
> > > > To: 'Struts Users Mailing List'
> > > > Subject: RE: [OT Jokes] Are we getting off the topic
> > > >
> > > >
> > > > Hasta la Vista, Weedy!
> > > >
> > > > > -Original Message-
> > > > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> > > > > Sent: Wednesday, August 28, 2002 4:25 PM
> > > > > To: [EMAIL PROTECTED]
> > > > > Cc: Struts Users Mailing List
> > > > > Subject: RE: [OT Jokes] Are we getting off the topic
> > > > >
> > > > >
> > > > > 
> > > > >  So did ya hear the one about Alfred?
> > > > > 
> > > > >
> > > > >
> > > > > James Mitchell
> > > > > Software Engineer\Struts Evangelist
> > > > > Struts-Atlanta, the "Open Minded Developer Network"
> > > > > http://www.open-tools.org/struts-atlanta
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > > -Original Message-
> > > > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > > > > > Sent: Wednesday, August 28, 2002 5:20 PM
> > > > > > To: 'Struts Users Mailing List'
> > > > > > Subject: RE: Are we getting off the topic
> > > > > >
> > > > > >
> > > > > > Isn't this entire thread OT?
> > > > > >
> > > > > > > -Original Message-
> > > > > > > From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> > > > > > > Sent: Wednesday, August 28, 2002 4:16 PM
> > > > > > > To: Struts Users Mailing List
> > > > > > > Subject: RE: Are we getting off the topic
> > > > > > >
> > > > > > >
> > > > > > > Excuse me but the joke List is over that way --->
> > > > > > >
> > > > > > > :-))
> > > > > > >
> > > > > > > Brandon
> > > > > > >
> > > > > > > -Original Message-
> > > > > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > > > > > > Sent: Wednesday, August 28, 2002 3:16 PM
> > > > > > > To: 'Struts Users Mailing List'
> > > > > > > Subject: RE: Are we getting off the topic
> > > > > > >
> > > > > > >
> > > > > > > There's one in every crowd
> > > > > > >
> > > > > > > :-)
> > > > > > >
> > > > > > > Jerry
> > > > > > >
> > > > > > > > -Original Message-
> > > > > > > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> > > > > > > > Sent: Wednesday, August 28, 2002 4:18 PM
> > > > > > > > To: Struts Users Mailing List
> > > > > > > > Subject: RE: Are we getting off the topic
> > > > > > > >
> > > > > > > >
> > > > > > > > So when is 1.1 going to be released?
> > > > > > > >
> > > > > > > > James Mitchell
> > > > > > > > Software Engineer\Struts Evangelist
> > > > > > > > Struts-Atlanta, the "Open Minded Developer Network"
> > > > > > > > http://www.open-tools.org/struts-atlanta
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > > -Original Message-
> > > > > > > > > From: Dan Cancro [mailto:[EMAIL PROTECTED]]
> > > > > > > > > Sent: Wednesday, August 28, 2002 5:01 PM
> > > > > > > > > To: 'Struts Users Mailing List'
> > > > > > > > > Subject: RE: Are we getting off the topic
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > Google provides a directory of groups.
> > > > > > > http://www.google.com/grphp
> > > > > > > > > Maybe it would be better to link to such a
> > > directory from the
> > > > > > > > > struts mailing
> > > > > > > > > list page.  Does anyone know a better
> > directory?  This one
> > > > > > > > doesn't have
> > > > > > > > > jakarta groups.
> > > > > > > > >
> > > > 

RE: [OT Jokes] Are we getting off the topic

2002-08-28 Thread Jerry Jalenak

Me too.  I don't think I've ever seen a Veggie Tale reference on this board
before!

Jerry

> -Original Message-
> From: James Mitchell [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 28, 2002 4:37 PM
> To: Struts Users Mailing List
> Subject: RE: [OT Jokes] Are we getting off the topic
> 
> 
> LOLyou know.  It's kinda sad how much amusement I am 
> getting from this.
> 
> I mean, it's not like we were quoting from Monty Python.  
> Well, you have to
> know these things when you're a king, you know.
> 
> 
> 
> James Mitchell
> Software Engineer\Struts Evangelist
> Struts-Atlanta, the "Open Minded Developer Network"
> http://www.open-tools.org/struts-atlanta
> 
> 
> 
> 
> > -Original Message-
> > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, August 28, 2002 5:28 PM
> > To: 'Struts Users Mailing List'
> > Subject: RE: [OT Jokes] Are we getting off the topic
> >
> >
> > 
> >
> > I AM THAT SUPERHERO!
> >
> > 
> >
> >
> >
> > > -Original Message-
> > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> > > Sent: Wednesday, August 28, 2002 4:30 PM
> > > To: Struts Users Mailing List
> > > Subject: RE: [OT Jokes] Are we getting off the topic
> > >
> > >
> > > But your a big strong superhero
> > >
> > > James Mitchell
> > > Software Engineer\Struts Evangelist
> > > Struts-Atlanta, the "Open Minded Developer Network"
> > > http://www.open-tools.org/struts-atlanta
> > >
> > >
> > >
> > >
> > > > -Original Message-
> > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > > > Sent: Wednesday, August 28, 2002 5:25 PM
> > > > To: 'Struts Users Mailing List'
> > > > Subject: RE: [OT Jokes] Are we getting off the topic
> > > >
> > > >
> > > > Hasta la Vista, Weedy!
> > > >
> > > > > -Original Message-
> > > > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> > > > > Sent: Wednesday, August 28, 2002 4:25 PM
> > > > > To: [EMAIL PROTECTED]
> > > > > Cc: Struts Users Mailing List
> > > > > Subject: RE: [OT Jokes] Are we getting off the topic
> > > > >
> > > > >
> > > > > 
> > > > >  So did ya hear the one about Alfred?
> > > > > 
> > > > >
> > > > >
> > > > > James Mitchell
> > > > > Software Engineer\Struts Evangelist
> > > > > Struts-Atlanta, the "Open Minded Developer Network"
> > > > > http://www.open-tools.org/struts-atlanta
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > > -Original Message-
> > > > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > > > > > Sent: Wednesday, August 28, 2002 5:20 PM
> > > > > > To: 'Struts Users Mailing List'
> > > > > > Subject: RE: Are we getting off the topic
> > > > > >
> > > > > >
> > > > > > Isn't this entire thread OT?
> > > > > >
> > > > > > > -Original Message-
> > > > > > > From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> > > > > > > Sent: Wednesday, August 28, 2002 4:16 PM
> > > > > > > To: Struts Users Mailing List
> > > > > > > Subject: RE: Are we getting off the topic
> > > > > > >
> > > > > > >
> > > > > > > Excuse me but the joke List is over that way --->
> > > > > > >
> > > > > > > :-))
> > > > > > >
> > > > > > > Brandon
> > > > > > >
> > > > > > > -Original Message-
> > > > > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > > > > > > Sent: Wednesday, August 28, 2002 3:16 PM
> > > > > > > To: 'Struts Users Mailing List'
> > > > > > > Subject: RE: Are we getting off the topic
> > > > > > >
> > > > > > >
> > > > > > > There's one in every crowd
> > > > > > >
> > > > > > > :-)
> > > > > > >
> > > > > > > Jerry
> > > > > > >
> > > > > > > > -Original Message-
> > > > > > > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> > > > > > > > Sent: Wednesday, August 28, 2002 4:18 PM
> > > > > > > > To: Struts Users Mailing List
> > > > > > > > Subject: RE: Are we getting off the topic
> > > > > > > >
> > > > > > > >
> > > > > > > > So when is 1.1 going to be released?
> > > > > > > >
> > > > > > > > James Mitchell
> > > > > > > > Software Engineer\Struts Evangelist
> > > > > > > > Struts-Atlanta, the "Open Minded Developer Network"
> > > > > > > > http://www.open-tools.org/struts-atlanta
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > > -Original Message-
> > > > > > > > > From: Dan Cancro [mailto:[EMAIL PROTECTED]]
> > > > > > > > > Sent: Wednesday, August 28, 2002 5:01 PM
> > > > > > > > > To: 'Struts Users Mailing List'
> > > > > > > > > Subject: RE: Are we getting off the topic
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > Google provides a directory of groups.
> > > > > > > http://www.google.com/grphp
> > > > > > > > > Maybe it would be better to link to such a
> > > directory from the
> > > > > > > > > struts mailing
> > > > > > > > > list page.  Does anyone know a better 
> directory?  This one
> > > > > > > > doesn't have
> > > > > > > > > jakarta groups.
> > > > > > > > >
> > > > > > > > > Dan
> > > > > > > > >
> > > > > > > > > > -Original Message-
> > > > > > > > > > From: Brandon G

RE: [OT Jokes] Are we getting off the topic

2002-08-28 Thread Chappell, Simon P

I'm looking forward to that one being available on DVD! (We chose not to do the TV 
thing, so we watch stuff on DVD on the computer! :-)

Rack, Shack and Benny is good! :-)

>-Original Message-
>From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
>Sent: Wednesday, August 28, 2002 4:34 PM
>To: 'Struts Users Mailing List'
>Subject: RE: [OT Jokes] Are we getting off the topic
>
>
>My bad.  Haven't watched "Rumor Weed" with my daughter for 
>awhile  :-)
>
>Jerry
>
>> -Original Message-
>> From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
>> Sent: Wednesday, August 28, 2002 4:28 PM
>> To: Struts Users Mailing List
>> Subject: RE: [OT Jokes] Are we getting off the topic
>> 
>> 
>> actually is is:
>> 
>>  I AM THAT HERO!
>> 
>> 
>> -Original Message-
>> From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
>> Sent: Wednesday, August 28, 2002 3:28 PM
>> To: 'Struts Users Mailing List'
>> Subject: RE: [OT Jokes] Are we getting off the topic
>> 
>> 
>> 
>> 
>>  I AM THAT SUPERHERO!
>> 
>> 
>> 
>> 
>> 
>> > -Original Message-
>> > From: James Mitchell [mailto:[EMAIL PROTECTED]]
>> > Sent: Wednesday, August 28, 2002 4:30 PM
>> > To: Struts Users Mailing List
>> > Subject: RE: [OT Jokes] Are we getting off the topic
>> >
>> >
>> > But your a big strong superhero
>> >
>> > James Mitchell
>> > Software Engineer\Struts Evangelist
>> > Struts-Atlanta, the "Open Minded Developer Network"
>> > http://www.open-tools.org/struts-atlanta
>> >
>> >
>> >
>> >
>> > > -Original Message-
>> > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
>> > > Sent: Wednesday, August 28, 2002 5:25 PM
>> > > To: 'Struts Users Mailing List'
>> > > Subject: RE: [OT Jokes] Are we getting off the topic
>> > >
>> > >
>> > > Hasta la Vista, Weedy!
>> > >
>> > > > -Original Message-
>> > > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
>> > > > Sent: Wednesday, August 28, 2002 4:25 PM
>> > > > To: [EMAIL PROTECTED]
>> > > > Cc: Struts Users Mailing List
>> > > > Subject: RE: [OT Jokes] Are we getting off the topic
>> > > >
>> > > >
>> > > > 
>> > > >  So did ya hear the one about Alfred?
>> > > > 
>> > > >
>> > > >
>> > > > James Mitchell
>> > > > Software Engineer\Struts Evangelist
>> > > > Struts-Atlanta, the "Open Minded Developer Network"
>> > > > http://www.open-tools.org/struts-atlanta
>> > > >
>> > > >
>> > > >
>> > > >
>> > > > > -Original Message-
>> > > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
>> > > > > Sent: Wednesday, August 28, 2002 5:20 PM
>> > > > > To: 'Struts Users Mailing List'
>> > > > > Subject: RE: Are we getting off the topic
>> > > > >
>> > > > >
>> > > > > Isn't this entire thread OT?
>> > > > >
>> > > > > > -Original Message-
>> > > > > > From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
>> > > > > > Sent: Wednesday, August 28, 2002 4:16 PM
>> > > > > > To: Struts Users Mailing List
>> > > > > > Subject: RE: Are we getting off the topic
>> > > > > >
>> > > > > >
>> > > > > > Excuse me but the joke List is over that way --->
>> > > > > >
>> > > > > > :-))
>> > > > > >
>> > > > > > Brandon
>> > > > > >
>> > > > > > -Original Message-
>> > > > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
>> > > > > > Sent: Wednesday, August 28, 2002 3:16 PM
>> > > > > > To: 'Struts Users Mailing List'
>> > > > > > Subject: RE: Are we getting off the topic
>> > > > > >
>> > > > > >
>> > > > > > There's one in every crowd
>> > > > > >
>> > > > > > :-)
>> > > > > >
>> > > > > > Jerry
>> > > > > >
>> > > > > > > -Original Message-
>> > > > > > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
>> > > > > > > Sent: Wednesday, August 28, 2002 4:18 PM
>> > > > > > > To: Struts Users Mailing List
>> > > > > > > Subject: RE: Are we getting off the topic
>> > > > > > >
>> > > > > > >
>> > > > > > > So when is 1.1 going to be released?
>> > > > > > >
>> > > > > > > James Mitchell
>> > > > > > > Software Engineer\Struts Evangelist
>> > > > > > > Struts-Atlanta, the "Open Minded Developer Network"
>> > > > > > > http://www.open-tools.org/struts-atlanta
>> > > > > > >
>> > > > > > >
>> > > > > > >
>> > > > > > >
>> > > > > > > > -Original Message-
>> > > > > > > > From: Dan Cancro [mailto:[EMAIL PROTECTED]]
>> > > > > > > > Sent: Wednesday, August 28, 2002 5:01 PM
>> > > > > > > > To: 'Struts Users Mailing List'
>> > > > > > > > Subject: RE: Are we getting off the topic
>> > > > > > > >
>> > > > > > > >
>> > > > > > > > Google provides a directory of groups.
>> > > > > > http://www.google.com/grphp
>> > > > > > > > Maybe it would be better to link to such a
>> > directory from the
>> > > > > > > > struts mailing
>> > > > > > > > list page.  Does anyone know a better 
>> directory?  This one
>> > > > > > > doesn't have
>> > > > > > > > jakarta groups.
>> > > > > > > >
>> > > > > > > > Dan
>> > > > > > > >
>> > > > > > > > > -Original Message-
>> > > > > > > > > From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
>> > > > > > > > > Sent: Wednesday, August

Re: Are we getting off the topic

2002-08-28 Thread John Nicholas

Tero P Paananen wrote:
>>This board is too valuable to me. Any thoughts?
>>Agree... Disagree?
> 
> 
> Agree STRONGLY.
> 
> There's a reason why I subscribe to Struts mailing list
> and not to "General Java" or "Tomcat Debug" mailing list.
> 
The posts about general Java and Tomcat issues are going to be hard to 
control since
they are mostly from newbies but maybe a "struts-integration" board to 
hold the common
side conversations about DAOs, Persistance Layers, XML etc would work.





--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: [OT Jokes] Are we getting off the topic

2002-08-28 Thread James Mitchell

LOLyou know.  It's kinda sad how much amusement I am getting from this.

I mean, it's not like we were quoting from Monty Python.  Well, you have to
know these things when you're a king, you know.



James Mitchell
Software Engineer\Struts Evangelist
Struts-Atlanta, the "Open Minded Developer Network"
http://www.open-tools.org/struts-atlanta




> -Original Message-
> From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 28, 2002 5:28 PM
> To: 'Struts Users Mailing List'
> Subject: RE: [OT Jokes] Are we getting off the topic
>
>
> 
>
>   I AM THAT SUPERHERO!
>
> 
>
>
>
> > -Original Message-
> > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, August 28, 2002 4:30 PM
> > To: Struts Users Mailing List
> > Subject: RE: [OT Jokes] Are we getting off the topic
> >
> >
> > But your a big strong superhero
> >
> > James Mitchell
> > Software Engineer\Struts Evangelist
> > Struts-Atlanta, the "Open Minded Developer Network"
> > http://www.open-tools.org/struts-atlanta
> >
> >
> >
> >
> > > -Original Message-
> > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > > Sent: Wednesday, August 28, 2002 5:25 PM
> > > To: 'Struts Users Mailing List'
> > > Subject: RE: [OT Jokes] Are we getting off the topic
> > >
> > >
> > > Hasta la Vista, Weedy!
> > >
> > > > -Original Message-
> > > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> > > > Sent: Wednesday, August 28, 2002 4:25 PM
> > > > To: [EMAIL PROTECTED]
> > > > Cc: Struts Users Mailing List
> > > > Subject: RE: [OT Jokes] Are we getting off the topic
> > > >
> > > >
> > > > 
> > > >  So did ya hear the one about Alfred?
> > > > 
> > > >
> > > >
> > > > James Mitchell
> > > > Software Engineer\Struts Evangelist
> > > > Struts-Atlanta, the "Open Minded Developer Network"
> > > > http://www.open-tools.org/struts-atlanta
> > > >
> > > >
> > > >
> > > >
> > > > > -Original Message-
> > > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > > > > Sent: Wednesday, August 28, 2002 5:20 PM
> > > > > To: 'Struts Users Mailing List'
> > > > > Subject: RE: Are we getting off the topic
> > > > >
> > > > >
> > > > > Isn't this entire thread OT?
> > > > >
> > > > > > -Original Message-
> > > > > > From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> > > > > > Sent: Wednesday, August 28, 2002 4:16 PM
> > > > > > To: Struts Users Mailing List
> > > > > > Subject: RE: Are we getting off the topic
> > > > > >
> > > > > >
> > > > > > Excuse me but the joke List is over that way --->
> > > > > >
> > > > > > :-))
> > > > > >
> > > > > > Brandon
> > > > > >
> > > > > > -Original Message-
> > > > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > > > > > Sent: Wednesday, August 28, 2002 3:16 PM
> > > > > > To: 'Struts Users Mailing List'
> > > > > > Subject: RE: Are we getting off the topic
> > > > > >
> > > > > >
> > > > > > There's one in every crowd
> > > > > >
> > > > > > :-)
> > > > > >
> > > > > > Jerry
> > > > > >
> > > > > > > -Original Message-
> > > > > > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> > > > > > > Sent: Wednesday, August 28, 2002 4:18 PM
> > > > > > > To: Struts Users Mailing List
> > > > > > > Subject: RE: Are we getting off the topic
> > > > > > >
> > > > > > >
> > > > > > > So when is 1.1 going to be released?
> > > > > > >
> > > > > > > James Mitchell
> > > > > > > Software Engineer\Struts Evangelist
> > > > > > > Struts-Atlanta, the "Open Minded Developer Network"
> > > > > > > http://www.open-tools.org/struts-atlanta
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > > -Original Message-
> > > > > > > > From: Dan Cancro [mailto:[EMAIL PROTECTED]]
> > > > > > > > Sent: Wednesday, August 28, 2002 5:01 PM
> > > > > > > > To: 'Struts Users Mailing List'
> > > > > > > > Subject: RE: Are we getting off the topic
> > > > > > > >
> > > > > > > >
> > > > > > > > Google provides a directory of groups.
> > > > > > http://www.google.com/grphp
> > > > > > > > Maybe it would be better to link to such a
> > directory from the
> > > > > > > > struts mailing
> > > > > > > > list page.  Does anyone know a better directory?  This one
> > > > > > > doesn't have
> > > > > > > > jakarta groups.
> > > > > > > >
> > > > > > > > Dan
> > > > > > > >
> > > > > > > > > -Original Message-
> > > > > > > > > From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> > > > > > > > > Sent: Wednesday, August 28, 2002 1:42 PM
> > > > > > > > > To: Struts Users Mailing List
> > > > > > > > > Subject: RE: Are we getting off the topic
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > I suggest that someone open an unofficial OT board for
> > > > > > > > > struts. The beautiful
> > > > > > > > > thing about a community is that it can be self
> > regulating.
> > > > > > > > > When someone post
> > > > > > > > > an off topic question. The community should politely
> > > > > > > > > reccomend the OT board.
> > > > > > > > >
> > > > > > > >

Re[4]: Are we getting off the topic

2002-08-28 Thread Rick Reumann

On Wednesday, August 28, 2002, 5:26:45 PM, Brandon Goodin wrote:

BG> Tiago and I are hoping to update that :-) see the struts developer
BG> and design pattern guide i just posted. There is also a need for
BG> the gathering of faqs that exist in the HEAD now.

I'd be more than willing to help in this endeavor. Just tell me
what I can help with (organizing, searching, cut and pasting:).
I'll probably learn a lot along the way also so my motives aren't
purely altruistic:)

--

Rick

mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: [OT Jokes] Are we getting off the topic

2002-08-28 Thread Jerry Jalenak

My bad.  Haven't watched "Rumor Weed" with my daughter for awhile  :-)

Jerry

> -Original Message-
> From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 28, 2002 4:28 PM
> To: Struts Users Mailing List
> Subject: RE: [OT Jokes] Are we getting off the topic
> 
> 
> actually is is:
> 
>  I AM THAT HERO!
> 
> 
> -Original Message-
> From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 28, 2002 3:28 PM
> To: 'Struts Users Mailing List'
> Subject: RE: [OT Jokes] Are we getting off the topic
> 
> 
> 
> 
>   I AM THAT SUPERHERO!
> 
> 
> 
> 
> 
> > -Original Message-
> > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, August 28, 2002 4:30 PM
> > To: Struts Users Mailing List
> > Subject: RE: [OT Jokes] Are we getting off the topic
> >
> >
> > But your a big strong superhero
> >
> > James Mitchell
> > Software Engineer\Struts Evangelist
> > Struts-Atlanta, the "Open Minded Developer Network"
> > http://www.open-tools.org/struts-atlanta
> >
> >
> >
> >
> > > -Original Message-
> > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > > Sent: Wednesday, August 28, 2002 5:25 PM
> > > To: 'Struts Users Mailing List'
> > > Subject: RE: [OT Jokes] Are we getting off the topic
> > >
> > >
> > > Hasta la Vista, Weedy!
> > >
> > > > -Original Message-
> > > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> > > > Sent: Wednesday, August 28, 2002 4:25 PM
> > > > To: [EMAIL PROTECTED]
> > > > Cc: Struts Users Mailing List
> > > > Subject: RE: [OT Jokes] Are we getting off the topic
> > > >
> > > >
> > > > 
> > > >  So did ya hear the one about Alfred?
> > > > 
> > > >
> > > >
> > > > James Mitchell
> > > > Software Engineer\Struts Evangelist
> > > > Struts-Atlanta, the "Open Minded Developer Network"
> > > > http://www.open-tools.org/struts-atlanta
> > > >
> > > >
> > > >
> > > >
> > > > > -Original Message-
> > > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > > > > Sent: Wednesday, August 28, 2002 5:20 PM
> > > > > To: 'Struts Users Mailing List'
> > > > > Subject: RE: Are we getting off the topic
> > > > >
> > > > >
> > > > > Isn't this entire thread OT?
> > > > >
> > > > > > -Original Message-
> > > > > > From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> > > > > > Sent: Wednesday, August 28, 2002 4:16 PM
> > > > > > To: Struts Users Mailing List
> > > > > > Subject: RE: Are we getting off the topic
> > > > > >
> > > > > >
> > > > > > Excuse me but the joke List is over that way --->
> > > > > >
> > > > > > :-))
> > > > > >
> > > > > > Brandon
> > > > > >
> > > > > > -Original Message-
> > > > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > > > > > Sent: Wednesday, August 28, 2002 3:16 PM
> > > > > > To: 'Struts Users Mailing List'
> > > > > > Subject: RE: Are we getting off the topic
> > > > > >
> > > > > >
> > > > > > There's one in every crowd
> > > > > >
> > > > > > :-)
> > > > > >
> > > > > > Jerry
> > > > > >
> > > > > > > -Original Message-
> > > > > > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> > > > > > > Sent: Wednesday, August 28, 2002 4:18 PM
> > > > > > > To: Struts Users Mailing List
> > > > > > > Subject: RE: Are we getting off the topic
> > > > > > >
> > > > > > >
> > > > > > > So when is 1.1 going to be released?
> > > > > > >
> > > > > > > James Mitchell
> > > > > > > Software Engineer\Struts Evangelist
> > > > > > > Struts-Atlanta, the "Open Minded Developer Network"
> > > > > > > http://www.open-tools.org/struts-atlanta
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > > -Original Message-
> > > > > > > > From: Dan Cancro [mailto:[EMAIL PROTECTED]]
> > > > > > > > Sent: Wednesday, August 28, 2002 5:01 PM
> > > > > > > > To: 'Struts Users Mailing List'
> > > > > > > > Subject: RE: Are we getting off the topic
> > > > > > > >
> > > > > > > >
> > > > > > > > Google provides a directory of groups.
> > > > > > http://www.google.com/grphp
> > > > > > > > Maybe it would be better to link to such a
> > directory from the
> > > > > > > > struts mailing
> > > > > > > > list page.  Does anyone know a better 
> directory?  This one
> > > > > > > doesn't have
> > > > > > > > jakarta groups.
> > > > > > > >
> > > > > > > > Dan
> > > > > > > >
> > > > > > > > > -Original Message-
> > > > > > > > > From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> > > > > > > > > Sent: Wednesday, August 28, 2002 1:42 PM
> > > > > > > > > To: Struts Users Mailing List
> > > > > > > > > Subject: RE: Are we getting off the topic
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > I suggest that someone open an unofficial OT board for
> > > > > > > > > struts. The beautiful
> > > > > > > > > thing about a community is that it can be self
> > regulating.
> > > > > > > > > When someone post
> > > > > > > > > an off topic question. The community should politely
> > > > > > > > > reccomend the OT board.
> > > > > > > > >
> > > > > > >

RE: Are we getting off the topic

2002-08-28 Thread James Mitchell

DOH!!!

James Mitchell
Software Engineer\Struts Evangelist
Struts-Atlanta, the "Open Minded Developer Network"
http://www.open-tools.org/struts-atlanta




> -Original Message-
> From: Galbreath, Mark [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 28, 2002 5:28 PM
> To: 'Struts Users Mailing List'
> Subject: RE: Are we getting off the topic
>
>
> Does Struts work with Flash?
>
> -Original Message-
> From: James Mitchell [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 28, 2002 5:18 PM
> To: Struts Users Mailing List
> Subject: RE: Are we getting off the topic
>
>
> So when is 1.1 going to be released?
>
> James Mitchell
> Software Engineer\Struts Evangelist
> Struts-Atlanta, the "Open Minded Developer Network"
> http://www.open-tools.org/struts-atlanta
>
>
>
>
> > -Original Message-
> > From: Dan Cancro [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, August 28, 2002 5:01 PM
> > To: 'Struts Users Mailing List'
> > Subject: RE: Are we getting off the topic
> >
> >
> > Google provides a directory of groups.  http://www.google.com/grphp
> > Maybe it would be better to link to such a directory from the
> > struts mailing
> > list page.  Does anyone know a better directory?  This one doesn't have
> > jakarta groups.
> >
> > Dan
> >
> > > -Original Message-
> > > From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> > > Sent: Wednesday, August 28, 2002 1:42 PM
> > > To: Struts Users Mailing List
> > > Subject: RE: Are we getting off the topic
> > >
> > >
> > > I suggest that someone open an unofficial OT board for
> > > struts. The beautiful
> > > thing about a community is that it can be self regulating.
> > > When someone post
> > > an off topic question. The community should politely
> > > reccomend the OT board.
> > >
> > > Brandon
> > >
> > > -Original Message-
> > > From: [EMAIL PROTECTED]
> > > [mailto:[EMAIL PROTECTED]]
> > > Sent: Wednesday, August 28, 2002 2:45 PM
> > > To: [EMAIL PROTECTED]
> > > Subject: RE: Are we getting off the topic
> > >
> > >
> > >
> > > Anyone have time to write a NLP that would automatically respond to
> > > "when is the next version of struts going to be released"?
> > >
> > > other than that, I agree on the really obvious questions, but
> > > how do we
> > > delinate what is pure struts and just associated with it?  If its
> > > assocaited with it isn't struts-user the place for it?  I don't have a
> > > good answer...
> > >
> > >
> > >
> > > -Original Message-
> > > From: jconrad [mailto:[EMAIL PROTECTED]]
> > > Sent: Wednesday, August 28, 2002 4:29 PM
> > > To: struts-user
> > > Subject: RE: Are we getting off the topic
> > >
> > >
> > > I also agree STRONGLY. I'm a newbie to Struts, when I signed onto the
> > > mailing list I read the article how to ask a good question. Two keys
> > > were RTFM and STFW. So read, then search, then ask.
> > >
> > > -Original Message-
> > > From: Tero P Paananen [mailto:[EMAIL PROTECTED]]
> > > Sent: Wednesday, August 28, 2002 2:16 PM
> > > To: Struts Users Mailing List
> > > Subject: RE: Are we getting off the topic
> > >
> > >
> > > > This board is too valuable to me. Any thoughts?
> > > > Agree... Disagree?
> > >
> > > Agree STRONGLY.
> > >
> > > There's a reason why I subscribe to Struts mailing list
> > > and not to "General Java" or "Tomcat Debug" mailing list.
> > >
> > > Furthermore, if people would spend even 5 minutes trying
> > > to search answers to their questions using Google or the
> > > mailing list archives, many of the questions wouldn't
> > > need to be asked in the first place, because they've
> > > already been asked and answered several times.
> > >
> > > Have some consideration for those of us who receive
> > > several hundred emails a day and really do not have
> > > time to shift through all the crap.
> > >
> > >   -TPP
> > >
> > > --
> > > To unsubscribe, e-mail:
> > > 
> > > For additional commands, e-mail:
> > > 
> > >
> > >
> > > --
> > > To unsubscribe, e-mail:
> > > 
> > > For additional commands, e-mail:
> > > 
> > >
> > >
> > >
> > > --
> > > To unsubscribe, e-mail:
> > > 
> > > For additional commands, e-mail:
> > > 
> > >
> > >
> > >
> > > --
> > > To unsubscribe, e-mail:
> > > 
> > > For additional commands, e-mail:
> > > 
> > >
> >
> > --
> > To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
>
>
>
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
>
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
>
>


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 

RE: [OT Jokes] Are we getting off the topic

2002-08-28 Thread Brandon Goodin

actually is is:

 I AM THAT HERO!


-Original Message-
From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 28, 2002 3:28 PM
To: 'Struts Users Mailing List'
Subject: RE: [OT Jokes] Are we getting off the topic




I AM THAT SUPERHERO!





> -Original Message-
> From: James Mitchell [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 28, 2002 4:30 PM
> To: Struts Users Mailing List
> Subject: RE: [OT Jokes] Are we getting off the topic
>
>
> But your a big strong superhero
>
> James Mitchell
> Software Engineer\Struts Evangelist
> Struts-Atlanta, the "Open Minded Developer Network"
> http://www.open-tools.org/struts-atlanta
>
>
>
>
> > -Original Message-
> > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, August 28, 2002 5:25 PM
> > To: 'Struts Users Mailing List'
> > Subject: RE: [OT Jokes] Are we getting off the topic
> >
> >
> > Hasta la Vista, Weedy!
> >
> > > -Original Message-
> > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> > > Sent: Wednesday, August 28, 2002 4:25 PM
> > > To: [EMAIL PROTECTED]
> > > Cc: Struts Users Mailing List
> > > Subject: RE: [OT Jokes] Are we getting off the topic
> > >
> > >
> > > 
> > >  So did ya hear the one about Alfred?
> > > 
> > >
> > >
> > > James Mitchell
> > > Software Engineer\Struts Evangelist
> > > Struts-Atlanta, the "Open Minded Developer Network"
> > > http://www.open-tools.org/struts-atlanta
> > >
> > >
> > >
> > >
> > > > -Original Message-
> > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > > > Sent: Wednesday, August 28, 2002 5:20 PM
> > > > To: 'Struts Users Mailing List'
> > > > Subject: RE: Are we getting off the topic
> > > >
> > > >
> > > > Isn't this entire thread OT?
> > > >
> > > > > -Original Message-
> > > > > From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> > > > > Sent: Wednesday, August 28, 2002 4:16 PM
> > > > > To: Struts Users Mailing List
> > > > > Subject: RE: Are we getting off the topic
> > > > >
> > > > >
> > > > > Excuse me but the joke List is over that way --->
> > > > >
> > > > > :-))
> > > > >
> > > > > Brandon
> > > > >
> > > > > -Original Message-
> > > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > > > > Sent: Wednesday, August 28, 2002 3:16 PM
> > > > > To: 'Struts Users Mailing List'
> > > > > Subject: RE: Are we getting off the topic
> > > > >
> > > > >
> > > > > There's one in every crowd
> > > > >
> > > > > :-)
> > > > >
> > > > > Jerry
> > > > >
> > > > > > -Original Message-
> > > > > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> > > > > > Sent: Wednesday, August 28, 2002 4:18 PM
> > > > > > To: Struts Users Mailing List
> > > > > > Subject: RE: Are we getting off the topic
> > > > > >
> > > > > >
> > > > > > So when is 1.1 going to be released?
> > > > > >
> > > > > > James Mitchell
> > > > > > Software Engineer\Struts Evangelist
> > > > > > Struts-Atlanta, the "Open Minded Developer Network"
> > > > > > http://www.open-tools.org/struts-atlanta
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > > -Original Message-
> > > > > > > From: Dan Cancro [mailto:[EMAIL PROTECTED]]
> > > > > > > Sent: Wednesday, August 28, 2002 5:01 PM
> > > > > > > To: 'Struts Users Mailing List'
> > > > > > > Subject: RE: Are we getting off the topic
> > > > > > >
> > > > > > >
> > > > > > > Google provides a directory of groups.
> > > > > http://www.google.com/grphp
> > > > > > > Maybe it would be better to link to such a
> directory from the
> > > > > > > struts mailing
> > > > > > > list page.  Does anyone know a better directory?  This one
> > > > > > doesn't have
> > > > > > > jakarta groups.
> > > > > > >
> > > > > > > Dan
> > > > > > >
> > > > > > > > -Original Message-
> > > > > > > > From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> > > > > > > > Sent: Wednesday, August 28, 2002 1:42 PM
> > > > > > > > To: Struts Users Mailing List
> > > > > > > > Subject: RE: Are we getting off the topic
> > > > > > > >
> > > > > > > >
> > > > > > > > I suggest that someone open an unofficial OT board for
> > > > > > > > struts. The beautiful
> > > > > > > > thing about a community is that it can be self
> regulating.
> > > > > > > > When someone post
> > > > > > > > an off topic question. The community should politely
> > > > > > > > reccomend the OT board.
> > > > > > > >
> > > > > > > > Brandon
> > > > > > > >
> > > > > > > > -Original Message-
> > > > > > > > From: [EMAIL PROTECTED]
> > > > > > > > [mailto:[EMAIL PROTECTED]]
> > > > > > > > Sent: Wednesday, August 28, 2002 2:45 PM
> > > > > > > > To: [EMAIL PROTECTED]
> > > > > > > > Subject: RE: Are we getting off the topic
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > Anyone have time to write a NLP that would automatically
> > > > > > respond to
> > > > > > > > "when is the next version of struts going to be
> released"?
> > > > > > > >
> > > > > > > > other than that, I agree on the really obvio

RE: Re[2]: Are we getting off the topic

2002-08-28 Thread Brandon Goodin

Tiago and I are hoping to update that :-) see the struts developer and
design pattern guide i just posted. There is also a need for the gathering
of faqs that exist in the HEAD now.

-Original Message-
From: Rick Reumann [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 28, 2002 3:23 PM
To: Struts Users Mailing List
Subject: Re[2]: Are we getting off the topic


On Wednesday, August 28, 2002, 4:29:05 PM, Jim Conrad wrote:

JC>  So read, then search, then ask.

Does anyone else, though, find both of the above very very difficult
with apache related materials? By no means am I saying don't try the
Struts documentation and the user archives first, but from my
experience the Struts mailing list archives are not easy to find
information in (the Tomcat one is not much better either). I really
wish there was a better way to get more relevant results based on
search criteria, since I know people like Craig, and other helpful
folks, keep answering the same questions over and over again. I've
often tried even searching the archives for information I know I have
posted and yet I often can't find it. I notice when I search the
JSP-Interest archives it seems I can get back much more relevant
results but I'm not sure why that is. Are there any alternative ways
to archive list posts? Because I find it so difficult to find answers
in the archives I end up keeping hundreds of messages saved in my mail
program (plug: The Bat:).

Might be a cool side project to work on an updated FAQ helping with
some of the more common struts questions that get posted. (Who has
time for that 'side' project though and I guess that's the problem -
it wouldn't be an easy undertaking ).

--

Rick

mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:

For additional commands, e-mail:




--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Are we getting off the topic

2002-08-28 Thread Galbreath, Mark

Does Struts work with Flash?

-Original Message-
From: James Mitchell [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 28, 2002 5:18 PM
To: Struts Users Mailing List
Subject: RE: Are we getting off the topic


So when is 1.1 going to be released?

James Mitchell
Software Engineer\Struts Evangelist
Struts-Atlanta, the "Open Minded Developer Network"
http://www.open-tools.org/struts-atlanta




> -Original Message-
> From: Dan Cancro [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 28, 2002 5:01 PM
> To: 'Struts Users Mailing List'
> Subject: RE: Are we getting off the topic
>
>
> Google provides a directory of groups.  http://www.google.com/grphp
> Maybe it would be better to link to such a directory from the
> struts mailing
> list page.  Does anyone know a better directory?  This one doesn't have
> jakarta groups.
>
> Dan
>
> > -Original Message-
> > From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, August 28, 2002 1:42 PM
> > To: Struts Users Mailing List
> > Subject: RE: Are we getting off the topic
> >
> >
> > I suggest that someone open an unofficial OT board for
> > struts. The beautiful
> > thing about a community is that it can be self regulating.
> > When someone post
> > an off topic question. The community should politely
> > reccomend the OT board.
> >
> > Brandon
> >
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, August 28, 2002 2:45 PM
> > To: [EMAIL PROTECTED]
> > Subject: RE: Are we getting off the topic
> >
> >
> >
> > Anyone have time to write a NLP that would automatically respond to
> > "when is the next version of struts going to be released"?
> >
> > other than that, I agree on the really obvious questions, but
> > how do we
> > delinate what is pure struts and just associated with it?  If its
> > assocaited with it isn't struts-user the place for it?  I don't have a
> > good answer...
> >
> >
> >
> > -Original Message-
> > From: jconrad [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, August 28, 2002 4:29 PM
> > To: struts-user
> > Subject: RE: Are we getting off the topic
> >
> >
> > I also agree STRONGLY. I'm a newbie to Struts, when I signed onto the
> > mailing list I read the article how to ask a good question. Two keys
> > were RTFM and STFW. So read, then search, then ask.
> >
> > -Original Message-
> > From: Tero P Paananen [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, August 28, 2002 2:16 PM
> > To: Struts Users Mailing List
> > Subject: RE: Are we getting off the topic
> >
> >
> > > This board is too valuable to me. Any thoughts?
> > > Agree... Disagree?
> >
> > Agree STRONGLY.
> >
> > There's a reason why I subscribe to Struts mailing list
> > and not to "General Java" or "Tomcat Debug" mailing list.
> >
> > Furthermore, if people would spend even 5 minutes trying
> > to search answers to their questions using Google or the
> > mailing list archives, many of the questions wouldn't
> > need to be asked in the first place, because they've
> > already been asked and answered several times.
> >
> > Have some consideration for those of us who receive
> > several hundred emails a day and really do not have
> > time to shift through all the crap.
> >
> > -TPP
> >
> > --
> > To unsubscribe, e-mail:
> > 
> > For additional commands, e-mail:
> > 
> >
> >
> > --
> > To unsubscribe, e-mail:
> > 
> > For additional commands, e-mail:
> > 
> >
> >
> >
> > --
> > To unsubscribe, e-mail:
> > 
> > For additional commands, e-mail:
> > 
> >
> >
> >
> > --
> > To unsubscribe, e-mail:
> > 
> > For additional commands, e-mail:
> > 
> >
>
> --
> To unsubscribe, e-mail:

For additional commands, e-mail:




--
To unsubscribe, e-mail:

For additional commands, e-mail:


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: [OT Jokes] Are we getting off the topic

2002-08-28 Thread Jerry Jalenak



I AM THAT SUPERHERO!





> -Original Message-
> From: James Mitchell [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 28, 2002 4:30 PM
> To: Struts Users Mailing List
> Subject: RE: [OT Jokes] Are we getting off the topic
> 
> 
> But your a big strong superhero
> 
> James Mitchell
> Software Engineer\Struts Evangelist
> Struts-Atlanta, the "Open Minded Developer Network"
> http://www.open-tools.org/struts-atlanta
> 
> 
> 
> 
> > -Original Message-
> > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, August 28, 2002 5:25 PM
> > To: 'Struts Users Mailing List'
> > Subject: RE: [OT Jokes] Are we getting off the topic
> >
> >
> > Hasta la Vista, Weedy!
> >
> > > -Original Message-
> > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> > > Sent: Wednesday, August 28, 2002 4:25 PM
> > > To: [EMAIL PROTECTED]
> > > Cc: Struts Users Mailing List
> > > Subject: RE: [OT Jokes] Are we getting off the topic
> > >
> > >
> > > 
> > >  So did ya hear the one about Alfred?
> > > 
> > >
> > >
> > > James Mitchell
> > > Software Engineer\Struts Evangelist
> > > Struts-Atlanta, the "Open Minded Developer Network"
> > > http://www.open-tools.org/struts-atlanta
> > >
> > >
> > >
> > >
> > > > -Original Message-
> > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > > > Sent: Wednesday, August 28, 2002 5:20 PM
> > > > To: 'Struts Users Mailing List'
> > > > Subject: RE: Are we getting off the topic
> > > >
> > > >
> > > > Isn't this entire thread OT?
> > > >
> > > > > -Original Message-
> > > > > From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> > > > > Sent: Wednesday, August 28, 2002 4:16 PM
> > > > > To: Struts Users Mailing List
> > > > > Subject: RE: Are we getting off the topic
> > > > >
> > > > >
> > > > > Excuse me but the joke List is over that way --->
> > > > >
> > > > > :-))
> > > > >
> > > > > Brandon
> > > > >
> > > > > -Original Message-
> > > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > > > > Sent: Wednesday, August 28, 2002 3:16 PM
> > > > > To: 'Struts Users Mailing List'
> > > > > Subject: RE: Are we getting off the topic
> > > > >
> > > > >
> > > > > There's one in every crowd
> > > > >
> > > > > :-)
> > > > >
> > > > > Jerry
> > > > >
> > > > > > -Original Message-
> > > > > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> > > > > > Sent: Wednesday, August 28, 2002 4:18 PM
> > > > > > To: Struts Users Mailing List
> > > > > > Subject: RE: Are we getting off the topic
> > > > > >
> > > > > >
> > > > > > So when is 1.1 going to be released?
> > > > > >
> > > > > > James Mitchell
> > > > > > Software Engineer\Struts Evangelist
> > > > > > Struts-Atlanta, the "Open Minded Developer Network"
> > > > > > http://www.open-tools.org/struts-atlanta
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > > -Original Message-
> > > > > > > From: Dan Cancro [mailto:[EMAIL PROTECTED]]
> > > > > > > Sent: Wednesday, August 28, 2002 5:01 PM
> > > > > > > To: 'Struts Users Mailing List'
> > > > > > > Subject: RE: Are we getting off the topic
> > > > > > >
> > > > > > >
> > > > > > > Google provides a directory of groups.
> > > > > http://www.google.com/grphp
> > > > > > > Maybe it would be better to link to such a 
> directory from the
> > > > > > > struts mailing
> > > > > > > list page.  Does anyone know a better directory?  This one
> > > > > > doesn't have
> > > > > > > jakarta groups.
> > > > > > >
> > > > > > > Dan
> > > > > > >
> > > > > > > > -Original Message-
> > > > > > > > From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> > > > > > > > Sent: Wednesday, August 28, 2002 1:42 PM
> > > > > > > > To: Struts Users Mailing List
> > > > > > > > Subject: RE: Are we getting off the topic
> > > > > > > >
> > > > > > > >
> > > > > > > > I suggest that someone open an unofficial OT board for
> > > > > > > > struts. The beautiful
> > > > > > > > thing about a community is that it can be self 
> regulating.
> > > > > > > > When someone post
> > > > > > > > an off topic question. The community should politely
> > > > > > > > reccomend the OT board.
> > > > > > > >
> > > > > > > > Brandon
> > > > > > > >
> > > > > > > > -Original Message-
> > > > > > > > From: [EMAIL PROTECTED]
> > > > > > > > [mailto:[EMAIL PROTECTED]]
> > > > > > > > Sent: Wednesday, August 28, 2002 2:45 PM
> > > > > > > > To: [EMAIL PROTECTED]
> > > > > > > > Subject: RE: Are we getting off the topic
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > Anyone have time to write a NLP that would automatically
> > > > > > respond to
> > > > > > > > "when is the next version of struts going to be 
> released"?
> > > > > > > >
> > > > > > > > other than that, I agree on the really obvious
> > > questions, but
> > > > > > > > how do we
> > > > > > > > delinate what is pure struts and just associated with
> > > > > it?  If its
> > > > > > > > assocaited with it isn't struts-user the place 
> for it?  I
> > > > >

RE: html:text in logic:iterate ?

2002-08-28 Thread Kwang-Shi Shu

Tom,

I tried to use nested tag library in WebLogic and got some
exceptions. I just wondered do you have the same problem before?



When I included the 

<%@ taglib uri="/WEB-INF/struts-nested.tld" prefix="nested" %>
 
in my JSP file and run it under the Weblogic 6.1 sp 2, I got the
following exception:

/wizard2.jsp(5): Error in using tag library
uri='/WEB-INF/struts-nested.tld' prefix='nested': The Tag class
'org.apache.struts.taglib.nested.html.NestedFormTag' has no setter
method corresponding to TLD declared attribute 'title', (JSP 1.1 spec,
5.4.1)
probably occurred due to an error in /wizard2.jsp line 5:
<%@ taglib uri="/WEB-INF/struts-nested.tld" prefix="nested" %>

I checked the struts.jar and found out it did not have the setter method
for title. Is this a real problem? How could I work around this one?

Thanks.

Kwang-Shi Shu
(732) 537-6862


=

-Original Message-
From: Tom Klaasen [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, August 28, 2002 3:39 PM
To: Struts Users Mailing List
Subject: Re: html:text in logic:iterate ?

To have the setters work in a logic:iterate, you should use the "nested"

taglib (keyboardmonkey.com/struts if I'm not mistaken)

tomK


Rejin NS wrote:

>Thanks for the sample code, Maris.
>
>I could make some headway, but still can't get the setters to work.
Here is
>the snippet:
>
>
>
>   
>
>
>
>'list' is a vector.
>'Club' has a private String variable - 'data', with get/set methods.
>The values are displayed correctly on the page.
>The problem is that the new values typed in the textbox are not updated
in
>'list'.
>What did I miss?
>-rejin.
>
>
>--
>To unsubscribe, e-mail:

>For additional commands, e-mail:

>
>
>
>  
>



--
To unsubscribe, e-mail:

For additional commands, e-mail:



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: [OT Jokes] Are we getting off the topic

2002-08-28 Thread James Mitchell

But your a big strong superhero

James Mitchell
Software Engineer\Struts Evangelist
Struts-Atlanta, the "Open Minded Developer Network"
http://www.open-tools.org/struts-atlanta




> -Original Message-
> From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 28, 2002 5:25 PM
> To: 'Struts Users Mailing List'
> Subject: RE: [OT Jokes] Are we getting off the topic
>
>
> Hasta la Vista, Weedy!
>
> > -Original Message-
> > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, August 28, 2002 4:25 PM
> > To: [EMAIL PROTECTED]
> > Cc: Struts Users Mailing List
> > Subject: RE: [OT Jokes] Are we getting off the topic
> >
> >
> > 
> >  So did ya hear the one about Alfred?
> > 
> >
> >
> > James Mitchell
> > Software Engineer\Struts Evangelist
> > Struts-Atlanta, the "Open Minded Developer Network"
> > http://www.open-tools.org/struts-atlanta
> >
> >
> >
> >
> > > -Original Message-
> > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > > Sent: Wednesday, August 28, 2002 5:20 PM
> > > To: 'Struts Users Mailing List'
> > > Subject: RE: Are we getting off the topic
> > >
> > >
> > > Isn't this entire thread OT?
> > >
> > > > -Original Message-
> > > > From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> > > > Sent: Wednesday, August 28, 2002 4:16 PM
> > > > To: Struts Users Mailing List
> > > > Subject: RE: Are we getting off the topic
> > > >
> > > >
> > > > Excuse me but the joke List is over that way --->
> > > >
> > > > :-))
> > > >
> > > > Brandon
> > > >
> > > > -Original Message-
> > > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > > > Sent: Wednesday, August 28, 2002 3:16 PM
> > > > To: 'Struts Users Mailing List'
> > > > Subject: RE: Are we getting off the topic
> > > >
> > > >
> > > > There's one in every crowd
> > > >
> > > > :-)
> > > >
> > > > Jerry
> > > >
> > > > > -Original Message-
> > > > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> > > > > Sent: Wednesday, August 28, 2002 4:18 PM
> > > > > To: Struts Users Mailing List
> > > > > Subject: RE: Are we getting off the topic
> > > > >
> > > > >
> > > > > So when is 1.1 going to be released?
> > > > >
> > > > > James Mitchell
> > > > > Software Engineer\Struts Evangelist
> > > > > Struts-Atlanta, the "Open Minded Developer Network"
> > > > > http://www.open-tools.org/struts-atlanta
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > > -Original Message-
> > > > > > From: Dan Cancro [mailto:[EMAIL PROTECTED]]
> > > > > > Sent: Wednesday, August 28, 2002 5:01 PM
> > > > > > To: 'Struts Users Mailing List'
> > > > > > Subject: RE: Are we getting off the topic
> > > > > >
> > > > > >
> > > > > > Google provides a directory of groups.
> > > > http://www.google.com/grphp
> > > > > > Maybe it would be better to link to such a directory from the
> > > > > > struts mailing
> > > > > > list page.  Does anyone know a better directory?  This one
> > > > > doesn't have
> > > > > > jakarta groups.
> > > > > >
> > > > > > Dan
> > > > > >
> > > > > > > -Original Message-
> > > > > > > From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> > > > > > > Sent: Wednesday, August 28, 2002 1:42 PM
> > > > > > > To: Struts Users Mailing List
> > > > > > > Subject: RE: Are we getting off the topic
> > > > > > >
> > > > > > >
> > > > > > > I suggest that someone open an unofficial OT board for
> > > > > > > struts. The beautiful
> > > > > > > thing about a community is that it can be self regulating.
> > > > > > > When someone post
> > > > > > > an off topic question. The community should politely
> > > > > > > reccomend the OT board.
> > > > > > >
> > > > > > > Brandon
> > > > > > >
> > > > > > > -Original Message-
> > > > > > > From: [EMAIL PROTECTED]
> > > > > > > [mailto:[EMAIL PROTECTED]]
> > > > > > > Sent: Wednesday, August 28, 2002 2:45 PM
> > > > > > > To: [EMAIL PROTECTED]
> > > > > > > Subject: RE: Are we getting off the topic
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > Anyone have time to write a NLP that would automatically
> > > > > respond to
> > > > > > > "when is the next version of struts going to be released"?
> > > > > > >
> > > > > > > other than that, I agree on the really obvious
> > questions, but
> > > > > > > how do we
> > > > > > > delinate what is pure struts and just associated with
> > > > it?  If its
> > > > > > > assocaited with it isn't struts-user the place for it?  I
> > > > > don't have a
> > > > > > > good answer...
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > -Original Message-
> > > > > > > From: jconrad [mailto:[EMAIL PROTECTED]]
> > > > > > > Sent: Wednesday, August 28, 2002 4:29 PM
> > > > > > > To: struts-user
> > > > > > > Subject: RE: Are we getting off the topic
> > > > > > >
> > > > > > >
> > > > > > > I also agree STRONGLY. I'm a newbie to Struts, when I
> > > > > signed onto the
> > > > > > > mailing list I read the article how to ask a good
> > > > > question. Two keys
> > > > > > > 

RE: [OT Jokes] Are we getting off the topic

2002-08-28 Thread Jerry Jalenak

Hasta la Vista, Weedy!

> -Original Message-
> From: James Mitchell [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 28, 2002 4:25 PM
> To: [EMAIL PROTECTED]
> Cc: Struts Users Mailing List
> Subject: RE: [OT Jokes] Are we getting off the topic
> 
> 
> 
>  So did ya hear the one about Alfred?
> 
> 
> 
> James Mitchell
> Software Engineer\Struts Evangelist
> Struts-Atlanta, the "Open Minded Developer Network"
> http://www.open-tools.org/struts-atlanta
> 
> 
> 
> 
> > -Original Message-
> > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, August 28, 2002 5:20 PM
> > To: 'Struts Users Mailing List'
> > Subject: RE: Are we getting off the topic
> >
> >
> > Isn't this entire thread OT?
> >
> > > -Original Message-
> > > From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> > > Sent: Wednesday, August 28, 2002 4:16 PM
> > > To: Struts Users Mailing List
> > > Subject: RE: Are we getting off the topic
> > >
> > >
> > > Excuse me but the joke List is over that way --->
> > >
> > > :-))
> > >
> > > Brandon
> > >
> > > -Original Message-
> > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > > Sent: Wednesday, August 28, 2002 3:16 PM
> > > To: 'Struts Users Mailing List'
> > > Subject: RE: Are we getting off the topic
> > >
> > >
> > > There's one in every crowd
> > >
> > > :-)
> > >
> > > Jerry
> > >
> > > > -Original Message-
> > > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> > > > Sent: Wednesday, August 28, 2002 4:18 PM
> > > > To: Struts Users Mailing List
> > > > Subject: RE: Are we getting off the topic
> > > >
> > > >
> > > > So when is 1.1 going to be released?
> > > >
> > > > James Mitchell
> > > > Software Engineer\Struts Evangelist
> > > > Struts-Atlanta, the "Open Minded Developer Network"
> > > > http://www.open-tools.org/struts-atlanta
> > > >
> > > >
> > > >
> > > >
> > > > > -Original Message-
> > > > > From: Dan Cancro [mailto:[EMAIL PROTECTED]]
> > > > > Sent: Wednesday, August 28, 2002 5:01 PM
> > > > > To: 'Struts Users Mailing List'
> > > > > Subject: RE: Are we getting off the topic
> > > > >
> > > > >
> > > > > Google provides a directory of groups.
> > > http://www.google.com/grphp
> > > > > Maybe it would be better to link to such a directory from the
> > > > > struts mailing
> > > > > list page.  Does anyone know a better directory?  This one
> > > > doesn't have
> > > > > jakarta groups.
> > > > >
> > > > > Dan
> > > > >
> > > > > > -Original Message-
> > > > > > From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> > > > > > Sent: Wednesday, August 28, 2002 1:42 PM
> > > > > > To: Struts Users Mailing List
> > > > > > Subject: RE: Are we getting off the topic
> > > > > >
> > > > > >
> > > > > > I suggest that someone open an unofficial OT board for
> > > > > > struts. The beautiful
> > > > > > thing about a community is that it can be self regulating.
> > > > > > When someone post
> > > > > > an off topic question. The community should politely
> > > > > > reccomend the OT board.
> > > > > >
> > > > > > Brandon
> > > > > >
> > > > > > -Original Message-
> > > > > > From: [EMAIL PROTECTED]
> > > > > > [mailto:[EMAIL PROTECTED]]
> > > > > > Sent: Wednesday, August 28, 2002 2:45 PM
> > > > > > To: [EMAIL PROTECTED]
> > > > > > Subject: RE: Are we getting off the topic
> > > > > >
> > > > > >
> > > > > >
> > > > > > Anyone have time to write a NLP that would automatically
> > > > respond to
> > > > > > "when is the next version of struts going to be released"?
> > > > > >
> > > > > > other than that, I agree on the really obvious 
> questions, but
> > > > > > how do we
> > > > > > delinate what is pure struts and just associated with
> > > it?  If its
> > > > > > assocaited with it isn't struts-user the place for it?  I
> > > > don't have a
> > > > > > good answer...
> > > > > >
> > > > > >
> > > > > >
> > > > > > -Original Message-
> > > > > > From: jconrad [mailto:[EMAIL PROTECTED]]
> > > > > > Sent: Wednesday, August 28, 2002 4:29 PM
> > > > > > To: struts-user
> > > > > > Subject: RE: Are we getting off the topic
> > > > > >
> > > > > >
> > > > > > I also agree STRONGLY. I'm a newbie to Struts, when I
> > > > signed onto the
> > > > > > mailing list I read the article how to ask a good
> > > > question. Two keys
> > > > > > were RTFM and STFW. So read, then search, then ask.
> > > > > >
> > > > > > -Original Message-
> > > > > > From: Tero P Paananen [mailto:[EMAIL PROTECTED]]
> > > > > > Sent: Wednesday, August 28, 2002 2:16 PM
> > > > > > To: Struts Users Mailing List
> > > > > > Subject: RE: Are we getting off the topic
> > > > > >
> > > > > >
> > > > > > > This board is too valuable to me. Any thoughts?
> > > > > > > Agree... Disagree?
> > > > > >
> > > > > > Agree STRONGLY.
> > > > > >
> > > > > > There's a reason why I subscribe to Struts mailing list
> > > > > > and not to "General Java" or "Tomcat Debug" mailing list.
> > > > > >
> > > > > > Furthermore, if people woul

Re[2]: Are we getting off the topic

2002-08-28 Thread Rick Reumann

On Wednesday, August 28, 2002, 4:29:05 PM, Jim Conrad wrote:

JC>  So read, then search, then ask.

Does anyone else, though, find both of the above very very difficult
with apache related materials? By no means am I saying don't try the
Struts documentation and the user archives first, but from my
experience the Struts mailing list archives are not easy to find
information in (the Tomcat one is not much better either). I really
wish there was a better way to get more relevant results based on
search criteria, since I know people like Craig, and other helpful
folks, keep answering the same questions over and over again. I've
often tried even searching the archives for information I know I have
posted and yet I often can't find it. I notice when I search the
JSP-Interest archives it seems I can get back much more relevant
results but I'm not sure why that is. Are there any alternative ways
to archive list posts? Because I find it so difficult to find answers
in the archives I end up keeping hundreds of messages saved in my mail
program (plug: The Bat:).

Might be a cool side project to work on an updated FAQ helping with
some of the more common struts questions that get posted. (Who has
time for that 'side' project though and I guess that's the problem -
it wouldn't be an easy undertaking ).

-- 

Rick

mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: [OT Jokes] Are we getting off the topic

2002-08-28 Thread James Mitchell


 So did ya hear the one about Alfred?



James Mitchell
Software Engineer\Struts Evangelist
Struts-Atlanta, the "Open Minded Developer Network"
http://www.open-tools.org/struts-atlanta




> -Original Message-
> From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 28, 2002 5:20 PM
> To: 'Struts Users Mailing List'
> Subject: RE: Are we getting off the topic
>
>
> Isn't this entire thread OT?
>
> > -Original Message-
> > From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, August 28, 2002 4:16 PM
> > To: Struts Users Mailing List
> > Subject: RE: Are we getting off the topic
> >
> >
> > Excuse me but the joke List is over that way --->
> >
> > :-))
> >
> > Brandon
> >
> > -Original Message-
> > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, August 28, 2002 3:16 PM
> > To: 'Struts Users Mailing List'
> > Subject: RE: Are we getting off the topic
> >
> >
> > There's one in every crowd
> >
> > :-)
> >
> > Jerry
> >
> > > -Original Message-
> > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> > > Sent: Wednesday, August 28, 2002 4:18 PM
> > > To: Struts Users Mailing List
> > > Subject: RE: Are we getting off the topic
> > >
> > >
> > > So when is 1.1 going to be released?
> > >
> > > James Mitchell
> > > Software Engineer\Struts Evangelist
> > > Struts-Atlanta, the "Open Minded Developer Network"
> > > http://www.open-tools.org/struts-atlanta
> > >
> > >
> > >
> > >
> > > > -Original Message-
> > > > From: Dan Cancro [mailto:[EMAIL PROTECTED]]
> > > > Sent: Wednesday, August 28, 2002 5:01 PM
> > > > To: 'Struts Users Mailing List'
> > > > Subject: RE: Are we getting off the topic
> > > >
> > > >
> > > > Google provides a directory of groups.
> > http://www.google.com/grphp
> > > > Maybe it would be better to link to such a directory from the
> > > > struts mailing
> > > > list page.  Does anyone know a better directory?  This one
> > > doesn't have
> > > > jakarta groups.
> > > >
> > > > Dan
> > > >
> > > > > -Original Message-
> > > > > From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> > > > > Sent: Wednesday, August 28, 2002 1:42 PM
> > > > > To: Struts Users Mailing List
> > > > > Subject: RE: Are we getting off the topic
> > > > >
> > > > >
> > > > > I suggest that someone open an unofficial OT board for
> > > > > struts. The beautiful
> > > > > thing about a community is that it can be self regulating.
> > > > > When someone post
> > > > > an off topic question. The community should politely
> > > > > reccomend the OT board.
> > > > >
> > > > > Brandon
> > > > >
> > > > > -Original Message-
> > > > > From: [EMAIL PROTECTED]
> > > > > [mailto:[EMAIL PROTECTED]]
> > > > > Sent: Wednesday, August 28, 2002 2:45 PM
> > > > > To: [EMAIL PROTECTED]
> > > > > Subject: RE: Are we getting off the topic
> > > > >
> > > > >
> > > > >
> > > > > Anyone have time to write a NLP that would automatically
> > > respond to
> > > > > "when is the next version of struts going to be released"?
> > > > >
> > > > > other than that, I agree on the really obvious questions, but
> > > > > how do we
> > > > > delinate what is pure struts and just associated with
> > it?  If its
> > > > > assocaited with it isn't struts-user the place for it?  I
> > > don't have a
> > > > > good answer...
> > > > >
> > > > >
> > > > >
> > > > > -Original Message-
> > > > > From: jconrad [mailto:[EMAIL PROTECTED]]
> > > > > Sent: Wednesday, August 28, 2002 4:29 PM
> > > > > To: struts-user
> > > > > Subject: RE: Are we getting off the topic
> > > > >
> > > > >
> > > > > I also agree STRONGLY. I'm a newbie to Struts, when I
> > > signed onto the
> > > > > mailing list I read the article how to ask a good
> > > question. Two keys
> > > > > were RTFM and STFW. So read, then search, then ask.
> > > > >
> > > > > -Original Message-
> > > > > From: Tero P Paananen [mailto:[EMAIL PROTECTED]]
> > > > > Sent: Wednesday, August 28, 2002 2:16 PM
> > > > > To: Struts Users Mailing List
> > > > > Subject: RE: Are we getting off the topic
> > > > >
> > > > >
> > > > > > This board is too valuable to me. Any thoughts?
> > > > > > Agree... Disagree?
> > > > >
> > > > > Agree STRONGLY.
> > > > >
> > > > > There's a reason why I subscribe to Struts mailing list
> > > > > and not to "General Java" or "Tomcat Debug" mailing list.
> > > > >
> > > > > Furthermore, if people would spend even 5 minutes trying
> > > > > to search answers to their questions using Google or the
> > > > > mailing list archives, many of the questions wouldn't
> > > > > need to be asked in the first place, because they've
> > > > > already been asked and answered several times.
> > > > >
> > > > > Have some consideration for those of us who receive
> > > > > several hundred emails a day and really do not have
> > > > > time to shift through all the crap.
> > > > >
> > > > >   -TPP
> > > > >
> > > > > --
> > > > > To unsubscribe, e

RE: Are we getting off the topic

2002-08-28 Thread Jerry Jalenak

Isn't this entire thread OT?

> -Original Message-
> From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 28, 2002 4:16 PM
> To: Struts Users Mailing List
> Subject: RE: Are we getting off the topic
> 
> 
> Excuse me but the joke List is over that way --->
> 
> :-))
> 
> Brandon
> 
> -Original Message-
> From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 28, 2002 3:16 PM
> To: 'Struts Users Mailing List'
> Subject: RE: Are we getting off the topic
> 
> 
> There's one in every crowd
> 
> :-)
> 
> Jerry
> 
> > -Original Message-
> > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, August 28, 2002 4:18 PM
> > To: Struts Users Mailing List
> > Subject: RE: Are we getting off the topic
> >
> >
> > So when is 1.1 going to be released?
> >
> > James Mitchell
> > Software Engineer\Struts Evangelist
> > Struts-Atlanta, the "Open Minded Developer Network"
> > http://www.open-tools.org/struts-atlanta
> >
> >
> >
> >
> > > -Original Message-
> > > From: Dan Cancro [mailto:[EMAIL PROTECTED]]
> > > Sent: Wednesday, August 28, 2002 5:01 PM
> > > To: 'Struts Users Mailing List'
> > > Subject: RE: Are we getting off the topic
> > >
> > >
> > > Google provides a directory of groups.  
> http://www.google.com/grphp
> > > Maybe it would be better to link to such a directory from the
> > > struts mailing
> > > list page.  Does anyone know a better directory?  This one
> > doesn't have
> > > jakarta groups.
> > >
> > > Dan
> > >
> > > > -Original Message-
> > > > From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> > > > Sent: Wednesday, August 28, 2002 1:42 PM
> > > > To: Struts Users Mailing List
> > > > Subject: RE: Are we getting off the topic
> > > >
> > > >
> > > > I suggest that someone open an unofficial OT board for
> > > > struts. The beautiful
> > > > thing about a community is that it can be self regulating.
> > > > When someone post
> > > > an off topic question. The community should politely
> > > > reccomend the OT board.
> > > >
> > > > Brandon
> > > >
> > > > -Original Message-
> > > > From: [EMAIL PROTECTED]
> > > > [mailto:[EMAIL PROTECTED]]
> > > > Sent: Wednesday, August 28, 2002 2:45 PM
> > > > To: [EMAIL PROTECTED]
> > > > Subject: RE: Are we getting off the topic
> > > >
> > > >
> > > >
> > > > Anyone have time to write a NLP that would automatically
> > respond to
> > > > "when is the next version of struts going to be released"?
> > > >
> > > > other than that, I agree on the really obvious questions, but
> > > > how do we
> > > > delinate what is pure struts and just associated with 
> it?  If its
> > > > assocaited with it isn't struts-user the place for it?  I
> > don't have a
> > > > good answer...
> > > >
> > > >
> > > >
> > > > -Original Message-
> > > > From: jconrad [mailto:[EMAIL PROTECTED]]
> > > > Sent: Wednesday, August 28, 2002 4:29 PM
> > > > To: struts-user
> > > > Subject: RE: Are we getting off the topic
> > > >
> > > >
> > > > I also agree STRONGLY. I'm a newbie to Struts, when I
> > signed onto the
> > > > mailing list I read the article how to ask a good
> > question. Two keys
> > > > were RTFM and STFW. So read, then search, then ask.
> > > >
> > > > -Original Message-
> > > > From: Tero P Paananen [mailto:[EMAIL PROTECTED]]
> > > > Sent: Wednesday, August 28, 2002 2:16 PM
> > > > To: Struts Users Mailing List
> > > > Subject: RE: Are we getting off the topic
> > > >
> > > >
> > > > > This board is too valuable to me. Any thoughts?
> > > > > Agree... Disagree?
> > > >
> > > > Agree STRONGLY.
> > > >
> > > > There's a reason why I subscribe to Struts mailing list
> > > > and not to "General Java" or "Tomcat Debug" mailing list.
> > > >
> > > > Furthermore, if people would spend even 5 minutes trying
> > > > to search answers to their questions using Google or the
> > > > mailing list archives, many of the questions wouldn't
> > > > need to be asked in the first place, because they've
> > > > already been asked and answered several times.
> > > >
> > > > Have some consideration for those of us who receive
> > > > several hundred emails a day and really do not have
> > > > time to shift through all the crap.
> > > >
> > > > -TPP
> > > >
> > > > --
> > > > To unsubscribe, e-mail:
> > > > 
> > > > For additional commands, e-mail:
> > > > 
> > > >
> > > >
> > > > --
> > > > To unsubscribe, e-mail:
> > > > 
> > > > For additional commands, e-mail:
> > > > 
> > > >
> > > >
> > > >
> > > > --
> > > > To unsubscribe, e-mail:
> > > > 
> > > > For additional commands, e-mail:
> > > > 
> > > >
> > > >
> > > >
> > > > --
> > > > To unsubscribe, e-mail:
> > > > 
> > > > For additional commands, e-mail:
> > > > 
> > > >
> > >
> > >

nested Tag library problem IN WebLogic

2002-08-28 Thread Kwang-Shi Shu

When I included the 

<%@ taglib uri="/WEB-INF/struts-nested.tld" prefix="nested" %>
 
in my JSP file and run it under the Weblogic 6.1 sp 2, I got the
following exception:

/wizard2.jsp(5): Error in using tag library
uri='/WEB-INF/struts-nested.tld' prefix='nested': The Tag class
'org.apache.struts.taglib.nested.html.NestedFormTag' has no setter
method corresponding to TLD declared attribute 'title', (JSP 1.1 spec,
5.4.1)
probably occurred due to an error in /wizard2.jsp line 5:
<%@ taglib uri="/WEB-INF/struts-nested.tld" prefix="nested" %>

I checked the struts.jar and found out it did not have the setter method
for title. Is this a real problem? How could I work around this one?

Thanks.

Kwang-Shi Shu
(732) 537-6862


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Are we getting off the topic

2002-08-28 Thread Brandon Goodin

Excuse me but the joke List is over that way --->

:-))

Brandon

-Original Message-
From: Jerry Jalenak [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 28, 2002 3:16 PM
To: 'Struts Users Mailing List'
Subject: RE: Are we getting off the topic


There's one in every crowd

:-)

Jerry

> -Original Message-
> From: James Mitchell [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 28, 2002 4:18 PM
> To: Struts Users Mailing List
> Subject: RE: Are we getting off the topic
>
>
> So when is 1.1 going to be released?
>
> James Mitchell
> Software Engineer\Struts Evangelist
> Struts-Atlanta, the "Open Minded Developer Network"
> http://www.open-tools.org/struts-atlanta
>
>
>
>
> > -Original Message-
> > From: Dan Cancro [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, August 28, 2002 5:01 PM
> > To: 'Struts Users Mailing List'
> > Subject: RE: Are we getting off the topic
> >
> >
> > Google provides a directory of groups.  http://www.google.com/grphp
> > Maybe it would be better to link to such a directory from the
> > struts mailing
> > list page.  Does anyone know a better directory?  This one
> doesn't have
> > jakarta groups.
> >
> > Dan
> >
> > > -Original Message-
> > > From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> > > Sent: Wednesday, August 28, 2002 1:42 PM
> > > To: Struts Users Mailing List
> > > Subject: RE: Are we getting off the topic
> > >
> > >
> > > I suggest that someone open an unofficial OT board for
> > > struts. The beautiful
> > > thing about a community is that it can be self regulating.
> > > When someone post
> > > an off topic question. The community should politely
> > > reccomend the OT board.
> > >
> > > Brandon
> > >
> > > -Original Message-
> > > From: [EMAIL PROTECTED]
> > > [mailto:[EMAIL PROTECTED]]
> > > Sent: Wednesday, August 28, 2002 2:45 PM
> > > To: [EMAIL PROTECTED]
> > > Subject: RE: Are we getting off the topic
> > >
> > >
> > >
> > > Anyone have time to write a NLP that would automatically
> respond to
> > > "when is the next version of struts going to be released"?
> > >
> > > other than that, I agree on the really obvious questions, but
> > > how do we
> > > delinate what is pure struts and just associated with it?  If its
> > > assocaited with it isn't struts-user the place for it?  I
> don't have a
> > > good answer...
> > >
> > >
> > >
> > > -Original Message-
> > > From: jconrad [mailto:[EMAIL PROTECTED]]
> > > Sent: Wednesday, August 28, 2002 4:29 PM
> > > To: struts-user
> > > Subject: RE: Are we getting off the topic
> > >
> > >
> > > I also agree STRONGLY. I'm a newbie to Struts, when I
> signed onto the
> > > mailing list I read the article how to ask a good
> question. Two keys
> > > were RTFM and STFW. So read, then search, then ask.
> > >
> > > -Original Message-
> > > From: Tero P Paananen [mailto:[EMAIL PROTECTED]]
> > > Sent: Wednesday, August 28, 2002 2:16 PM
> > > To: Struts Users Mailing List
> > > Subject: RE: Are we getting off the topic
> > >
> > >
> > > > This board is too valuable to me. Any thoughts?
> > > > Agree... Disagree?
> > >
> > > Agree STRONGLY.
> > >
> > > There's a reason why I subscribe to Struts mailing list
> > > and not to "General Java" or "Tomcat Debug" mailing list.
> > >
> > > Furthermore, if people would spend even 5 minutes trying
> > > to search answers to their questions using Google or the
> > > mailing list archives, many of the questions wouldn't
> > > need to be asked in the first place, because they've
> > > already been asked and answered several times.
> > >
> > > Have some consideration for those of us who receive
> > > several hundred emails a day and really do not have
> > > time to shift through all the crap.
> > >
> > >   -TPP
> > >
> > > --
> > > To unsubscribe, e-mail:
> > > 
> > > For additional commands, e-mail:
> > > 
> > >
> > >
> > > --
> > > To unsubscribe, e-mail:
> > > 
> > > For additional commands, e-mail:
> > > 
> > >
> > >
> > >
> > > --
> > > To unsubscribe, e-mail:
> > > 
> > > For additional commands, e-mail:
> > > 
> > >
> > >
> > >
> > > --
> > > To unsubscribe, e-mail:
> > > 
> > > For additional commands, e-mail:
> > > 
> > >
> >
> > --
> > To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
>
>
>
> --
> To unsubscribe, e-mail:

For additional commands, e-mail:



This transmission (and any information attached to it) may be confidential
and is intended solely for the use of the individual or entity to which it
is addressed. If you are not the intended recipient or the person
responsible for delivering the transmission to the intended recipient, be
advised that you have recei

[PROJECT] Struts Developer and Design Pattern Guide [Community Feedback Requested]

2002-08-28 Thread Brandon Goodin

Hey Tiago and struts community,

Here are my thoughts for putting togethre a struts developer and design
pattern guide. It is rough. But let's expound on it.

i have not been able to get to this project at all. If you want to gather
resources on patterns suggestions that would be great. The outline is the
first step to me. What does a developer want to know about struts? I see two
needs immediately. A developer guide that informs developers on what hooks
exist in struts for custom component development. Then a good companion to
that would be the patterns guide. A patterns guide gives a developer a sense
of direction when they are developing extensions for struts. So the
questions could be expressed as: How can I customize struts to work for me?
and What proven patterns does struts function under?

A general outline might be:

Extending Struts - provide info on how to extend struts and best practices
for each class extension. When, why and how.
ActionServlet
ActionForm
ActionClass
RequestProcessor
...
Design Patterns - This would display how struts fits into various
environments ( I am not sure how to categorize these)
Enterprise / EJB
Non Enterprise Standard JavaBean/Biz Tier environment
Other - systems that are not standard but blend well with struts

Any thoughts?
Brandon Goodin
Phase Web and Multimedia
P(406)862-2245
F(406)862-0354
http://www.phase.ws



  -Original Message-
  From: Tiago Nodari [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, August 28, 2002 2:55 PM
  To: Phase Web and Multimedia
  Subject: Re:



  Brandon,

  I have about 2 week before I start my new job, I am working a
project, but its very little work, so I have some free time now, do you me
to help with the patterns?

  Tiago

  At 12:59 AM 8/21/2002 -0600, you wrote:

Hey Tiago,

I am reviewing all of the comments made in the "Struts Community is
going
crazy!:-))" thread. Especially those by Ted and others about resources
they
have and the doc needs we should address. It would be good to scour the
struts resource links outline the needs and post them for additional
comment
and direction. What do you think. Maybe the place to start is you and/or
I
produce an outline of proposed needs and then split the work up.

Brandon Goodin
Phase Web and Multimedia
P (406) 862-2245
F (406) 862-0354
[EMAIL PROTECTED]
http://www.phase.ws
  cya,

  Tiago Nodari
  Need a JSP Developer? I am looking for a job in the US...
  www.nodari.org





RE: Are we getting off the topic

2002-08-28 Thread Jerry Jalenak

There's one in every crowd

:-)

Jerry

> -Original Message-
> From: James Mitchell [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 28, 2002 4:18 PM
> To: Struts Users Mailing List
> Subject: RE: Are we getting off the topic
> 
> 
> So when is 1.1 going to be released?
> 
> James Mitchell
> Software Engineer\Struts Evangelist
> Struts-Atlanta, the "Open Minded Developer Network"
> http://www.open-tools.org/struts-atlanta
> 
> 
> 
> 
> > -Original Message-
> > From: Dan Cancro [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, August 28, 2002 5:01 PM
> > To: 'Struts Users Mailing List'
> > Subject: RE: Are we getting off the topic
> >
> >
> > Google provides a directory of groups.  http://www.google.com/grphp
> > Maybe it would be better to link to such a directory from the
> > struts mailing
> > list page.  Does anyone know a better directory?  This one 
> doesn't have
> > jakarta groups.
> >
> > Dan
> >
> > > -Original Message-
> > > From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> > > Sent: Wednesday, August 28, 2002 1:42 PM
> > > To: Struts Users Mailing List
> > > Subject: RE: Are we getting off the topic
> > >
> > >
> > > I suggest that someone open an unofficial OT board for
> > > struts. The beautiful
> > > thing about a community is that it can be self regulating.
> > > When someone post
> > > an off topic question. The community should politely
> > > reccomend the OT board.
> > >
> > > Brandon
> > >
> > > -Original Message-
> > > From: [EMAIL PROTECTED]
> > > [mailto:[EMAIL PROTECTED]]
> > > Sent: Wednesday, August 28, 2002 2:45 PM
> > > To: [EMAIL PROTECTED]
> > > Subject: RE: Are we getting off the topic
> > >
> > >
> > >
> > > Anyone have time to write a NLP that would automatically 
> respond to
> > > "when is the next version of struts going to be released"?
> > >
> > > other than that, I agree on the really obvious questions, but
> > > how do we
> > > delinate what is pure struts and just associated with it?  If its
> > > assocaited with it isn't struts-user the place for it?  I 
> don't have a
> > > good answer...
> > >
> > >
> > >
> > > -Original Message-
> > > From: jconrad [mailto:[EMAIL PROTECTED]]
> > > Sent: Wednesday, August 28, 2002 4:29 PM
> > > To: struts-user
> > > Subject: RE: Are we getting off the topic
> > >
> > >
> > > I also agree STRONGLY. I'm a newbie to Struts, when I 
> signed onto the
> > > mailing list I read the article how to ask a good 
> question. Two keys
> > > were RTFM and STFW. So read, then search, then ask.
> > >
> > > -Original Message-
> > > From: Tero P Paananen [mailto:[EMAIL PROTECTED]]
> > > Sent: Wednesday, August 28, 2002 2:16 PM
> > > To: Struts Users Mailing List
> > > Subject: RE: Are we getting off the topic
> > >
> > >
> > > > This board is too valuable to me. Any thoughts?
> > > > Agree... Disagree?
> > >
> > > Agree STRONGLY.
> > >
> > > There's a reason why I subscribe to Struts mailing list
> > > and not to "General Java" or "Tomcat Debug" mailing list.
> > >
> > > Furthermore, if people would spend even 5 minutes trying
> > > to search answers to their questions using Google or the
> > > mailing list archives, many of the questions wouldn't
> > > need to be asked in the first place, because they've
> > > already been asked and answered several times.
> > >
> > > Have some consideration for those of us who receive
> > > several hundred emails a day and really do not have
> > > time to shift through all the crap.
> > >
> > >   -TPP
> > >
> > > --
> > > To unsubscribe, e-mail:
> > > 
> > > For additional commands, e-mail:
> > > 
> > >
> > >
> > > --
> > > To unsubscribe, e-mail:
> > > 
> > > For additional commands, e-mail:
> > > 
> > >
> > >
> > >
> > > --
> > > To unsubscribe, e-mail:
> > > 
> > > For additional commands, e-mail:
> > > 
> > >
> > >
> > >
> > > --
> > > To unsubscribe, e-mail:
> > > 
> > > For additional commands, e-mail:
> > > 
> > >
> >
> > --
> > To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
> 
> 
> 
> --
> To unsubscribe, e-mail:   

For additional commands, e-mail:



This transmission (and any information attached to it) may be confidential and is 
intended solely for the use of the individual or entity to which it is addressed. If 
you are not the intended recipient or the person responsible for delivering the 
transmission to the intended recipient, be advised that you have received this 
transmission in error and that any use, dissemination, forwarding, printing, or 
copying of this information is strictly prohibited. If you have received this 
transmission in error, please immediately notify LabOne at (800)38

RE: Are we getting off the topic

2002-08-28 Thread James Mitchell

So when is 1.1 going to be released?

James Mitchell
Software Engineer\Struts Evangelist
Struts-Atlanta, the "Open Minded Developer Network"
http://www.open-tools.org/struts-atlanta




> -Original Message-
> From: Dan Cancro [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 28, 2002 5:01 PM
> To: 'Struts Users Mailing List'
> Subject: RE: Are we getting off the topic
>
>
> Google provides a directory of groups.  http://www.google.com/grphp
> Maybe it would be better to link to such a directory from the
> struts mailing
> list page.  Does anyone know a better directory?  This one doesn't have
> jakarta groups.
>
> Dan
>
> > -Original Message-
> > From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, August 28, 2002 1:42 PM
> > To: Struts Users Mailing List
> > Subject: RE: Are we getting off the topic
> >
> >
> > I suggest that someone open an unofficial OT board for
> > struts. The beautiful
> > thing about a community is that it can be self regulating.
> > When someone post
> > an off topic question. The community should politely
> > reccomend the OT board.
> >
> > Brandon
> >
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, August 28, 2002 2:45 PM
> > To: [EMAIL PROTECTED]
> > Subject: RE: Are we getting off the topic
> >
> >
> >
> > Anyone have time to write a NLP that would automatically respond to
> > "when is the next version of struts going to be released"?
> >
> > other than that, I agree on the really obvious questions, but
> > how do we
> > delinate what is pure struts and just associated with it?  If its
> > assocaited with it isn't struts-user the place for it?  I don't have a
> > good answer...
> >
> >
> >
> > -Original Message-
> > From: jconrad [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, August 28, 2002 4:29 PM
> > To: struts-user
> > Subject: RE: Are we getting off the topic
> >
> >
> > I also agree STRONGLY. I'm a newbie to Struts, when I signed onto the
> > mailing list I read the article how to ask a good question. Two keys
> > were RTFM and STFW. So read, then search, then ask.
> >
> > -Original Message-
> > From: Tero P Paananen [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, August 28, 2002 2:16 PM
> > To: Struts Users Mailing List
> > Subject: RE: Are we getting off the topic
> >
> >
> > > This board is too valuable to me. Any thoughts?
> > > Agree... Disagree?
> >
> > Agree STRONGLY.
> >
> > There's a reason why I subscribe to Struts mailing list
> > and not to "General Java" or "Tomcat Debug" mailing list.
> >
> > Furthermore, if people would spend even 5 minutes trying
> > to search answers to their questions using Google or the
> > mailing list archives, many of the questions wouldn't
> > need to be asked in the first place, because they've
> > already been asked and answered several times.
> >
> > Have some consideration for those of us who receive
> > several hundred emails a day and really do not have
> > time to shift through all the crap.
> >
> > -TPP
> >
> > --
> > To unsubscribe, e-mail:
> > 
> > For additional commands, e-mail:
> > 
> >
> >
> > --
> > To unsubscribe, e-mail:
> > 
> > For additional commands, e-mail:
> > 
> >
> >
> >
> > --
> > To unsubscribe, e-mail:
> > 
> > For additional commands, e-mail:
> > 
> >
> >
> >
> > --
> > To unsubscribe, e-mail:
> > 
> > For additional commands, e-mail:
> > 
> >
>
> --
> To unsubscribe, e-mail:

For additional commands, e-mail:




--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: html:select and collection display

2002-08-28 Thread Rea, Ron

Hi Paul,

I apologize if this reply is posted twice, our mailserver had problems while
sending this out originally.  

I think that the client-side javascript approach would work well for our
situation here.  Ideally, I don't want to have to go to the server whenever
the user clicks a selection from the drop-down.  Thanks in advance for your
help and example!

Ron

-Original Message-
From: Galbraith, Paul [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, August 28, 2002 11:59 AM
To: Struts Users Mailing List
Subject: RE: html:select and collection display

Hi Ron, I saw that somebody else had replied and had given you (somewhat)
conflicting, but still good, advice regarding this.  

An important question is this:  do you want to have the page refresh from
the server when a user clicks on the selection in the drop-down box (very
annoying for the user!), or do you want to be able to handle this entirely
on the client-side in the browser?  

A client-side solution is preferable, IMHO, if you can get away with it,
because it will be much more responsive to the user.  There are two
tradeoffs with the client-side approach, however.  One is that you need to
write client-side javascript, and your requirements may dictate that you
cannot do this (i.e. if you have to deal with users who have javascript
disabled, or browsers that don't support javascript).  The second tradeoff
comes if you have a lot of data, because for the client-side solution to
work you need to populate a javascript array(s) with every possible value of
therapyCode and therapyDesc, and write it all to the html page, every time
someone requests the page from the server.  The cost of doing this
processing for every page hit may make this unfeasible (esp. in a
high-volume website)...you can also run into cases where the amount of data
is so big that writing it all to a javascript array on the page makes the
page too large to be practical.

So, before I offer any more advice, first tell me if you think you'd want to
do this with a client-side or server-side approach!

Paul

-Original Message-
From: Rea, Ron [mailto:[EMAIL PROTECTED]]
Sent: August 28, 2002 2:38 PM
To: 'Struts Users Mailing List'
Subject: RE: html:select and collection display


Paul,

Thanks for the reply!  I tried to get an example of a JSP using "onchange",
but have not been able to come up with a complete example which also uses
the  tag.  It would sure be a great help if you could point me
in the direction of one!  

Thanks,
Ron

-Original Message-
From: Galbraith, Paul [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, August 28, 2002 4:37 AM
To: Struts Users Mailing List
Subject: RE: html:select and collection display

Ron, where exactly are you wanting to display the therapyDesc?  You'll want
to use the onClick or onChange javascript event handlers of the html:select
tag.  You'll need to write some javascript that can identify the therapyCode
and display the matching therapyDesc.  I hope that's a start in the right
direction for you, and I'm not telling you something you already know...if
you're not sure how to do this, just ask.

Paul

-Original Message-
From: Rea, Ron [mailto:[EMAIL PROTECTED]]
Sent: August 27, 2002 1:23 PM
To: '[EMAIL PROTECTED]'
Subject: html:select and collection display


Hello All, 
 
I'm still pretty new to Struts, so maybe this is really simple, but I can't
figure it out for the life of me.  I am displaying a drop-down within a JSP.
The collection contains a therapyCode and a therapyDesc, the drop-down
displaying the therapyCode.  What I need to do is, once the therapyCode is
selected from the drop-down, also display the therapyDesc for that
therapyCode.  Any ideas as to how to do this???
 
Collection: therapyArrayList
===
therapyCode
therapyDesc 
 
Code to display drop-down:
 
 

 

--
To unsubscribe, e-mail:

For additional commands, e-mail:


--
To unsubscribe, e-mail:

For additional commands, e-mail:




RE: Are we getting off the topic

2002-08-28 Thread Dan Cancro

Google provides a directory of groups.  http://www.google.com/grphp
Maybe it would be better to link to such a directory from the struts mailing
list page.  Does anyone know a better directory?  This one doesn't have
jakarta groups.

Dan

> -Original Message-
> From: Brandon Goodin [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 28, 2002 1:42 PM
> To: Struts Users Mailing List
> Subject: RE: Are we getting off the topic
> 
> 
> I suggest that someone open an unofficial OT board for 
> struts. The beautiful
> thing about a community is that it can be self regulating. 
> When someone post
> an off topic question. The community should politely 
> reccomend the OT board.
> 
> Brandon
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 28, 2002 2:45 PM
> To: [EMAIL PROTECTED]
> Subject: RE: Are we getting off the topic
> 
> 
> 
> Anyone have time to write a NLP that would automatically respond to
> "when is the next version of struts going to be released"?
> 
> other than that, I agree on the really obvious questions, but 
> how do we
> delinate what is pure struts and just associated with it?  If its
> assocaited with it isn't struts-user the place for it?  I don't have a
> good answer...
> 
> 
> 
> -Original Message-
> From: jconrad [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 28, 2002 4:29 PM
> To: struts-user
> Subject: RE: Are we getting off the topic
> 
> 
> I also agree STRONGLY. I'm a newbie to Struts, when I signed onto the
> mailing list I read the article how to ask a good question. Two keys
> were RTFM and STFW. So read, then search, then ask.
> 
> -Original Message-
> From: Tero P Paananen [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 28, 2002 2:16 PM
> To: Struts Users Mailing List
> Subject: RE: Are we getting off the topic
> 
> 
> > This board is too valuable to me. Any thoughts?
> > Agree... Disagree?
> 
> Agree STRONGLY.
> 
> There's a reason why I subscribe to Struts mailing list
> and not to "General Java" or "Tomcat Debug" mailing list.
> 
> Furthermore, if people would spend even 5 minutes trying
> to search answers to their questions using Google or the
> mailing list archives, many of the questions wouldn't
> need to be asked in the first place, because they've
> already been asked and answered several times.
> 
> Have some consideration for those of us who receive
> several hundred emails a day and really do not have
> time to shift through all the crap.
> 
>   -TPP
> 
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
> 
> 
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
> 
> 
> 
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
> 
> 
> 
> --
> To unsubscribe, e-mail:   
> 
> For additional commands, e-mail: 
> 
> 

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: Are we getting off the topic

2002-08-28 Thread Michael Delamere

I posted before your clarification :-)

I agree with most of what you are saying, although I have a tendancy myself
to ask off-topic questions now and then!

Regards,

Michael


- Original Message -
From: "Brandon Goodin" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Wednesday, August 28, 2002 10:37 PM
Subject: RE: Are we getting off the topic


> Just to clarify,
>
> I am okay with dumb newbie questions. I still ask them myself (even after
a
> year and a half of struts). I just think we need to trim our discussions
> about what IDE is best, or the neat new taglib (that are not even related
ot
> struts), or whatever. Beer talk on a Friday is kinda part of the culture
of
> this board. I enjoy it. I have just noticed an exceptional amount of... "I
> know this is off topic, but..." kinda stuff going on. Too much really. I
> don't want this to be a sterile clinical Mailing List (that would be
> boring). But, I also don't want it to digress into a general post it
board.
> So, let's keep the life and lose the peripheral non-struts stuff. In other
> words, at least try to make it sound like what you are posting is related
to
> struts. Otherwise, find another board to post on. Something that is more
> appropriate to your topic. :-)
>
> Brandon
>
> -Original Message-
> From: Jim Conrad [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 28, 2002 2:29 PM
> To: Struts Users Mailing List
> Subject: RE: Are we getting off the topic
>
>
> I also agree STRONGLY. I'm a newbie to Struts, when I signed onto the
> mailing list I read the article how to ask a good question. Two keys were
> RTFM and STFW. So read, then search, then ask.
>
> -Original Message-
> From: Tero P Paananen [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 28, 2002 2:16 PM
> To: Struts Users Mailing List
> Subject: RE: Are we getting off the topic
>
>
> > This board is too valuable to me. Any thoughts?
> > Agree... Disagree?
>
> Agree STRONGLY.
>
> There's a reason why I subscribe to Struts mailing list
> and not to "General Java" or "Tomcat Debug" mailing list.
>
> Furthermore, if people would spend even 5 minutes trying
> to search answers to their questions using Google or the
> mailing list archives, many of the questions wouldn't
> need to be asked in the first place, because they've
> already been asked and answered several times.
>
> Have some consideration for those of us who receive
> several hundred emails a day and really do not have
> time to shift through all the crap.
>
> -TPP
>
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
>
>
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
>
>
>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:

>


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




[ANN] Easy Struts 0.5.2 for Eclipse

2002-08-28 Thread Emmanuel Boudrant

Hi, 

Easy Struts 0.5.2 available (Only Eclipse plugin), I make a little demo for you, this 
demo require
Flash 5 and show you some fonctionnality from Easy Struts Editor in Eclipse. Enjoy ;)

Demo : http://easystruts.sourceforge.net/editor.html (4Mo, be patient)

- [NEW] Add error and warning controls on struts-config.xml editor
- [NEW] Possibility to generate classes from struts-config.xml
With this feature, you can "generate" an Struts application 
skeleton with only a struts-config.xml file.   
- [NEW] Add view of java classes in Struts config tree.
- [FIX] Some bug fix, more info on http://easystruts.sourceforge.net/CHANGES.TXT

  
http://easystruts.sourceforge.net
http://sourceforge.net/projects/easystruts

-Emmanuel

___
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: Are we getting off the topic

2002-08-28 Thread Michael Delamere

I agree to a certain extent, although I have to say that this mailing-list
is my absolute favourite because "fun" is allowed and because I have learned
a hell of a lot just by reading the problems that people are experiencing on
this list.  I particularly find the design questions interesting which to me
is also a struts issue, even if it isn´t technically struts.

This list has attracted a wide diversity of people with different ideas and
visions.  I think it´s great that people are sharing their ideas and are
willling to help.  I don´t know of another list where people help out with
such detail and often at that!

My only plea:  don´t attempt to turn this into just another boring old
mailing list! ;-)

Regards,

Michael


- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 28, 2002 10:45 PM
Subject: RE: Are we getting off the topic


>
> Anyone have time to write a NLP that would automatically respond to
> "when is the next version of struts going to be released"?
>
> other than that, I agree on the really obvious questions, but how do we
> delinate what is pure struts and just associated with it?  If its
> assocaited with it isn't struts-user the place for it?  I don't have a
> good answer...
>
>
>
> -Original Message-
> From: jconrad [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 28, 2002 4:29 PM
> To: struts-user
> Subject: RE: Are we getting off the topic
>
>
> I also agree STRONGLY. I'm a newbie to Struts, when I signed onto the
> mailing list I read the article how to ask a good question. Two keys
> were RTFM and STFW. So read, then search, then ask.
>
> -Original Message-
> From: Tero P Paananen [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 28, 2002 2:16 PM
> To: Struts Users Mailing List
> Subject: RE: Are we getting off the topic
>
>
> > This board is too valuable to me. Any thoughts?
> > Agree... Disagree?
>
> Agree STRONGLY.
>
> There's a reason why I subscribe to Struts mailing list
> and not to "General Java" or "Tomcat Debug" mailing list.
>
> Furthermore, if people would spend even 5 minutes trying
> to search answers to their questions using Google or the
> mailing list archives, many of the questions wouldn't
> need to be asked in the first place, because they've
> already been asked and answered several times.
>
> Have some consideration for those of us who receive
> several hundred emails a day and really do not have
> time to shift through all the crap.
>
> -TPP
>
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
>
>
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
>
>
>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:

>


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Are we getting off the topic

2002-08-28 Thread Joe Germuska

>other than that, I agree on the really obvious questions, but how do we
>delinate what is pure struts and just associated with it?  If its
>assocaited with it isn't struts-user the place for it?  I don't have a
>good answer...

er... how about "code in the org.apache.struts" package and code 
derived from it?

Joe
-- 
--
* Joe Germuska{ [EMAIL PROTECTED] }
"It's pitiful, sometimes, if they've got it bad. Their eyes get 
glazed, they go white, their hands tremble As I watch them I 
often feel that a dope peddler is a gentleman compared with the man 
who sells records."
--Sam Goody, 1956

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Are we getting off the topic

2002-08-28 Thread Brandon Goodin

I suggest that someone open an unofficial OT board for struts. The beautiful
thing about a community is that it can be self regulating. When someone post
an off topic question. The community should politely reccomend the OT board.

Brandon

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 28, 2002 2:45 PM
To: [EMAIL PROTECTED]
Subject: RE: Are we getting off the topic



Anyone have time to write a NLP that would automatically respond to
"when is the next version of struts going to be released"?

other than that, I agree on the really obvious questions, but how do we
delinate what is pure struts and just associated with it?  If its
assocaited with it isn't struts-user the place for it?  I don't have a
good answer...



-Original Message-
From: jconrad [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 28, 2002 4:29 PM
To: struts-user
Subject: RE: Are we getting off the topic


I also agree STRONGLY. I'm a newbie to Struts, when I signed onto the
mailing list I read the article how to ask a good question. Two keys
were RTFM and STFW. So read, then search, then ask.

-Original Message-
From: Tero P Paananen [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 28, 2002 2:16 PM
To: Struts Users Mailing List
Subject: RE: Are we getting off the topic


> This board is too valuable to me. Any thoughts?
> Agree... Disagree?

Agree STRONGLY.

There's a reason why I subscribe to Struts mailing list
and not to "General Java" or "Tomcat Debug" mailing list.

Furthermore, if people would spend even 5 minutes trying
to search answers to their questions using Google or the
mailing list archives, many of the questions wouldn't
need to be asked in the first place, because they've
already been asked and answered several times.

Have some consideration for those of us who receive
several hundred emails a day and really do not have
time to shift through all the crap.

-TPP

--
To unsubscribe, e-mail:

For additional commands, e-mail:



--
To unsubscribe, e-mail:

For additional commands, e-mail:




--
To unsubscribe, e-mail:

For additional commands, e-mail:




--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Are we getting off the topic

2002-08-28 Thread Brandon Goodin

Just to clarify,

I am okay with dumb newbie questions. I still ask them myself (even after a
year and a half of struts). I just think we need to trim our discussions
about what IDE is best, or the neat new taglib (that are not even related ot
struts), or whatever. Beer talk on a Friday is kinda part of the culture of
this board. I enjoy it. I have just noticed an exceptional amount of... "I
know this is off topic, but..." kinda stuff going on. Too much really. I
don't want this to be a sterile clinical Mailing List (that would be
boring). But, I also don't want it to digress into a general post it board.
So, let's keep the life and lose the peripheral non-struts stuff. In other
words, at least try to make it sound like what you are posting is related to
struts. Otherwise, find another board to post on. Something that is more
appropriate to your topic. :-)

Brandon

-Original Message-
From: Jim Conrad [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 28, 2002 2:29 PM
To: Struts Users Mailing List
Subject: RE: Are we getting off the topic


I also agree STRONGLY. I'm a newbie to Struts, when I signed onto the
mailing list I read the article how to ask a good question. Two keys were
RTFM and STFW. So read, then search, then ask.

-Original Message-
From: Tero P Paananen [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 28, 2002 2:16 PM
To: Struts Users Mailing List
Subject: RE: Are we getting off the topic


> This board is too valuable to me. Any thoughts?
> Agree... Disagree?

Agree STRONGLY.

There's a reason why I subscribe to Struts mailing list
and not to "General Java" or "Tomcat Debug" mailing list.

Furthermore, if people would spend even 5 minutes trying
to search answers to their questions using Google or the
mailing list archives, many of the questions wouldn't
need to be asked in the first place, because they've
already been asked and answered several times.

Have some consideration for those of us who receive
several hundred emails a day and really do not have
time to shift through all the crap.

-TPP

--
To unsubscribe, e-mail:

For additional commands, e-mail:



--
To unsubscribe, e-mail:

For additional commands, e-mail:




--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Are we getting off the topic

2002-08-28 Thread wbchmura


Anyone have time to write a NLP that would automatically respond to 
"when is the next version of struts going to be released"?

other than that, I agree on the really obvious questions, but how do we 
delinate what is pure struts and just associated with it?  If its 
assocaited with it isn't struts-user the place for it?  I don't have a 
good answer...



-Original Message-
From: jconrad [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 28, 2002 4:29 PM
To: struts-user
Subject: RE: Are we getting off the topic


I also agree STRONGLY. I'm a newbie to Struts, when I signed onto the 
mailing list I read the article how to ask a good question. Two keys 
were RTFM and STFW. So read, then search, then ask.

-Original Message-
From: Tero P Paananen [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 28, 2002 2:16 PM
To: Struts Users Mailing List
Subject: RE: Are we getting off the topic


> This board is too valuable to me. Any thoughts?
> Agree... Disagree?

Agree STRONGLY.

There's a reason why I subscribe to Struts mailing list
and not to "General Java" or "Tomcat Debug" mailing list.

Furthermore, if people would spend even 5 minutes trying
to search answers to their questions using Google or the
mailing list archives, many of the questions wouldn't
need to be asked in the first place, because they've
already been asked and answered several times.

Have some consideration for those of us who receive
several hundred emails a day and really do not have
time to shift through all the crap.

-TPP

--
To unsubscribe, e-mail:   

For additional commands, e-mail: 



--
To unsubscribe, e-mail:   

For additional commands, e-mail: 




--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Are we getting off the topic

2002-08-28 Thread Jim Conrad

I also agree STRONGLY. I'm a newbie to Struts, when I signed onto the mailing list I 
read the article how to ask a good question. Two keys were RTFM and STFW. So read, 
then search, then ask.

-Original Message-
From: Tero P Paananen [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 28, 2002 2:16 PM
To: Struts Users Mailing List
Subject: RE: Are we getting off the topic


> This board is too valuable to me. Any thoughts?
> Agree... Disagree?

Agree STRONGLY.

There's a reason why I subscribe to Struts mailing list
and not to "General Java" or "Tomcat Debug" mailing list.

Furthermore, if people would spend even 5 minutes trying
to search answers to their questions using Google or the
mailing list archives, many of the questions wouldn't
need to be asked in the first place, because they've
already been asked and answered several times.

Have some consideration for those of us who receive
several hundred emails a day and really do not have
time to shift through all the crap.

-TPP

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: Memery Leak

2002-08-28 Thread Billy Ng

Good info.  I like to use static for those frequently acesss objects.  I
think I need to revisit them.  Very high chance it leaks from there.

Thanks!

Billy Ng

- Original Message -
From: "Michael Lee" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, August 28, 2002 1:04 PM
Subject: Re: Memery Leak


> Dude, just do this...
> on the command line where you run java . com.yourstuff.YourClass
> add this parameter
> -Xrunhprof:file=java.hprof.txt,heap=all,format=a,doe=y
> Look at the end of the file. It will have all the objects
> allocated/deallocated. Run your program for a while. Look for the objects
> that get allocated but NEVER deallocated. These are many times static
> objects like singletons and such that don't clean up well.
> enjoy,
> Michael Lee
> Architect
> Afterbot
> [EMAIL PROTECTED]
>
>
> - Original Message -
> From: "Billy Ng" <[EMAIL PROTECTED]>
> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Wednesday, August 28, 2002 2:38 PM
> Subject: Re: Memery Leak
>
>
> > So you think it's not from Struts?  I would not think so either.
> Otherwise,
> > there must be many people complaining about it.  Do you mean to use
> > OptimizeIt to check it?  By the way, I have a Account Manager object in
> the
> > session.  If user click on the Log out, it will remove the object form
the
> > session.  What about the user exit the program without click on Log Out.
> > Will the object being holding in the session forever?  How should I
hamdle
> > this?
> >
> > Thanks!
> >
> > Billy Ng
> >
> > - Original Message -
> > From: "Cliff Rowley" <[EMAIL PROTECTED]>
> > To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> > Sent: Wednesday, August 28, 2002 10:59 AM
> > Subject: Re: Memery Leak
> >
> >
> > > Ok, then it's possibly not that.  I should check your code, as
suggested
> > > use a profiler - which will give you an indication as to what is
causing
> > > the leak.
> > >
> > > On Wed, 2002-08-28 at 19:09, Billy Ng wrote:
> > > > I don't know.  Yes, the memory usage is getting higher and higher.
> > > >
> > > > Billy Ng
> > > >
> > > > - Original Message -
> > > > From: "Cliff Rowley" <[EMAIL PROTECTED]>
> > > > To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> > > > Sent: Wednesday, August 28, 2002 2:15 AM
> > > > Subject: RE: Memery Leak
> > > >
> > > >
> > > > > Could it be the old javac memory leak bug?  Does memory usage get
> > > > > progressively bigger?  The bug is fixed in JDK 1.4.1-beta, but
it's
> > not
> > > > > a recommended upgrade yet as there are other bugs in it.
> > > > >
> > > > > On Wed, 2002-08-28 at 09:53, Martin Samm wrote:
> > > > > > have you tried profiling your application? It could be objects
not
> > be
> > > > garbage collected. Check your tags/servlets to ensure they are
garbage
> > > > collecting correctly.
> > > > > >
> > > > > > -Original Message-
> > > > > > From: Billy Ng [mailto:[EMAIL PROTECTED]]
> > > > > > Sent: 28 August 2002 09:50
> > > > > > To: [EMAIL PROTECTED]
> > > > > > Subject: Memery Leak
> > > > > >
> > > > > >
> > > > > > Hi folks,
> > > > > >
> > > > > > I am using Tomcat 4.0.3, Struts 1.0.2, and Debian Linux 2.2.19.
I
> > > > notice
> > > > > > the size of the free memory is going down everytime there is a
> user
> > > > hitting
> > > > > > my app.  It will never go back up.  Anybody having the same
> problem?
> > > > > >
> > > > > > Billy Ng
> > > > > >
> > > > > >
_
> > > > > > Send and receive Hotmail on your mobile device:
> > http://mobile.msn.com
> > > > > >
> > > > > >
> > > > > > --
> > > > > > To unsubscribe, e-mail:
> > > > 
> > > > > > For additional commands, e-mail:
> > > > 
> > > > > >
> > > > > >
> > > > > > --
> > > > > > To unsubscribe, e-mail:
> > > > 
> > > > > > For additional commands, e-mail:
> > > > 
> > > > > >
> > > > > >
> > > > > --
> > > > >
> > > > > Regards
> > > > >
> > > > > ---
> > > > >  Cliff Rowley| [EMAIL PROTECTED]
> > > > >  Software Engineer   |   www.doctype.co.uk
> > > > >  +44 (0) 1206 514263 | www.cliffrowley.com
> > > > > ---
> > > > >
> > > > >
> > > > > --
> > > > > To unsubscribe, e-mail:
> > > > 
> > > > > For additional commands, e-mail:
> > > > 
> > > > >
> > > >
> > > > --
> > > > To unsubscribe, e-mail:
> > 
> > > > For additional commands, e-mail:
> > 
> > > >
> > > >
> > > --
> > >
> > > Regards
> > >
> > > ---
> > >  Cliff Rowley| [EMAIL PROTECTED]
> > >  Software Engineer   |   www.doctype.co.uk
> > >  +44 (0) 1206 514263 | www.cliffrowley.com
> > > -

RE: Are we getting off the topic

2002-08-28 Thread Galbreath, Mark

Because I'm here? ;-)

Mark

-Original Message-
From: Tero P Paananen [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 28, 2002 4:16 PM

> This board is too valuable to me. Any thoughts?
> Agree... Disagree?

Agree STRONGLY.

There's a reason why I subscribe to Struts mailing list
and not to "General Java" or "Tomcat Debug" mailing list.

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 





Struts Validator and Mappedproperties

2002-08-28 Thread Joachim Gjesdal

Can I use Struts Validator with Mapped properties?

I.e something like this:




thanks,

 --- Joachim

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Disabling checkboxes in a nested iteration conditionally

2002-08-28 Thread Sri Sankaran

Using Struts 1.0.2 with nested extension on Tomcat 4.0.2

How can one selectively disable some of the checkboxes rendered by a  
within a 

To display the checkboxes, I have the following arrangement:


  

  


In order to be able to show some as disabled, I tried 


  

  


This results in the error

Error: No match was found for method "setDisabled(java.lang.String)"

Why is 'disabled' being treated as an attribute value?

Any suggestions on how to achieve my goal?


Sri




RE: Are we getting off the topic

2002-08-28 Thread Tero P Paananen

> This board is too valuable to me. Any thoughts?
> Agree... Disagree?

Agree STRONGLY.

There's a reason why I subscribe to Struts mailing list
and not to "General Java" or "Tomcat Debug" mailing list.

Furthermore, if people would spend even 5 minutes trying
to search answers to their questions using Google or the
mailing list archives, many of the questions wouldn't
need to be asked in the first place, because they've
already been asked and answered several times.

Have some consideration for those of us who receive
several hundred emails a day and really do not have
time to shift through all the crap.

-TPP

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Are we getting off the topic

2002-08-28 Thread Brandon Goodin

I'll admit i have gotten [OT] a bit recently. I am just noticing that
there are a lot of non-struts-user stuff floating around this board. There
is already a ton of stuff that I receive on struts alone. I don't need more.
Receiving 150+ emails in a day on struts alone is sufficient to challenge
even the most stalwart board reader. Maybe we should start a struts-user-OT
board. Then if someone is interested in hearing all of our peripheral struts
bologne they can :-). I am guilty of doing this. But, I am thinking this is
not the place for it. Although i do enjoy it. I just want to be careful we
don't get carried away.. This board is too valuable to me. Any thoughts?
Agree... Disagree?

Brandon Goodin
Phase Web and Multimedia
P(406)862-2245
F(406)862-0354
http://www.phase.ws


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: Memery Leak

2002-08-28 Thread Michael Lee

Dude, just do this...
on the command line where you run java . com.yourstuff.YourClass
add this parameter
-Xrunhprof:file=java.hprof.txt,heap=all,format=a,doe=y
Look at the end of the file. It will have all the objects
allocated/deallocated. Run your program for a while. Look for the objects
that get allocated but NEVER deallocated. These are many times static
objects like singletons and such that don't clean up well.
enjoy,
Michael Lee
Architect
Afterbot
[EMAIL PROTECTED]


- Original Message -
From: "Billy Ng" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, August 28, 2002 2:38 PM
Subject: Re: Memery Leak


> So you think it's not from Struts?  I would not think so either.
Otherwise,
> there must be many people complaining about it.  Do you mean to use
> OptimizeIt to check it?  By the way, I have a Account Manager object in
the
> session.  If user click on the Log out, it will remove the object form the
> session.  What about the user exit the program without click on Log Out.
> Will the object being holding in the session forever?  How should I hamdle
> this?
>
> Thanks!
>
> Billy Ng
>
> - Original Message -
> From: "Cliff Rowley" <[EMAIL PROTECTED]>
> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> Sent: Wednesday, August 28, 2002 10:59 AM
> Subject: Re: Memery Leak
>
>
> > Ok, then it's possibly not that.  I should check your code, as suggested
> > use a profiler - which will give you an indication as to what is causing
> > the leak.
> >
> > On Wed, 2002-08-28 at 19:09, Billy Ng wrote:
> > > I don't know.  Yes, the memory usage is getting higher and higher.
> > >
> > > Billy Ng
> > >
> > > - Original Message -
> > > From: "Cliff Rowley" <[EMAIL PROTECTED]>
> > > To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> > > Sent: Wednesday, August 28, 2002 2:15 AM
> > > Subject: RE: Memery Leak
> > >
> > >
> > > > Could it be the old javac memory leak bug?  Does memory usage get
> > > > progressively bigger?  The bug is fixed in JDK 1.4.1-beta, but it's
> not
> > > > a recommended upgrade yet as there are other bugs in it.
> > > >
> > > > On Wed, 2002-08-28 at 09:53, Martin Samm wrote:
> > > > > have you tried profiling your application? It could be objects not
> be
> > > garbage collected. Check your tags/servlets to ensure they are garbage
> > > collecting correctly.
> > > > >
> > > > > -Original Message-
> > > > > From: Billy Ng [mailto:[EMAIL PROTECTED]]
> > > > > Sent: 28 August 2002 09:50
> > > > > To: [EMAIL PROTECTED]
> > > > > Subject: Memery Leak
> > > > >
> > > > >
> > > > > Hi folks,
> > > > >
> > > > > I am using Tomcat 4.0.3, Struts 1.0.2, and Debian Linux 2.2.19.  I
> > > notice
> > > > > the size of the free memory is going down everytime there is a
user
> > > hitting
> > > > > my app.  It will never go back up.  Anybody having the same
problem?
> > > > >
> > > > > Billy Ng
> > > > >
> > > > > _
> > > > > Send and receive Hotmail on your mobile device:
> http://mobile.msn.com
> > > > >
> > > > >
> > > > > --
> > > > > To unsubscribe, e-mail:
> > > 
> > > > > For additional commands, e-mail:
> > > 
> > > > >
> > > > >
> > > > > --
> > > > > To unsubscribe, e-mail:
> > > 
> > > > > For additional commands, e-mail:
> > > 
> > > > >
> > > > >
> > > > --
> > > >
> > > > Regards
> > > >
> > > > ---
> > > >  Cliff Rowley| [EMAIL PROTECTED]
> > > >  Software Engineer   |   www.doctype.co.uk
> > > >  +44 (0) 1206 514263 | www.cliffrowley.com
> > > > ---
> > > >
> > > >
> > > > --
> > > > To unsubscribe, e-mail:
> > > 
> > > > For additional commands, e-mail:
> > > 
> > > >
> > >
> > > --
> > > To unsubscribe, e-mail:
> 
> > > For additional commands, e-mail:
> 
> > >
> > >
> > --
> >
> > Regards
> >
> > ---
> >  Cliff Rowley| [EMAIL PROTECTED]
> >  Software Engineer   |   www.doctype.co.uk
> >  +44 (0) 1206 514263 | www.cliffrowley.com
> > ---
> >
> >
> > --
> > To unsubscribe, e-mail:
> 
> > For additional commands, e-mail:
> 
> >
>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:

>

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Taglib question - popup windows

2002-08-28 Thread wbchmura


Oh wait... Are you referring to the user community comment?  I meant the 
user community I develop for in house (s dont tell them I said 
that)...

Otherwise it is serious


-Original Message-
From: caraunltd [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 28, 2002 3:52 PM
To: struts-user
Subject: Re: Taglib question - popup windows


I assume this is a put on?  I sure hope so.

At 01:42 PM 8/28/2002 -0400, you wrote:

>Hi All,
>
>I am working on a taglib that will make popup windows for you.  The
>thought behind this was to be able to provide pop-up help and tips for
>our user community (who aparently need extra help).
>
>I want to keep it so that it would work without the struts libraries,
>but would also like to take advantage of some of them.  What would be
>the best way?  I was thinking I could use different tags that only work
>if struts is present, and as many as I could without it.  So I could
>have two tags...  popup and strutsPopup or something like that...
>
>Thoughts?
>
>Also, if anyone wants to look at the code and give me any tips for
>taglibs that would be cool also...
>
>If anyone is interested the tag looks like so:
>
>textLink = "this is the text link"
>cssFile="./images/testcss2.css">
>Here is some content for you...
>
>
>
>Full extended and overriding defaults it looks like so:
>
>menubar="no"
>title="This is the title"
>imageLink = "./images/help.gif"
>textLink = "this is the text link"
>resizeable="yes"
>directories="no"
>location="no"
>toolbar="no"
>height="200"
>width="400"
>cssFile="./images/testcss2.css">
>Here is some content for you...
>
>
>There are also some attributes to override the default css names
>
>The whole thing works:  http://www.explosivo.com/bill/downloads/tomcat/
>Its popupdev (Set up for tomcat as is...)
>
>(i still have more to do though for properties, i18n, etc)
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>--
>To unsubscribe, e-mail:   

>For additional commands, e-mail: 




--
To unsubscribe, e-mail:   

For additional commands, e-mail: 




--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Taglib question - popup windows

2002-08-28 Thread wbchmura

No Why do you ask?


-Original Message-
From: caraunltd [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 28, 2002 3:52 PM
To: struts-user
Subject: Re: Taglib question - popup windows


I assume this is a put on?  I sure hope so.

At 01:42 PM 8/28/2002 -0400, you wrote:

>Hi All,
>
>I am working on a taglib that will make popup windows for you.  The
>thought behind this was to be able to provide pop-up help and tips for
>our user community (who aparently need extra help).
>
>I want to keep it so that it would work without the struts libraries,
>but would also like to take advantage of some of them.  What would be
>the best way?  I was thinking I could use different tags that only work
>if struts is present, and as many as I could without it.  So I could
>have two tags...  popup and strutsPopup or something like that...
>
>Thoughts?
>
>Also, if anyone wants to look at the code and give me any tips for
>taglibs that would be cool also...
>
>If anyone is interested the tag looks like so:
>
>textLink = "this is the text link"
>cssFile="./images/testcss2.css">
>Here is some content for you...
>
>
>
>Full extended and overriding defaults it looks like so:
>
>menubar="no"
>title="This is the title"
>imageLink = "./images/help.gif"
>textLink = "this is the text link"
>resizeable="yes"
>directories="no"
>location="no"
>toolbar="no"
>height="200"
>width="400"
>cssFile="./images/testcss2.css">
>Here is some content for you...
>
>
>There are also some attributes to override the default css names
>
>The whole thing works:  http://www.explosivo.com/bill/downloads/tomcat/
>Its popupdev (Set up for tomcat as is...)
>
>(i still have more to do though for properties, i18n, etc)
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>--
>To unsubscribe, e-mail:   

>For additional commands, e-mail: 




--
To unsubscribe, e-mail:   

For additional commands, e-mail: 




--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




  1   2   3   >