re:tag plugin

2005-08-26 Thread wing lee
Thanks a lot at first :-) By now I think on two occasions the body content should be used. Firstly in the out tag, because some special characters should be converted, so if body content is output, the body content should be filtered. Secondly in the set tag, if the body content is assigned

Re: tag plugin

2005-08-23 Thread wing lee
Thanks for all your help. But I still have questions :-). I know that the body content of the tag is the runtime entity. I think the value of some attributes is also runtime entity, if its value can be EL. The method generateAttribute can generate the code in the generated x_jsp.java file

Re: tag plugin

2005-08-20 Thread wing lee
code will be like this: Object temp_name = out.write(body_content); not this: Object temp_name = body_content; so this is what confuses me. Remy Maucherat [EMAIL PROTECTED] 写道: wing lee wrote: I've tried the generateBody method, but it just generate such code write.out(body content), don't return

re:Re: tag plugin

2005-08-17 Thread wing lee
I've tried the generateBody method, but it just generate such code write.out(body content), don't return the value of the body content. Remy Maucherat [EMAIL PROTECTED] 写道:wing lee wrote: Hi all, I'm working on the JSTL tag plugin for jasper. I don't fin any method in the interface

tag plugin

2005-08-16 Thread wing lee
Hi all, I'm working on the JSTL tag plugin for jasper. I don't fin any method in the interface TagPluginContext to get the body content of the tag. But I have to use it. Anyone can help me? best regards, Li Jing - DO YOU YAHOO!?