Hi Ravi,

[ this questions is more suited for the velocity-user list, not the developer list. Would you mind responding please to [EMAIL PROTECTED] Thanks. ]

All Velocity does is generate text files - you have to define the output template for the radio buttons. Take a look at Anakia. This is an ant task for Velocity that reads in an XML file and uses it as the source data. You should be able to use this to populate an HTML template that displays radio buttons. For examples of how it works, download the velocity source and look at the documentation -- it's all created with Velocity/Anakia based on XML source.

Best,
WILL


ravi gowda wrote:
Hi,

Description: Using apache template writer.

 I was not sure on how to post this question.. so I am
writing this mail..

Problem is , I have written an xml file (where two
radio buttons should be horizontally aligned) for ex:

<radiobutton name="RadioButtons" description="">
<option label="Radio_1" value="">
<option label="Radio_2" value="">
</radiobutton>

Based on the above example the buttons will be aligned
vertically one below the other like..

Radio_1 .
Radio_2 .

 But I need them to be horizontally aligned on next to
the other like this.

Radio_1 .  Radio_2 .

When I start my Application the XML will be loaded by
the java class (which imports the functionality of the
Sun's velocity template engine API) and writes to the
template using Apache's velocity template writer.

Since I don't have any control to any CSS/XSL standards and also even I don't even know abt it at all. At the end when I could my those radio buttons sitting one below the other..

Can Any one suggest me how to achieve this.

Thanks in Advance

Ravi











                
__________________________________________________________
Yahoo! India Answers: Share what you know. Learn something new
http://in.answers.yahoo.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--
Forio Business Simulations

Will Glass-Husain
phone (415) 440-7500 x89
mobile (415) 235-4293
[EMAIL PROTECTED]
www.forio.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to