Re: [appfuse-user] Problem with Menu Expandable

2008-06-14 Thread Sanath
Hi Matt, thnx for the quick reply. My menu.jsp contains the following code including the "initializeMenus(); " initializeMenus(); Sanath wrote: > > Hi All, > I have used s

[appfuse-user] Problem with Menu Expandable

2008-06-13 Thread Sanath
have enabled cookies in my browser .(It uses cookies to track the menu status as I understood) Can anyone pls help me to resolve this issue? sanath -- View this message in context: http://www.nabble.com/Problem-with-Menu-Expandable-tp17820439s2369p17820439.html Sent from the AppFuse - User mailing

[appfuse-user] how to implement tag

2008-03-08 Thread Sanath
Hi All, I am trying to implement a .etc I am using appfuse 2.0.1 with spring and hibernate.Is there a sample that I can see to understand the way how its implemented.I have used struts validation through validation.xml and controller level validations so far and We have decided to check o

[appfuse-user] DWR scriptaculous ajax.InPlaceCollectionEditor problem

2008-02-28 Thread Sanath
e through ajax. I have added the code here. Any help or tip is highly appreciated. thnx Sanath var longstr = ""; UserManager.getCounties(callbackfunc); function callbackfunc(data){ longstr = "['"

Re: [appfuse-user] Display tag link problem

2008-02-25 Thread Sanath
Thnx mike... This worked... thnx Mike Horwitz wrote: > > On 22/02/2008, Sanath <[EMAIL PROTECTED]> wrote: >> >> >> I have a displaytag that needs to have 3 columns and I have applied a URL >> attribute to the first column of the display tag. Other 2 col

[appfuse-user] Display tag link problem

2008-02-22 Thread Sanath
I have a displaytag that needs to have 3 columns and I have applied a URL attribute to the first column of the display tag. Other 2 columns doesn't have a url attribute. MY PROBLEM IS THAT WITH DISPLAYTAG 1.1.1, WHEN I CLICK AND COLUMN, IT GOES TO THAT GIVEN URL. I HAVE THE APPFUSE LIGHT (EQUINOX)

Re: [appfuse-user] PickList Javascript error

2007-11-28 Thread Sanath
javascript. any ideas and suggestions are welcome thanks sanath Mike Horwitz wrote: > > Have you tried debugging with FireFox/Firebug yet > (http://getfirebug.com/)? Absolutely > brilliant for sorting out those pesky Javascript/CSS problems! > > Mike > > >

[appfuse-user] PickList Javascript error

2007-11-28 Thread Sanath
tomcat start. IF anyone can give a helping hand to figure out this issue, its highly appreciated. Thanks Sanath -- View this message in context: http://www.nabble.com/PickList-Javascript-error-tf4887260s2369.html#a13988650 Sent from the AppFuse - User mailing list archive at Nabble.com

Re: [appfuse-user] Could not open Hibernate Session for transaction; nested exception is

2007-10-09 Thread Sanath
Dear Ealden, This is Appfuse 2.0 M5 My DB is mysql Java version is 5 Is this due to not setting autoReconnect=true in the db connection URL All ur help and advices highly appreciated. Sanath wrote: > > Hi All, > In my appfuse project, When am trying to logging to the system,

[appfuse-user] puluwan ne

2007-10-09 Thread Sanath
-- View this message in context: http://www.nabble.com/puluwan-ne-tf4598429s2369.html#a13129027 Sent from the AppFuse - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

[appfuse-user] Could not open Hibernate Session for transaction; nested exception is

2007-10-08 Thread Sanath
he page is refreshed, it works again Is there any specific reason behind this strange issue.. pls help... THANKS sanath -- View this message in context: http://www.nabble.com/Could-not-open-Hibernate-Session-for-transaction--nested-exception-is-tf4592354s2369.html#a13110077 Sent from the AppF

[appfuse-user] Hibernate running SQL statements directly in appfuse

2007-08-24 Thread Sanath
I have a rather long and complex SQL query that has nested quires inside too. I have notices that appfuse uses getHibernateTemplate().find to give the HQL statement. Is there anyway that I can run a "SQL" statement without using HQL statements to avoid much more complexity -- View this message in

[appfuse-user] menuExpandable2.js

2007-08-11 Thread Sanath
Hi All, I have an issue in this script that needs some assistance from you all. We have implemented this menu in an appfuse project like this way. + Item1 1st Level Item1_1 Item1_2 + Item1_3.2nd Level Item1_3_1 Item1_3_2 I

[appfuse-user] Need of a Timeline control

2007-08-08 Thread Sanath
in the context of appfuse. All your suggessions are highly appriceated. thnax Sanath -- View this message in context: http://www.nabble.com/Need-of-a-Timeline-control-tf4234657s2369.html#a12048375 Sent from the AppFuse - User mailing list archive at Nabble.com

Re: [appfuse-user] SSO implementation with APPFUSE

2007-07-30 Thread Sanath Kodikara
: I don't believe the CAS limitation you describe. Can you point me to the documentation that states this? A good SSO solution should support an infinite number of applications (only limited by hardware and bandwidth). Matt On 7/30/07, Sanath <[EMAIL PROTECTED]> wrote: Hi Matt, I am

[appfuse-user] SSO implementation with APPFUSE

2007-07-30 Thread Sanath
Hi Matt, I am implementing SSO on a project. I have 4 .war files created by 4 different web applications and I need to implement SSO on this. I heard that CAS supports only up to 2 .war files . Is it a good idea to implement SSO on Tomcat? Is it secure enough? please advice me thnx -- View this

Re: [appfuse-user] Localization using unicode fonts problem font not displaying

2007-07-11 Thread Sanath Kodikara
framework are you using? Are you only concerned with rendered text on the UI, or are you also having issues with data not being properly encoded? Matt On 7/10/07, *Sanath* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: Hi all, I am from Sri Lanka and these days am trying

[appfuse-user] Localization using unicode fonts problem font not displaying

2007-07-10 Thread Sanath
Hi all, I am from Sri Lanka and these days am trying to configure appfuse (Localization to support sinhala language) . I used the sinhala unicode font and since utf-8 was used as the db encoding I was able to save the sinhala words in the db and was able to successfully retrieve it and display. Th