Details
Description
Seam examples contain a number of anchor tags and location.href='xxxx' snippets
to be generated from the Seam custom link tag <s:link>. All of these navigation
links generate a GET request when retrieving the resource specified. ALL of
these navigation links popup the Network Connection Interrupted dialog until the
response is rendered, which makes Seam examples play out poorly. Note that all
<h:commandLink> and seam link tags that cause partial submits work normally.
We can't rewrite these s:link tags because they have custom attributes that the
ICEfaces commandLink doesn't support.
to be generated from the Seam custom link tag <s:link>. All of these navigation
links generate a GET request when retrieving the resource specified. ALL of
these navigation links popup the Network Connection Interrupted dialog until the
response is rendered, which makes Seam examples play out poorly. Note that all
<h:commandLink> and seam link tags that cause partial submits work normally.
We can't rewrite these s:link tags because they have custom attributes that the
ICEfaces commandLink doesn't support.
Could we add a delay before showing the "connection lost" or would that cause it to appear on the next
page anyway?