RE: DispayTag + Webwork + Decorator
"Schochet, Ben" <[email protected]>
| Newsgroups | gmane.comp.java.open-symphony.webwork |
|---|---|
| Message-ID | <18E83D5420D42C4B83ECFFCD2AE0290B05E9473A@njpcmg1exms315.leh.lbcorp.lehman.com> |
You might need to put in an attribute to <display:table> like requestURI="pageUri.jspa". -Ben -----Original Message----- From: Novice At Work [mailto:[email protected]] Sent: Tuesday, December 05, 2006 10:28 AM To: [email protected] Subject: DispayTag + Webwork + Decorator I am using display tag to display collection from an action and I want the colums to be sorted, when clicked on the columnTitle. Table uses a decorator to create a name string from first name and last name, which is done so that clicking on the Name in which the decorator-returned string is to appear will appear sorted. The problem is that when I click on the header I am going to the ERROR page. Please take a sec to look at my code and tell me where I took the wrong route. <ww:set name="incompleteSamples" value="unfinishedSamples" scope="request" /> <display:table name="incompleteSamples" decorator="org.stjude.proprod.util.ListAllSamplesDecorator"> <display:column property="refToOrder.refToUser.userInfo.firstName" title="firstName" sortable="true" ></display:column> <display:column property="fullName" title="Name" sortable="true" ></display:column> </display:table> Note: Even when I display the first name and click on the header, expecting it to sort the column, my expectations were not matched. Thanks for looking at the problem. --------------------------------------------------------------------- Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threadID=52185&messageID=1053 23#105323 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - This message is intended only for the personal and confidential use of the designated recipient(s) named above. If you are not the intended recipient of this message you are hereby notified that any review, dissemination, distribution or copying of this message is strictly prohibited. This communication is for information purposes only and should not be regarded as an offer to sell or as a solicitation of an offer to buy any financial product, an official confirmation of any transaction, or as an official statement of Lehman Brothers. Email transmission cannot be guaranteed to be secure or error-free. Therefore, we do not represent that this information is complete or accurate and it should not be relied upon as such. All information is subject to change without notice. -------- IRS Circular 230 Disclosure: Please be advised that any discussion of U.S. tax matters contained within this communication (including any attachments) is not intended or written to be used and cannot be used for the purpose of (i) avoiding U.S. tax related penalties or (ii) promoting, marketing or recommending to another party any transaction or matter addressed herein. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]