i remember that, it was cameron braid who proposed that i think.. he said he had the code but that it was decided to add this post-1.0 or something..

Jason Carreira wrote:

I also seem to remember someone making it posible to tell the tags to
just use a different pair of controlheader and controlfooter
templates... Don't remember the details...



-----Original Message-----
From: Francisco Hernandez [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 18, 2004 7:59 PM
To: [EMAIL PROTECTED]
Subject: Re: [OS-webwork] Newbie question - how to change the tags



provide your own templates, change controlheader.vm and controlfooter.vm see the example app or source and look for the /template/xhtml/ dir, theres templates in there for all the tags


Alex Radka wrote:



What is the easiest way to change the output of the tags?

For instance

the select tag creates a select surrounded by <tr> and <td> tags. I can create my own <tr> and <td> tags, but I would like to be able to use the API to JUST give me the select. I looked at

select.vm and it

isn't obvious where the extra tags are coming from. Is

there an easy

way to turn them off?

<ww:select label="'Current Competitive Set'"
             name="'subscribed_prop'"
             list="subscribedProps"
             listKey="customerPropertyId"
             listValue="propertyName"/>

gives me

<tr>
 <td align="right" valign="top">
   <span class="label">Current Competitive Set:</span>
 </td>
 <td>
   <select name="subscribed_prop">
      <option value="1">Marriott NW</option>
      <option value="2">Atlanta Hilton</option>
      <option value="3">New York Hilton</option>
   </select>
</td>
</tr>

I'd like to not have the extra <td> and <tr> tags.

Thanks,
Alex



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Opensymphony-webwork mailing list [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork









-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438> &op=click


_______________________________________________

Opensymphony-webwork mailing list [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork






-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id56&alloc_id438&op=click
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork








------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ Opensymphony-webwork mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to