> <cfoutput query="#Session.SrchResults#" startrow=#Session.CurrentRow#
> maxrows=1>
>
> On the 3rd page it throws the following error.
>
> "Element SRCHRESULTS is undefined in
> SESSION"
Check to make sure that you're reference the columns in the query
results correctly. I seem to recall that sometimes when you get
"Element XXX is undefined in SESSION" there's a sub-section in XXX
that's not defined. i.e., if XXX is a structure, you may be referring
to a key which doesn't exist in that structure. In this case, you may
be misspelling one of the columns in your query results.
Try doing a dump of the session state and see if srchresults is there.
I suspect that it is.
Scott
--
-----------------------------------------
Scott Brady
http://www.scottbrady.net/
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

