Re: [s2] unexpected Tomcat shutdown everyday

2007-05-22 Thread walidito
Tan Mook Kuen wrote: > > Hi, > Do you have any classes which invoke System.exit()? > or do u have any spring scheduler which will terminate tomcat? > or any error occurred before tomcat shutdown? > > Best regards, > MK Tan > > On 5/17/07, walidito <[EMAIL PR

[s2] unexpected Tomcat shutdown everyday

2007-05-17 Thread walidito
Hi all, I have a a very strange and critical pb with my struts 2.0.1 application that makes my tomcat server shutdown everyday between 5:40pm and 6:30pm approx. I'm sure that this come from my application since the pb does not occur when I remove it. tomcat is a 5.5.20, my jdk is 1.5-009. When my

Re: [S2] how to upgrade to 2.0.6

2007-02-27 Thread walidito
w Struts2.0.6 library to your project. > > I dont know if I could explain it any better over email :( > > Regards, > Paul > _ > > From: walidito [mailto:[EMAIL PROTECTED] > To: user@struts.apache.org > Sent: Tue, 27 Feb 2007 17:01:38 -0500 > Subject: Re: [

Re: [S2] how to upgrade to 2.0.6

2007-02-27 Thread walidito
dropping the old user library from > my project and adding the new one to the build path. > > don't know if that helps :) > > Regards, > Paul > _ > > From: walidito [mailto:[EMAIL PROTECTED] > To: user@struts.apache.org > Sent: Tue, 27 Feb 2007 1

[s2] how to upgrade to 2.0.6

2007-02-27 Thread walidito
I have alreasy start my project with 2.0.1 and it is working well. However, I'd like to upgrade to 2.0.6. Can someone explain me how to do it ? thanks -- View this message in context: http://www.nabble.com/-s2--how-to-upgrade-to-2.0.6-tf3304713.html#a9192617 Sent from the Struts - User mailing

Re: [S2] [ANN] Struts 2.0.6 GA release available

2007-02-27 Thread walidito
Congratulations !! Pedro Herrera wrote: > > Congratulations to Struts team for this release!! > > Best Regards > > Pedo Herrera > > > > husted wrote: >> >> The Apache Struts group is pleased to announce that Struts 2.0.6 is >> available as a "General Availability" release. The GA de

Re: [S2] Migrate from Struts 2.0.1 to 2.0.5

2007-02-14 Thread walidito
Thanks shuai for yoyr response, I think I'd better wait for next releases (or for a GA release, if this happens one day I hope). thanks. Shuai Zheng wrote: > > Based on my own experience, WW-1711 is a big issue. > I know there is a way to walk around it, but I feel it makes the code ugly > and

Migrate from Struts 2.0.1 to 2.0.5

2007-02-13 Thread walidito
Hi, I'm very sorry if this question has already been asked, but I would like to know how to migrate from 2.0.1 to 2.0.5 and if it is not risky. I have already started my project in 2.0.1 and it works well (it took time to make it work well)... I have few concerns about staying at 2.0.1 or migratin

[s2] how to fully customize tabs ?

2007-01-29 Thread walidito
Hi all, I could customize my http://www.nabble.com/-s2--how-to-fully-customize-tabs---tf3138330.html#a8697705 Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additi

download struts 2.0.3 version

2007-01-22 Thread walidito
Hi all, I have three questions 1 - As I'm facing few problems with the 2.0.1 version of struts, i would like to know how/where to download the 2.0.3 release. 2 - Don said it there will be a release of 2.0.4 in the next days... If I can download the 2.0.3, does it worth to wait for the 2.0.4 ? 3

Re: [s2]Targeting a link to open in a

2007-01-19 Thread walidito
when will it be available because a very important feature of struts 2 in general, and of my application. ? thanks Musachy Barroso-2 wrote: > > My bad, that's new on 2.0.2. > > musachy > > walidito wrote: >> yes with the same error, >> and let me rewrite wh

Re: [s2]Targeting a link to open in a

2007-01-19 Thread walidito
Barroso-2 wrote: > > With the same error? > > musachy > > walidito wrote: >> sorry i posted the wrong code, >> but i tried both target and targets. >> both doesnt work >> >> Musachy Barroso-2 wrote: >> >>> The anchor and the submit tags

Re: [s2]Targeting a link to open in a

2007-01-19 Thread walidito
ote: > > It is "targets" instead of "target"(can be more than one) > > musachy > > walidito wrote: >> thank you very much, >> when I try the following code, or the equivalent without the s:url stuff, >> I >>

Re: [s2]Targeting a link to open in a

2007-01-19 Thread walidito
ontent will be updated with html returned from from your action: > > > > > > Showcase has several examples of this. More info here: > > http://cwiki.apache.org/confluence/display/WW/Ajax+Tags > > regards > musachy > > walidito wrote: >> H

Re: [s2]Targeting a link to open in a

2007-01-19 Thread walidito
thank you very much, when I try the following code, or the equivalent without the s:url stuff, I get this error : Attribute target invalid for tag a according to TLD at org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:512) at org.apache.jasper.servlet.JspServl

[s2]Targeting a link to open in a

2007-01-19 Thread walidito
Hi everybody, My new dilema is : I have created my "own" ajax widgets by putting http://www.nabble.com/-s2-Targeting-a-link-to-open-in-a-%3Cs%3Adiv-theme%3D%22ajax%22-box---tf3040935.html#a8452631 Sent from the Struts - User mailing list archive at Nabble.com. ---

Re: struts2

2007-01-19 Thread walidito
My advice is also that you use Struts 2 for your project. I have only six month experience on struts 1.x, and I can tell you that I prefer struts 2 that is much more simple to use. The only pb id see for struts 2 is its pretty poor documentation. Do not hesitate to search your responses in webwork

Re: [s2] how to make s:iterator work

2007-01-16 Thread walidito
ble directly. > > L. > > walidito wrote: >> Hi thanks a lot, >> what you said about the private method is right. I don't know if it is >> the >> best solution, but it works well when I changed the method to public, so >> thanks. >> However, I'

Re: [s2] how to make s:iterator work

2007-01-16 Thread walidito
omment ( though the part regarding using the jstl is > still valid. ) > > the problem for you is that since listOfBooks is not in the valuestack > directly, you would have to reference it via the request object, like so > > > ... > > > > > walidito wrote: &

[s2] how to make s:iterator work

2007-01-16 Thread walidito
Hi everybody. I have a problem with displaying a list of objects that I extract from a hibernate database. I' searching for the simpler and the better way to do it please. I have two issues : I am not sure about how to send it to the jsp. For the moment I am trying this one from my action : priv

Re: global auth. for application

2007-01-09 Thread walidito
What version of struts are you talking about? In struts 2, I think an interceptor could help (that's what Im using), but I 'm not sure that it is a good practice. Generally speaking, for struts 1.x or even struts2.x Spring could help : here is a useful link http://www.javaworld.com/javaworld/jw-01

Re: Action without interceptors

2007-01-09 Thread walidito
why don't you simply DONT put an interceptor in your action mapping ? for example : index Good luck Juan Espinosa wrote: > >> Hi to all i need help >> i want to have an action without interceptors. I want to configure it in >>

Re: Struts 2 and Dojo

2006-12-28 Thread walidito
space "/hangman/ajax", the > returned html, will use Dojo widgets, for example: > > somelink > > in //1 the text is parsed into an xml fragment, and in //2 Dojo is > instructed to create widgets from that fragment. In //3 javascript > sections are evaluated, if

Re: S2 - customize tabs

2006-12-15 Thread walidito
OK thanks, does anyone has already written a css for struts-2-like tags : It would be great. thanks, walid. Don Brown wrote: > > You should be able to just provide your own css styling for the tags > in your usual css file. > > Don > > On 12/14/06, walidito <

S2 - customize tabs

2006-12-14 Thread walidito
Does anyone know what is the simplest way to customize the tabpanel and tab. I think this is related to some css but but I'm not sure about the exact path of those css. thanks -- View this message in context: http://www.nabble.com/S2---customize-tabs-tf2823006.html#a7879655 Sent from the Struts

Re: S2 - Ajax Tabbed Panel pb

2006-12-14 Thread walidito
That's ok I have solved the problem. For those interested by putting many ajax widgets, use the showcase example 1 that uses many widgets on the same page. walidito wrote: > > I have checked thanks, but i dont have two same div ids. > > > Musachy Barroso-2 wrote: >&

Re: struts 2 compatible with JBoss Portal 2.6

2006-12-14 Thread walidito
x27;adresse au destinataire indiqué et peut contenir des > renseignements de caractère privé ou confidentiel. Si vous n'êtes pas le > destinataire de ce document, nous vous signalons qu'il est strictement > interdit de le diffuser, de le distribuer ou de le reproduire. > - Original

struts 2 compatible with JBoss Portal 2.6

2006-12-13 Thread walidito
Hi, As my experience with struts 2's ajax features is turning to a nightmare, I would likw to know if struts 2 is compatible with the latest version of Jboss Portal, I mean the 2.6 version. Because the struts 2 site says it is compatible with the 2.2 version, wich seems to be strange since struts

Re: S2 - Ajax Tabbed Panel pb

2006-12-13 Thread walidito
I have checked thanks, but i dont have two same div ids. Musachy Barroso-2 wrote: > > Check that you are not using the same id for two different divs. > > musachy > > walidito wrote: >> Hi, >> I must be unlucky with struts 2, but I based myself on the show

S2 - Ajax Tabbed Panel pb

2006-12-12 Thread walidito
Hi, I must be unlucky with struts 2, but I based myself on the showcase (example2) to test the tabbed panel on my web app. It's ok it works, but the issue is that I had another "ajax div" on my page, that also used to work. Here it is : initial content @ But

Re: Struts 2 and Dojo

2006-12-12 Thread walidito
g about ? -Could you please be ;ore explicit about this method? thanks Walid in the header of my main page. Where shall I put Musachy Barroso-2 wrote: > > walidito wrote: >> Hi everybody, >> I'm trying to use both the struts-2 embedded ajax tags, I mean >> > &

Struts 2 and Dojo

2006-12-12 Thread walidito
Hi everybody, I'm trying to use both the struts-2 embedded ajax tags, I mean

Error setting expr dojo.transport with value...

2006-12-08 Thread walidito
Hi, I'm using a small ajax div-tag to load data from an action. I make refreshments every x seconds. It works, But I get this exception in my console : SEVERE: Error setting expr 'dojo.transport' with value '[Ljava.lang.String;@1256a73' ognl.OgnlException: target is null for setProperty(null, "tra

Re: Still Ajax and Struts 2

2006-12-08 Thread walidito
h the error, but > that page has the same menu as showcase, that's why your are seeing it > twice. Put the full url for the action on the address bar, after you get > that to show the right page (what you expect to see in the div tag), > then try the div. > > musachy >

Re: Still Ajax and Struts 2

2006-12-08 Thread walidito
t adding anything else to it and you are looking > at the right one? I just check it out on showcase and it only loads > once. Can you see if you have the same problem on showcase? > > regards > musachy > > walidito wrote: >> Sorry but it didn't... >> It load

Re: Still Ajax and Struts 2

2006-12-08 Thread walidito
;ajax" > cssStyle="border: 1px solid yellow;" > href="%{ajaxTest}"> > Initial Content > > That should load the div only once. > > musachy > > walidito wrote: >> Hi, >> Actually, I get this error both in m

Re: Still Ajax and Struts 2

2006-12-08 Thread walidito
er logs right? There's a couple of > things that we still need to fix for this integration between Struts and > Dojo, but the application should work anyway. > > musachy > > walidito wrote: >> thanks, but I get an error with the code you gave me : >> SEV

Re: Still Ajax and Struts 2

2006-12-08 Thread walidito
Hi, I'm using Struts 2.0.1 and IE 6.0.2800 Ian Roughley wrote: > > What release of Struts2 are you using and which browsers? > > /Ian > > > walidito wrote: >> thanks, but I get an error with the code you gave me : >> SEVERE: Error se

Re: Still Ajax and Struts 2

2006-12-07 Thread walidito
/struts-tags" %> > > <% > request.setAttribute("decorator", "none"); > response.setHeader("Cache-Control","no-cache"); //HTTP 1.1 > response.setHeader("Pragma","no-cache"); //HTTP 1.0 > response.setDateHeader

Still Ajax and Struts 2

2006-12-07 Thread walidito
I, I wanna run this type of example app : http://www.planetstruts.org/struts2-showcase/viewSource.action?page=/ajax/remotediv/example1.jsp : 19: Initial Content In other word, a basic ajax component that allows a refreshment of only a part of my page. But I didn't get how to write the co

RE: Struts2 and Ajax pb

2006-12-07 Thread walidito
Ok ok, I begin to see what is the exact pb : I my action mapping I've putted : /JSPs/Error.jsp /JSPs/Menu.jsp so it must create an ugly loop... By the way, what should I put it this action mapping ? nothing ? thank you. walidito wrote: > > Thank you ! >

RE: Struts2 and Ajax pb

2006-12-07 Thread walidito
message : widget ID collision on ID: twoseconds Dave Newton-3 wrote: > > walidito [mailto:[EMAIL PROTECTED] >> href="/dashboard/actions/AjaxTest.action" > > Do you have a mapping to that action? > > Dave > > > ---

Struts2 and Ajax pb

2006-12-07 Thread walidito
Hi, I hava followed one of the "showcase" example ( http://www.planetstruts.org/struts2-showcase/viewSource.action?page=/ajax/remotediv/example1.jsp ) tu run a first an independently-refreshed zone of my webpage. As the example doen't provide with the corresponding Action Class, i didn't succeed i

packages organisation in struts 2

2006-12-05 Thread walidito
Hi, I'm developping a new web app with struts 2 using eclipse and I would like to organize my code like I am used to do with struts 1. I mean putting Interfaces, beans, actions in separate folders/packages. It seems impossible to add a package/source floder under the main packages given with exam

How to align form fields in struts 2

2006-12-05 Thread walidito
Hi, I have a problem with aligning my form's fields to the right using struts 2. Here is my code : I have tried requiredposition="right" and the "size" attritbute, but it doesn't work neither. Could sbdy help please? thanks in advance -- View this message in context: http://www.nabble.com/

struts 2 newbie question

2006-11-30 Thread walidito
Hello, I'm working through the official struts 2 tutorial (http://struts.apache.org/2.x/docs/validating-input.html ...) and I don't understand this stuff : in struts.xml the tutorial says : The "method={1}" attribute is replaced with "method=input". Why ? Can someone explain me why it is replac

Struts 2 - sample appl

2006-11-30 Thread walidito
Hi, I'm new to struts 2 and I face few problems. I need a link where I can download a simple example application with a form and few form's valdation actions/jsp etc thank you Walid -- View this message in context: http://www.nabble.com/Struts-2---sample-appl-tf2733969.html#a7626825 Sent fr