I found it here.
http://jakarta.apache.org/taglibs/guidelines.html
I got the link from Tomcat bug database. If this link is not provided in any
of the taglibs site documentation please include it.
rgds
Antony Paul
- Original Message -
From: "Antony Paul" <[EMAIL PROTECT
Hi all,
A few weeks ago I read a document explaining guidelines on writing
custom tags. I remember I found it on taglibs site but now I cannot find it
there. Also is there any FAQ section there ?
rgds
Antony Paul
-
To
RowSetDynaClass instead of Result. Is there any way to
serialize it. I think Result is a map of Strings only.
Antony Paul.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hi,
How to access the method Result.getRowCount() in JSTL standard 1.0 EL.
rgds
Antony Paul.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
inefficent method ?. I am working on JSTL standard 1.0 Tomcat 4.27. I have
only 2 weeks knowledge in JSTL and EL.
rgds
Antony Paul
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
So no need for the variable name be the same in tld descriptor and tag
handler class. Thanks for the info.
Antony Paul.
- Original Message -
From: "Felipe Leme" <[EMAIL PROTECTED]>
To: "Tag Libraries Users List" <[EMAIL PROTECTED]>
Sent: Monday, Decem
Declaring a varible names default gives this error by javac.
JspOutTag.java:12: expected
private String default;
rgds
Antony Paul.
- Original Message -
From: "Martin van Dijken" <[EMAIL PROTECTED]>
To: "Tag Libraries Users List" <[EMAIL PROTECTED]>
Sent
Hi,
I tried to write a tag handler class which have an attribute "default".
But javac wont compile it. Then how the
Thanks a lot Kris. Now I will use JSTL only.
Antony Paul
- Original Message -
From: "Kris Schneider" <[EMAIL PROTECTED]>
To: "Tag Libraries Users List" <[EMAIL PROTECTED]>
Sent: Friday, December 05, 2003 10:24 PM
Subject: Re: Calling a bean method in
Thanks for the reply.
Antony Paul.
From: "Chris Harris" <[EMAIL PROTECTED]>
Reply-To: "Tag Libraries Users List" <[EMAIL PROTECTED]>
To: "Tag Libraries Users List" <[EMAIL PROTECTED]>
Subject: RE: Calling a bean method in
Date: Fri, 5 Dec 2003
aul");
map.put("Place","Ollur");
map.put("Job","Programmer");
request.setAttribute("list",map);
%>
rgds
Antony Paul
- Original Message -
From: "Antony Paul" <[EMAIL PROTECTED]>
To: "Tag Libraries Users List"
Then any other way to do it using JSTL or Jakarta taglibs. This functionaly
is very useful because most pages uses the same technique to display
content. I think Struts is providing similar functionality.
Antony Paul.
- Original Message -
From: "Martin van Dijken" <[EMAIL P
Thank you for the reply.
I am new to JSTL. I tried to use it like this in JSP
But it gives error
org.apache.jasper.JasperException: /TestDB.jsp(48,29) equal symbol expected
Antony Paul
- Original Message -
From: "Martin van Dijken" <[EMAIL PROTECTED]>
To: "Tag
I have to code like this
List list = (List) request.getAttribute("list");
Iterator it = list.iterator();
while(it.hasNext()){
DynaBean bean = (DynaBean) it.next();
out.print(bean.get("empno"));
}
How to do it using JSTL St
Hi
I am looking for a calendar taglib. Can anyone recommend one or point
me in the direction of where I can find one.
Cheers
Antony
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
15 matches
Mail list logo