Re: struts2.1.8 iterator tag problem

2009-10-11 Thread Tommy Pham
From: karen To: user@struts.apache.org Sent: Sun, October 11, 2009 11:37:49 PM Subject: struts2.1.8 iterator tag problem Hi,all I have a problem with iterator tag. I wrote in my jsp like this: <%@ page language="java" contentType="text/html; charset=utf-8"%> <%.

Re: struts2.1.8 iterator tag problem

2009-10-11 Thread Gregor Marinšek
Hi! Try this: karen wrote: Hi,all I have a problem with iterator tag. I wrote in my jsp like this: <%@ page language="java" contentType="text/html; charset=utf-8"%> <%...@taglib prefix="s" uri="/struts-

struts2.1.8 iterator tag problem

2009-10-11 Thread karen
Hi,all I have a problem with iterator tag. I wrote in my jsp like this: <%@ page language="java" contentType="text/html; charset=utf-8"%> <%...@taglib prefix="s" uri="/struts-tags"%> But my jsp told me somethi

RE: Behaviour of Double conversion

2009-10-11 Thread Martin Gainty
did you use xwork DoubleConverter? @Conversion() public class ConversionAction implements Action { private String convertDouble; @TypeConversion(converter = "com.opensymphony.xwork2.util.XWorkBasicConverter") public void setConvertDouble( String convertDouble ) { this.convertDouble =

Behaviour of Double conversion

2009-10-11 Thread Eduard Neuwirt
Hi all, I am facing the following interesting behavior of struts 2.1.8. I am using in action a list containing beans with setting of Double. Additionally I set German locale. So the value of double will be displayed in the English-Locale for example 5.55, but the conversion of value is done

Re: warning from user@struts.apache.org

2009-10-11 Thread Struts Two
Can anyone says why am I getting this warning? What do you exactly mean "messages from you have been bouncing"? --- On Sun, 10/11/09, user-h...@struts.apache.org wrote: > From: user-h...@struts.apache.org > Subject: warning from user@struts.apache.org > To: struts...@yahoo.ca > Received: Su

Re: Prevent request filter invocation when struts action tag is invoked

2009-10-11 Thread Musachy Barroso
What REQUEST FILTER is this you are talking about? On Sat, Oct 10, 2009 at 10:15 PM, Pancham wrote: > request filter -- "Hey you! Would you help me to carry the stone?" Pink Floyd - To unsubscribe, e-mail: user-unsubscr...@s

Re: Wanted: Custom id="something" parameter in rendered html:error

2009-10-11 Thread Lukasz Lenart
2009/10/9 sinkpen : > I don't want to add a separate div around the html:error tag as then that > div will show up whether there is an error or not. You can fist check if errors exists and than add tag you want, check that http://www.nabble.com/Re%3A-HTML%3Aerrors-p23202327.html Regards -- Luka

Struts 2 + Sitemesh huge content problem

2009-10-11 Thread nani2ratna
Hi Every, I am interested to use Sitemesh instead of tiles after reading the advantages of sitemesh over tiles. But somewhere i also read his one " Sitemesh will attempt to store the entire contents of an html page in memory prior to decorating it. Very large pages could cause memory problems. "