DOJO problem in struts 2.0.6

2007-07-21 Thread arvinder
I am trying a very simple Ajax call in jsp but I cannot get it to work I have s:head theme=ajax debug=true/ in head and following in my jsp body s:url id=ajaxText value=ajaxSili.html/ !-- Div where content will be displayed -- s:div theme=ajax id=t1 href=%{ajaxText}

Re: S2 send wrong Portlet Window States - May be a bug

2007-07-21 Thread Nils-Helge Garli
Which version of uPortal are you using? On 7/19/07, tom tom [EMAIL PROTECTED] wrote: Hi, We got some portlets developed using S2 running of uPortal. It looks like When we switch between Window states and try to print window states in JSR168Dispatcher it prints window states incorrectly. For

Re: DOJO problem in struts 2.0.6

2007-07-21 Thread Musachy Barroso
If that's the first error on the log, then it would mean that the dojo.jsfile is not getting loaded, you can verify that with the Firefox Web Dev toolbar or firebug. musachy On 7/21/07, arvinder [EMAIL PROTECTED] wrote: I am trying a very simple Ajax call in jsp but I cannot get it to work I

I still cannot run a basic struts2 app on tomcat55

2007-07-21 Thread Michelle Baert
Hi all, I'm trying to start learning struts2. I have a tomcat 5.5 server running fine with simple jsp applications. But I found no way to start a struts2 app, even struts2-blank-2.0.8 or any of the supplied examples. I tried several examples from various tutorials, they give the same error.

Re: I still cannot run a basic struts2 app on tomcat55

2007-07-21 Thread Pierre Goupil
Definitely, it's a Tomcat security manager problem. Can't you just deactivate it ? As it is for learning purposes, this shouldn't be a great concern. My 2 cents, Pierre -- Si le sang ne coule pas assez chaud dans tes veines, je le répandrais sur le sable pour qu'il bouille au soleil.

Re: I still cannot run a basic struts2 app on tomcat55

2007-07-21 Thread Michelle Baert
Le samedi 21 juillet 2007 à 19:54 +0100, Pierre Goupil a écrit : Definitely, it's a Tomcat security manager problem. Can't you just deactivate it ? As it is for learning purposes, this shouldn't be a great concern. My 2 cents, Pierre Thank you for answering, Pierre. I would say that my

Re: [S2] add option to s:select

2007-07-21 Thread Laurie Harper
Filippo De Luca wrote: Hello Struts users, I have my business pojo Class have a property telefoni instance of interface java.util.SetTelefono. Telefono is my class to store phone number. It have 3 properties (number, type, notes). I use a s:select to view this elements in a form. It is possible