Any takers on this?

On 11/28/05, Nicklas Karlsson <[EMAIL PROTECTED]> wrote:
Hello,

  I have a window name "order" that opens another window named and from there I add products into
the "order" window with commandLinks that have the target set to "order". I have a problem, though, that
every other product I add navigates the "order"-window to show the product listing!

I have a rule

    <navigation-rule>
        <navigation-case>
            <from-outcome>rowaddedOK</from-outcome>
            <to-view-id>/order.jsp</to-view-id>
        </navigation-case>
    </navigation-rule> 

and the order-backing-bean method that adds the row returns "rowaddedOK". Anyone have an idea what the issue
is and how to get around it? I would like the order window always to go to the order.jsp.

Thanks in advance,
  Nik-the-newbie.

Reply via email to