RE: Align issues in struts 2 UI atgs

2009-05-08 Thread Jon Pearson
:26 AM > To: Struts Users Mailing List > Subject: Re: Align issues in struts 2 UI atgs > > Thanks > now it's getting in a row. but the new issue is its coming > top of the other fields. > > like we have four fields > required="true"/> label=&q

Re: Align issues in struts 2 UI atgs

2009-05-08 Thread Murugesh
Thanks now it's getting in a row. but the new issue is its coming top of the other fields. like we have four fields while running this code snippet , i will get both button on top of username field. please suggest me to get it down? On Fri, May 8, 2009 at 5:16 PM, Dave Newton wrote: > Mu

Re: Align issues in struts 2 UI atgs

2009-05-08 Thread Dave Newton
Murugesh wrote: i have tried out but not getting the solution. i need two buttons in a row like please give me a correct way to implemnt to get output in a single row.. Use the "simple" theme? Dave - To unsubscribe, e-m

Re: Align issues in struts 2 UI atgs

2009-05-08 Thread Denis Cabasson
Hi, I usually use ... /> which will generate the buttons only, allowing you to take care of the presentation your way. Denis. Murugesh a écrit : Hi guys i have tried out but not getting the solution. i need two buttons in a row like please give me a correct way to implemnt to get outp