Re: ActionForm and Transfer Object

2004-08-25 Thread simarjit singh
Hi, I think the usual convention of not using ActionForm in Business tier is to separate these tiers. This helps to reduce business tier dependency on Web tier. I read a design pattern and modified it to my needs . Here is what i do. 1. Make a tagging interface like AppForm which is generalize

Re: OC4J and struts issue

2004-08-16 Thread simarjit singh
Kindly have a look at my struts-config.xml , i have reduced it almost nothing *** struts-config.xml** http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd";> ApplicationResources.properties is under WEB-INF/classes ** jsp page **

Re: OC4J and struts issue

2004-08-16 Thread simarjit singh
truts-html.tld /tags/struts-logic /WEB-INF/struts-logic.tld /tags/struts-nested /WEB-INF/struts-nested.tld /tags/struts-tiles /WEB-INF/struts-tiles.tld Thanks Veera -Original Message- From: simarjit singh [mailto:[EMAIL PROTECTED] Sent: Monday, August 16, 200

Re: OC4J and struts issue

2004-08-16 Thread simarjit singh
/struts-bean.tld /tags/struts-html /WEB-INF/struts-html.tld /tags/struts-logic /WEB-INF/struts-logic.tld /tags/struts-nested /WEB-INF/struts-nested.tld /tags/struts-tiles /WEB-INF/struts-tiles.tld Thanks Veera -Original Message- From: simarjit singh

OC4J and struts issue

2004-08-16 Thread simarjit singh
Hi, I am getting th following error mesage in OC4J for 9i. javax.servlet.jsp.JspException: Cannot find message resources under key org.apache.struts.action.MESSAGE at org.apache.struts.util.RequestUtils.message(RequestUtils.java:793) at org.apache.struts.util.RequestUtils.message(RequestUtils.java

RE: [OT] how to calculate the size of an object

2004-07-08 Thread simarjit singh
With ByteArrayOutputStream approach, writeObject Method is also serializing the object. Ofcourse serialization doesn't give size as it is more of a meta data for the entire web of objects associated with the serialized object. Rather than writing serialized object on file we are putting it in a b