Re: [MVC-Programmers] Populating Options in ActionForm

2003-07-11 Thread Vic Cekvenich
Best practice is to unit test! The FormBean should not know how the data gets there. OptionCollection requires a Collection returned. So you need to unit test your form bean for returning a collection. Ex: public Collection getOptions() { ... } Qasim Khawaja wrote: I am trying to populate

[MVC-Programmers] Ann: new release of bP

2003-07-11 Thread Vic Cekvenich
A new build of bP Jasic v9.7_3 was released. bP is a Struts CMS app, that requires a DB to run. It uses JSTL 1.1 (not 1.03), which requires JSP 2.0 (Tomcat 5 AND Resin 3 included). Resin 3 and JAMon are new features added. .V

RE: [MVC-Programmers] new newsgroups:Lab1

2003-07-11 Thread Peyathevar, Santhi {PBG}
Yes. I realised that the classes folder was getting cleaned up whenever i built. I ended up copying the properties dir. manually to classes dir. from a temp. location. Any .properties from src dir gets copied to classes dir? (eclipse does that? We usually keep the property files in WEB-INF and

Re: [MVC-Programmers] new newsgroups:Lab1

2003-07-11 Thread Vic Cekvenich
Peyathevar, Santhi {PBG} wrote: Yes. I realised that the classes folder was getting cleaned up whenever i built. I ended up copying the properties dir. manually to classes dir. from a temp. location. Any .properties from "src" dir gets copied to classes dir? Everything! (eclipse

RE: [MVC-Programmers] Ann: new release of bP

2003-07-11 Thread Cruz, Edward J.
Where can I get the source for Basic Portal? Is it available anywhere? Jamie Cruz Software Engineering -Original Message- From: Vic Cekvenich [mailto:[EMAIL PROTECTED] Sent: Friday, July 11, 2003 11:58 AM To: [EMAIL PROTECTED] Subject: [MVC-Programmers] Ann: new

Re: [MVC-Programmers] Ann: new release of bP

2003-07-11 Thread Vic Cekvenich
Sorry I should make it clear. www.baseBeans.com, click downloads and you will see the latest version to download. (also bP is open source!) Cruz, Edward J. wrote: Where can I get the source for Basic Portal? Is it available anywhere? Jamie Cruz Software