¿Puedes ayudarme a resolver el error que se ejecuta al iniciar mi web?
Estoy haciendo 1 web, de base de datos utilizando el Ultradev 4, la base de datos con access y el Coldfusion MX sobre windows 2000 Advanced Server. El problema es que tengo 1 tabla con 6 columnas y 2 filas. En la 2ª fila, coloco en cada columna su repectivo juego de registros, selecciono la fila mediante <tr> y repito región mediante comportamiento de servidor.Así me da error y sin embargo si hago lo mismo, pero con los registros fuera sin estar dentro de la tabla no tengo problemas. Pero con los registros consecutivos me sale todo junto.
El error es:
Invalid tag nesting configuration.
A query driven CFOUTPUT tag is nested inside a CFOUTPUT tag that also has a QUERY= attribute. This is not allowed. Nesting these tags implies that you want to use grouped processing. However, only the top-level tag can specify the query that drives the processing.
The Error Occurred in E:\Apache Group\Apache2\htdocs\basesDatos\resultadoempresas.cfm: line 337
335 : resultado_Index = Min(resultado_Index + Repeat2_NumRows, resultado.RecordCount);
336 : </cfscript>
337 : <cfoutput query="resultado" startrow=#Repeat2_StartRow# maxrows=#Repeat2_NumRows#>
338 : <table width="100%" border="1" cellpadding="0" align="center">
339 : <tr>
Gracias, Mi E-mail es: [email protected]
El error es:
Invalid tag nesting configuration.
A query driven CFOUTPUT tag is nested inside a CFOUTPUT tag that also has a QUERY= attribute. This is not allowed. Nesting these tags implies that you want to use grouped processing. However, only the top-level tag can specify the query that drives the processing.
The Error Occurred in E:\Apache Group\Apache2\htdocs\basesDatos\resultadoempresas.cfm: line 337
335 : resultado_Index = Min(resultado_Index + Repeat2_NumRows, resultado.RecordCount);
336 : </cfscript>
337 : <cfoutput query="resultado" startrow=#Repeat2_StartRow# maxrows=#Repeat2_NumRows#>
338 : <table width="100%" border="1" cellpadding="0" align="center">
339 : <tr>
Gracias, Mi E-mail es: [email protected]
2 respuestas
Respuesta de karmichael
1
Respuesta de elisjet
1