Skip to main content
Nintex Community Menu Bar

K2 Update Button not redirecting

  • August 2, 2006
  • 1 reply
  • 1 view

Forum|alt.badge.img
Hi, I am having a problem getting my Smartform to redirect after the Update button has been pressed. The button is defined as:

<K2:K2BUTTON id="btnSaveReviewComments" tabIndex="7" runat="server" CssClass="k2Button" Width="105px" AfterClickAction="Redirect" ToolTip="Save your comments" Type="UpdateButton" CausesValidation="False"></K2:K2BUTTON>

I set the redirect URL dynamically in the code behind.

The K2 process datafields are being updated but the page is not redirecting after the update. Do you know why this might be?????

Many thanks in advance!

1 reply

Forum|alt.badge.img+8
  • August 3, 2006
Hi Wendy,

Only a Finish or Plan button type will make use of the after click action. The Update button will not redirect, close, or disable the page because the worklist item will have only been saved and not completed.

I hope this makes sense.

Regards,
Eric