Re: s:iterator get value to specific key

2010-11-03 Thread Emil Dombagolla
Hi all, Thanks a lot for the solutions. Emil On Wed, Nov 3, 2010 at 9:30 AM, Dale Newfield d...@newfield.org wrote: in Java you have two tools to get what you're asking for: Map has an entrySet() method returns a SetMap.Entry, each one of which has a getKey() and a getValue() method.

DOJO Rendering

2010-11-03 Thread Richard Sayre
Due to the deprecation of the DOJO plugin I have been trying to recreate all of my web site GUI without using Struts 2 tags. When I create a Tabbed Pane, the web site loads, then the Tabbed Pane renders in view of the user. Before the UI renders it looks like a mess. When I used the struts 2

struts2 html redering problem

2010-11-03 Thread m.harig
hello , am doing a application in struts2.2.1 , in which am adding some html values in my setter method , like Home lt;Bgt;Loanlt;/Bgt; Transfer , when i print this values in jsp page by s:property value=msg / , but i want the words should be highlighted as Home Loan Transfer , how do i

Re: struts2 html redering problem

2010-11-03 Thread Li Ying
You mean you want to print a message which include HTML Code? Try s:property value=msg escapeHtml=false 2010/11/3 m.harig m.ha...@gmail.com: hello ,       am doing a application in struts2.2.1 , in which am adding some html values in my setter method , like Home lt;Bgt;Loanlt;/Bgt;

JfreeChart plugin and dynamic size of the images

2010-11-03 Thread mccorby
Hi all, I am using jfreechart plugin to display charts in the application. Everything was ok until I found out that certain images were clipped. This happens to charts having many items in the legend so that only (part of) the legend is displayed. Though I can change the height property in the