PDA

View Full Version : why page is not loading comletely



repkin
Mar 19th, 2006, 02:02 PM
I have a link, <a href="newmember.htm">new member</a> and when I clicked the page starting to load but not loading comletely why it can be? I have setted sessionform as true, setted command class, validator, there is no wrong or I cant see but it is not loading completely. why it can be?

repkin
Mar 20th, 2006, 03:40 AM
I was plannig show two form in same page but I understand it can not beeing

harry_m
Mar 20th, 2006, 08:46 AM
hi there,
u can have more than one form in a page but they cant be nested.
i have jsps that have two forms and submit to different controllers.
works fine.

Proner
Mar 20th, 2006, 10:09 AM
If your jsp page isn't fully displayed, that's may be because of a runtime error in your code. Like a null value or something like that.

Steph