Re: Portlet-plugin maintainer?

2009-10-13 Thread Nils-Helge Garli Hegvik
I did notice your second email, but for some reason never received the first one. It's true that there's are some issues in the backlog right now. Any help would be appreciated :) Nils-H On Tue, Oct 13, 2009 at 5:24 PM, Musachy Barroso wrote: > AFAIK Nils is the only one that uses/maintains the

Re: Bug: Struts 2.1.8 and "multipart/form-data"

2009-10-13 Thread Musachy Barroso
why do you think it stores them in the session? that sounds weird. musachy On Tue, Oct 13, 2009 at 4:58 PM, Alex Siman wrote: > > If form uses [enctype="multipart/form-data"] then Struts2 stores request > params in session (I suppose, at least not in request). And with every form > submit Struts

Bug: Struts 2.1.8 and "multipart/form-data"

2009-10-13 Thread Alex Siman
If form uses [enctype="multipart/form-data"] then Struts2 stores request params in session (I suppose, at least not in request). And with every form submit Struts2 prepend prev value of parameter to a new one separated by a comma. Example: update.jsp --

Re: How to get value of tag attribute from OGNL?

2009-10-13 Thread Dale Newfield
Musachy Barroso wrote: hum, yeah after rtexprvalue=false it should work fine, please edit the wiki :) Done. -Dale - To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For additional commands, e-mail: dev-h...@struts.ap

Re: How to get value of tag attribute from OGNL?

2009-10-13 Thread Musachy Barroso
hum, yeah after rtexprvalue=false it should work fine, please edit the wiki :) musachy On Tue, Oct 13, 2009 at 12:42 PM, Dale Newfield wrote: > Musachy Barroso wrote: >> >> that's only a problem for defining maps in ognl, which used the >> "#{a:b}" syntax, which made the jstl el complain. The so

Re: How to get value of tag attribute from OGNL?

2009-10-13 Thread Dale Newfield
Musachy Barroso wrote: that's only a problem for defining maps in ognl, which used the "#{a:b}" syntax, which made the jstl el complain. The solution is just to use the alternative map syntax: #...@java.util.linkedhashmap@{ "foo" : "foo value", "bar" : "bar value" } http://www.opensymphony.com/

Re: How to get value of tag attribute from OGNL?

2009-10-13 Thread Musachy Barroso
that's only a problem for defining maps in ognl, which used the "#{a:b}" syntax, which made the jstl el complain. The solution is just to use the alternative map syntax: #...@java.util.linkedhashmap@{ "foo" : "foo value", "bar" : "bar value" } http://www.opensymphony.com/ognl/html/LanguageGuide/c

Re: How to get value of tag attribute from OGNL?

2009-10-13 Thread Dale Newfield
Alex Siman wrote: I switched off the JSTL-EL (as it was recomended in Struts2 wiki) Can you please point me to that? Seems quite strange to me... Read the section "JSP 2.1" here: http://struts.apache.org/2.1.8/docs/ognl.html That was added by Ted Husted on 3/23/2007. What are the problems

Re: Portlet-plugin maintainer?

2009-10-13 Thread Musachy Barroso
AFAIK Nils is the only one that uses/maintains the portlet plugin. That being said, you can always submit patches for it. musachy On Sat, Oct 10, 2009 at 9:59 AM, Leonard Broman wrote: > Hi! > > We are using struts in portlets for custom modules in sitevision > (proprietary portal) but the portl

Portlet-plugin maintainer?

2009-10-13 Thread Leonard Broman
Hi! We are using struts in portlets for custom modules in sitevision (proprietary portal) but the portlet-plugin has some bugs it seems, that might be related directly to this portal. I've started looking at the codebase for portlet-plugin to try to debug the issues, but I've realised it's going t