Rob Hills wrote:

> Hi Derek,
> 
> Derek Broughton wrote:
>> Appfuse 2.0.1, Struts basic
>>
>> Can anybody suggest what I need to do to figure out why a page simply
>> refuses to display?  If I'm on my accountList.jsp (where the URL
>> is /accounts.html) page, and click on a link to edit an account
>> (url /editAccounts.html, page is accountForm.jsp), nothing happens - no
>> error message, no change of the page, only the address box changes (to
>> the correct link) but if I refresh the page I will get a complete blank
>> and "View Source" is also empty.
>>   
> A very similar problem was discussed in another thread recently:
> 
>
http://www.nabble.com/appfuse%3Agen---generated-list-form-works-fine%2C-edit-form-is-all-blank-tt15949459s2369.html#a15949459

Thanks, I didn't find that, but it is an appfuse:gen generated form, so that
makes sense.

> As I mentioned in my response to that thread, I've found that a number
> coding errors can cause this problem - nothing appears in any logs.  My
> approach to the problem is always to comment out the bulk of the form
> with JSP comments <%-- --%> 

Doh!  It's too long since I did JSP - I'm trying to use HTML comments :-)

> until I get the form displaying properly and 
> then move the comments bit by bit until I work out which bit of the JSP
> is causing the problem.

>> It appears to be a problem with velocity, as velocity.log shows a
>> sequence of:
>>
...
>>   
> I see those lines all the time in an application that works without any
> problem, so I suspect they may not be related to your issue.

Well, thanks again.  I was watching the log and jumped to the conclusion
that since it added those lines as I clicked on the link, they must be
related.  Of course, it ain't necessarily so...
-- 
derek


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to