have you try pageScope ??

On Wed, 27 Oct 2004 07:16:27 -0700, SourceForge.net <[EMAIL PROTECTED]> wrote:


Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=2824859 By: jairokan

Hi,
I'm new to Display Tag. I'm trying to use the very basic example:
<%
        List test2 = new ArrayList( 6 );
        test2.add( "Test String 1" );
        test2.add( "Test String 2" );
        test2.add( "Test String 3" );
        test2.add( "Test String 4" );
        test2.add( "Test String 5" );
        test2.add( "Test String 6" );
        request.setAttribute( "test2", test2 );
%>

<display:table name="test2" />

And I got a compile Error:
Undefined variable: test
_jspx_th_display_table_0.setList(new String(test2);
Please help and advise what I'm I missing.
I'm using displaytag-1.0-rc1. I got the jar files, tld all in correct place.
Thank you


______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=249318


------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ displaytag-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-user




--


Gru�



-------------------------------------------

mailto:         [EMAIL PROTECTED]





-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
displaytag-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to