try name="sessionScope.attendeeVector". I think displaytag only searches for
request scope.

Ricardo.




On 1/30/07, Chetan Pandey <[EMAIL PROTECTED]> wrote:

 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 [EMAIL PROTECTED] **website** 
www.BLUEsingapore.com<http://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



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to