Re: [appfuse-user] problem setting up greybox in appfuse

2007-11-21 Thread ddanet
This post is a bit late since you have successfully integrated prototype with Appfuse, but in any case the instructions might be helpful for other users. I have both Greybox and Lightbox Gone Wild working with Appfuse 1.9.4 and I assume integrating with later versions of Appfuse would follow simi

Re: [appfuse-user] problem setting up greybox in appfuse

2007-09-27 Thread Matt Raible
Thanks for the feedback Bob - it's good to hear that PWC works better than the rest. Matt On 9/27/07, syg6 <[EMAIL PROTECTED]> wrote: > > I took your advice and integrated the Prototype Window Class into my project. > > I would recommend it over Thickbox or Greybox any day, it's much easier to >

Re: [appfuse-user] problem setting up greybox in appfuse

2007-09-27 Thread Dale Newfield
syg6 wrote: I took your advice and integrated the Prototype Window Class into my project. I would recommend it over Thickbox or Greybox any day, it's much easier to configure and pretty much works out of the box. I also tried and failed to integrate greybox into my appfuse based project. In

Re: [appfuse-user] problem setting up greybox in appfuse

2007-09-27 Thread syg6
I took your advice and integrated the Prototype Window Class into my project. I would recommend it over Thickbox or Greybox any day, it's much easier to configure and pretty much works out of the box. One feature that is great is that by default when you load a page in a Window, all further page

Re: [appfuse-user] problem setting up greybox in appfuse

2007-09-19 Thread Matt Raible
Spring MVC should not process *.htm, only *.html. You might look into using Prototype Window - I don't know if you can load external content into them or not. http://prototype-window.xilinus.com/index.html I haven't looked at Greybox until today - but it looks like a slick library. Can you pleas

Re: [appfuse-user] problem setting up greybox in appfuse

2007-09-19 Thread syg6
Well I don't know if I'd go so far as to ask for Greybox to work with Appfuse out of the box. I don't know if getting rid of pop-ups is something people are generally interested in, and even if they were there are many flavors out there (Thickbox, Thickbox reloaded, etc.), I'm not sure Greybox is

Re: [appfuse-user] problem setting up greybox in appfuse

2007-09-19 Thread Matt Raible
I'm sure it's possible to get Greybox working. If you'd like us to configure AppFuse so it works out-of-the-box with Grebox, please enter an issue in JIRA and mark "fix for" to 2.0.1. One solution that should work is to change your default extension for Spring MVC. I'd try removing the StaticFilte

Re: [appfuse-user] problem setting up greybox in appfuse

2007-09-19 Thread syg6
I got rid of all the stuff I had created - GreyboxController, greybox.jsp, and the reference to it in dispatcherservlet.xml. I am now back to using loader_frame.html, which lives in /scripts/greybox_static/. In default.jsp I have defined the GB_ROOT_DIR like this: var GB_ROOT_DIR = ""; And in m

Re: [appfuse-user] problem setting up greybox in appfuse

2007-09-18 Thread syg6
I am using 2.0 RC1. I haven't tried configuring StaticFilter, I am going to give it a try. I have to un-do all the stuff I have just done - changing loader_frame.html back into loader_frame.htm, etc. I will let you (the list) know. Thanks, Bob mraible wrote: > > Have you tried adding /scripts

Re: [appfuse-user] problem setting up greybox in appfuse

2007-09-18 Thread Matt Raible
Have you tried adding /scripts/* to your StaticFilter? What version of AppFuse you are using? Matt On 9/18/07, syg6 <[EMAIL PROTECTED]> wrote: > > Did anyone every get this to work? I was thiiis close but no cigar. > > The problem is that internally greybox uses a page, loader_frame.html, to

Re: [appfuse-user] problem setting up greybox in appfuse

2007-09-18 Thread syg6
Did anyone every get this to work? I was thiiis close but no cigar. The problem is that internally greybox uses a page, loader_frame.html, to do most of the work. This page is found with other 'static' files, like css and gif, in a directory you specify in the GB_ROOT_DIR variable. When you c

Re: [appfuse-user] problem setting up greybox in appfuse

2007-08-09 Thread climbingrose
I think you have to disable the script in global.js which runs when the page load because it interferes with greybox. On 8/10/07, thinkboy <[EMAIL PROTECTED]> wrote: > > > hi matt > even I remove all sitemesh decorator from my jsp. it still show error: > seems having error on something else. never

Re: [appfuse-user] problem setting up greybox in appfuse

2007-08-09 Thread thinkboy
hi matt even I remove all sitemesh decorator from my jsp. it still show error: seems having error on something else. never mind, hopefully, I will get it work someday. btw, greybox is really nice. i am so sad that I could not get it running :-( sorry to trouble u friends .. error message in

Re: [appfuse-user] problem setting up greybox in appfuse

2007-08-09 Thread Matt Raible
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

[appfuse-user] problem setting up greybox in appfuse

2007-08-09 Thread Thinkboy
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