Having some trouble with Netbeans 6.1 and JSP designer.
843840Jun 4 2008 — edited Jun 5 2008Hey, I have a quick question. I assumed Netbeans's visual editor for JSP to work the same as Matisse, but I was incorrect. So, I've created two StaticText fields in the designer, and when I run the project, both fields display correctly. However, I have no idea how to access the fields programmatically. I'm learning JSP stuff right now, and I can't figure out how to get access to the designer objects in the .java source file.
In prerender(), I just want to set a certain StaticText object's text to the current date, but I'm having trouble accessing the variable, or figuring out how to get access. Can anyone help me?