How to retrieve the quoted value of a property.
suppose you have some expression like:
[html:text property="pqrs" styleClass="text" style="width:200px"].
And now i want to retrieve the value of property, styleclass and style ie "pqrs", "text" and "width:200px" respectively.
Can you guys please help me in this.
thanks a lot.