Forum: JSP Jun 19th, 2007 |
| Replies: 1 Views: 744 Hello,
I'm experincing a werid problem with the way my JSP's are handled. I to have my JSP's in the root directory of my application. I've now put them in <MyApplication>\WEB-INF\pages\ I updated... |
Forum: JSP Jun 14th, 2007 |
| Replies: 3 Views: 2,743 Yeh given it an action is the hardest part, ive got a structs action called retrieveMe.do but I cant seem to get it to work. It appears that the action takes a javascript code. |
Forum: JSP Jun 13th, 2007 |
| Replies: 3 Views: 2,743 Hello guys,
I've got my JSP set up so when I click on a href link it redirects it to a form, the form then takes in user information and has a html:submit and a html:cancel buttons. Actions are... |
Forum: JSP Jun 6th, 2007 |
| Replies: 0 Views: 3,363 Hello there,
I've got some information which is stored in a class object, these objcts are transfered to an action in the format of a set.
I'm trying to put the set into a bean into my JSP,... |