RE: A tiles controller is called for an unrelated tiles defintion.

2003-06-23 Thread Rick Smith
Have you tried to remove the associated controller from your login definition ? When I remove the controller from the .login definition everything works as expected. Also if I move the controller from the .login definition to a different tiles definition, the controller is not called multiple

RE: [FRIDAY] SIA Trivia Game - Re: [ANNOUNCEMENT] Struts 1.1 Release Candidate 2 released

2003-06-21 Thread Rick Smith
That would be freud. Rick -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED] Sent: Saturday, June 21, 2003 4:03 PM To: Struts Users Mailing List Subject: Re: [FRIDAY] SIA Trivia Game - Re: [ANNOUNCEMENT] Struts 1.1 Release Candidate 2 released OK, here's the first clue, as

RE: A tiles controller is called for an unrelated tiles defintion.

2003-06-20 Thread Rick Smith
Normally, the controller is called only when its definition is inserted. A search of my JSP source code directory confirms that I do not use the tiles:insert tag at all, I'm using tiles:get: all my tiles are defined in my tiles-defs.xml. The attached file shows the template JSP used in the

A tiles controller is called for an unrelated tiles defintion.

2003-06-19 Thread Rick Smith
I have a Tiles controller that has been simplified to write to the log. This controller is attached to the tiles definiton used for my login page (no other controllers are used anywhere). What I don't understand is that as I navigate accross the site, every time I am forwarded to a new page

Re: Please - a little help with NoSuchMethodError with Tomcat, Struts and Apache

2001-10-03 Thread Rick Smith
- From: Rick Smith [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 02, 2001 6:07 PM To: [EMAIL PROTECTED] Subject: Re: Please - a little help with NoSuchMethodError with Tomcat, Stru ts and Apache If the problem is with Tomcat, Struts and Apache wouldn't you delete the files

Re: Please - a little help with NoSuchMethodError with Tomcat, Struts and Apache

2001-10-03 Thread Rick Smith
isn't visible to the struts example application. Rick [EMAIL PROTECTED] wrote: Rick, I placed them there after receiving the NoSuchMethodError thinking that perhaps they would make a difference, but they did not. Thanks, Todd -Original Message- From: Rick Smith [mailto:[EMAIL

Re: Unable to get Struts working with Tomcat and Apache - NoSuchM ethodError (Day 3)

2001-10-03 Thread Rick Smith
Is this only a problem running with mod_jk or does it happen standalone, too? Rick David Stewart wrote: I have had similar problems. The fix that worked for me was append the JkMount /*.do ajp13 at the end of the httpd.conf file for Apache. This seemed to solve the problem I was

Re: email security problem - any solutions ?

2001-10-03 Thread Rick Smith
this might help http://security.dstc.edu.au/projects/java/tutorials/messaging.html David Bolsover wrote: Hi all This is definitely off topic for struts - but since I am implementing a new application using the struts framework - and I know there are lots of clever struts users out there -

Re: Please - a little help with NoSuchMethodError with Tomcat, Stru ts and Apache

2001-10-02 Thread Rick Smith
If the problem is with Tomcat, Struts and Apache wouldn't you delete the files in localhost and not localhost_8080? [EMAIL PROTECTED] wrote: John, I tried as you suggested, but to no avail. The same error is still being produced. Any other ideas as to where to look? Regards,

Re: Help on making struts with Apache + Tomcat

2001-07-04 Thread Rick Smith
You need to create a context or virtual host in the server.xml file. Domingo Aguilera wrote: Hi, I've been using the combination of Apache + tomcat 3.x I've sucessfully installed struts-documentation.war and struts-example.war . When tested both apps work from

Re: Help on making struts with Apache + Tomcat

2001-07-04 Thread Rick Smith
running other Apache + Tomcat non Struts web apps without a problem. -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]En nombre de Rick Smith Enviado el: Miercoles, 04 de Julio de 2001 12:05 p.m. Para: [EMAIL PROTECTED] Asunto: Re: Help on making struts with Apache

Re: Struts 1.0 Final Migration Errors

2001-06-29 Thread Rick Smith
Chris, I don't know the exact cause but I think you're on the right track if not exactly right. I upgraded JBoss/Tomcat to JBoss 2.2 and Tomcat 3.2.2 and don't have this problem. Rick Assenza, Chris wrote: All, I'm upgrading our app from Struts 1b1 to Struts 1.0. Unfortunately,

.do files and Apache conf

2001-04-12 Thread Rick Smith
I'm trying to set up Struts on a virtual hosting site and have been having a friendly debate with my ISP on the correct way to have .do files work when running Tomcat with Apache. I'm using mod_jk at home and have JkMount /struts-example/*.do ajp12 set up and .do files are handled properly. On my

Re: :80 in URL of Links generated in example app

2001-02-26 Thread Rick Smith
of struts are you using ? Back on Feb 02 a change was made to BaseTag dealing with port 80. -Rob Rick Smith wrote: I've been going over the example application and can't for the life of me find where the :80 is appended to the URL when going through Apache. When the starting URL is http

Re: netscape 4.7x, session ids and struts

2001-02-26 Thread Rick Smith
This is same problem I so awkwardly brought up this morning. The examples work on Netscape 6, Mozilla 0.7, Lynx and even IE5 but not on Netscape 4.72. Rick Gordon Maclean wrote: Using netscape 4.7x on either solaris, linux or windows, the struts-example fails, because I am bounced between

Re: :80 in URL of Links generated in example app

2001-02-26 Thread Rick Smith
As stated in another thread, the culprit seems to be Netscape 4.7x. I've tried several browsers including Lynx and IE5 and all work but not Netscape 4.72. Rick Incze Lajos wrote: On Mon, Feb 26, 2001 at 05:34:46PM -0800, Craig R. McClanahan wrote: Rick Smith wrote: Well, I take

:80 in URL of Links generated in example app

2001-02-25 Thread Rick Smith
I've been going over the example application and can't for the life of me find where the :80 is appended to the URL when going through Apache. When the starting URL is http://localhost/struts-example the page comes up with :80 added after localhost. When I click on a link with :80 in it I end up