Re: JavaScript errors on exception-handling.html

2013-09-05 Thread Chris
Hallo Volker, Thanks, I was writing this in the same time Some HTML pages in WW/docs give sometimes an ( alert? ) error and yon can't see the data For example, Coding Struts 2 Actions, docs/WW/docs/coding-struts-2-actions.html, The same error: --     SyntaxHighli

Re: JavaScript errors on exception-handling.html

2013-09-05 Thread Lukasz Lenart
Yes, we know that and it's already solved - please check the Draft docs http://struts.apache.org/development/2.x/docs/exception-handling.html Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2013/9/5 Volker Krebs : > Hello, > the Exception Handling Documentation Page >

Re: javascript array to Struts 2 action

2011-05-10 Thread Paweł Wielgus
Hi, try with String[] field in your action, or create a custom field setter that will take String[] as a parameter. I also assume that on your page You are submiting it as an array? Best greetings, Paweł Wielgus. 2011/5/10 srsankar : > i am having a array of strings on javascript and i would lik

RE: Javascript proble in sx:civ in struts2

2010-09-19 Thread SudhirJava
; pouvons accepter aucune responsabilité pour le contenu fourni. > > > > > >> Date: Fri, 17 Sep 2010 09:55:09 +0100 >> From: alo...@flordeutopia.pt >> To: user@struts.apache.org >> Subject: Re: Javascript proble in sx:civ in struts2 >> >> I don't

RE: Javascript proble in sx:civ in struts2

2010-09-17 Thread Martin Gainty
alo...@flordeutopia.pt > To: user@struts.apache.org > Subject: Re: Javascript proble in sx:civ in struts2 > > I don't have a definite answer, but just keep in mind that: > > - The Dojo plugin is deprecated, you might want to consider other ways > of achieving the same th

Re: Javascript proble in sx:civ in struts2

2010-09-17 Thread Alex Rodriguez Lopez
I don't have a definite answer, but just keep in mind that: - The Dojo plugin is deprecated, you might want to consider other ways of achieving the same thing. - For the ajax tags to work you have to include the head tag ( ). Please read: http://struts.apache.org/2.x/docs/ajax-tags.html htt

Re: Javascript issues

2010-07-13 Thread Fabio Alves de Araujo Ebner - DnaSolution
Hey man, did u see the email i send? with my class and struts.xml?? tks - Original Message - From: "JP Cafaro" To: "Struts Users Mailing List" Sent: Monday, July 12, 2010 2:38 PM Subject: Re: Javascript issues I think the problem has to do with this line:

Re: Javascript issues

2010-07-12 Thread JP Cafaro
The problem was...stupid enough...not having a end tag. Apparently I can't type Martin Gainty wrote: ajax controls allow asynchronous population of div tags..there needs to be some sort of notify/listener capability to triggger the listener to wakeup and populate the div tag when the even

RE: Javascript issues

2010-07-12 Thread Martin Gainty
ajax controls allow asynchronous population of div tags..there needs to be some sort of notify/listener capability to triggger the listener to wakeup and populate the div tag when the event is being notified e.g. function handler(widget, node) {