Re: Editing JSP in DWMX and getting functions insite

2002-06-08 Thread Massimo, Tiziana e Federica
> I know that I can edit JSP files in DWMX, but if I have a specific java > variable called firstName that is a String, how can I get DWMX to show me a > list of functions of a String class. You have to customize: Dreamweaver MX\Configuration\CodeHints\CodeHints.xml Massimo ___

Editing JSP in DWMX and getting functions insite

2002-06-07 Thread Reilly, Jim
I know that I can edit JSP files in DWMX, but if I have a specific java variable called firstName that is a String, how can I get DWMX to show me a list of functions of a String class. So, if I have String firstName; and later on in the code I say: firstName. that after I type th