Re: SV: SV: ActionMapping without a formbean

2004-10-30 Thread Adam Hardy
On 10/30/2004 02:14 PM Håkan Fransson wrote: Yes, it's one solution to write forms in html but then you have a hardcoded path in the jsp-page. I dont want to have this. I need html buttons instead of images and links because they are resizeable. In your browser e.g Mozilla Firefox press "View -> Te

SV: SV: ActionMapping without a formbean

2004-10-30 Thread Håkan Fransson
Hardy [mailto:[EMAIL PROTECTED] Skickat: den 30 oktober 2004 13:31 Till: Struts Users Mailing List Ämne: Re: SV: ActionMapping without a formbean Hakan, perhaps you should just write the form in HTML and not use the form taglib. I still don't understand what you are doing though. If you have

Re: SV: ActionMapping without a formbean

2004-10-30 Thread Adam Hardy
Hakan, perhaps you should just write the form in HTML and not use the form taglib. I still don't understand what you are doing though. If you have to use text instead of an image in a link, why do you need a button? In forms to submit with images, I use the input type=image. Is that what you mea

SV: ActionMapping without a formbean

2004-10-27 Thread Håkan Fransson
lto:[EMAIL PROTECTED] Skickat: den 27 oktober 2004 13:56 Till: Struts Users Mailing List; Jay Chandran Ämne: Re: ActionMapping without a formbean Not sure I've i've understood or not but wouldn't a work? Perhaps even use one of thise LazyDyanBeans i keep hearing about in the beanuti

Re: ActionMapping without a formbean

2004-10-27 Thread Mark Lowe
"Håkan Fransson" <[EMAIL PROTECTED]> > To: "Struts User Llist (E-mail)" <[EMAIL PROTECTED]> > Sent: Wednesday, October 27, 2004 2:46 PM > Subject: ActionMapping without a formbean > > > Hi! > > I know that this is and old issue but i'm not

Re: ActionMapping without a formbean

2004-10-27 Thread Jay Chandran
L PROTECTED]> Sent: Wednesday, October 27, 2004 2:46 PM Subject: ActionMapping without a formbean > Hi! > I know that this is and old issue but i'm not satisfied with solutions. > We have used links with images to go to actions without forms and it works > fine. > Now we go

ActionMapping without a formbean

2004-10-27 Thread Håkan Fransson
Hi! I know that this is and old issue but i'm not satisfied with solutions. We have used links with images to go to actions without forms and it works fine. Now we got demands that we must use html buttons on pages for accessability. I've seen two workarounds, use a dummy form or regular html form