Re: Passing parameters to a struts action in URL

2007-01-19 Thread Nick Tucker
Hi I ve had similar problems (with struts 2 , but working in IE and not in Firefox). The problem was with the browser using a cached copy from a version of the page that did not work properly, but had now been corrected. Clearing the browser cache got rid of the problem for me. Nick nuwan

RE: [s2] Getting started - Just a question..

2007-01-18 Thread Nick Tucker
Hi The '/tutorial/WEB-INF/lib/CORE&OPTIONAL *.jar' just means that you put the required jar files in folder /tutorial/WEB-INF/lib I don't know what release you are using, but I could not find the spring files in release 2.0.1 where I expected to find them either. To get the spring files, Go to

Re: [S2] client validation problem

2007-01-01 Thread Nick Tucker
> then it works. Here is some doc: > > http://www.opensymphony.com/webwork/wikidocs/Client%20Side%20Validation.html > > regards > musachy > > Nick Tucker wrote: >> Hi >> >> I have been having trouble with client side validation for some time. >> I am not su

[S2] client validation problem

2006-12-31 Thread Nick Tucker
the client validation problems would be to only supply the action attribute when absolutely necessary. I hope that this will be of some use. Nick Tucker -- View this message in context: http://www.nabble.com/-S2--client-validation-problem-tf2902

Re: [S2] Redirecting to another action with preserving error messages

2006-12-31 Thread Nick Tucker
out of the box there is the Message Store Interceptor. I have not tried it myself. Nick Dariusz Wojtas wrote: > > ok, this is the obvious candidate if I want to make it 'by hand'. > Some little method in the base action or filter that takes care for it > as I would do it in Struts 1. > > But

Re: [S2] Redirecting to another action with preserving error messages

2006-12-30 Thread Nick Tucker
ded? > > Dariusz Wojtas > > On 12/30/06, Nick Tucker <[EMAIL PROTECTED]> wrote: >> >> Hi >> If you are always going to display the same message then you could get >> the >> action you redirect >> to to display the message. I have done this

Re: [S2] Redirecting to another action with preserving error messages

2006-12-29 Thread Nick Tucker
Hi If you are always going to display the same message then you could get the action you redirect to to display the message. I have done this to get "Processing Successful" messages output after updates e.g. in your action:- return "missingid"; redirect this result to a me

Re: Struts 2.0.2 and Freemarker

2006-12-29 Thread Nick Tucker
e case, try switching on debug logging and > see if Struts gives you any more detail about the error condition. > > L. > > Nick Tucker wrote: >> On converting from Struts 2.0.1 to 2.0.2 >> I get the following error when I try and use Sitemesh Freemarker >> Decor

Re: display tag - urgent

2006-12-27 Thread Nick Tucker
Hi Abhimanyu To change media types columns display in use the media attribute. for example :- The id column will not display in exports, whilst the longDescription will only display in exported files. Nick Abhimanyu Kou

Struts 2.0.2 and Freemarker

2006-12-27 Thread Nick Tucker
On converting from Struts 2.0.1 to 2.0.2 I get the following error when I try and use Sitemesh Freemarker Decorators. The decorators work with 2.0.1. Some advice on what changes I need to make would be appreciated Thanks Nick Tucker 2006-12-27 18:53:19,166 ERROR