You need to name your properties with JavaBean syntax. lastName = getLastName(). Please post these types of questions to [EMAIL PROTECTED] rather than to me directly.
Thanks, Matt --- Vineet Bhatia <[EMAIL PROTECTED]> wrote: > I have been trying to use the patch. > > Hi Matt, > > The edit demo looks good!! I was trying to incorporate that into my app. > > I get the following exception - > reset > > ApplicationDispatcher[/poeticWeb] Servlet.service() for servlet jsp threw > exception > > org.apache.jasper.JasperException: NoSuchMethodException trying to fetch > property COLUMN1 on bean smartRow > at > org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:2 > 54) > > My struts-view jsp code is as follows - > > <display:table name="resultList" formAction="search" formName="searchForm" > decorator="org.apache.taglibs.display.test.SimpleDecorator" > > <display:setProperty name="sort.behavior" value="page"/> > <display:column width="10" property="listIndex" > decorator="org.apache.taglibs.display.form.CheckboxDecorator" title="" /> > <display:column property="COLUMN1" title="COLUMN 1" sort="true" > paramName="COLUMN1"/> > </display:table> > > > > - vineet > > On 6/18/03 1:51 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > > Matt Raible wrote: > > > > The patch is currently in the queue at SF: http://tinyurl.com/en1z. You > > should be able to get the source code from this patch. If not, you might > try > > contacting the author. > > > > > > Respond to this comment at: > > http://raibledesigns.com/page/rd?anchor=display_tag_now_we_re > > > __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com ------------------------------------------------------- This SF.Net email is sponsored by: INetU Attention Web Developers & Consultants: Become An INetU Hosting Partner. Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php _______________________________________________ displaytag-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-user

