0
votes
0answers
100 views
How to place a bean:write inside an html:link in struts?
Hi, I'm creating a blog in struts (as an exercise) and I want to create a delete link for a post.
Here's my desired link:
blah/Post.do?delete={postid}
how do I do something like:
"> …
0
votes
2answers
188 views
How to redirect NullPointerExceptions in Struts?
Hi, is there a way to redirect all NullPointerExceptions to a pretty jsp page perhaps in Struts?
Thanks in advance!
…
