| Author |
debugging
|
thomas wilson
Greenhorn
Joined: Sep 21, 2004
Posts: 24
|
|
what's the best way to debug a jsp page when using Struts? If one wants to use the traditional way of out.print() to keep track of some of the field values in the jsp page, how can one do this in Struts? Thank you [ October 04, 2004: Message edited by: thomas wilson ]
|
 |
Marc Peabody
pie sneak
Sheriff
Joined: Feb 05, 2003
Posts: 4695
|
|
You'd debug it the same way in Struts as you would without. There are only a couple extra issues to look out for when you use Struts.
If one wants to use the traditional way of out.print() to keep track of some of the field values in the jsp page, how can one do this in Struts?
Why would you need out.print for field values? The field values should appear in the fields.
|
A good workman is known by his tools.
|
 |
 |
|
|
subject: debugging
|
|
|