Dear Apache Community, I am a cocoon newbie and would like to implement an Oracle database frontend.
The database tables are user generated, therefore I know neither the table names nor the type of the contents of the rows. They could be filled with ORDBMS Oracle specific constructions. I would like to implement a generic "pretty print" function. I found out after a while that the first column name will be found using <esql:get-column-name column="1">. I have tried to change this 1 to an variable i using <expr>i</expr> but with no success so far. I would be really thankful for a working example. I suppose others will have the same problem, too. So, implementing a pretty print with table names could be an idea. Is there a german cocoon user club to get some support for "beginner" questions ? Thank you, Thilo Mueller --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
