nt: Mon, 10 Apr 2006 18:26:30 -0400
Subject: Custom tag question
> Hi,
>
> I have a question pertaining intregrating a custom tags with a struts
> tag. I want to know if there exists a "best practise" when trying to do
> what I'm doing (other than not doing it
... with tag files ...
Aladin Alaily wrote:
Hi Dave,
I'm also wary of doing such a thing (hence why I'm posting here) because
I would essentially be mimicking the servlet container's job.
Now if it's possible to do what I'm trying to with files then I'll give
that a shot instead.
Thanks.
Hi Dave,
I'm also wary of doing such a thing (hence why I'm posting here) because
I would essentially be mimicking the servlet container's job.
Now if it's possible to do what I'm trying to with files then I'll give
that a shot instead.
Thanks.
Aladin
Dave Newton wrote:
Aladin Alaily wr
Aladin Alaily wrote:
> Would you use a .tag to produce the effect described above?
If you mean a JSP 2.0 custom tag written in JSP, then sure. I'd also be
wary of using other custom tags inside a tag like that, although I guess
I've never tried it.
Dave
Hi,
I have a question pertaining intregrating a custom tags with a struts
tag. I want to know if there exists a "best practise" when trying to do
what I'm doing (other than not doing it).
I am trying to write a custom tag which wraps another tag in the
following way:
HTML Written:
Desir
Ok here's the scenario
My (opensource) application is going to be available in the users
language.
All my struts localisation stuff is working fine, all the labels and
stuff are stored in property files etc.
I am using hibernate for persistance.
JSTL does not allow you to call functions on obj
Bender, James wrote:
I am new to Custom tags and am totally confused that "A" works and "B"
doesn't (below). I'm looking for a way to make "B" work if possible, so I
don't have to use a scriptlet or declaration to keep my presentation code
cleaner. Is this possible? Thanks!
A:
<%
String searchT
I am new to Custom tags and am totally confused that "A" works and "B"
doesn't (below). I'm looking for a way to make "B" work if possible, so I
don't have to use a scriptlet or declaration to keep my presentation code
cleaner. Is this possible? Thanks!
A:
<%
String searchTitle = request.getAtt
8 matches
Mail list logo