Upgrading from Struts 2.0 to 2.3.16

2014-07-15 Thread Rizwan Merchant
Hi, We are working on upgrading our project Struts version to 2.3.16 When we log into our application, the JSP in not being render. Instead we are getting an error in the logs as shown below. I have updated the tiles jar files to tiles-api-2.0.6.jar tiles-core-2.0.6.jar tiles-jsp-2.0.6.jar tiles-

Re: Page does not refresh after action

2006-06-13 Thread Rizwan Merchant
ctually getting sent back and forth from your browser? How about putting a breakpoint in the page and checking the values using a debugger. -Richard -Original Message- From: Rizwan Merchant [mailto:[EMAIL PROTECTED] Sent: Monday, June 12, 2006 3:18 PM To: Struts Users Mailing List Subjec

Re: Page does not refresh after action

2006-06-12 Thread Rizwan Merchant
Hi Richard, I tried this and it still doesnt work..here is a snippet from my jsp.. Not sure why this wont work..!! <%@ include file="/taglibs.jsp"%>

Re: Page does not refresh after action

2006-06-12 Thread Rizwan Merchant
Hi, I tried setting the response headers in the action before forwarding to the appropriate jsp page...but the pages are still cached for some reason...here is what i did..please can you tell me what I am doing wrong. Thanks. In the action method... request.setAttribute("orders", order

Re: Page does not refresh after action

2006-06-12 Thread Rizwan Merchant
order (session db ..where)that you change in the action that is not reflected in the forwarded page Cheers -Original Message- From: Rizwan Merchant [mailto:[EMAIL PROTECTED] Sent: Sat 10/06/2006 01:18 To: Struts Users Mailing List Cc: Subject: Page does not refresh after action

Page does not refresh after action

2006-06-09 Thread Rizwan Merchant
Hi, I have a page with a bunch of orders, and each order has a "Cancel" button next to it and the status text of that order. When I cancel a particular order, the appropriate action is called, the order is canceled and the action then returns to the same page. I can see the page being reloade

Re: Session form IE problem

2006-05-28 Thread Rizwan Merchant
tended only for the person(s) to whom this email message is addressed. If you have received this email message in error, please notify the sender immediately by telephone or email and destroy the original message without making a copy. Thank you. - Original Message ----- From: "Rizwan Me

Re: Session form IE problem

2006-05-28 Thread Rizwan Merchant
Frank Paul Benedict wrote: Do you have auto complete turned on? Make sure you don't. Also for good measure, clear out any form field data in your browser through IE preferences. I've seen something simlar happen before; this is most likely a browser setting issue. --- Rizwan Merchant <

Validating struts elements of array type in javascript

2006-05-28 Thread Rizwan Merchant
Hi, I have a Order form that contains an Order object. One of the properties of the order object is an array called "packages". Each package has a height, weight and length. In the jsp, we create as many rows as there are packages in the order and the customer can define the dimensions of each

Re: Session form IE problem

2006-05-28 Thread Rizwan Merchant
New Meter Number"/> type="submit" name="org.apache.struts.taglib.html.CANCEL" value="Cancel" onclick="bCancel=true;" class="coloredButtons"> onclick="this.form.method.value='save&

Re: Session form IE problem

2006-05-28 Thread Rizwan Merchant
p.com/reference/html40/forms/form.html Are you using Struts tags? I don't remember if you said... they may render a method attribute that overrides this... do a view source and see what's there. If nothing, then it's probably a GET... of course, FireBug, or similar browser tools

Re: Session form IE problem

2006-05-28 Thread Rizwan Merchant
ack"? Someone mentioned previously that IE can be a bit over-zealous when it comes to caching if you use get so it would be no harm to rule that problem out. Not sure that's a lot of help but it's the best I can come up with at 2:20 AM! Bart. Rizwan Merchant wrote: Navigat

Re: Session form IE problem

2006-05-27 Thread Rizwan Merchant
e details if we're to have any chance at all of helping. Bart. Rizwan Merchant wrote: We have a wizard style customer set up process that is spread out over 2 pages. The scope of the form is session (action definition is shown below) In firefox and netscape, when we fill out some da

Session form IE problem

2006-05-27 Thread Rizwan Merchant
We have a wizard style customer set up process that is spread out over 2 pages. The scope of the form is session (action definition is shown below) In firefox and netscape, when we fill out some data on page 1 (stage1) and then move to page2 (stage2), the data in page 1 is retained (this can

Re: Issue with checkboxes!

2006-05-07 Thread Rizwan Merchant
Thanks Rick. I have 6 checkboxes in that session scope form and 5 of them behave fine (I can set or unset them), only one of them acts funny and cannot be reset to false. Any idea why this would be happening..just curious! Rick Reumann wrote: Rizwan Merchant wrote: and in

Re: Issue with checkboxes!

2006-05-07 Thread Rizwan Merchant
Thanks for the responses guys! Please see end of message for follow up question :) So I get most of what you said about overriding the ActionForm. Since I am using DynaValidatorForm I will need to extend that class. Currently my form-bean definition is as follows type="org.apache.stru

Issue with checkboxes!

2006-05-06 Thread Rizwan Merchant
Hi, I am having issue using checkboxes with the struts framework and DynaValidatorForm. I have a userForm that contains an object called "user" and another object called "userRestrictions" (which defined permissions for that user. When I access the page for the first time all permissions are d

RE: Intermediate loading page

2004-07-23 Thread Rizwan Merchant
length of time for a report generation? I'm inferring this is a serious resource constraint for your system. Rizwan Merchant wrote: >I want the variable to be reset if the browser is closed. The browser could >be closed while the report generation is in process (which is a separate >

RE: Intermediate loading page

2004-07-23 Thread Rizwan Merchant
length of time for a report generation? I'm inferring this is a serious resource constraint for your system. Rizwan Merchant wrote: >I want the variable to be reset if the browser is closed. The browser could >be closed while the report generation is in process (which is a separate >

RE: Intermediate loading page

2004-07-23 Thread Rizwan Merchant
by the report generation process, independent of any browser windows open, therefore no problem, you never need to know if the browser has been closed or not. Or have I misunderstood? Brett Rizwan Merchant wrote: >Thanks for the previous input. I moved the report generation to a >thread and

RE: Intermediate loading page

2004-07-23 Thread Rizwan Merchant
by the report generation process, independent of any browser windows open, therefore no problem, you never need to know if the browser has been closed or not. Or have I misunderstood? Brett Rizwan Merchant wrote: >Thanks for the previous input. I moved the report generation to a >thread and

RE: Intermediate loading page

2004-07-22 Thread Rizwan Merchant
? Thanks, -Riz. -Original Message- From: Craig McClanahan [mailto:[EMAIL PROTECTED] Sent: Friday, July 16, 2004 5:23 PM To: Struts Users Mailing List Subject: Re: Intermediate loading page Rizwan Merchant wrote: >Hi Craig, > >Thanks for the reply. I came across this solution,

RE: Intermediate loading page

2004-07-22 Thread Rizwan Merchant
? Thanks, -Riz. -Original Message- From: Craig McClanahan [mailto:[EMAIL PROTECTED] Sent: Friday, July 16, 2004 5:23 PM To: Struts Users Mailing List Subject: Re: Intermediate loading page Rizwan Merchant wrote: >Hi Craig, > >Thanks for the reply. I came across this solution,

RE: Intermediate loading page

2004-07-16 Thread Rizwan Merchant
then would this not create a problem? Thanks again for your input. Much appreciated. -Riz. -Original Message- From: Craig McClanahan [mailto:[EMAIL PROTECTED] Sent: Friday, July 16, 2004 3:37 PM To: Struts Users Mailing List Subject: Re: Intermediate loading page Rizwan Merchant

RE: Intermediate loading page

2004-07-16 Thread Rizwan Merchant
then would this not create a problem? Thanks again for your input. Much appreciated. -Riz. -Original Message- From: Craig McClanahan [mailto:[EMAIL PROTECTED] Sent: Friday, July 16, 2004 3:37 PM To: Struts Users Mailing List Subject: Re: Intermediate loading page Rizwan Merchant

Intermediate loading page

2004-07-16 Thread Rizwan Merchant
portinCSV.dpt";if(reportsForm.getOutputFormat().equals(EMSConstants.REPORTS_FORMAT_PDF))return (new ActionForward(pdfFilePath, true));return (new ActionForward(csvFilePath, true));}Any help would be appreciated. Thanks.    Rizwan Merchant - Software

Intermediate loading page

2004-07-16 Thread Rizwan Merchant
portinCSV.dpt";if(reportsForm.getOutputFormat().equals(EMSConstants.REPORTS_FORMAT_PDF))return (new ActionForward(pdfFilePath, true));return (new ActionForward(csvFilePath, true));}Any help would be appreciated. Thanks.    Rizwan Merchant - Software