Re: T5: How to set generated component id

2009-03-13 Thread Thiago H. de Paula Figueiredo
Em Fri, 13 Mar 2009 16:59:36 -0300, Peter Kanze escreveu: Hello, Hi! I want to add some blocks with a generated id. like this: Why exactly do you want blocks? Your example doesn't give any hints. Couldn't you just use s instead? How can I give my block an id based on the current th

T5: How to set generated component id

2009-03-13 Thread Peter Kanze
Hello, I want to add some blocks with a generated id. like this: But I get the following error message: Block id 'image${thumbIndex}' is not valid; block ids must be valid Java identifiers: start with a letter, and consist of letters, numbers and underscores. How can