tags:

views:

196

answers:

0

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: ">Delete

BTW I'm using DispatchAction in my PostAction class.

Thanks in advance!