help me,use taglib image have a problem!

2009-03-31 Thread marco gao
hi all, when i user image tag,have a error, but in my dev machine don't have this error? i think the image tag can't find the source image file.but i try many times,all failed! when this error happen,the jsp became very very very slowly! what can i do? the source: erro

Re: More URI confusion

2005-09-30 Thread Marco Mistroni
hello, try this <%@ taglib prefix='c' uri='http://java.sun.com/jstl/core' %> <%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt"; %> you won' t need to declare anyting in web.xml and no .tld anymore HTH marco On 9/30/05, G

c:forEach & index in looop

2005-07-27 Thread Marco Mistroni
hello all, i am trying to replace struts logic:iterate with JSTL c:forEach... however, i need what in logic:iterate is the index in the loop is it possible to get it from anywhere? thanks in advance and regards marco - To

Re: how to do this with JSTL

2005-07-26 Thread Marco Mistroni
anything..)? i thought that also the second option will do... thanks in advance and regards marco > > -Original Message- > > From: Marco Mistroni [mailto:[EMAIL PROTECTED] > > Sent: Monday, July 25, 2005 12:08 PM > > To: Tag Libraries Users List > > Subject: h

how to do this with JSTL

2005-07-25 Thread Marco Mistroni
where the selected value is the one corresponding to thep roperty.. am i correct that, if i want ot use JSTL, i have to use a c:forEach for displaying the collection, and a c:if to test teh value for each value in teh collection? anyone can give any hints? thanx and regards marco

Re: Still Struggling with JSTL and c:forEach :-(

2005-06-18 Thread Marco Mistroni
hello all, thanx a lot Rahul, it was a typo. regards marco On 6/17/05, Marco Mistroni <[EMAIL PROTECTED]> wrote: > Hello, > sorrywell i have code @home so i'll have to get back later > today or tomorrow > i have stored in ServletContext a List of ExpenseT

Re: Still Struggling with JSTL and c:forEach :-(

2005-06-17 Thread Marco Mistroni
ou all.. thanx and regards for your help marco On 6/16/05, Wendy Smoak <[EMAIL PROTECTED]> wrote: > From: "Marco Mistroni" <[EMAIL PROTECTED]> > > > > > > > > > > ServletException in '/insertBody.jsp': An error occurred w

Still Struggling with JSTL and c:forEach :-(

2005-06-16 Thread Marco Mistroni
posed to be my ExpenseType object? how come now it became a String? any help will be appreciated i am using JBoss 3.2.5 which is compatible with servlets 2.3 version thanx in advance and regards marco - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

problems with JSTL's c:forEach

2005-06-16 Thread Marco Mistroni
na.core.ApplicationContextFacade" using operator "." (null) at org.apache.struts.tiles.taglib.InsertTag$InsertHandler.doEndTag(Inser i am running my code on JBoss 3.2.5can anyone tell me where is the problem? thanx in advance and regards marco -

[OT]Re: null weirdness

2003-08-17 Thread Marco Tedone
within the JSP code, then Struts-el came out. I am wondering whether an element as the one below, would actually separate the front-end developer by the business developer. At the end, hasn't Struts been invented to exhibit an handful MVC framework for web applications? Regards,

java.security.AccessControlException

2002-01-30 Thread Marco
Hi, I'm Marco D'Aquilio and i have the same problem of Dieter Cailliau. With the j2ee RI 1.3 the JSTL EA3 not running. The error message java.security.AccessControException has been thrown when i try to use the jstl lib. The same example with the web logic 6.1 running without problems. Thanks.