This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
Hi All, I want to pass the child tags attribute value to the parent tag class. for example Line1 <c:data>---- DataTag.class Line2 <d:show valid="true"/> Line3 </c:data> I want to get the child tags attribute valid's value "true"(Static value) to my parent tag DataTag.class before it comes to line 2 Depends upon the value i will do some process.