On 8/3/06, Rick Herrick <[EMAIL PROTECTED]> wrote:
> Daniel Cricco wrote:
> > BTW:
> > <c:set var="table" value="${table}" scope="request"/> is something like
> Collection table;
> > //put some data in table
> >  table=table;
> >
> > It is not an error but it should be interpreted as a warning in your
> java compiler
>
> No, this isn't really how it works.  <c:set> sets the variable as an
> attribute in one of the HTTP application scopes.  So really your
> pseudocode works like:
>
> Collection someObject;
> //put some data in someObject
> request.setAttribute("table", someObject);

Yeah, you're right. My example was not properly made, the intention
was to "hide the details" and show that the line was unnecessary.

My apologies for the mistake and thanks for the full explanation :D.

Regards,

Daniel Cricco

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to