May be this will bring some help:
http://wiki.apache.org/struts/StrutsUpgradeNotes12to13But what i feel is that the app should have been upgraded to 1.2 first then
from there to 1.3 ?
Regards,
---------------------------------------------------------
Girish Naik
Mobile:-+91-09740091638
girish.naik@...
George Carlin<
http://www.brainyquote.com/quotes/authors/g/george_carlin.html>
- "Electricity is really just organized lightning."
On Sat, Jun 20, 2009 at 2:59 AM, Luis Esquivel <
LEsquivel@...> wrote:
> Hello,
>
> We are seeing a problem with this version of struts that we haven't been
> able to resolve. I hope somebody can help.
> We had an old app in struts 1.1.X and decided to upgrade to 1.3.10.
> The application that has been working for quite a few years stopped
> working after doing the upgrade.
>
> Here is what happens:
> I have an action declaration as such -
>
> <action-mappings>
> <action path="/AForm"
> type="com.package.AClassAction"
> name="aForm"
> scope="session"
> input="/AForm.jsp"
> validate="true">
> <forward name="success" path="/AForm.jsp"/>
> </action>
> </action-mappings>
>
> When the action gets called, I get a blank page. The only way this
> works is if I add the "redirect=true" attribute to the <forward> tag.
> The .jsp file in this case AForm.jsp does get called as I can see the
> logging I added to see if it was even hitting that .jsp. We need it to
> work without having to specify the redirect=true attribute.
>
> I have run the examples that are packaged in the struts 1.3.10
> distribution and they all run fine on our server configuration.
>
> Does anyone have any idea as to what could be causing this error? If I
> switch jar files and change the dtd's to the older struts, the
> application works ok.
>
> Any help would be greatly appreciated. Let me know if you need more
> information than what I have given in this email.
>
> Thanks!
>
>
> Luis Esquivel
> Application Development
> Public Employees' Retirement Assoc. of Colorado
> 1300 Logan Street
> Denver, CO 80203
> 303 - 837 - 6296
>
>