Re: struts-logic counterpart of this...

2004-11-18 Thread luca
Karr, David wrote: Well, first of all, there's no technical reason you can't use the JSTL and Struts taglibs on the same page. you are perfectly right. In fact this is what I am doing at the moment and it works. This is simply an elegance and maintanance issue though. I am dealing with an

nested tags

2004-11-18 Thread luca
Hallo, I have implemented a tag lib with some cases of nested cooperating tags. For ex: wall:img src=pix/cinema.gif alt=Cinema wall:alternate_img src=pix/cinema_big.gif test=${bool} / /wall:img wall:img src=pix/games.gif alt=Games wall:alternate_img src=pix/games_big.gif

RE: nested tags

2004-11-18 Thread Felix Velasco
have you tried looking at the generated .java files? At worst you might be able to decompile the .class generated for this jsp -Original Message- From: luca [mailto:[EMAIL PROTECTED] Sent: 18 November 2004 13:45 To: Tag Libraries Users List Subject: nested tags Hallo, I have

RE: struts-logic counterpart of this...

2004-11-18 Thread Karr, David
-Original Message- From: luca [mailto:[EMAIL PROTECTED] Karr, David wrote: If your web container doesn't support JSP 2.0, and you want to use the EL in the attributes of your Struts tags, then you'll need to utilize the Struts-EL library, which you'll find in the

Re: nested tags

2004-11-18 Thread luca
People, I fixed the problem. I'll post anyway the msg I was about to send to the list right before I relalized it was a banal NullPointerException that for some reason did not produce any diagnostics. This may be interesting for those who have similar problems in then future and to show how