Re: struts2: simple ajax form - returns value to a new page (not to a DIV)

2008-08-17 Thread MyAshok
I do have the same issue. on click of submit, the loadingtext is displaying but the result in a new page as i am redirect to a action. Any solutions? please asap. viewPartners Waiting for reply.. Jeromy Evans - Blue Sky Minds wrote: > > View the

[S2] 2.1.3GA?

2008-08-17 Thread Mike Watson
Is there an ETA on when 2.1.3 (or greater) will go GA? Mike - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Using struts.xworkTextProvider (overriding the default TextProvider )

2008-08-17 Thread Chris Pratt
Oliver, did you get this working? I'm having a terrible time getting Struts to use my TextProvider. I've set in my struts.xml and overridden all the TextProvider methods in my BaseAction (that extends ActionSupport) (which really shouldn't be necessary if Struts actually allows configurable

Re: Struts2 Application Structure

2008-08-17 Thread dusty
So it would appear that your servlet engine is also serving as your primary HTTP stack? running on port 80? If you ran Apache on port 80 instead and used ajp-proxy for your struts requests, then you could just serve all your static resources directly from apache. Now, if you want an integrate

Re: Struts loses action configuration

2008-08-17 Thread dusty
This is kind of a wild guess, but it sounds like you are having problems with keeping a connection open to the database. Maybe its a MySQL database connection that goes idle and closes but the pool thinks its still open. It happens... Anyways so what if the following happened... 1) You app is

Re: Object put in HttpSession can't be found by S2

2008-08-17 Thread Stephan Schröder
> --- On Sun, 8/17/08, "Stephan Schröder" wrote: > > i'm pretty sure works too. > > AFAIK the "#" syntax will work only if the variable was defined as a named > stack context variable via something like or as the value of a > "var" ("id" in S2.0) attribute and so on. > > Dave good to know. Th

Re: Validate associate Map

2008-08-17 Thread Stephan Schröder
i guess the short answer is: write it validateSave()-Method. The workflow interceptor should only call it if "save" is the invoke method. > > I have to write custom validation method where I iterate all > > "PageText" class and validate it. I want to use validate() > > method from ActionSupport

Re: Object put in HttpSession can't be found by S2

2008-08-17 Thread Dave Newton
--- On Sun, 8/17/08, "Stephan Schröder" wrote: > i'm pretty sure works too. AFAIK the "#" syntax will work only if the variable was defined as a named stack context variable via something like or as the value of a "var" ("id" in S2.0) attribute and so on. Dave >> use "#session.skillsFound" o

Re: Object put in HttpSession can't be found by S2

2008-08-17 Thread Stephan Schröder
i'm pretty sure works too. /Stephan > use "#session.skillsFound" or "#session[''skillsFound']" > > musachy > > > > In my action I put a Set called "skillsFound" in the HttpSession. Then > > I want to access it (and iterate through it) from a jsp, but this line > > of code gives a False result:

Re: Image inside struts2 form

2008-08-17 Thread Dave Newton
--- On Sun, 8/17/08, Raghunath <[EMAIL PROTECTED]> wrote: > I struck with one problem. That is I want to include image > inside struts form. > > > > > But the problem is the image is not getting rendered inside > the form. It's getting rendered on top of the form. Have you looked at the ge

Image inside struts2 form

2008-08-17 Thread Raghunath
Hi ALL, I struck with one problem. That is I want to include image inside struts form. But the problem is the image is not getting rendered inside the form. It's getting rendered on top of the form. please suggest me.. thanks raghu -- View this message in context: http://www.nabble.com

Re: Validate associate Map

2008-08-17 Thread stanlick
Big Al -- I started working on the Podcast last night and after a few moments playing with the recording spftware, decided to switch over to the You Tube format. It seemed that video and audio would solve many of the "code snippet" problems. After a few minutes working on this, I detected an AC/D

Re: Validate associate Map

2008-08-17 Thread Al Sutton
If you can tell me how to put XML example code into an audio form I might start to believe you about them selling as anything more than a novelty. The biggest problem is that when dealing with computers you are extremely rarely dealing with the English language and the various code snippets,