2007/9/11, pavan reddy <[EMAIL PROTECTED]>: > > attribute=" '<bean:write name="bean" property="abc"/>' " > > this isn't really working for me ! am i missing something ?
You have too many quotes :-) Try to remove some: attribute= '<bean:write name="bean" property="abc"/>' Antonio