OT: Re: treated as GET??? (take II)

2002-04-28 Thread Dan Trevino
On Fri, 2002-04-26 at 16:06, Struts Developer wrote: > Forgive my partial posting a minute ago... hotmail sucks. =) > Then quit using it! There are plenty of other free email services available. -- Dan Trevino bluemagnet, llc http://bluemagnet.com/ -- To unsubscribe, e-mail:

RE: Exception handling by radhika

2002-04-28 Thread Vikram Goyal01
Hi Radhika, What is it that you want to do? Exception handling in Struts is no different from normal exception handling, so I am not quite sure what you want to do. Rgs Vikram -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Saturday, April 27, 2002 6:23 PM

RE: Struts with JBuilder6.0 and Tomcat

2002-04-28 Thread B.Adji Maharyatno
We have this issue from last year. Borland has yet resolved this at JBuilder6 or BES. You can try this solution (althought not ideal). 1. Delete struts-config_1_0.dtd from the struts.jar (can use winzip or other tools). 2. Copy the struts-config_1_0.dtd file at your WebApplication folder (the ro

Re: in a

2002-04-28 Thread Tim D Elcott
Hi there, Had this problem before and as a quick work around found that the tile defintion below worked nicely. Just pass the key to your title as a string in the tiles definiton and then use a 'hack' to load the text for the key in your JSP. So

Regd Multiple ActionServlet

2002-04-28 Thread arul
Hello All Can i have two different ActionServlets to handle two diff types of requests such as an ActionServlet to handle "*.do" requests and another to handle "*.action" requests... Can i have multiple struts-config.xml to hold all the mappings related to my application??/ Tx in advance Arul

Problem with request.getContextPath

2002-04-28 Thread MerrilG
Hi, I have a strange problem with using the follwoing.. in a jsp page to get the contextpath. So that i can do this It is working fine in tomcat3.2 but is giving the following exception in REsin and in Tomcat4.0 javax.servlet.jsp.JspException: No getter method for property contextPat

Struts with JBuilder6.0 and Tomcat

2002-04-28 Thread Ketan Malekar
hello friends, Im using JBuilder 6.0 and have downloaded Struts Wizard for JBuilder6.0 (JBuilderStrutsWizard.jar). And included in the lib directory. Now I can successfully JSP and corresponding beans through wizard but after deploying it gives following error message:

[ANNOUNCE] StrutsTestCase v1.7 Released

2002-04-28 Thread Deryl Seale
StrutsTestCase v1.7 introduces support for Struts 1.1, provides several requested enhancements, and fixes many reported defects. The project home page can be found here: http://strutstestcase.sourceforge.net Notes for this release can be found here: http://sourceforge.net/project/shownotes

Re: some help ...

2002-04-28 Thread reshma deshpande
Thanks !! :-) "Mark H. Nichols" <[EMAIL PROTECTED]> wrote: Wrox also has a great JSP book that covers Struts: Professional JSP Site Design. And there's a book called JSP and Tag Libraries for Web Development from New Riders that has several chapters on Struts that I found useful when I starte

in a

2002-04-28 Thread ajTreece
Folks... I've set up some tiles code that allows me to utilize a common look and feel to a table. The tiles code needs two pieces of data to build the table. Here is an example: It is required that the "title" value be extracted form the messages resource bundle with the tag.

Problem with M$ Access database connections.

2002-04-28 Thread @Basebeans.com
Subject: Problem with M$ Access database connections. From: "David Bolsover" <[EMAIL PROTECTED]> === Hi all System: W2K Tomcat 4.0.1 Struts 1.0 Microsoft Access with sun.jdbc.odbc.JdbcOdbcDriver diver I found a problem a week or so back that has had me puzzled. In order to support a clients ex

Re: Exception handling by radhika

2002-04-28 Thread Chuck Cavaness
I'm not sure of your reasons for not wanting to ActionErrors or ActionMessages, but that is only a fraction of what might be considered the exception handling framework in Struts. The Exception Handling Chapter is one of the chapters that many have asked me about and I'm working hard to get th