Hi All:
I have a Vector called attendeeVector which I set in request scope in my
Struts Action class using the following line:
request.setAttribute("attendeeVector", vec );
When the control is forwarded to the JSP Page the following works perfectly:
<display:table name="attendeeVector" id="row" style="text-align: left"
class="dis" pagesize="50" requestURI="/prepopulateInviteList.do" >
<bean:define id="userID" name="row" property="userId"
type="java.lang.String"/>
.
.
.
.
</display>
However, if I change in my Struts Action Class to the following:
request.getSession().setAttribute("attendeeVector", vec );
<display:table> stops working and gives an error that it could not find the
variable "row" in any scope.
"row" as can be seen from the display-tag holds a reference to the current
object being iterated over.
Is this a known Issue with displaytag having issues with Objects in Session
or is it just me.
I am using Eclipse 3.2 IDE with IE 7.
Thanks
Chetan Pandey
_____________________________________________________________________
CHETAN PANDEY Executive - Technology Services
BLUE, 1 Maritime Square, #13-02 Harbourfront Centre, Singapore 099253
DID +65-6212-0863 main line +65-6333-3336 fax +65 6336-6334
email <mailto:[EMAIL PROTECTED]> [EMAIL PROTECTED] website
<http://www.bluesingapore.com/> www.BLUEsingapore.com
_____________________________________________________________________
BEIJING SHANGHAI LONDON TOKYO PALO ALTO SINGAPORE
CONFIDENTIALITY STATEMENT: This email and its attachment(s) contain
Privileged/Confidential information. If you are not the intended recipient,
the distribution, use or replication of the information in this email is
strictly prohibited. If you have received this email in error, please notify
the sender immediately by return email, then delete this email and any
attached documents. Any opinions, conclusions or views expressed in this
email are those of the individual sender, except where he/she -- expressly
and with authority -- states them to be the views of BLUE.
-------------------------------------------------------------------------
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