So what the others are saying is that you should NEVER use chopsticks when you are eating soup....
No just kidding. Depending on what version of struts you are using you likely need a <s:set name="listOfEmployee" value="listOfEmployee"/> before the display tag. Otherwise your decorator could be messed up in which case you are back to eating soup with chopsticks. Varun Deep wrote: > > Hi > > I am using the display tag for displaying the employee names . I want to > short the names of the employee. > > Following is the code that is in .jsp file. > > <%@ taglib prefix="display" uri="http://displaytag.sf.net"%> > > <display:table id="displaycolumn" name="listOfEmployee" > pagesize="6" requestURI="searchEmployeeByDep.action" > decorator="com.unclejis.action.restaurant.DisplayDecorator" > align="left" sort="external" defaultsort="1" > > > <display:column property="name" title="Name" sortable="true" /> > </display:table> > > > > when I use the above code nothing is display. Can anyone please help me > to solve this problem. I will be vary thankful. > > Thanks in advance > varun > > > > -- View this message in context: http://www.nabble.com/sorting-problem-with-display-tag%3A-please-help-tp18646452p18663908.html Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]