RE: Struts http path question

2007-07-26 Thread Scott Trafton
package of the action or in the call to the action. I think im new to this - Phillip -Original Message- From: Scott Trafton [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 25, 2007 3:41 PM To: Struts Users Mailing List Subject: Struts http path question Hello, I am in the process of

Struts http path question

2007-07-25 Thread Scott Trafton
Hello, I am in the process of converting old code over to struts2 with tiles. The problem I am having is trying to get the url path correct to work with some of our other code. The server is set up to resolve to /account so when I submit to an action to go to another page is it resolving the ur

RE: properties at times not found

2007-06-21 Thread Scott Trafton
ring;@d73fb7' 08:52:22,169 ERROR com.opensymphony.xwork2.interceptor.ParametersInterceptor.setParameters: 204 - ParametersInterceptor - [setParameters]: Unexpected Exception caught setting 'version' on 'class actions.PayrollUpdateAction: Error setting expression 'version' with value

RE: properties at times not found

2007-06-20 Thread Scott Trafton
e JSP, should be rendered after the execute method has returned, and so at that time it should be safe to get the stories from the action, as by now it should be set and ready. Do I miss anyhing? -- Robi. Scott Trafton wrote: > If you are trying to load your list by using a parameter passed i

RE: properties at times not found

2007-06-20 Thread Scott Trafton
If you are trying to load your list by using a parameter passed in.. say and Id from a link or another page, you might need to use the paramsPrepareParamsStack interceptor and implement Preparable in you action. I ran into a similar problem the other day. You would need to put your code to popula

Best Practice pass data into an included jsp

2007-06-11 Thread Scott Trafton
Here is the issue: I have a block of code that needs to be run on several different jsp's. Sometimes in a loop other times just once. The common code would be something like below File: callPassRow.jsp "> ... File: Random jsp's The calling code is the following. I am

S2 - parameter passing (newbie) question

2007-06-11 Thread Scott Trafton
I am having difficulty accessing the parameters I am passing into the tag. I have tried everything I can think of to get access to these parameters. Could anyone tell me where I am going wrong and how you are suppose to access the parameter values. Thanks, Scott ==

S2 - parameter passing (newbie) question

2007-06-11 Thread Scott Trafton
All, I am having difficulty accessing the parameters I am passing into the tag. I have tried everything I can think of to get access to these parameters. Could anyone tell me where I am going wrong and how you are suppose to access the parameter values. Thanks, Scott =