I think you want something like the following in your resultsHTML

<@rows scope="request" array="resultset" *push="1"*>
@@request$resultset[<@CURROW>,1]<br/>
</@rows>

Remember, browsers don't like to display pushed results inside of a table, so putting a <TR> inside of the @rows might not get the results you're looking for, but the example you had below looks like it would be find if you just remembered the push attribute in the @rows tag.

I haven't tested any of this with external actions, i'm just quoting the documentation here.

/John

Bill Conlon wrote:

I am running an external action (shell script to invoke the swish-e indexer). From the command line this returns information line by line in the terminal. Likewise, it returns the results to witango in @@request$resultset.

I would like to push the results, line by line to the browser. It seems like push is operating, because the browser does not time out during the two minute indexing run. But results are not displayed in the browser until indexing is complete.

Within the Extenal action I have a ResultsHTML attribute. I have tried both: @@request$results and <@ROWS>@@request$resultset[<@CURROW>,1]<br /></@ROWS> as the ResultsHTML. Same results with Mac Mozilla 1.5 and Mac IE 5.2.

Any suggestions?

Bill Conlon

To the Point
345 California Avenue Suite 2
Palo Alto, CA 94306

office: 650.327.2175
fax:    650.329.8335
mobile: 650.906.9929
e-mail: mailto:[EMAIL PROTECTED]
web:    http://www.tothept.com


________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf





________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf

Reply via email to