Hi, I need to use form bean property in display table name field instead from request attribute.
My ListForm - >form bean has setter and getter method as, public List listing = new ArrayList(); public List getListing() { return this.listing; } public void setListing(List listing) { this.listing = listing; } I tried to access my form bean property in, <display:table id="comlist" name="ListForm.listing" sort="external" pagesize="15" defaultsort="1" class="hitable" requestURI="listing.do" partialList="true" size="matchCount"> But ,I am not getting anything displayed from my list . I setted the list in my Action Class from my DAO's values. inForm.setListing(listing); So,List is not empty.It has some values.But I am getting as. Nothing found to display. I need to get the list from form bean instead of getting the list from the request attribute from my action class. I have tried pageScope.ListForm.listing as well as sessionScope.ListForm.listing. Also,I tried to use ${pageScope.ListForm.listing} and ${ListForm.listing}. Can someone help in this regard what I am doing wrong here. Thanks, Srins. -- View this message in context: http://www.nabble.com/How-to-use-formbean-property-in-%3Cdisplay%3Atable-name-%3D---%3E-tp17364271p17364271.html Sent from the DisplayTag - General mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ displaytag-user mailing list displaytag-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/displaytag-user