Re: [Stripes-users] SCMWeb Runtime Exception - PHA - SAVOYM - QA

2011-06-09 Thread Savoy, Melinda
) and ensure your stripes.jar is not corrupted (jar tvf stripes-1.5.5.jar). I've seen this occasionally too, though only on dev systems. It's usually a configuration/caching issue. /Janne On Jun 9, 2011, at 01:07 , Savoy, Melinda wrote: Sorry but I forgot to mention that we're running Stripes

Re: [Stripes-users] SCMWeb Runtime Exception - PHA - SAVOYM - QA

2011-06-09 Thread Savoy, Melinda
of work, not work itself. /Janne On 9 Jun 2011, at 15:56, Savoy, Melinda wrote: Thank you Janne and Ben. If you guys don't mind what is probably a stupid question I would appreciate just a little more feedback. Being new to Tomcat admin, I'd like to ask about the following. In the tomcat

[Stripes-users] Question on generated ERROR

2011-04-17 Thread Savoy, Melinda
I received a ClientAbortException: java.io.IOException error on my web app running on Tomcat. The last Stripes step run before Tomcat error'd out is below and don't know if that contributed to the error or not. Can someone give me some insight here? We just moved this app from JBoss to

Re: [Stripes-users] Confusion on Stripes error

2011-04-10 Thread Savoy, Melinda
: [/reqs/ApproveList.action]? I'm not sure where Stripes is picking this up from? Again, any help/direction is appreciated. Regards. -Original Message- From: Savoy, Melinda Sent: Sunday, April 10, 2011 5:41 PM To: 'Stripes Users List' Subject: [Stripes-users] Confusion on Stripes error

Re: [Stripes-users] Confusion on Stripes error

2011-04-10 Thread Savoy, Melinda
what comes up. Also looking for anything that redirects or forwards to ApproveList.action as the incorrect URI is /reqs/ApproveList.action... . Good Luck, --Nikolaos Savoy, Melinda wrote: I think I may have found the issue but need to know where the actionBean listed: [/reqs

[Stripes-users] Question on why stripes error is displayed duplicated in JSP page

2011-03-22 Thread Savoy, Melinda
In my validator class I am throwing a ValidationError here: [code] if (valueAdd.hasNEC(req.getNecCode())) { throw new ValidationException(nonStockReq.necCode, necExclusion); } [/code] In my AbstractRequisitionActionBean I am catching the error: [code] catch (ApplicationException e) {

Re: [Stripes-users] Question on why stripes error is displayed duplicated in JSP page

2011-03-22 Thread Savoy, Melinda
[mailto:gunter...@gmail.com] Sent: Tuesday, March 22, 2011 10:20 AM To: Stripes Users List Cc: Savoy, Melinda Subject: Re: [Stripes-users] Question on why stripes error is displayed duplicated in JSP page In your catch block, I see this: validationExc.mapError(errors); getContext

Re: [Stripes-users] Question on why stripes error is displayed duplicated in JSP page

2011-03-22 Thread Savoy, Melinda
. If there is a better way to do this, any help is appreciated. Thanks. From: Savoy, Melinda Sent: Tuesday, March 22, 2011 10:33 AM To: 'Ben Gunter'; 'Stripes Users List' Subject: Re: [Stripes-users] Question on why stripes error is displayed duplicated in JSP page Thanks, Ben. I appreciate the quick response. My

[Stripes-users] Can a web service call an action bean?

2011-01-25 Thread Savoy, Melinda
I am trying to learn about web services and I have a copy of our production stripes code web application in another directory using another copy of Tomcat. I am also working in Eclipse Helios 3.6.1. I tried searching the Stripes mailing list but the posts that I saw had to do with file

Re: [Stripes-users] Source forge description: It's stripey and itdoesn't suck

2010-10-29 Thread Savoy, Melinda
How about: Stripes, the framework of choice -Original Message- From: Oscar Westra van Holthe - Kind [mailto:os...@westravanholthe.nl] Sent: Friday, October 29, 2010 10:00 AM To: Stripes Users List Subject: Re: [Stripes-users] Source forge description: It's stripey and itdoesn't suck

[Stripes-users] Question on HttpServletRequest

2010-06-15 Thread Savoy, Melinda
We had to find a different solution for authentication within our stripes web app by going from JCIFS to IIS-Tomcat integration using the Tomcat Connector ISAPI Filter. I am hoping that someone on the list has worked with the Tomcat Connector ISAPI filter and help direct me. We cannot seem to

[Stripes-users] Question on Stripes error

2010-02-05 Thread Savoy, Melinda
In my Stripes form I have a stripes:layout-render ... page defined within the beginning stripes:form and ending tag. In the stripes:layout-definition... page there is NO stripes form. I just received the following error and wondered why I'm getting it if the layout-render page is within the

Re: [Stripes-users] Question on stripes: layout-render tag

2010-01-22 Thread Savoy, Melinda
...@mltp.com] Sent: Friday, January 22, 2010 18:12 To: stripes-users@lists.sourceforge.net Subject: Re: [Stripes-users] Question on stripes: layout-render tag Savoy, Melinda melindasa...@... writes: My apologies. I just figured out my problem. Please disregard my post below. Thanks. Melinda -- What

Re: [Stripes-users] Question on stripes: layout-render tag

2010-01-21 Thread Savoy, Melinda
My apologies. I just figured out my problem. Please disregard my post below. Thanks. -Original Message- From: Savoy, Melinda Sent: Thursday, January 21, 2010 8:23 AM To: stripes-users@lists.sourceforge.net Subject: [Stripes-users] Question on stripes: layout-render tag Quick

Re: [Stripes-users] BeanFirstPopulationStrategy

2009-06-19 Thread Savoy, Melinda
${status.index}').value, document.getElementById('mfrName${status.index}').value, '${status.index}');//td -Original Message- From: Savoy, Melinda Sent: Friday, June 19, 2009 6:51 AM To: stripes-users@lists.sourceforge.net Subject: Re: [Stripes-users] BeanFirstPopulationStrategy Richard

Re: [Stripes-users] BeanFirstPopulationStrategy

2009-06-19 Thread Savoy, Melinda
, document.getElementById('mfrName${status.index}').value, '${status.index}');//td [/CODE] -Original Message- From: Savoy, Melinda Sent: Thursday, June 18, 2009 1:42 PM To: stripes-users@lists.sourceforge.net Subject: [Stripes-users] BeanFirstPopulationStrategy I have an actionBean where I have the following

[Stripes-users] Question on stripes:layout-render

2009-04-13 Thread Savoy, Melinda
I have a JSP that has in it a stripes:layout-render tag that is a nested JSP page whereby I am trying to pass a recType attribute with a value that is not getting passed into that JSP page and I'm not sure why. Here is the tag in my base JSP: stripes:layout-render name=/layout/create/iNote.jsp

Re: [Stripes-users] Question on stripes:layout-render

2009-04-13 Thread Savoy, Melinda
in. On Mon, Apr 13, 2009 at 1:35 PM, Savoy, Melinda melindasa...@texashealth.org wrote: I have a JSP that has in it a stripes:layout-render tag that is a nested JSP page whereby I am trying to pass a recType attribute with a value that is not getting passed into that JSP page and I'm not sure why

Re: [Stripes-users] Quest on removing data in error during wizard

2009-03-17 Thread Savoy, Melinda
logging in Stripes and carefully examine the request parameters to see if you can spot the culprit. -Ben On Wed, Mar 11, 2009 at 4:48 PM, Savoy, Melinda melindasa...@texashealth.org wrote: The scenario is as follows in the context of a Wizard: 1. During a wizard the user selects 2 items

[Stripes-users] Quest on removing data in error during wizard

2009-03-11 Thread Savoy, Melinda
The scenario is as follows in the context of a Wizard: 1. During a wizard the user selects 2 items from a list 2. Upon clicking Next, a business use case error is detected for one of the items. Stripes handles the validation error as expected by forwarding to the originating wizard

[Stripes-users] Question on RedirectResolution

2008-05-12 Thread Savoy, Melinda
In the following event in one ActionBean I am needing to do a RedirectResolution to a specific event in another actionBean in my project, however I cannot find a way to access the event in the other actionBean (StockStocklessActionBean). Here is the current actionBean: public Resolution

Re: [Stripes-users] Question on RedirectResolution

2008-05-12 Thread Savoy, Melinda
) { super(beanType, event); } =) From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Savoy, Melinda Sent: Monday, May 12, 2008 2:53 PM To: Stripes Users List Subject: [Stripes-users] Question on RedirectResolution In the following event in one ActionBean I am needing