changing ApplicationResources.properties runtime

2003-02-27 Thread Arunachalam Jaisankar
Hi All, I've a column "lastJDBCError.value" in ApplicationResources.Properties file. And I want to change the value of that column in run time, i mean whenever I get an SQL Exception I want to fill "lastJDBCError.value" with that Exception. Is it possible to change run time? If yes, kindly let m

Struts Menu Problem

2003-02-24 Thread Arunachalam Jaisankar
Hi All, I'm using struts menu and dhtmlExpandable.jsp. And it is working fine. But i'm facing one problem. I'm using frames. And the menu jsp is left frame. And I want all other pages shoud open in right side. When I specify the target as below in menu-config.xml file, it is not opening in right s

Re: ActionErrors

2003-02-12 Thread Arunachalam Jaisankar
I think you might be missing the following logic:messages tag in your jsp file. Include the following on top of your jsp file. And set errors.header in your application properties file. <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="htm

blank default value in html:select tag

2003-02-12 Thread Arunachalam Jaisankar
I'm using html:select tag for all drop down boxes. The default selected value in the drop down box is always first record of the table. I require that should be blank initially i.e before selection. I set value attribute as blank. But it doesn't work. How to do this? Can any one help me in this re

DateTime,TimeStamp field validations in validation.xml

2003-02-04 Thread Arunachalam Jaisankar
Hi all, I'm using struts validator for all dates and it works fine for simple dates. The entry in validation.xml file is like this. datePatternStrict dd/MM/ How

Re: need help for struts - EJB

2003-01-27 Thread Arunachalam Jaisankar
The book Struts Kick Start by James Turner and Kevin Bedell from SAMS Publications talks well about using EJBs with Struts with sample code and application. Try to get a copy. Good resource for Struts newbies. regards Jai - Original Message - From: "Buics" <[EMAIL PROTECTED]> To: "Struts

Re: urgent RowsetDynaClass help

2003-01-26 Thread Arunachalam Jaisankar
heck the columnclassname in the > resultsetmetadata its showing as Long, but when i check this with the > resultset getObject() its showing as Integer. > > how to get the correct classname in the resultsetmetadata. can you help > in this issue > > Thanks > usha > > > &g

Re: urgent RowsetDynaClass help

2003-01-26 Thread Arunachalam Jaisankar
I think this is internal conversion problem. Your property type is long and ivtransbatchid is converted into integer based on the databased field type. What is your table field type? Ensure your property type and table field type are similar or compatible. I faced similar problem with money fie