Re: Struts2 and Jquery problem with LightBox or thickbox

2008-07-29 Thread prashanth2
THIS WORKS FINE NOW..:working:, BUT GUYS ANYBODY IMPLEMNTED THICKBOX/LIGHTBOX USING AJAX(ANY) FRAMEWORK, if so ur help would be appreciatable. The problem with jquery thickbox is , it is loading way slow..so i dont think Jquery is the right solution.. prashanth2 wrote: I tried to implement

[OT] Re: Struts2 and Jquery problem with LightBox or thickbox

2008-07-29 Thread Dave Newton
--- On Tue, 7/29/08, prashanth2 [EMAIL PROTECTED] wrote: THIS WORKS FINE NOW..:working:, BUT GUYS ANYBODY IMPLEMNTED THICKBOX/LIGHTBOX USING AJAX(ANY) FRAMEWORK, if so ur help would be appreciatable. The problem with jquery thickbox is , it is loading way slow..so i dont think Jquery is the

Re: [OT] Re: Struts2 and Jquery problem with LightBox or thickbox

2008-07-29 Thread prashanth2
Yes i can understand, though it is js problem..but iam integrating with s2, and s2 behaves way differently with these frameworks..since s2 has integrated with dojo..i wonder whether dojo has any support to thickbox. newton.dave wrote: --- On Tue, 7/29/08, prashanth2 [EMAIL PROTECTED] wrote:

Re: [OT] Re: Struts2 and Jquery problem with LightBox or thickbox

2008-07-29 Thread Dave Newton
--- On Tue, 7/29/08, prashanth2 [EMAIL PROTECTED] wrote: i wonder whether dojo has any support to thickbox. Perhaps the Dojo documentation would be helpful. There's no S2 tag for it, but there's no reason you can't use plain old Dojo with S2, just like any other JavaScript library. Dave

Re: Struts2 and Jquery problem with LightBox or thickbox

2008-07-15 Thread prashanth2
CAN SOMEBODY HELP ME, HOW CAN I CREATE A LIGHT OR THICK BOX prashanth2 wrote: I tried to implement thickbox functionality in a jsp ,to display iframe in a thickbox. If I use a simple a href using a jsp,thickbox works fine, but if i use s:url with *.action as the url ,and if i pass

Re: Struts2 and Jquery problem with LightBox or thickbox

2008-07-15 Thread Dave Newton
DOES IT ACTUALLY NOT WORK OR DOES IT JUST LOG THE EXCEPTION --- On Tue, 7/15/08, prashanth2 [EMAIL PROTECTED] wrote: From: prashanth2 [EMAIL PROTECTED] Subject: Re: Struts2 and Jquery problem with LightBox or thickbox To: user@struts.apache.org Date: Tuesday, July 15, 2008, 9:17 AM CAN

Re: Struts2 and Jquery problem with LightBox or thickbox

2008-07-15 Thread prashanth2
I dont understand what u asked, anyways iam getting the below exception, and thickbox/lightbox never opened for me. Jul 2, 2008 3:39:54 PM com.opensymphony.xwork2.interceptor.ParametersInterceptor setParameters SEVERE: ParametersInterceptor - [setParameters]: Unexpected Exception caught setting

Re: Struts2 and Jquery problem with LightBox or thickbox

2008-07-15 Thread Struts Two
What was meant is: Does you applicaiton functionsas expected despite the exception you see on ur console or the exception brings your application (or some functionality) to a halt. - Original Message From: prashanth2 [EMAIL PROTECTED] To: user@struts.apache.org Sent: Tuesday, July 15,

Re: Struts2 and Jquery problem with LightBox or thickbox

2008-07-15 Thread Ian Roughley
I've used lightbox successfully without problem. If this is the error message it looks like you are passing the height and width attributes as URL params and they are being applied against the action (hence the error). I bet (I don't have the code anymore) these are instead meant to be

Re: Struts2 and Jquery problem with LightBox or thickbox

2008-07-15 Thread prashanth2
I tried removing the height and width attributes as URL parameters, but the problem is JQuery internally uses a variable 'random', so s2 complains ParametersInterceptor exception. Great to hear tht u have a working sample, could u pl tell me, was that u were displaying dynamic content or static

Re: Struts2 and Jquery problem with LightBox or thickbox

2008-07-15 Thread prashanth2
I see the error on my console, my app never got halt. Struts Two wrote: What was meant is: Does you applicaiton functionsas expected despite the exception you see on ur console or the exception brings your application (or some functionality) to a halt. - Original Message From:

Re: Struts2 and Jquery problem with LightBox or thickbox

2008-07-15 Thread Ian Roughley
I can't remember the framework used now (customer code), but it was displaying dynamically generated code. The random property is not your problem - s2 is reporting the problem, but should be continuing execution (have you debugged/logged to check this?). If you want to stop the error

Struts2 and Jquery problem with LightBox or thickbox

2008-07-07 Thread prashanth2
I tried to implement thickbox functionality in a jsp ,to display iframe in a thickbox. If I use a simple a href using a jsp,thickbox works fine, but if i use s:url with *.action as the url ,and if i pass height,width attributes ,iam getting an error .I tried removing height and width, but iam