Re: RE: question about jsp:element and jsp:attribute

2004-04-08 Thread Giuseppe Briotti
I think that the problem is due to the evaluation of the if, as stated in a previous message. Can you change the code as follows: widths[i] if (bgColors[i] = null) { bgColors[i] = } bgColors[i] where can be the background color of t

RE: question about jsp:element and jsp:attribute

2004-04-08 Thread Yansheng Lin
Hi, I don't think the code makes sense. It is assumed that a jsp action tag starts with a opening tag and ends it somewhere in a logical manner, i.e., during the translation, the jsp engine has to figure out where the start and end are. Since the if statement will not be evaluated until runtime, t