RE: Creating a mailto within a logic:iterate

2001-06-18 Thread Nigel Ainslie
I also have implemented similar code which works fine. Are you sure that its not a problem with the way you have declared the property (e.g. eMail instead of email etc)??? As far as I can see this should work, I would guess that your problem is not that the mailto: tag is not working per se but

RE: class not found errors

2001-06-05 Thread Nigel Ainslie
..is this just a typo or the cause of your error??? You say you have a class file in ellacoya/webwcm/logon but the output seems to be looking in ellacoya/webscm/logon (i.e. webwcm vs webscm) Cheers Nige -Original Message- From: Zaremba, Don [mailto:[EMAIL PROTECTED]] Sent:

RE: class not found errors

2001-06-05 Thread Nigel Ainslie
:-) -Original Message- From: Zaremba, Don [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 6 June 2001 8:31 To: '[EMAIL PROTECTED]' Subject: RE: class not found errors That was a typo, it was in webscm/logon -Original Message- From: Nigel Ainslie [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 05

RE: More help Plz: Exception thrown processing JSP page...

2001-06-05 Thread Nigel Ainslie
..try WEB-INF/classes Cheers Nige -Original Message- From: Wes Bramhall [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 6 June 2001 7:47 To: '[EMAIL PROTECTED]' Subject: More help Plz: Exception thrown processing JSP page... index.title=MailReader Demonstration Application (Struts

RE: class not found errors

2001-06-05 Thread Nigel Ainslie
PROTECTED]] Sent: Wednesday, 6 June 2001 10:10 To: '[EMAIL PROTECTED]' Subject: RE: class not found errors Yes, I check those two (and double checked), they are ok -Original Message- From: Nigel Ainslie [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 05, 2001 6:51 PM To: '[EMAIL PROTECTED

RE: Problem in struts-example accessing ApplicationResources

2001-06-03 Thread Nigel Ainslie
Mark, I had this problem about 4 months ago when first started, although I can't seem to replicate it now. I recall that I gave up and just read the code and the documentationwe now have an implemented Struts framework which works really well so its worth persevering. In our

RE: org.apache.struts.action.MESSAGE error with VAJ 3.5.3

2001-05-15 Thread Nigel Ainslie
...try moving your HelloWorldResource.properties file up a level into the /WEB_INF/classes directory. The problem seems to be that struts can't find a message tag and these are located in the HelloWorldResource.properties file which struts expects to find in the WEB_INF/classes directory

RE: displaying errors using struts

2001-05-08 Thread Nigel Ainslie
Brett, the doc in jakarta-struts\src\share\org\apache\struts\taglib\html\package.html gives an overview and indicates where to find the struts supplied examples. Just remember to add the message texts to your ApplicationResources properties file. Nige -Original Message- From: Procek,

RE: displaying errors using struts

2001-05-08 Thread Nigel Ainslie
failure for +username); return (new ActionForward(mapping.getInput())); } } Thanks, Brett Procek -Original Message- From: Nigel Ainslie [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 08, 2001 5:24 PM To: '[EMAIL PROTECTED]' Subject: RE

RE: locating .properties files

2001-05-03 Thread Nigel Ainslie
Hi Scott, I work with Matt.thanks for the response. We have located the properties file in WEB-INF/classes both at that directory level and at the directory that the classes reside in (WEB-INF/classes/sub-directory/actualcode.class) but we still get the same error. Even tried adding $TOMCAT

RE: Confusion with form beans

2001-04-04 Thread Nigel Ainslie
persisting way is much cleaner. Please let me know if that doesn't make sense!! Dave Nigel Ainslie [EMAIL PROTECTED] on 04/03/2001 06:50:44 PM Please respond to [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" [EMAIL PROTECTED] cc:(bcc: David Hay/Lex/Lexmark) Subject: RE:

RE: Confusion with form beans

2001-04-03 Thread Nigel Ainslie
o from the XML file is used by other devices using other access methods. So do I have to always create a bean bean and then populate a form bean? Or am I way off the mark? Thanks Trev.. -Original Message- From: Nigel Ainslie [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 03, 2001 3:

RE: Iterate Tag question, again -- Short ane sweet

2001-03-25 Thread Nigel Ainslie
...maybe the problem is that you think you need two 'iterations'...you only have one collection so you only need one iteration, each bean's properties (attributes) can be obtained within the iteration (provided you have getter methods :-) ) logic:iterate id="theBean" name="theForm"

RE: problem of newbie

2001-03-21 Thread Nigel Ainslie
..maybe you have a case-sensitivity issue. Sounds like your bean property name should be "beanName" to allow methods "getBeanName" and setBeanName"? -Original Message- From: JeanX [mailto:[EMAIL PROTECTED]] Sent: Thursday, 22 March 2001 3:29 To: struts-user Subject: problem of newbie