RE: ActionMessages

2005-01-19 Thread dangmp
Return Receipt Your RE: ActionMessages document :

ActionMessages

2005-01-19 Thread dangmp
Return Receipt Your ActionMessages document :

ActionMessages

2005-01-19 Thread dangmp
Return Receipt Your ActionMessages document :

Error when init struts-menu in WebSphere Application Server 4.0.7

2004-12-23 Thread dangmp
Hi all, I am developing a web application using struts 1.2.4 and struts-menu. When I am running in JDeveloper 10g, every thing is ok. But when I deploy into Test server running WebSphere Application Sever 4.0.7, I have this error

How to use logic:iterate with DynaValidatorForm

2004-12-20 Thread dangmp
- struts-config.xml - EditBUOnLoadAction.java DynaValidatorForm df = (DynaValidatorForm) form; Set acc = bu.getAccounts(); Account[] account = new Account[acc.size()]; int i = 0; for(Iterator ite = acc.i

RE: Error with JSTL 1.0.6 and struts 1.2.4

2004-12-19 Thread dangmp
Hi David, I copied jstl.jar to WEB-INF/lib and errors still occur when I compiled the project. I am using JDeveloper 10g with jdk 1.4.2 to develop my project. Could you tell me how to use standard jstl in my case. Thanks & Regards, Dang Minh Phuong "Karr, David" <[EMAIL PROTECTED]> 12/18/

Error with JSTL 1.0.6 and struts 1.2.4

2004-12-17 Thread dangmp
Hi all, I am developing an web application using struts 1.2.4. I downloaded JSTL standard 1.0.6 and copy standard.jar to /WEB-INF/lib and I've got these errors when I compile my project: Error(1): java.lang.ClassNotFoundException: org.apache.taglibs.standard.tei.ImportTEI Error(1): Unable to l

Re: Is there any free Application for Bug Tracking Software in Java or JSP

2004-09-21 Thread dangmp
Return Receipt Your Re: Is there any free Application for Bug Tracking Software document in Java or JSP :

Re: [FRIDAY] GMail invites

2004-09-21 Thread dangmp
Return Receipt Your Re: [FRIDAY] GMail invites document :

Re: Re: Re: [Gmail] - All gone,

2004-09-14 Thread dangmp
Return Receipt Your Re: Re: Re: [Gmail] - All gone, document :

Re: SPAM-LOW: Re: Re: [Gmail] - All gone,

2004-09-14 Thread dangmp
Return Receipt Your Re: SPAM-LOW: Re: Re: [Gmail] - All gone, document :

Re: SPAM-LOW: [OT] Gmail invites, 2 available.

2004-09-14 Thread dangmp
Return Receipt Your Re: SPAM-LOW: [OT] Gmail invites, 2 available. document :

load() exception

2004-09-07 Thread dangmp
Return Receipt Your load() exception document :

Re: Validating Dynamically Creating Rows

2004-08-23 Thread dangmp
Return Receipt Your Re: Validating Dynamically Creating Rows document :

Missing message for key

2004-08-16 Thread dangmp
Return Receipt Your Missing message for key document :

Javascript error

2004-06-29 Thread dangmp
Return Receipt Your Javascript error document :

How to display jsp pages in frame

2004-06-24 Thread dangmp
Hi all, This is structure of my web application WEB-INF jsp common mainFrame.jsp menu.jsp - frmUserProfile.jsp logon.jsp When user clicks on submit button on logon form, I check his authentication and forward to mainFrame.jsp. Top frame