sbwtxj
Posts: 27
|
| Posted: 12/06/2004, 7:15 PM |
|
Hi,everyone
I look carefully the CCS Guide.
I have a question,component and control are hard to distinguish.
For example,
getComponent()
getControl()
getGrid()
If the textbox is put in the Grid form, how are used these function?
I want to know component and control's definition.
thanks.
_________________
----------------
Regards,
shanbw |
 |
 |
mrachow
Posts: 509
|
| Posted: 12/07/2004, 12:07 AM |
|
All the methods you had named are related to Java (JSP, Servlets) only.
As a rule of thumb I would say controls can show or let you edit content/values including images.
Components are containers, e.g. they are a bag for a set of controls. A form tag for example.
_________________
Best regards,
Michael |
 |
 |
sbwtxj
Posts: 27
|
| Posted: 12/07/2004, 5:35 AM |
|
thanks.
I found the PHP is activity,so i ask the JSP related questions,
but it is suit to PHP.
Can you give me some advice about how to set temp variable to echo value in the debug status for JSP?
_________________
----------------
Regards,
shanbw |
 |
 |
mrachow
Posts: 509
|
| Posted: 12/08/2004, 12:17 AM |
|
The Component Reference is your (best) friend here.
Near the end there is a paragraph about Debugging which shows how to output internal things in every language.
_________________
Best regards,
Michael |
 |
 |
|