Search Type: Posts; User: lehoangel
Search: Search took 0.02 seconds.
-
13 Apr 2011 3:50 AM
Jump to post Thread: ExtJS Chart Update by lehoangel
- Replies
- 1
- Views
- 4,509
LOL, I've solved it, the solution is quite simple :))
performanceChart.setYField('fuelConsumption');
performanceChart.setYAxis(new Ext.chart.NumericAxis({
... -
12 Apr 2011 8:38 PM
Jump to post Thread: ExtJS Chart Update by lehoangel
- Replies
- 1
- Views
- 4,509
Hi I'm new to Extjs Chart, and this one doesn't have a proper API, so I'd need some helps to use it.
This is my Chart Window with a toolbar and a chart.
/* ----- Chart Window -----*/
var... -
9 Apr 2011 9:12 PM
Jump to post Thread: Paging with prototype bean by lehoangel
- Replies
- 2
- Views
- 719
Great idea! :D It's incredibly correct :D Thank you so much Mr. Fay
-
9 Apr 2011 10:34 AM
Jump to post Thread: Paging with prototype bean by lehoangel
- Replies
- 2
- Views
- 719
I'd been doing so well with paging, until my teammate changed scope of action bean to prototype, which mean actions is treated separately.
In my page, there's a Form to submit Searching Condition... -
16 Mar 2011 2:00 AM
Jump to post Thread: When the response is not JSON by lehoangel
- Replies
- 5
- Views
- 1,813
Thank you a lot! :)
-
15 Mar 2011 11:26 PM
Jump to post Thread: When the response is not JSON by lehoangel
- Replies
- 5
- Views
- 1,813
Still confused about the XML response.
This is what the action response:
And this is the error that firebug found:
Could u explain it for me? -
15 Mar 2011 1:12 AM
Jump to post Thread: When the response is not JSON by lehoangel
- Replies
- 5
- Views
- 1,813
Thank to your helping :D, I've already found the problem. It returns fail because the HTML lacks of some end tags, which is must in XML (type a response data). Now it runs the success function, but I...
-
14 Mar 2011 10:50 PM
Jump to post Thread: When the response is not JSON by lehoangel
- Replies
- 5
- Views
- 1,813
Hi I'm doing a simple login form. And this is the configuration for button [Login]
The problem is the loginAction is configured using tiles & struts, like this:
When this action is called, it...
Results 1 to 8 of 8
