Re: Custom tag question

2006-04-11 Thread [EMAIL PROTECTED]
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

Re: Custom tag question

2006-04-10 Thread Aladin Alaily
... 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.

Re: Custom tag question

2006-04-10 Thread Aladin Alaily
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

Re: Custom tag question

2006-04-10 Thread Dave Newton
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

Custom tag question

2006-04-10 Thread Aladin Alaily
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

POSSIBLE OT: localised hashtable custom tag question

2004-08-01 Thread Bryan Hunt
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

Re: OFF Topic -- beginner's custom tag question

2004-03-30 Thread Craig McClanahan
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

OFF Topic -- beginner's custom tag question

2004-03-30 Thread Bender, James
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