Re: Nested Iterator Problem

2010-07-03 Thread Chris Miles
Out of interest I tried the html character for the pound sign and it works now. Strange that would make it fail when the tag should not care about the HTML content nested within it. Chris - Original Message - From: "Chris Pratt" To: "Struts Users Mailing List" Sent: Thursday, Jul

Re: Nested Iterator Problem

2010-07-03 Thread Chris Miles
Hi, Thanks. My action class is as follows. It is very basic. The confusion is that I can call a property once but it fails as soon as I try to even call the same property a second time. It is beyond reasoning. Chris package sentiments.struts2.checkout; import sentiments.struts2.ShopAction;

Re: Mapping a dynamic html form with ActionForm

2010-07-03 Thread Paweł Wielgus
Hi, no, i was thinking about plain text field with only answer text as its value. But if You want to make xml from some things on your page than You probably need to use javascript. Best greetings, Paweł Wielgus. 2010/7/2 Jawahar Nayak : > > is this "response text " the xml what I talk about my

GET method action current value encoding

2010-07-03 Thread kou
I've create GET method action Page with apache struts 2.1.8.1. I'm making a page in encoding UTF-8. struts action is setter value. POST method 's setter value is encoding UTF-8. but GET method 's value is encoding ISO-8859-1. This trouble resolved this Action setter. but When GET was performed a