You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@click.apache.org by "Bob Schellink (JIRA)" <ji...@apache.org> on 2009/05/28 20:57:45 UTC

[jira] Closed: (CLK-184) Spring Instantiated Pages not working

     [ https://issues.apache.org/jira/browse/CLK-184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bob Schellink closed CLK-184.
-----------------------------

    Resolution: Fixed

Hi Carlos,

Closing this issue as the Spring page forwarding works in 1.5. Not sure exactly when this issue was resolved though :)

Thanks

bob

> Spring Instantiated Pages not working
> -------------------------------------
>
>                 Key: CLK-184
>                 URL: https://issues.apache.org/jira/browse/CLK-184
>             Project: Click
>          Issue Type: Bug
>          Components: extras
>         Environment: Windows XP SP2, jdk1.5.0_10, Tomcat 5.5.20, Eclipse IDE 3.2.2, Click 1.1, ClickIDE 1.5.1, Spring Framework 1.2.8
>            Reporter: Carlos Cajina
>            Assignee: Malcolm Edgar
>         Attachments: SpringError.war
>
>
> Navigating between Click pages defined as beans in a Spring application context XML file using redirects (and forwards, although I have not tested forwards extensively) causes the application to ignore GET requests when forwarding, and the resulting page is the same in which the user starts navigation.
> Consider the following:
> 1- User requests index.htm
> 2- The index  page has two links, one for a Click instatiated page (CIP) with Spring dependencies and another for a Spring instantiated page (SIP)
> 3- Both CIP and SIP have a cancel button that when pressed redirects back to the index page.
> 4- User clicks the first link and is redirected to the CIP.
> 5- User presses cancel and is redirected to the index page
> 6- User clicks the second link and is redirected to SIP
> 7- User presses cancel and is redirected to the index page
> 8- User presses any other link, GET requests are issued to either SIP or CIP but the user remains in index page
> NOTE: a WAR file with a small application proving this will be attached.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.