Re: newbie Question, creating buttons

2004-09-21 Thread Michael McGrady
Nadia Kunkov wrote: I'm still figuring out how to use struts tags. I'm trying to have three buttons ( add, edit ,delete) with a property called method so that I can use DispatchAction. Here is a snippet of my jsp. When I look at it in the browser I don't see the buttons. What am I doing wrong?

Re: newbie Question, creating buttons

2004-09-21 Thread DGraham
Wiki reference in 5432... "Nadia Kunkov" <[EMAIL PROTECTED]> 09/21/2004 01:54 PM Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]> To "Struts help (E-mail)" <[EMAIL PROTECTED]> cc Subject newbie Quest

Re: newbie Question, creating buttons

2004-09-21 Thread Matt Bathje
Nadia Kunkov wrote: I'm still figuring out how to use struts tags. I'm trying to have three buttons ( add, edit ,delete) with a property called method so that I can use DispatchAction. Here is a snippet of my jsp. When I look at it in the browser I don't see the buttons. What am I doing wrong?

newbie Question, creating buttons

2004-09-21 Thread Nadia Kunkov
I'm still figuring out how to use struts tags. I'm trying to have three buttons ( add, edit ,delete) with a property called method so that I can use DispatchAction. Here is a snippet of my jsp. When I look at it in the browser I don't see the buttons. What am I doing wrong? Also, is Dispat