How to make three text boxes appear in one row using struts2 tags?

2008-12-08 Thread taj uddin
Hi, First please go through the attachment in which the rquired GUI to be generated using struts2 tags was shown. In my application, the GUI should appear with three textfield boxes separated with hyphens(-), ("as shown in the attachment")where each textfield boxes has unique names. I'm working

Re: How to make three text boxes appear in one row using struts2 tags?

2008-12-08 Thread taj uddin
Hey!   Thanks a lot. :-) --- On Mon, 12/8/08, Dave Newton <[EMAIL PROTECTED]> wrote: From: Dave Newton <[EMAIL PROTECTED]> Subject: Re: How to make three text boxes appear in one row using struts2 tags? To: "Struts Users Mailing List" Date: Monday, December 8, 2008, 7:47 A

Re: How to make three text boxes appear in one row using struts2 tags?

2008-12-08 Thread taj uddin
the hyphens even. So, could u pls help me out --- On Mon, 12/8/08, Dave Newton <[EMAIL PROTECTED]> wrote: From: Dave Newton <[EMAIL PROTECTED]> Subject: Re: How to make three text boxes appear in one row using struts2 tags? To: "Struts Users Mailing List" Date: Monday, Dec

Re: How to make three text boxes appear in one row using struts2 tags?

2008-12-08 Thread Dave Newton
The mailing list usually (always?) doesn't allow attachments. I feel, however, that I have understood the requirement of "three text boxes on a single row separated by hypens". You can use theme="simple" on each one to render only the textbox and build the rest of the form row manually. You'll

Re: How to make three text boxes appear in one row using struts2 tags?

2008-12-08 Thread Dave Newton
--- On Mon, 12/8/08, taj uddin <[EMAIL PROTECTED]> wrote: > Thank u for ur suggestion. As given, the application is > able to display three boxes(textfields) in one row but how > to append label name( phonenumber)  and hyphens(-) b/w the > textfields(boxes). (1) Use the text or label tag. (2) ...

Re: How to make three text boxes appear in one row using struts2 tags?

2013-01-03 Thread mahalakshmi.jayakumar
Hai, I have three select strut tags which are Date, Month and Year which I need to display in a single row. So as per your suggestion I have written theme="simple. Then the select boxes were aligned in the same row but the complete row is shown in the 1st row of the form instead of being displ

Re: How to make three text boxes appear in one row using struts2 tags?

2013-01-03 Thread Umesh Awasthi
Simple theme will not generate any markup from S2 side and will give all control to you to handle display using CSS You can use CSS and markup to display it as per your requirement S2 has already done its work by handing over simple HTML On Thu, Jan 3, 2013 at 2:31 PM, wrote: > Hai, > > I have

Re: How to make three text boxes appear in one row using struts2 tags?

2013-01-03 Thread Vivek Jaiswal
--- www.vivekjaiswal.co.in From: Umesh Awasthi To: Struts Users Mailing List Sent: Thursday, 3 January 2013 3:08 PM Subject: Re: How to make three text boxes appear in one row using struts2 tags? Simple theme will not generate any markup from S2 side and will give all control

Re: How to make three text boxes appear in one row using struts2 tags?

2013-01-03 Thread Chris Pratt
13':'2013':..}" theme="simple" /> > you can also get list through class. > > > thanking you > > with regards, > > VIVEK KUMAR JAISWAL > --- > www.vivekjaiswal.co.in > > > &g