Re: Problem in displaying ValueObject contents using logic tag

2004-01-03 Thread Nisith Dash
contents using logic tag Hi All, My ArrayList holds a set of ValueObjects.When I try to display the ArrayList contents using logic tag it is throwing an exception saying can't find the clientview bean. In Action class the code is like. request.setAttribute(ClientList,clientListVO

Problem in displaying ValueObject contents using logic tag

2004-01-02 Thread Sudhakar G
Hi All, My ArrayList holds a set of ValueObjects.When I try to display the ArrayList contents using logic tag it is throwing an exception saying can't find the clientview bean. In Action class the code is like. request.setAttribute(ClientList,clientListVO); return