Author | Message |
---|---|
yogesh
Posts: 24
|
Posted 11:18 May 13, 2010 |
2010-05-13 08:23:54,205 INFO HomeController: Username: s0001, Role: ROLE_STUDENT |
hsankav
Posts: 18
|
Posted 11:36 May 13, 2010 |
Check if you have entry for path with value'/yog' in the database. If you try to insert another entry with the same path you will get this error since path is unique |
yogesh
Posts: 24
|
Posted 11:55 May 13, 2010 |
actually i already have that entry in database and i m trying update it using same Dao(save or uptade).
and i m getting this error at that time. |
Pallavi0205
Posts: 30
|
Posted 14:13 May 13, 2010 |
while doing update check if you are not saving path in page table again. you need to only update Revision. |