I guess i still don't understand.  I think this is my last hurdle to get
my prototype working, ever hear that one before :-).

I am trying to use images - like the following:

<c:forEach var='component' items='${components}'>
  <html-el:image page="/images/${component.name}Up.jpg"
value="$component.name}
                 onclick="..."/>
</c:forEach>

When the user clicks on the button the onclick fires some javascript
to get some work done.

I get the error message:  Attribute has no value?

If I knew what attribute i could track it down?

Thanks


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to