| Author |
how to solve No collection found.
|
sapana jain
Ranch Hand
Joined: Oct 24, 2007
Posts: 42
|
|
how to solve this problem. org.apache.jasper.JasperException: No collection found From last couple of days I am trying to solve this problem but not able to solve........I am using struts framework. I think the problem is with logic:iterate tag but unable to solve it.Code is as follows.. <bean efine id="personalInfo" name="personalinfo" scope="request"/> <logic:iterate id="personal" name="personalInfo" property="personalInfoList" scope="request"> <tr> <td><bean:write name="personal" property="name"/></td> <td><bean:write name="personal" property="surname"/></td> <td><bean:write name="personal" property="phno"/></td> </tr> </logic:iterate> Please help me
|
 |
Merrill Higginson
Ranch Hand
Joined: Feb 15, 2005
Posts: 4864
|
|
|
You haven't given us enough information to help you. Please post the exact text of the error message along with the first 10 to 15 lines of the stack trace.
|
Merrill
Consultant, Sima Solutions
|
 |
 |
|
|
subject: how to solve No collection found.
|
|
|