Can't Inline variable in JSP w/ build 655

Hello,

Build 655 is really clean. I occasionally get failed assertions, but it is way down from earlier builds. Nice work guys!

You may want to look at the ability to inline variables from JSP. For instance, inlining a variable from the following does not work:

";
static String getdiricon="";
%>


<%=titleprefix%><% String title=actionResult.getTitle(); if (!"".equals(title)) { %> - <%=title%><% } %>

...

]]>

HTH,

-b

0
2 comments

Please submit this issue into the Tracker.
It's preferred way of submitting bugs/feature requests. Submitting an issue
into the Tracker gives you a warranty that it will be processed. This forum
should be used for discussions, general questions etc.

--
Valentin Kipiatkov
JetBrains, Inc
http://www.intellij.com
"Develop with pleasure!"


"Brian Topping" <topping@digidemic.com> wrote in message
news:2601995.1034695396688.JavaMail.javamailuser@localhost...

Hello,

>

Build 655 is really clean. I occasionally get failed assertions, but it

is way down from earlier builds. Nice work guys!
>

You may want to look at the ability to inline variables from JSP. For

instance, inlining a variable from the following does not work:

> <%
> static String getfileicon="";
> static String getdiricon="";
> %>
> 
> 
> <%=titleprefix%><% String title=actionResult.getTitle(); if
(!"".equals(title)) { %> - <%=title%><% } %>
> 
> ..
>
> ]]>

HTH,

>

-b



0

Oh yikes, I thought this was the same thing!!

bummer, I was doing my best to win points for getting a discount on 3.0 :) :)

0

Please sign in to leave a comment.