the pagination in a verity search result page does not work correctly.
The generated pagination links for page 2 (3/4/5) etc. look loke this:
Calling that links results in a displayed page without a html header
and therefore without css layout !!!
----------------------------------
BUT when I do a REFRESH in the browser, everything works fine an the
pagination links look like this:
http://www.mydomain.com/search/page10FCE2F0-07C3-11DF-883E0015E9B19391/2
This kind of links are working correctly. But I can get them only,
when I do a page refresh for the search result page.
Do you know, what's going on there ?
Regards .. Knut
--
You received this message because you are subscribed to the Google Groups "farcry-beta" group.
To post to this group, send email to farcr...@googlegroups.com.
To unsubscribe from this group, send email to farcry-beta...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/farcry-beta?hl=en.
yes, in the "displaySearch.cfm" I'm using a ajax wrapping:
<ft:form name="#stobj.typename#SearchForm" bAjaxSubmission="true"
ajaxMaskMsg="Searching..." action="#actionURL#">
.....
</ft:form>
And NO, there is no JavaScript error. Neither in Firebug, nor in the
Firefox error console !
But I wonder, because in Firebug is really NO JavaScript message in
the "JS" tab.
Deactivating the ajax wrapping in "displaySearch.cfm", everything
works fine and the pagination links are created correctly.
But it would look much better with the activated ajax, because the
user sees that the search is working and he has to wait for the result
a few moments !!!
Regards .. Knut
On 24 Jan., 10:32, Mat Bryant <mbry...@daemon.com.au> wrote:
> Hi Knut,
>
> Your generated URL contains /ajaxmode/true which suggests that the
> pagination is setup to do an ajax request (<skin:pagination
> submissionType="form"... and is wrapped with an <ft:form
> bAjaxSubmission="true"....). However, the description of your problem says
> that instead of Ajaxing the results, it is simply browsing to the URL.
>
> I would suggest turning on Firebug and see if there is a JavaScript error
> that is causing the Ajax call NOT to work and therefore falling back to just
> redirecting to the URL.
>
> Just a theory... Let me know...
>
> --
> -- Matthew Bryant
> Product Development Manager
> Daemon Internet Consultants
> Adobe Solutions Partnerhttp://www.daemon.com.au/
> p. 02 8302 4600
> f. 02 9380 4204
>
> On Sat, Jan 23, 2010 at 5:38 AM, Knut <webmas...@triptix.eu> wrote:
> > Hi Mat,
>
> > the pagination in a verity search result page does not work correctly.
> > The generated pagination links for page 2 (3/4/5) etc. look loke this:
>
> >http://www.mydomain.com/10FCE2F0-07C3-11DF-883E0015E9B19391/displaySe...
>
> > Calling that links results in a displayed page without a html header
> > and therefore without css layout !!!
> > ----------------------------------
> > BUT when I do a REFRESH in the browser, everything works fine an the
> > pagination links look like this:
>
> >http://www.mydomain.com/search/page10FCE2F0-07C3-11DF-883E0015E9B19391/2
>
> > This kind of links are working correctly. But I can get them only,
> > when I do a page refresh for the search result page.
>
> > Do you know, what's going on there ?
>
> > Regards .. Knut
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "farcry-beta" group.
> > To post to this group, send email to farcr...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > farcry-beta...@googlegroups.com<farcry-beta%2Bunsu...@googlegroups.com>