Re: Struts Menu problem

2009-01-12 Thread Lukasz Lenart
2009/1/13 ECLIPSE + CVS : > I am totally new to struts menus and while i am trying to implement one > sample in tomcat 6.0.18; it is showing securiyt exception. I am using the > latest struts menu jar (2.4.3) and struts-core is 1.3. My common collections > version is 3.1 . Is this because of any j

Struts Menu problem

2009-01-12 Thread ECLIPSE + CVS
Hi, I am totally new to struts menus and while i am trying to implement one sample in tomcat 6.0.18; it is showing securiyt exception. I am using the latest struts menu jar (2.4.3) and struts-core is 1.3. My common collections version is 3.1 . Is this because of any jar conflicts ?... My

Re: Spring Error without Spring

2009-01-12 Thread Dave Newton
If the Spring plugin is on the classpath S2 will attempt to use it. (It's also best to explicitly state which version of S2 you're using.) Dave Alexander Baetz wrote: i currently updated the struts version of my projekt to the new GA. Unfortunately i got the following error upon startup. 17:

Spring Error without Spring

2009-01-12 Thread Alexander Baetz
Hi, i currently updated the struts version of my projekt to the new GA. Unfortunately i got the following error upon startup. 17:34:05,355 INFO [BasicTilesContainer] Initializing Tiles2 container. . . 17:34:05,836 WARN [BasicTilesContainer] Unable to find configured definition '/WEB-INF/til

ArrayList in tag

2009-01-12 Thread Sonu S
Hi all, I am using Struts 1.2. I have one ArrayList and one HashMap in my form bean. Name of these collection are myList and myMap. Form bean name is myForm and scope is request. I would like to know how to display values from arraylist and hashmap to tag for creating drop down list. Thank you

RE: checkbox doubt

2009-01-12 Thread Richa Pandharikar
Declare boolean type of variable in your action class for each of the checkbox. Make sure you have generated the getters/setters. If you have selected the checkbox, framework will set the corresponding var to true and if not it will set it to false. HTH -Original Message- From: m.harig [m

Re: [S2] Using ajax head tag makes entire application slow

2009-01-12 Thread matt.payne
You are paying the dojo penalty. Check out the "net" usage in firebug plugin for firefox. Your 30k request just became a 500k request by turning this on. I use ajax, but none of the built in functionality. jquery ftw Matt Neil Aggarwal wrote: > > Hello all: > > When I include this tag in

Re: [S2] Using ajax head tag makes entire application slow

2009-01-12 Thread Musachy Barroso
For that and other(many) reasons we are deprecating the Dojo plugin in 2.1 (where there are more options to tweak loading and caching of the Dojo files) musachy On Mon, Jan 12, 2009 at 10:25 AM, Neil Aggarwal wrote: > Musachy: > > Thanks for the response. It seems strange the > Struts-based appr

RE: [S2] Using ajax head tag makes entire application slow

2009-01-12 Thread Neil Aggarwal
Musachy: Thanks for the response. It seems strange the Struts-based approach is so inefficient that we have to look at an outside solution. Thanks, Neil -- Neil Aggarwal, (832)245-7314, www.JAMMConsulting.com Eliminate junk email and reclaim your inbox. Visit http://www.spammilter.com fo

Re: [S2] Using ajax head tag makes entire application slow

2009-01-12 Thread Musachy Barroso
It is loading a gazillion javascript files, which should be cached, but still. If you only need a date picker, I would *strongly* advise you to pick a small library that already has one builtin. I use this one: http://docs.jquery.com/UI/Datepicker but there is a bunch of them. musachy On Mon, Ja

RE: [S2] Using ajax head tag makes entire application slow

2009-01-12 Thread Neil Aggarwal
Hello: I forgot to mention that I am using Struts 2.0.14 with the Tiles plugin on a CentOS 5 server. Any ideas why this is so slow? Thanks, Neil -- Neil Aggarwal, (832)245-7314, www.JAMMConsulting.com Eliminate junk email and reclaim your inbox. Visit http://www.spammilter.com for d

checkbox doubt

2009-01-12 Thread m.harig
hello all this is my doubt. i've five checkboxes . how do i check three checkboxes is checked among these five checkboxes how do i do it in struts . please anyone help me -- View this messa

checkbox

2009-01-12 Thread m.harig
hello all this is my code in jsp ArrayList levelList = (ArrayList)request.getAttribute("levelsList"); pageContext.setAttribute("levelsList",levelsList,pageContext.PAGE_SCOPE);

Re: Strut Menu question....

2009-01-12 Thread Lukasz Lenart
2009/1/12 ECLIPSE + CVS : > Currently i am using struts 1.3.8 for my project and i am planning to use > the latest struts version (2.4) . Here my question is whether this latest Struts 2.4 ? > version of struts menu is compatible with struts 1.3 ? and > is there any drawback for this menu projec

Re: Strut Menu question....

2009-01-12 Thread Paweł Wielgus
Hi, S1.x is something compleatly different than S2.x So i encourage You to read more about S2 first, before You will decide to migrate. Best greetings, Paweł Wielgus. 2009/1/12 ECLIPSE + CVS : > > Hi, > > I want to create one horizontal menu for my project. I searched a lot and i > can found so

Strut Menu question....

2009-01-12 Thread ECLIPSE + CVS
Hi, I want to create one horizontal menu for my project. I searched a lot and i can found so many .css based menus. But i think controlling the css menus based on the user roles is not that much easy. I found there is project in struts called struts-menu for creating and handling menus in strtus

Re: Problem with multiple tiles-defs.xmls in struts

2009-01-12 Thread Antonio
2009/1/12 kondalrao N : > I am using struts1.3. What version of Struts 1.3 are you using? Antonio - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Problem with multiple tiles-defs.xmls in struts

2009-01-12 Thread kondalrao N
Hi, I am using struts1.3.I have two struts-config.xml files in my application.I am adding those files in web.xml. action org.apache.struts.action.ActionServlet config /WEB-INF/firs

Re: Roadmap for GA Release of Struts 2.1?

2009-01-12 Thread Lukasz Lenart
As I know, vote is under way or already finished so Struts 2.1.6 should be released shortly (this week?) Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional co

Roadmap for GA Release of Struts 2.1?

2009-01-12 Thread Robert Graf-Waczenski
Hi All, i see that many of you fine people are using Struts 2.1 already. I'm a bit concerned to use a beta release in our production system here, so i'd like to know if there is any schedule for the GA release of 2.1. This here http://struts.apache.org/2.1.2/docs/version-notes-212.html only