Avoid Heavy Use of Logic Tags ???

2002-10-09 Thread Johannes Carlén
Hi, I read Designing Enterprise Applications, Second Edition Singh et al. Section 4.2.6.6 has the header Avoid Heavy Use of Logic Tags and also writes Using custom tags for logic provides little benefit, and violates separation of logic and presentation. and states that JSP-pages written in

Re: Use of %= var % Expressions in HTML Tag's not working

2002-03-15 Thread Johannes Carlén
Hi, you're right, it's not working when using the tags that way, however try to do something like this: html:img page=%=langPathANDImage% where langPathANDImage=/images/ + lang + /hello.jpg this should work. /Johannes --- [EMAIL PROTECTED] skrev: Hello all, I tried to use a Tag in my

Performance problem with custom tags on WAS 3.5.x and 4.0.1

2002-02-26 Thread Johannes Carlén
Hi, just wanted all you users of Websphere running 3.5.4-5 and 4.0.1 that there are severe performance issues when using custom tags that may cause the tag code to run up to 200 times slower due to introspection when setting tag attributes. Get a hold of efixes PQ53588 (for 3.5.X) and PQ53687

RE: Performance problem with custom tags on WAS 3.5.x and 4.0.1

2002-02-26 Thread Johannes Carlén
that come with struts Package ? Thanks, Subhendu -Original Message- From: Johannes Carlén [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 26, 2002 10:54 AM To: Struts Users Mailing List Subject: Performance problem with custom tags on WAS 3.5.x and 4.0.1 Hi, just

RE: Performance problem with custom tags on WAS 3.5.x and 4.0.1

2002-02-26 Thread Johannes Carlén
for this efixes.Could you please let me know how to get the fix. Thanks, Subhendu -Original Message- From: Johannes Carlén [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 26, 2002 10:54 AM To: Struts Users Mailing List Subject: Performance problem with custom tags on WAS 3.5.x

RE: Memory consumption of tags

2002-02-22 Thread Johannes Carlén
Well, actually, look at the code Tomcat generated: org.apache.struts.taglib.bean.WriteTag writeTag = new org.apache.struts.taglib.bean.WriteTag(); writeTag.setPageContext(pageContext); writeTag.setParent(_jspx_th_html_html_0); writeTag.setName(testBean); writeTag.setProperty(value); try { int