Hm...don't see anything glaringly wrong. Have you tried using
something like Firebug and stepping through the JavaScript?

Don

On 7/3/07, Scott Nesbitt <[EMAIL PROTECTED]> wrote:

We have the following:

Select.jsp

……

<s:head theme="ajax" debug="true"/>

………
   <s:url id="historyUrl" action="LineupHistory"/>
   <s:a href="%{historyUrl}" theme="ajax"
formId="selectedData">Lineup History</s:a>
…

Struts.xml

      <action name="LineupHistory"
class="com.mycompany.action.LineupHistoryAction">
         <interceptor-ref name="timer"/>
         <interceptor-ref name="completeStack"/>

         <interceptor-ref name="scope">
            <param
name="key">globalUserInformation</param>
            <param
name="session">userDetailsBean</param>
            <param
name="autoCreateSession">true</param>
         </interceptor-ref>

         <result>/html/lineup-history.jsp</result>
      </action>

Upon clicking on the url defined above in the
Select.jsp, a call is made to the LineupHistoryAction
class.  "Success" is returned from the class, however,
the lineup-history.jsp is not displayed in the
browser.  The original "Select.jsp" page is displayed.
 Any idea why the lineup-history.jsp is not being
redirected to the browser upon a return of success?

Our redirects all work fine in other scenarios.

Thanks,

Scott





____________________________________________________________________________________
8:00? 8:25? 8:40? Find a flick in no time
with the Yahoo! Search movie showtime shortcut.
http://tools.search.yahoo.com/shortcuts/#news

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to