Actually, scratch that. My question is now: How do I add Ajax events to
resourceLink so that I can enable/disable certain components after having
served my resource? 

I've tried this HTML trick:  <button wicket:id="resourceButton"
type="button" name="resourceButton"> <> Im a button</button> 

but I end up with this error: Unable to find component with id
'resourceButton' in [ResourceLink [Component id = resourceLink]] 

and resouceLink.add(resourceButton); is not a valid solution. Any
suggestions?

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Display-PDF-in-new-tab-tp4677202p4677217.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to