You might try disabling SiteMesh on your page (by excluding it in decorators.xml or commenting out the filter-mapping in web.xml). That should allow you to view things w/o worrying about AppFuse's default JavaScript or CSS.
Matt On 8/9/07, Thinkboy <[EMAIL PROTECTED]> wrote: > hi, > > sorry, this issue may not be very much about appfuse problem. > > anyone has successfully setup greybox in appfuse? it is very beauiful > for popup windows: http://orangoo.com/labs/GreyBox/ > > however. I am unable to set it up in appfuse and not able to find any > solution via google. i just doubt it may due to any conflict in js or > css which are existing in appfuse. > > pls help!. > > [scenario:] > 1) I installation greybox: > 2) in decorator/default.jsp, i added the following snippet in between > <head> tag > <script type="text/javascript"> > var GB_ROOT_DIR = "./greybox/"; > </script> > <script type="text/javascript" src="/platform/greybox/AJS.js"></script> > <script type="text/javascript" > src="/platform/greybox/gb_scripts.js"></script> > <link rel="stylesheet" type="text/css" media="all" > href="http:/mydomain.com/platform/greybox/gb_styles.css"/> > <decorator:head /> > > > 3) add to my jsp page: > <a href="http://google.com/" title="Google" rel="gb_page_fs[]">Launch > google.com in fullscreen window</a> > > > 4) on web page, a grebox is popup , but it shows an error message > ---- > error message in greybox window > ---- > The page isn't redirecting properly > Firefox has detected that the server is redirecting the request for > this address in a way that will never complete. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
