[flexcoders] Granite Data Services: RPC Fault error

2007-12-12 Thread Manu Dhanda
Hii I was trying the sample app given for Granite Data Services. (pojo) And encountered this error as below: [RPC Fault faultString=error faultCode=Channel.Call.Failed faultDetail=NetConnection.Call.Failed: HTTP: Status 500] at

[flexcoders] Cairngorm ServiceLocator Issue

2007-12-11 Thread Manu Dhanda
Hii.. Am wondering why I can not connect back to Java. Am using RemoteObject, have Services.mxml in place with the RemoteObject's defined in that. I have configured remoting-config.xml accordingly. I had initialized ServiceLocator in my application file. But when I generate an event on client

Re: [flexcoders] Cairngorm Issue

2007-12-11 Thread Manu Dhanda
Anyone with some comments on this issue?? Thanks. Manu. Manu Dhanda wrote: Yes, as I said, with the click of the link button, other form load(from loginForm to registerForm). But, the fields on the form are not displaying in a right manner. Only the textfields are being displayed

RE: [flexcoders] Cairngorm ServiceLocator Issue

2007-12-11 Thread Manu Dhanda
? Dimitrios Gianninas Optimal Payments Inc. -Original Message- From: flexcoders@yahoogroups.com on behalf of Manu Dhanda Sent: Tue 11/12/2007 11:23 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Cairngorm ServiceLocator Issue Hii.. Am wondering why I can

Re: [flexcoders] Cairngorm Issue

2007-12-11 Thread Manu Dhanda
= txtPassword.text} displayAsPassword=true / /mx:FormItem /mx:Form Thanks. Ralf Bokelberg-2 wrote: What does the code of the forms look like? Cheers Ralf. On Dec 12, 2007 5:25 AM, Manu Dhanda [EMAIL PROTECTED] wrote: Anyone with some comments

Re: [flexcoders] Cairngorm Issue

2007-12-07 Thread Manu Dhanda
to see your code. --- In flexcoders@yahoogroups.com, Manu Dhanda [EMAIL PROTECTED] wrote: Hii.. I am trying to learn how to use cairngorm. Now, I am creating Login/Register page. The structure is like below: mx:Panel mx:ViewStack id=validateView selectedChild={ getView

Re: [flexcoders] Cairngorm Issue

2007-12-07 Thread Manu Dhanda
: I can't notice anything wrong with the code... Did you check the workflowState actually changes ? --- In flexcoders@yahoogroups.com, Manu Dhanda [EMAIL PROTECTED] wrote: Code for ValidatePanel.mxml : ?xml version=1.0 encoding=utf-8? mx:Panel xmlns:mx=http://www.adobe.com/2006/mxml

[flexcoders] Cairngorm Issue

2007-12-06 Thread Manu Dhanda
Hii.. I am trying to learn how to use cairngorm. Now, I am creating Login/Register page. The structure is like below: mx:Panel mx:ViewStack id=validateView selectedChild={ getView( model.workflowState ) } loginview:LoginForm id=loginForm/ loginview:RegisterForm

Re: [flexcoders] 1046: Type was not found or was not a compile-time constant: Session.

2007-11-15 Thread Manu Dhanda
No, it doesn't use Cairngorm. Tom Chiverton-2 wrote: On Thursday 15 Nov 2007, Manu Dhanda wrote: Am having this problem while am trying to migrate my app from Flex 2 to Flex 3. Does it use Cairngorm ? If so, get the latest (2.2.1 ?) release. -- Tom Chiverton Helping

[flexcoders] 1046: Type was not found or was not a compile-time constant: Session.

2007-11-14 Thread Manu Dhanda
Hii Guyz, Am having this problem while am trying to migrate my app from Flex 2 to Flex 3. I searched my whole application for this particular text, but I can't find it anywhere. Any clue?? Thanks, Manu. -- View this message in context:

RE: Re[flexcoders] peater (Thanks to Tracy)

2007-11-01 Thread Manu Dhanda
}// ]]/mx:Script !-- Now declare the Item UI -- mx:Text id=lbDescription text=[EMAIL PROTECTED] width=100% height=100% / From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Manu Dhanda Sent

RE: Re[flexcoders] peater

2007-10-29 Thread Manu Dhanda
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Manu Dhanda Sent: Wednesday, October 24, 2007 10:56 PM To: flexcoders@yahoogroups.com Subject: RE: Re[flexcoders] peater Hi Tracy As I said, I need to check a few checkboxes based on the values from my dataprovider, not all

RE: Re[flexcoders] peater

2007-10-24 Thread Manu Dhanda
] On Behalf Of Manu Dhanda Sent: Tuesday, October 23, 2007 4:07 AM To: flexcoders@yahoogroups.com Subject: Re[flexcoders] peater Hii Guyz, I have a Repeater(r1) and a checkbox(ch1) inside it. I am passing a dataprovider dynamically to the repeater and based on the values, I want

Re[flexcoders] peater

2007-10-23 Thread Manu Dhanda
Hii Guyz, I have a Repeater(r1) and a checkbox(ch1) inside it. I am passing a dataprovider dynamically to the repeater and based on the values, I want to select a few checkboxes. In the repeat event, e.currentTarget is referring to r1. Now how can I refer the checkbox(ch1) inside it?? So,

[flexcoders] RE: RE: DataGrid ItemRenderer

2007-10-04 Thread Manu Dhanda
fine that way(means different items can be selected). Any light on this part?? Thanks, Manu. Alex Harui wrote: editable=true From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Manu Dhanda Sent: Friday, September 28, 2007 1:15 AM

[flexcoders] RE: DataGrid ItemRenderer

2007-09-28 Thread Manu Dhanda
of which items need to be updated From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Manu Dhanda Sent: Thursday, September 27, 2007 1:13 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] DataGrid ItemRenderer Hii All, I

[flexcoders] DataGrid ItemRenderer

2007-09-27 Thread Manu Dhanda
Hii All, I have a datagrid populated with a list of users. Also, am using in-place item renderer for two columns. What I want to do is: Let the admin modify the various details of any number of users(multiple rows). After updating/changing the details, on the click of Update button, I want to

[flexcoders] RE: Using { character in toolTip text

2007-09-25 Thread Manu Dhanda
Thanks Seth, It solved my problem. Cheers!! Manu Seth Caldwell-2 wrote: Backslashes. mx:Button toolTip=\{test\} label=hi Cheers, Seth _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Manu Dhanda Sent: Monday, September 24

Re: [flexcoders] navigateToURL() GET method works fine, but POST doesn't work.

2007-09-24 Thread Manu Dhanda
Anyone with a solution to my following problem Manu Dhanda wrote: Hii On the click of a button, am calling following method: public function openNewWindow(event:MouseEvent):void { var url:URLRequest = new URLRequest(http://cco061-03:8088/openreports

[flexcoders] Using { character in toolTip text

2007-09-24 Thread Manu Dhanda
Hii I want to use this char { in the toolTip just as a normal text char. But whenever I specify {sometext} in my string, it consider it as runtime var specification. Any tips for this?? What should I use so that flex can ignore next char.. Thanks. -- View this message in context:

Re: [flexcoders] navigateToURL() GET method works fine, but POST doesn't work.

2007-09-19 Thread Manu Dhanda
Useing GET method will display results fine. whereas POST method gives me output as if no parameters being received on the controller side. I tried with ServiceCapture, With GET, it displays me the Request Parameters tab and the list of parameters in there. With POST, it doesn't display any

Re: [flexcoders] navigateToURL() GET method works fine, but POST doesn't work.

2007-09-19 Thread Manu Dhanda
Yes, I confirmed it with adobe docs. http://livedocs.adobe.com/flex/201/langref/flash/net/URLRequest.html#includeExamplesSummary Even I copy/pasted the code given there in the example in the method property section, that one is not working for me. Where I am making mistake :( Tom

[flexcoders] Redirect to login page: from flex to jsp in struts

2007-09-19 Thread Manu Dhanda
Hii Can someone tell me how do i unload flex and load/redirect to login page, once the session is over. Currently, when the session is over. Obviously I cannot access any data from the server side. But my flex GUI will still remain there and it doesn't unload from the screen. Can anyone guide

[flexcoders] RE: Getting error string in FaultEvent passed from Server side

2007-09-19 Thread Manu Dhanda
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Manu Dhanda Sent: Tuesday, September 18, 2007 5:08 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Getting error string in FaultEvent passed from Server side Hii I am unable to receive

[flexcoders] Getting error string in FaultEvent passed from Server side

2007-09-18 Thread Manu Dhanda
Hii I am unable to receive the error string passed from the Server side in the FaultEvent object. Am using HttpService. From Server side, am throwing an error string like: throw new ServletException(Some error string); Now, how can I receive it in the Flex private function

[flexcoders] Redirect to login page

2007-09-18 Thread Manu Dhanda
Hii Can someone tell me how do i unload flex and load/redirect to login page, once the session is over. Currently, when the session is over. Obviously I cannot access any data from the server side. But my flex GUI will still remain there and it doesn't unload from the screen. Can anyone guide

[flexcoders] navigateToURL() GET method works fine, but POST doesn't work.

2007-09-18 Thread Manu Dhanda
Hii On the click of a button, am calling following method: public function openNewWindow(event:MouseEvent):void { var url:URLRequest = new URLRequest(http://cco061-03:8088/openreports/executeReport.action;); var uv:URLVariables = new URLVariables(); url.method =

[flexcoders] RE: DataGrid XMLList Problem

2007-09-17 Thread Manu Dhanda
Of Manu Dhanda Sent: Friday, September 14, 2007 4:57 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] DataGrid XMLList Problem Hii I have code something like this: mx:DataGrid id=categoryGrid dataProvider={XML(categoryXMLList).label} mx:columns mx:DataGridColumn

[flexcoders] RE: RE: creating two child lists from one XMLList based on one element value

2007-09-14 Thread Manu Dhanda
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Manu Dhanda Sent: Thursday, September 13, 2007 7:54 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] RE: creating two child lists from one XMLList based on one element value yes, I have tried the query on base XML as well

[flexcoders] RE: RE: creating two child lists from one XMLList based on one element value

2007-09-14 Thread Manu Dhanda
keyword_value_id == Reason 2); Thanks Alex for your support. Manu. Manu Dhanda wrote: Hii.. I still have to check that out. But again, here I got one another similar problem. A little change to your solution, var baz:XMLList = foo.label.(category_key == 0, keyword_type_id ==Taa Daaa

[flexcoders] DataGrid XMLList Problem

2007-09-14 Thread Manu Dhanda
Hii I have code something like this: mx:DataGrid id=categoryGrid dataProvider={XML(categoryXMLList).label} mx:columns mx:DataGridColumn headerText=Category dataField={myfunction(data.category_key)}/ mx:DataGridColumn headerText=Type

[flexcoders] creating two child lists from one XMLList based on one element value

2007-09-13 Thread Manu Dhanda
Hii I have one XMLList named keywordActionXMLList based on the following XML: labels label category_key0/category_key keyword_type_key2/keyword_type_key keyword_type_idTaa Daaa/keyword_type_id keyword_value_key8/keyword_value_key keyword_value_idReason

[flexcoders] RE: creating two child lists from one XMLList based on one element value

2007-09-13 Thread Manu Dhanda
are returning the error, or do you have an error in the xml itself? Did you try the query on the base XML and not the XMLList? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Manu Dhanda Sent: Thursday, September 13, 2007 1:25 AM

<    1   2