phillip rhodes wrote:
This is tapestry 3.x.

I have a component that uses
org.apache.tapestry.BaseComponent along with a html
template.  I want my component to emit any informal
parameters passed to it.  While I got it to accept the
informal parameters, it is swallowing them (not
emitting them).  In my case, onmouseover and
onmouseout are the parameters I want passed through
and have output with the FramesetLink component.

Is this possible to do this via template/spec only, or
do I need to implement all the html writing via java
code if I want to output informal parameters?

<a jwcid="@portal:FramesetLink"
mainPageName="SmartThinking"
onmouseover="changeImages('Smart_Thinking',images/frontpage/Smart-Thinking-over.gif');return
true;" onmouseout="changeImages('Smart_Thinking',
'images/frontpage/Smart-Thinking.gif'); return true;">
<img name="Smart_Thinking"
src="images/frontpage/Smart-Thinking.gif" width=152
height=55 border=0 alt="Smart Thinking">                           
</a>

Thank you!

I asked a similar question a while back. Perhaps the answer I got might help you also: http://article.gmane.org/gmane.comp.java.tapestry.user/23424/match=render+informal+parameters

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

Reply via email to