RES: Struts 1.3.10, struts-html-el and Weblogic 10.3

2011-02-24 Thread Daniel Henrique Alves Lima - Claro Matriz -
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

Struts 1.3.10, struts-html-el and Weblogic 10.3

2011-02-21 Thread Daniel Henrique Alves Lima - Claro Matriz -
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,

Re: No getter method for property p of bean b - getP is public in b's super class

2004-04-22 Thread Daniel Henrique Alves Lima
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

Re: iterate through a HashMap of Integer[]'s

2004-04-21 Thread Daniel Henrique Alves Lima
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

Re: logic:iterate over a collection of non-simple objects, how to fill them after submit

2004-04-21 Thread Daniel Henrique Alves Lima
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

Re: in <%include> not working

2004-04-21 Thread Daniel Henrique Alves Lima
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

Re: Getting the form bean on a page for use in a core tag

2004-04-20 Thread Daniel Henrique Alves Lima
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,

Re: Problem with Data Source Definition

2004-04-20 Thread Daniel Henrique Alves Lima
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: