Re: need help in Tag-lib

2006-11-24 Thread Ed Griebel
Propertiesid is probably a java.lang.Long, and at some point datain is this URL above, and the URL cannot be converted to a Long to be assigned to propertesid. To figure out which one it is, you could iterate thru the collection and log each element inside your action before the JSP is called. As

Re: need help in Tag-lib

2006-11-24 Thread Mark Bakker
On 11/24/06, Prashant Saraf <[EMAIL PROTECTED]> wrote: An exception occured trying to convert String "http://localhost:7003/cctc/pic1"; to type "java.lang.Long" (null) I can't see any relation between the converting a url to a Long and The code you have supplied. I expect the is exception is th

need help in Tag-lib

2006-11-24 Thread Prashant Saraf
Hi all.. I had following problem Edit