No action instance for path /logoff could be created

2003-10-07 Thread Hari Om
I am working on a simple Logon Application. I am able to Logon to my Logon application and when I click the Signout Link it gives me following errors wonder why: - HTTP Status 500 - No action instance for path /logoff could b

Cannot find global ActionForward for name

2003-10-06 Thread Hari Om
I am using Tomcat 4.0 and Struts 1.1 My struts.XML file is: ---

Cannot find message resources under key org.apache.struts.action.MESSAGE

2003-10-01 Thread Hari Om
My struts.xml file has: My web.x

Re: Cannot find message resources under key org.apache.struts.action.MESSAGE

2003-10-01 Thread Hari Om
Thanks Caroline. Actually the file names were ApplicationResources_en.properties and ApplicationResources_fr.properties but still getting the same eroorany other hints? From: "Caroline Lauferon" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts

Cannot find message resources under key org.apache.struts.action.MESSAGE

2003-10-01 Thread Hari Om
I am using IntelliJ 3 for my JSP/Servlets and Struts application. I have my application directory structure as follows: C:\strutsShop --> home directory for my application C:\strutsShop\src\books\*.class C:\strutsShop\WEB-INF\lib\struts.jar C:\strutsShop\WEB-INF\struts*.tld C:\strutsShop\WEB-INF\we

Value Object Size

2003-01-20 Thread Hari Venkatesan
Is there a way to find out the size of a Value Object. (viz., I have a bean defined and have populated the bean with data from database.) I need to know the final size of this bean Hari -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mail

RE: OT :Please help java script menus interfering with form elements

2002-11-26 Thread Hari
Check out the link http://www.dhtmlcentral.com/ Coolmenus available in this link takes care of your problem. It hides the combo boxes when menu rolls down. -Original Message- From: Slava_L [mailto:[EMAIL PROTECTED]] Sent: Saturday, November 23, 2002 4:38 PM To: Struts Users Mailing List

RE: struts concerns

2002-11-13 Thread Hari
One of the advantages is the form tag of struts is, it can contain locale specific details, which is not present in standard HTML form tag -Original Message- From: Shalu Goel [mailto:shalu.goel@;mind-infotech.com] Sent: Thursday, November 14, 2002 12:16 PM To: Struts Users Mailing List Sub

RE: problem with html tags

2002-11-06 Thread Hari
Check if you have a method getMailBox() in your ActionForm ... I think "M in getMailBox() method must be in upper case" -Original Message- From: [EMAIL PROTECTED] [mailto:meissa.Sakho@;bpam.fr] Sent: Wednesday, November 06, 2002 8:11 PM To: [EMAIL PROTECTED] Subject: problem with html tag

Need help on design

2002-10-24 Thread Hari
. Thanks in advance, Hari

Hashtable in ActionForm

2002-10-16 Thread Hari
(); // This hashtable contains a key value pair as key = “name” and value=”xyz” } Thanks in advance Hari

table creation using Iterate

2002-05-01 Thread Hari Menon
Hi I have been getting helped out with couple of struts users. I have a question on the table population using Iterate tags. When I use Iterate all I obtain is the table populated with different rows. Is there any way to get the length of the bean so that I can have three columns and as man