Re: odd return error

2005-11-29 Thread Borislav Sabev
Chris Pat wrote: Hi Dave Okay the code is below. What I am doing is creating sampleRequest from the action, then calling isAllowed. The sampleRequest is being successfully made and persisted in the db. The isAlowed is failing. I got both working from fine from the command line. I am a relati

RE: odd return error

2005-11-28 Thread Garner, Shawn
Your forward was not found in the struts-config file probably. Check the action on your JSP page and find it in your struts-config file. Make sure the forward name you getting from the ActionMapping is in there under that path. -Original Message- From: Chris Pat [mailto:[EMAIL PROTECTED]

Re: odd return error

2005-11-23 Thread Chris Pat
Hi Dave The problem is happening when I return from isAllowed. This is just a helper class that the action is calling. I just ass-umed that it would return to the action called it on the stack. But now that you flag it I barely see that there might be some trouble with multiple instances and a p

Re: odd return error

2005-11-23 Thread Dave Newton
Chris Pat wrote: Okay the code is below. What I am doing is creating sampleRequest from the action, then calling isAllowed. The sampleRequest is being successfully made and persisted in the db. The isAlowed is failing. I got both working from fine from the command line. I am a relative strut

Re: odd return error

2005-11-23 Thread Chris Pat
Hi Dave Okay the code is below. What I am doing is creating sampleRequest from the action, then calling isAllowed. The sampleRequest is being successfully made and persisted in the db. The isAlowed is failing. I got both working from fine from the command line. I am a relative struts newbie an

Re: odd return error

2005-11-23 Thread Dave Newton
Chris Pat wrote: Can anyone provide any insight? Not too much without information (code, configs, ...) Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: odd return error

2005-11-23 Thread James Mitchell
5.5.12 of what? -- James Mitchell Software Engineer / Open Source Evangelist Consulting / Mentoring / Freelance EdgeTech, Inc. http://www.edgetechservices.net/ 678.910.8017 AIM: jmitchtx MSN: [EMAIL PROTECTED] Skype: jmitchtx - Original Message - From: "Chris Pat" <[EMAIL PROTECTE