You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Frederick N. Brier" <fb...@multideck.com> on 2001/09/12 00:13:16 UTC

Ultradev CTLX question

If you are in Dreamweaver Ultradev LiveData mode and make a change, then 
Ultradev tries to upload the JSP and directly invoke it on the server.  But 
an ActionForm does not exist, so you will end up with null reference 
exceptions trying to look up the Bean in the request attributes.  What you 
really want to do is have Ultradev invoke your Action class which then gets 
the data and creates your ActionForm.  Am I missing something here?  Is 
there a way to tell Ultradev about (and to use) the Action's forward name 
in the struts-config.xml file?  Thank you.


Frederick N. Brier
Sr. Software Engineer
Multideck Corporation