Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Having some trouble with Netbeans 6.1 and JSP designer.

843840Jun 4 2008 — edited Jun 5 2008
Hey, 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?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 3 2008
Added on Jun 4 2008
2 comments
83 views