Hello,

today i've had a exception that took me a while to figure out where it came 
from:

StackMapTable format error: bad class index

It was, because i named a method "render" in my custom component:

@BeginRender
boolean render(MarkupWriter writer) {
  //blubb
  return false;
}

Renaming the method to "renderBlubb" solved the problem. Despite the fact, that the method name "render" is not the best naming strategy: Should i file a bug in jira with detailed informations?


Thank you all for the cool tapestry5 project.
Felix



--
Felix Gonschorek
GG-Media

Kirchstr. 18
69115 Heidelberg

Tel: +49 6221 890 168-0
Fax: +49 6221 890 168-1
Mobil: +49 176 2234 1338

fe...@gg-media.biz
http://www.gg-media.biz

Vertretungsberechtigte Gesellschafter:
Felix Gonschorek & Jochen Greiner

Umsatzsteuer-Identifikationsnummer
gemäß § 27a Umsatzsteuergesetz:
DE232906440

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to