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 de

Re: struts2 html redering problem

2010-11-03 Thread Li Ying
You mean you want to print a message which include HTML Code? Try 2010/11/3 m.harig : > > hello , > >       am doing a application in struts2.2.1 , in which am adding some html > values in my setter method , like Home Loan Transfer , > when i print this values in jsp page by > , but i

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 Loan Transfer , when i print this values in jsp page by , but i want the words should be highlighted as Home Loan Transfer , how do i overcome this? please any1 hel

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 tag

Re: 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 wrote: > in Java you have two tools to get what you're asking for: > > Map has an entrySet() method returns a Set, each one of which > has a getKey() and a getValue() method. > The original map also ha