can you please explain with action class Alexandru BARBAT wrote: > > Hi, > > I suppose you didn't write the call for displaytag correctly > > I give you an example (if you will still not find the problem plese send > an > excerpt from your displaytag code) > > <display:table name="requestScope.list" > class="dateTable" export="true" cellspacing="1" > requestURI="/xxxx.do" id="row"> > > <display:column titleKey="label.crt" > class="dateCell" headerClass="dateHeader headerWidth_crt"> > <c:out value="${row_rowNum}"/> > </display:column> > > <display:column titleKey="label.nume" > class="dateCell" headerClass="dateHeader headerWidth_100" > sortable="true" > property="name" > decorator="titleDecorator"/> > </display:table> > > > Good luck! > _______________________________ > > -----Original Message----- > From: Varun Deep [mailto:vd...@ygconsultants.com] > Sent: Wednesday, May 28, 2008 2:04 PM > To: user@struts.apache.org > Subject: display tag problem > > Request to all > > I am using display tag for pagination for that I defined following in my > jsp page. > > <%...@taglib prefix="display" uri="http://displaytag.sf.net/el"%> > <%...@taglib prefix="c" uri="http://java.sun.com/jstl/core" %> > <%...@taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt" %> > <%...@taglib prefix="x" uri="http://java.sun.com/jstl/xml" %> > > for the same I defined in the web.xml. > > the problem I facing is whenever I display the table it give me > following exception. > > INFO: Was not able to load a custom displaytag.properties; Can't find > bundle for base name displaytag, locale en_US > May 28, 2008 3:26:54 AM > org.displaytag.exception.BaseNestableJspTagException <init> > WARNING: Exception: [.LookupUtil] Error looking up property "name" in > object type "java.lang.String" > Cause: Unknown property 'name' > java.lang.NoSuchMethodException: Unknown property 'name' > > > I defined the bean class in which name is defined of type String. > > Please help me > > Thanks in advance. > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > > >
-- View this message in context: http://old.nabble.com/display-tag-problem-tp17510238p29989762.html Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org