[java ee programming] thanooj

2010-03-05 Thread thanooj bharateeyudu
i need to do Struts based Pagination using paging tab. i am getting class Not found error.. please help me thanks .. . package com; import java.io.Serializable; public class UserData implements Serializable

RE: [java ee programming] thanooj

2010-03-05 Thread Evans '
Looks like you are missing the commons-beanutil-1.8.0.jar in your project class path. Grab a copy of the jar from Apache commons website and add it to your project...that should help. Good luck. -- Evans Date: Fri, 5 Mar 2010 17:04:59 +0530 Subject: [java ee programming] thanooj From

[java ee programming] thanooj - expection : Property 'tNo' not found on type com.rss.rp.TmInfo

2009-02-09 Thread kalathuru thanooj
thanq ... actually ... iam having the com.rss.rp.TmInfo class as : package com.rss.rp; public class TmInfo implements java.io.Serializable{ private int tNo; private int eNo; private String pC; private String wA; public TmInfo(int tNo, int eNo,String pC,String wA) {