[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] Doubt in spring AOP Aspect (aop.aop2style.annotation Style)

2010-03-05 Thread h...@rish
hi, i have a project which integrates Spring-Hibenate-struts. i have entities in com.company.entity ...enities like employee,address,department..etc mapping for tables in oracle DB one of the entity looks like, Employee.java package com.comapany.entity; import java.io.Serializable; import