Alexey,

Please try your example in build #615. It contains some fixes.

Best regards,
Mike Aizatsky.
------------------------------
JetBrains, Inc / IntelliJ Software
http://www.intellij.com
"Develop with pleasure!" 

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
On
> Behalf Of Alexey A. Efimov
> Sent: Wednesday, April 03, 2002 3:39 PM
> To: [EMAIL PROTECTED]
> Subject: RE: [Eap-list] Re.: webapp support
> 
> OK, thanks, but that about bug this this? What I do wrong? See message
> end.
> 
> -----Original Message-----
> From: Mike Aizatsky [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, April 03, 2002 2:03 PM
> To: [EMAIL PROTECTED]
> Subject: RE: [Eap-list] Re.: webapp support
> 
> 
> Alexey,
> 
> > To execute TEI you must fill TagData, to do this, you must parse
tag.
> > IDEA realy do this?
> 
> Sure.
> 
> Best regards,
> Mike Aizatsky.
> ------------------------------
> JetBrains, Inc / IntelliJ Software
> http://www.intellij.com
> "Develop with pleasure!"
> 
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]
> On
> > Behalf Of Alexey A. Efimov
> > Sent: Tuesday, April 02, 2002 9:14 PM
> > To: [EMAIL PROTECTED]
> > Subject: RE: [Eap-list] Re.: webapp support
> >
> > Waw :)
> > Sometimes IDEA come to JSP compiled-by-fly feature? :)
> >
> > To execute TEI you must fill TagData, to do this, you must parse
tag.
> > IDEA realy do this?
> >
> > I have follow JSP code:
> > <stl:parameter name="param" />
> >
> > <%
> > if (param == null || param.length() == 0) {
> >   ....
> > }
> > %>
> >
> > The keyword 'param' write in red color, and IntelliJ say that
variable
> 
> > not defined. But it is clear, in tomcat its work fine.
> >
> > The TEI class - look end of this message
> >
> > in tld file:
> >     <tag>
> >             <name>parameter</name>
> >
> > <tagclass>com.spklabs.basic.servlet.jsp.tagext.Parameter</tagclass>
> >
> >
<teiclass>com.spklabs.basic.servlet.jsp.tagext.ParameterTEI</teiclass>
> >             <bodycontent>empty</bodycontent>
> >             <info/>
> >             <attribute>
> >                     <name>id</name>
> >                     <required>false</required>
> >                     <rtexprvalue>false</rtexprvalue>
> >             </attribute>
> >             <attribute>
> >                     <name>name</name>
> >                     <required>true</required>
> >                     <rtexprvalue>true</rtexprvalue>
> >             </attribute>
> >             <attribute>
> >                     <name>request</name>
> >                     <required>false</required>
> >                     <rtexprvalue>true</rtexprvalue>
> >             </attribute>
> >             <attribute>
> >                     <name>session</name>
> >                     <required>false</required>
> >                     <rtexprvalue>true</rtexprvalue>
> >             </attribute>
> >             <attribute>
> >                     <name>default</name>
> >                     <required>false</required>
> >                     <rtexprvalue>true</rtexprvalue>
> >             </attribute>
> >     </tag>
> >
> >
> >
> >
> > In any case, thanks for very smart IDE.
> >
> 
> _______________________________________________
> Eap-list mailing list
> [EMAIL PROTECTED]
> http://www.intellij.com/mailman/listinfo/eap-list


_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to