Struts2+dojo+JasonArray

2008-09-16 Thread prashanth2
Could anybody give me a working sample to read back jsonarray from struts2 action class using dojo. Say for example Iam having a Customers objects converted into JsonArray. My only problem is , how to retrieve the response using dojo1.1.1. >From my understanding i specified handleAs:jason, the r

Re: DOJO Dialog Problem? Please help me

2008-08-19 Thread prashanth2
I would like to know how and if it is possible to call a dialog box from a iframe? Or have the dialog box pop out from an iframe? and how can i pass variables from dialog box to my struts action class, if so how to retrieve them in my action, do i need to get the values using "httpservletrequest"?

Re: [S2] Is there a modal dialog component in the current impl?

2008-08-12 Thread prashanth2
Could u help me, in creating a dojo dialog. and I would like pass some variables so that, i can submit to server and response jsp needed to be shown on the dialog. Is it possible to do that way? Dariusz Wojtas wrote: > > Hi, > > Is there a component in the current code to show a modal dialog

DOJO Dialog Problem? Please help me

2008-08-12 Thread prashanth2
Hi, I am using s2 2.0.11 version, I am able to display the dojo dialog, but the contents that supposed to appear on the dialog are appearing on the jsp that iam calling from. I tried many possible ways but endup writing this question here. Well I have one more question, instead of displaying a div

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

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 tr

Re: Struts2 and Jquery problem with LightBox or thickbox

2008-07-15 Thread prashanth2
Original Message ---- > From: prashanth2 <[EMAIL PROTECTED]> > To: user@struts.apache.org > Sent: Tuesday, July 15, 2008 1:46:49 PM > Subject: Re: Struts2 and Jquery problem with LightBox or thickbox > > > > I dont understand what u asked, anyways iam getting t

Re: Struts2 and Jquery problem with LightBox or thickbox

2008-07-15 Thread prashanth2
perhaps as HTML attributes. > > /Ian > > prashanth2 wrote: >> 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

Re: Struts2 and Jquery problem with LightBox or thickbox

2008-07-15 Thread prashanth2
'height' on 'class com.hicom.web.action.UserSignupAction: Error setting expression 'height' with value '[Ljava.lang.String;@7a847a84' newton.dave wrote: > > DOES IT ACTUALLY NOT WORK OR DOES IT JUST LOG THE EXCEPTION<< > > > --- On Tue, 7

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

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 gett