Despite the fact that will work "as it is" in Tomcat:
"(...) Just so it's clear, if you're using JSP 2.0 and Servlet 2.4, using the
struts-el library will cause unknown problems, and should not be used (I know,
I wrote it). In any case, there is no need to use it, as JSP 2.0 natively
supports th
Hi, everybody.
Is there any workaround or fix for this?
http://old.nabble.com/Struts-1.3.9---tags-html-el-td23781955.html
I'm facing the same problem using Struts 1.3.10.
Thanks.
Best regards,
Are you sure that you using the up-to-date version of your class ?
Maybe a misspelled method name or attribute name ?
Try to make this test (in your .jsp):
<%
B b = new B();
%>
getDealNumber <%=b.getDealNumber%>
<%
pageContext.setAttribute("currTxn",b, PageContext.REQUEST_SCOPE);
%>
getDea
Have you tried something like this :
If your property "hashmap" is a hashMap that contains a key "myInts" with the value "Integer []" try this:
news.gmane.org wrote:
myBean contains a property myHashMap
myHashMap contains Integer[]'s as values
I would like to figure out
What *exactly* is your question ? Is only the subject of your e-mail ?
Lachdanan wrote:
Did I forget the ??? in the subject line so that no one answers?
Lachdanan
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional com
Try something like this:
Pani R wrote:
Hi All:
When I use <%@ include file='' %>,
the tag doesn't seem to pull the corresponding resource from the App.Resource file.
Instead, its looking for a file "
I tried using . Also, tried various combination of single and double quotes. But nada. It p
Lukas, i don't know if i understand your question, but:
Can you use to "access and rename" your bean so you can
use it in a el expression ?
Lukas Hazlehurst wrote:
Hello,
I apologise if I've missed something obvious somewhere, but I'm trying
to use a property of my form bean in a core tag,
I've a problem with dbcp but it was different: I was declaring my ds in
a tomcat config file but the
.jar file (which contains the jdbc driver) was available only for my
application (in WEB-INF/lib) and not for
the Tomcat itself :-(
Is your driver available in WEB-INF/lib ?
Xuemin Guan wrote:
8 matches
Mail list logo