custom tags i jsp
Hejsa.I min jsp har jeg følgende
<logic:iterate id="seekAttributes" name="GInboxListForm" property="seekAttributes" indexId="counter">
//her vil jeg gerne indsætte et custom tag
</logic:iterate>
Mit custom tag skal kunne læse objektet seekAttributes som er af typen SeekAttribute hvordan gør man det?
