what is your isvisible() code look like??

because if isvisible() depends on some condition that both sessions
share, eg database, you will get this behavior and it is the expected
behavior.

-igor

On Thu, Sep 4, 2008 at 12:04 PM, m_salman <[EMAIL PROTECTED]> wrote:
>
> Thanks for your response.
>
> Well, I tried what you suggested using Firefox and IE.
>
> In one a button ("makeEditable") was made disabled.
> When I tried to click on the button still visible in the other browser I got
> this error:
>
> WicketMessage: Submit Button makeEditable
> (path=panelItem:itemForm:makeEditable) is not visible
> Root cause:org.apache.wicket.WicketRuntimeException: Submit Button
> makeEditable (path=panelItem:itemForm:makeEditable) is not visible.
>
> Do I need to create some sort of a relationship between session and the
> components myself?
>
> Thanks for your help.
>
>
>
>
> you should use different browsers, not different browser instances.
> For example firefox is unable to run multiple instances. IE is rather
> tricky to really get it in different processes. So use IE *and* FF to
> test this (or safari/konqueror/chrome/opera)
>
>
> --
> View this message in context: 
> http://www.nabble.com/session-%22jumping%22--tp18999615p19317774.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> 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