| Author |
Visualizing Struts Froms
|
Peter Primrose
Ranch Hand
Joined: Sep 10, 2004
Posts: 755
|
|
Hi guys, I�ve recently started to code with Struts, and right now I am writing a simple registration form. I wonder if there�s such visualization application that can facilitate my forms? I tried to plug my code below into dreamweaver but the �design mode� was empty (nothing in it) Is there any such application (anything!) that can visualize the jsp pages? Something that the developer can show (not by code) where the error message will be written, and associate the textField name to the relevant properties. Thanks for any leads.
|
 |
Merrill Higginson
Ranch Hand
Joined: Feb 15, 2005
Posts: 4864
|
|
I don't know of any free editor that will visualize Struts tags. IBM's Rational Application Developer does a good job of this, but it's expensive. You can configure Dreamweaver so that it will recognize and prompt for attributes in Struts tags, but it doesn't visualize them. See Alan Do's comments in this thread for instructions on how to configure Dreamweaver to recognize Struts tags.
|
Merrill
Consultant, Sima Solutions
|
 |
Peter Primrose
Ranch Hand
Joined: Sep 10, 2004
Posts: 755
|
|
ok...thats a good start thanks
|
 |
 |
|
|
subject: Visualizing Struts Froms
|
|
|