RE: free struts boook

2004-11-17 Thread Amin Lalji
http://www.theserverside.com/books/sourcebeat/JakartaStrutsLive/index.tss Google is your friend :) /A -Original Message- From: Nishant [mailto:[EMAIL PROTECTED] Sent: November 17, 2004 9:51 AM To: Struts Users Mailing List Subject: free struts boook where do i get struts free book

RE: Installation Getting Started Question

2004-11-17 Thread Amin Lalji
Hey Scott, In practice, the Struts Distribution works like any other Servlet bases Web-App... Download struts and deploy the examples to tomcat (you do not necessarily require Apache, since struts is Servlet based technology)... in other words you really only need a Servlet Container... Good

RE: Hate Myself for Not Getting Drop-Down Menu Right

2004-09-20 Thread Amin Lalji
Try removing the bean:define And setting your line: html:options collection=nameList property=name labelProperty=name/ to: html:options collection=PageBeans property=name labelProperty=name/ HTH, Amin -Original Message- From: Caroline Jen [mailto:[EMAIL PROTECTED] Sent: Monday,

Indexed Properties DynaValidatorForm

2004-04-19 Thread Amin Lalji
I am trying to use a DynaValidatorForm with Indexed Properties... I have setup validation using the Validator Framework... Validation is working, however when it comes time to display failed validation (from ActionErrors), I can not seem to output an individual error message for each indexed