Re: multiple values to check in logic tag?

2002-04-28 Thread Adrian Brown
This probably isn't what you want to hear, but this sounds like a great time to extend the logic tags in your own application and create your own Custom tag. There are a couple of examples in the example application. Adrian --- Rick Reumann [EMAIL PROTECTED] wrote: Is there a way to check

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

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

bean:message in a tiles:insert

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: tiles:insert definition=small.green.box.layout flush=true tiles:put name=title value=/home/rasLinksHeader.jsp

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 started

[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:

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:

Problem with request.getContextPath

2002-04-28 Thread MerrilG
Hi, I have a strange problem with using the follwoing.. bean:page id=req property=request/ bean:define id=path name=req property=contextPath/ in a jsp page to get the contextpath. So that i can do this bean:write name=path/ It is working fine in tomcat3.2 but is giving the following

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

Re: bean:message in a tiles:insert

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 definition name=doc.mainLayout

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

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