RE: Align issues in struts 2 UI atgs

2009-05-08 Thread Jon Pearson
If it's in a table, you need to place each of those elements in its own
. Here's a version of your code that could work like this:









~Jonathan

> -Original Message-
> From: Murugesh [mailto:muruges...@gmail.com] 
> Sent: Friday, May 08, 2009 8: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="Password" maxlength="15"
> required="true"/>
>  targets="loginDiv" notifyTopics="/ajaxLogin"/>  theme="simple" align="right" value="clear"/>
> 
> 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:
> 
> >  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-mail: user-unsubscr...@struts.apache.org
> > For additional commands, e-mail: user-h...@struts.apache.org
> >
> >
> 

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



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:

>  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-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>
>


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-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



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 output in a single row..

  



-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



Align issues in struts 2 UI atgs

2009-05-08 Thread Murugesh
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 output in a single row..