Repost - Messages with Scaffold Helper Class

2003-03-19 Thread Tony Tahbaz
Sorry to repost this but I haven't been able to figure this one out yet... I'm having trouble getting messages to show up in my .jsp file using a scaffold approach. In my helper bean I'm setting a couple of messages like: ProcessResult result = new ProcessResultBase();

Messages with Scaffold Helper Class

2003-03-18 Thread Tony Tahbaz
Hi All, I'm having trouble getting messages to show up in my .jsp file using a scaffold approach. In my helper bean I'm setting a couple of messages like: ProcessResult result = new ProcessResultBase(); result.addMessage(my.message1); result.addMessage(my.message2); In my resource file I have:

RE: [NEWBIE]A very stupid question

2003-03-16 Thread Tony Tahbaz
How are you creating your link? Are you using the struts-html taglib or are you just using html? -Original Message- From: Marco Tedone [mailto:[EMAIL PROTECTED] Sent: Sunday, March 16, 2003 2:07 PM To: Struts-user-list Subject: [NEWBIE]A very stupid question I have my application under

RE: Scaffold BaseForm and Validator

2003-03-14 Thread Tony Tahbaz
Thanks much, I'm sure that is the problem. The version of BaseForm that I'm using extends ActionForm, not ValidatorForm. There's a download for struts-scaffold_1-1.zip at http://sourceforge.net/project/showfiles.php?group_id=49385 however the BaseForm in that release also extends ActionForm. I

Scaffold BaseForm and Validator

2003-03-13 Thread Tony Tahbaz
Hi All, I'm wondering if there is a problem using ActionForms that extend the Scaffold BaseForm with the Commons Validator. I tried running the TypeForm example that comes with the Validator package, but instead changed the extended class from ValidatorForm to BaseForm. The example seems to

DynaActionForm and Checkbox

2003-03-07 Thread Tony Tahbaz
Hello All, I'm having a bit of trouble using a DynaActionForm with an html checkbox. My form-bean looks like: form-bean name=testForm type=org.apache.struts.action.DynaActionForm form-property name=chech type=java.lang.Boolean initial=true/ /form-bean and my jsp tag looks like: