struts-layout using struts 1.0/1.1 ?

2001-08-31 Thread Chris Chang
, are there any version of struts-layout that uses struts 1.0, cuz we r not ready for struts 1.1 yet. Pls advise. Thanks in advance Chris Chang

Best Practices for using Struts and Validators in ASP model

2001-06-21 Thread chris . chang
Hi folks, I would like to know anyone using Struts and Validators for ASP (application service provider, not active server page 8)) model. What I want to know is If I have the same application for different subscribers/clients, they may have different requirements (e.g. screen flow and

RE: Server-side form validation - anything in STRUTS?

2001-06-14 Thread chris . chang
Hi Dave, Try this http://home.earthlink.net/~dwinterfeldt/ Struts Validator - Validation Framework for Struts Hope this can help 8) -Original Message- From: Dave Small [mailto:[EMAIL PROTECTED]] Sent: June 14, 2001 5:51 AM To: [EMAIL PROTECTED] Subject: RE: Server-side form validation

RE: Anyone have the Struts Validator example working?

2001-06-05 Thread chris . chang
I still have the following error when I tried to access http://localhost/share/validator/registration.jsp: 500 Internal Server Error javax.servlet.jsp.JspException: Cannot find message resources under key org.apache.struts.action.MESSAGE at

RE: Anyone have the Struts Validator example working?

2001-06-05 Thread chris . chang
My findings with the following settings: == load-on-startup=0 or 1 web.xml's setting definition sequence: 1. validator servlet 2. strut action servlet == All registration example - javax.servlet.jsp.JspException: Cannot

RE: (struts + EJB) example

2001-04-27 Thread chris . chang
Hi Bryan, Thanks for your reply and pointer! I got several questions for u and all experts of this list, Any reasons behind regarding the recommendation about the tags vs. actions dilemma? == =1. if the Java code will

(struts + EJB) example

2001-04-26 Thread chris . chang
Folks, Anyone know where I can get an example which use struts and ejb? Thanks in advance! P.S. Struts can work out of box with latest version of orion (i.e. 1.4.8) now 8) Chris

RE: Error in comps-tutorial.war (Struts + Components + Orion)

2001-04-20 Thread chris . chang
Hi Cedric, Thanks for your quick fix! I can test Components with Orion now (comps-tutorial). It looks great! However, I got the following error from several links (e.g. Language - Francis, Main Menu - Dynamic Definition, etc.). I'm not sure whether this error is from my Orion's settings or my

RE: Error in comps-tutorial.war (Struts + Components + Orion)

2001-04-20 Thread chris . chang
Hi Cedric, Thanks for your hack! Actually, it is my fault, I forgot to remove the *.dtd files from struts.jar and move it under directory "classes". Once I did that, the tutorial works fine 8) Sorry about that! Chris -Original Message- From: Cedric Dumoulin [mailto:[EMAIL PROTECTED]]

Error in comps-tutorial.war (Struts + Components + Orion)

2001-04-18 Thread chris . chang
Folks, Anyone using components on top of struts? I got a problem when I tried to execute comps-tutorial.war (tutorial from components) within orion. Any ideas? Pls c the attachment for error. P.S. I already moved the dtd files from struts.jar into the classes directory. Thanks in advance!