Re: Problem in table elements when compiling
Jacob Kjome <[email protected]> Tue, 25 Nov 2003 07:51:16 -0600
| Newsgroups | gmane.comp.java.enhydra.xmlc |
|---|---|
| Message-ID | <[email protected]> |
Given that you are using Barracuda directives, this should probably have gone to the BarracudaMVC list. Have you tried removing the directives to see if the attribute removal still happens? Try that. If the attributes are still gone, report that here. If the attributes exist, report your findings to the BarracudaMVC list. The latter case would suggest a problem with BTemplate, although I have never run into anything like that. Jake At 02:13 PM 11/25/2003 +0800, you wrote: >Hi, > >The following is a part of a table that I have: > ><TR valign="top"> > <TD valign="top" align="left" width="35%" > class="Dir::Get_Data.Menu.menu">[Menu]</td> > <TD valign="top" width="65%" > class="Dir::Get_Data.Main.mainText" align="left">[Main Article]</td> > </tr> >In the first column, using Dir::Get_Data.Menu.menu, comes a table with >menu, and in the second column comes another table with the main taxt. All >works fine except that both <TD> tags lose all its attributes ie >valign="top" align="left" width="35%" etc. It simply give <td> --Menu >Table..</td> <td> Main Articla Table </td>. > >Have I done some thing wrong here? > >I am using Enhydra5.1 to compile Barracuda application. > >Any pointers would be highly appreciated. > > > >Regards, > >Damar Thapa