RE: Debugging struts application

2005-03-26 Thread David G. Friedman
Martin, If you'd like to backchannel me copies of your catalina.out and localhost_log.2005-03-XX.txt files, I'll look them over for you tonight to see if anything jumps out at me which might explain your errors. Also, please name your "/webapp" name so I/we know what instance to look out for in t

Re: Debugging struts application

2005-03-26 Thread Dave Newton
Martin Seebach wrote: That looks really nice, thanks! But will that tell me why Tomcat says that my action is unavailable? Maybe. You could also try raising the log level to DEBUG temporarily. I've found that when I get an error message like that it's usually related to a class loading or casting

Re: Struts Password Validators

2005-03-26 Thread Dave Newton
Prashant Reddy wrote: Are there any Struts Password validators that verify if the password is part of a "dictionary" ? I don't know of any off-the-shelf ones, but it would be a pretty trivial custom validation. Dave - To unsu

Re: DispatchAction defaults

2005-03-26 Thread Wendy Smoak
From: "Nic Werner" <[EMAIL PROTECTED]> I call this with: addDevice.do?method=edit and: addDevice.do?method=update The param for the first page seems a bit extraneous, is there a way that DispatchAction can just call a default method if the param isn't specified? I would like to just call: addDevi

DispatchAction defaults

2005-03-26 Thread Nic Werner
Hi, I'm using DispatchAction for grouping common items together, and one of them is to just load a form page, and the other action is to 'update' this page. I call this with: addDevice.do?method=edit and: addDevice.do?method=update The param for the first page seems a bit extraneous, is there

Re: Getter / Setter Problem

2005-03-26 Thread Wendy Smoak
From: "Minn M Soe" <[EMAIL PROTECTED]> In JSP, Using gives out "No getter method" error for my pAnswer field, while other fields like "username" are having no problem. But when I changed it to , tomcat no longer gives me any errors. But I guess pAnswer is the right way to describe my field. What w

Getter / Setter Problem

2005-03-26 Thread Minn M Soe
Hello All, I have a form bean with pAnswer as string with getter getPAnswer() and setter setPAnswer(). I used JBuilder's Bean Designer. I also set appropriate entries to struts-config.xml's action-mapping. In JSP, Using gives out "No getter method" error for my pAnswer field, while other fields