Re: [appfuse-user] Using struts 2 tooltip causes error!

2009-03-24 Thread mmaia
Hi, I had already changed extension so all I did was add the s:head tag and it worked like magic. Tx a lot. That solved this issue!!! []s mraible wrote: > > AppFuse has issues with Dojo because we use a .html extension. Your > choices > are: > > 1. Try searching the archive

Re: [appfuse-user] Using struts 2 tooltip causes error!

2009-03-23 Thread Matt Raible
AppFuse has issues with Dojo because we use a .html extension. Your choices are: 1. Try searching the archives @ http://appfuse.markmail.org to find a workaround (requires a few code modifications). 2. Change the extension to something like .action and add to your element. Matt On Mon, Mar 23,

[appfuse-user] Using struts 2 tooltip causes error!

2009-03-23 Thread mmaia
Hi, Whenever I try to add a tooltip to a struts 2 textfield causes an error. I can see this error because I use Firebug for firefox. The error is: The tooltip added is like: And the error message: dojo is not defined: dojo.requ...);dojo.require("dojo.fx.html"); Follows an image to visuali