Re: ApplicationResources.properties and JavaScript

2008-08-07 Thread nauke .
nc('msg') etc etc. Funny because I've done this in other JSPs. Yes that underlying fact with client and server side resources. Ah well ... Thanks again. Nicole On Fri, Aug 8, 2008 at 9:27 AM, Dave Newton <[EMAIL PROTECTED]> wrote: > --- On Thu, 8/7/08, nauke wrote: > &

Re: ApplicationResources.properties and JavaScript

2008-08-07 Thread nauke .
quot;>'); > // -- or -- > obj.setSomeValue(''); > > Make sense? > > On Thu, Aug 7, 2008 at 7:03 PM, nauke. <[EMAIL PROTECTED]> wrote: > > Thanks for that. > > I think that only works if the javascript is within the JSP file right? > > My ja

Re: ApplicationResources.properties and JavaScript

2008-08-07 Thread nauke .
Thanks for that. I think that only works if the javascript is within the JSP file right? My javascript functions are in it's on .js file ... On Thu, Aug 7, 2008 at 8:23 PM, Balwinder <[EMAIL PROTECTED]> wrote: > nauke. wrote: > >> Hi all, >> >>

ApplicationResources.properties and JavaScript

2008-08-06 Thread nauke .
Hi all, Is there a way to access values in ApplicationResources.properties in Javascript functions? I've found a way where I can just pass a value from the app resource file as a parameter, but discovered that I return alerts with different messages based on some criteria. Any ideas? Thanks heap

struts 2 login issue

2008-08-05 Thread nauke .
Hi, I'm not sure if this is a struts problem or something else. I log into my app, when my session times out, I try to do something else. I get presented with the login page, which is correct, but it fails with the following error: Connection Interrupted, The connection to the server was reset w

Re: Strange Behaviour in FireFox3

2008-07-31 Thread nauke .
Hi, This is how I fixed it: 1. open the struts2-core-2.0.11.jar file 2. extract template\simple\head.ftl 3. edit it and set the debugAtAllCosts attribute to false 4. replace that file in the jar Thanks Markus! Nicole On Thu, Jul 31, 2008 at 5:03 PM, nauke. <[EMAIL PROTECTED]> wrote:

Re: Strange Behaviour in FireFox3

2008-07-31 Thread nauke .
ns out it is a problem in dojo 0.4.0 that is shipped with struts2. > I include my own build of dojo to solve the problem. > > > kind regards > -- > Markus Stauffer > > On 7/31/08, nauke. <[EMAIL PROTECTED]> wrote: > > Hi all, > > > > Was really not

Strange Behaviour in FireFox3

2008-07-30 Thread nauke .
Hi all, Was really not sure which mailing list to post to ... I have a java application that uses struts 2 (actions, etc). Every time I access a page (which goes through an action), my browser gets to that page, but then it "skips" (for want of a better term) onto a blank page (with the URL intac

Re: struts menu problem

2008-07-16 Thread nauke .
Hi, Oops sorry wasn't aware of a struts menu mailing list. I will post there, thank you! On Wed, Jul 16, 2008 at 5:57 PM, Antonio Petrelli < [EMAIL PROTECTED]> wrote: > 2008/7/14 nauke. <[EMAIL PROTECTED]>: > > Hi! > > > > I'm using struts versio

Re: struts menu problem

2008-07-15 Thread nauke .
Hi, Thanks for replying. It occurs in firefox too. the customer for this will predominantly use IE so will have to get it working for IE in the end anyway :( :( :( On Wed, Jul 16, 2008 at 4:04 PM, Lukasz Lenart <[EMAIL PROTECTED]> wrote: > Try with other browser than IE, it looks like a common p

Re: struts menu problem

2008-07-15 Thread nauke .
Hi, I don't suppose anyone knows why this issue is occurring ... ? Thanks On Mon, Jul 14, 2008 at 4:30 PM, nauke. <[EMAIL PROTECTED]> wrote: > Hi! > > I'm using struts version 2.0.11. > I am using struts menu, which works provided it is not on top of a table >

Re: DateTimePicker

2008-07-15 Thread nauke .
Hi Pablo, This works for me ... I hope it helps. At the top of my JSP page I have this: Then for the actual datepicker I have: My problems with it that I'm just living with are: 1) When I visit the JSP page, if the myDate value is not already populated, an exception is thrown in my logs (no