> -----Ursprüngliche Nachricht----- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Auftrag von Amelie Cordier > Gesendet: Sonntag, 2. März 2003 22:12 > An: [EMAIL PROTECTED] > Betreff: Re: AW: Generating dynamic attributes in xsp > > > Ok. > > I'm using a cvs version of cocoon that I build about one week ago > I've made a copy of the logicsheet-util in my application directory >
well, I'm using cocoon 2.0.4 so things might be different here. > When I miss to declare <xsl:param name="namespace-uri"> I have an error > which says the namespace-uri parameter is missing so I think there is no > problem with the logicsheet inclusion. > > The error above is the one displayed by my browser when I call my page > (it's begin by "error compiling user_xsp") > > In the error.log, I have the following : > > ... > import > org.apache.cocoon.components.language.markup.xsp.AbstractEsqlQuery; > import > org.apache.cocoon.components.language.markup.xsp.AbstractEsqlConnection; > // start error (lines 95-95) " <identifier> expected" > import > // end error > ... > Line 95, column 13: <identifier> expected > Line 0, column 0: > 1 error seems like that import statement is the delinquent. maybe you fiddled around too much with those logicsheets? ;-) if you're doing sql/esql stuff within your custom logicsheet you should check that. don't know why that import statement wraps onto the next line. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]