Re: Url tag usage in struts2 problem and solution

2012-01-05 Thread Mahesh
Hi, I figured out what was going wrong. My "web.xml" looked like this: -- http://java.sun.com/dtd/web-app_2_3.dtd"; > -- I had to enable EL(Expression Language) by cha

Re: Url tag usage in struts2 problem and solution

2012-01-05 Thread Gabriel Belingueres
I would search for tags in your webapp's web.xml and tomcat's web.xml, and get rid of them. 2012/1/5 Łukasz Lenart : > 2012/1/5 Dave Newton : >> I might be wrong anyway, misread the post on my phone; not sure a var can >> be read through plain JSP EL like that-don't recall. > > As I remember it s

Re: Url tag usage in struts2 problem and solution

2012-01-05 Thread Łukasz Lenart
2012/1/5 Dave Newton : > I might be wrong anyway, misread the post on my phone; not sure a var can > be read through plain JSP EL like that-don't recall. As I remember it should work. Both notations should be supported ${} and %{} Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ War

Re: Url tag usage in struts2 problem and solution

2012-01-05 Thread Dave Newton
at > org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) > >at > org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:291) > >at > org.apache.coyote.http11.Http11Processor.proces

Re: Url tag usage in struts2 problem and solution

2012-01-05 Thread Mahesh
nnectionHandler.process(Http11Protocol.java:602) >        at > org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489) >        at java.lang.Thread.run(Thread.java:662) > > > Solution is to modify the above line as the below line. > > ---

Re: Url tag usage in struts2 problem and solution

2012-01-05 Thread Dave Newton
ves.ErrorReportValve.invoke(ErrorReportValve.java:102) >>at >> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) >>at >> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:291) >>at >> org.ap

Re: Url tag usage in struts2 problem and solution

2012-01-05 Thread Dave Newton
This issue is only because of JSP EL eval, so isn't really serious... If we don't actually require 2.5 in the code, raising the version seems a little arbitrary. On Jan 5, 2012 8:33 AM, "Łukasz Lenart" wrote: > 2012/1/5 Dave Newton : > > Looks like your container isn't evaluating JSP EL. Make su

Re: Url tag usage in struts2 problem and solution

2012-01-05 Thread Łukasz Lenart
2012/1/5 Dave Newton : > Looks like your container isn't evaluating JSP EL. Make sure your web.xml > is your servlet spec 2.5+. All the time we're specifying as a minimal requirement Servlet API 2.4, shouldn't we change that to 2.5 though ? Regards -- Łukasz + 48 606 323 122 http://www.lenart.o

Re: Url tag usage in struts2 problem and solution

2012-01-05 Thread Johannes Geppert
-solution-tp5122376p5122616.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Re: Url tag usage in struts2 problem and solution

2012-01-05 Thread Dave Newton
at > org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:291) >at > org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859) >at > org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:602) >

Url tag usage in struts2 problem and solution

2012-01-05 Thread Mahesh
(Thread.java:662) Solution is to modify the above line as the below line. Hello Bruce Phillips This solved the problem. If I am wrong then please let help

RE: Looking for a good multi-file upload solution

2011-03-08 Thread Martin Gainty
er aucune responsabilité pour le contenu fourni. > Date: Tue, 8 Mar 2011 18:27:21 -0700 > Subject: Looking for a good multi-file upload solution > From: james.t.de...@asu.edu > To: user@struts.apache.org > > Hello all, > > Our team is looking to support multiple conc

Looking for a good multi-file upload solution

2011-03-08 Thread Jim deVos
-upload-struts2/) but it looks as though that project is either abandoned or incomplete (if that's wrong please let me know). As for the client side, we've looked at swfupload, plupload, and uploadify. They seem to have their various strengths/weaknesses but if anyone has a found a solut

Re: Solution for java.lang.RuntimeException: Invalid action class configuration that references an unknown class named

2010-01-25 Thread nani2ratna
. >>>> >>>> I have 4 methods in this action class. >>>> I am calling different methods for different actions. >>>> But for 4th one i am getting this error. >>>> I dont know why its getting error for fourth one. Fiirst 3 actions are >&g

Re: Solution for java.lang.RuntimeException: Invalid action class configuration that references an unknown class named

2010-01-25 Thread Chris Mawata
methods for different actions. But for 4th one i am getting this error. I dont know why its getting error for fourth one. Fiirst 3 actions are runninh properly without any hassles of the same class. Can anybody have solution for it. Thanks and Regards RS

Re: Solution for java.lang.RuntimeException: Invalid action class configuration that references an unknown class named

2010-01-25 Thread Chris Mawata
without any hassles of the same class. Can anybody have solution for it. Thanks and Regards RS - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Re: Solution for java.lang.RuntimeException: Invalid action class configuration that references an unknown class named

2010-01-25 Thread nani2ratna
> java.lang.RuntimeException: Invalid action class configuration that >>> references an unknown class named [pandavDatPaAction]. >>> >>> I have 4 methods in this action class. >>> I am calling different methods for different actions. >>> But for 4th one

Re: Solution for java.lang.RuntimeException: Invalid action class configuration that references an unknown class named

2010-01-24 Thread nani2ratna
action class. >> I am calling different methods for different actions. >> But for 4th one i am getting this error. >> I dont know why its getting error for fourth one. Fiirst 3 actions are >> runninh properly without any hass

Re: Solution for java.lang.RuntimeException: Invalid action class configuration that references an unknown class named

2010-01-24 Thread Chris Mawata
. Fiirst 3 actions are runninh properly without any hassles of the same class. Can anybody have solution for it. Thanks and Regards RS - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail

Solution for java.lang.RuntimeException: Invalid action class configuration that references an unknown class named

2010-01-24 Thread nani2ratna
know why its getting error for fourth one. Fiirst 3 actions are runninh properly without any hassles of the same class. Can anybody have solution for it. Thanks and Regards RS -- View this message in context: http://old.nabble.com/Solution-for-java.lang.RuntimeException%3A-Invalid-action

Re: [OT] Looking for a Team-Based Solution for Storing Account Credentials

2008-12-23 Thread ManiKanta G
what abt KeePass (http://keepass.info/). But I m not sure whether it supports multiple users... but it stores the passwords like mysql databases... we can switch from one password db to another... this is open source may be many of this list know this... If some know better program, I m happy

[OT] Looking for a Team-Based Solution for Storing Account Credentials

2008-12-23 Thread Ted Husted
Please forgive the off-topic post, but a lot of web development teams might run into this situation. In the course of working on various development projects for various clients, it's not uncommon to need to store a number of account credentials that need to be shared with various members of a team

RE: [S2] solution - Action chaining and validation problem

2008-09-18 Thread Becky . L . O'Sullivan
that approach, but we > want to remain open to doing so in the future. The validation interceptor > is in the struts-default stack, which is what our packages extend from. > > From what Dave said it sounds like short circuiting is not our solution. > Is there perhaps a setting we&#x

Re: Compose String value and stack value into String, set result as property value of struts2 tag, solution

2008-07-28 Thread holod
targets[] works fine, http://www.nabble.com/Compose-String-value-and-stack-value-into-String%2C-set-result-as-property-value-of-struts2-tag-tp18686786p18687298.html Sent from the Struts - User mailing list archive

Aw: Re: minimal app server for embedded Struts1 or 2 solution

2008-06-23 Thread kindlerm
pplication server this would mean a big maintenance overhead. I am simply looking for a better solution for an administrative interface than just hitting the command line. Martin - Original Nachricht Von: [EMAIL PROTECTED] An: Struts Users Mailing List Datum: 23.06.2008 16:38 B

Re: minimal app server for embedded Struts1 or 2 solution

2008-06-23 Thread Al Sutton
ig obstacle is in the way, I fear: the size of such a solution. What do you think is the minimal solution giving the comfort of a Struts based approach and not dominating the workhorse app with tons of jars only needed for the small admin part? Jetty as an App server? Or Tomcat? Or some other, really

Re: minimal app server for embedded Struts1 or 2 solution

2008-06-23 Thread stanlick
ds a user interface > for administration. I think an embedded app server with a Struts based > application might be a good choice. But one big obstacle is in the way, I > fear: the size of such a solution. > What do you think is the minimal solution giving the comfort of a Struts &g

Re: minimal app server for embedded Struts1 or 2 solution

2008-06-23 Thread Nils-Helge Garli Hegvik
AIL PROTECTED]> wrote: > Hi, > > I am currently working on a little application which needs a user interface > for administration. I think an embedded app server with a Struts based > application might be a good choice. But one big obstacle is in the way, I > fear: the size of such a

minimal app server for embedded Struts1 or 2 solution

2008-06-23 Thread kindlerm
Hi, I am currently working on a little application which needs a user interface for administration. I think an embedded app server with a Struts based application might be a good choice. But one big obstacle is in the way, I fear: the size of such a solution. What do you think is the minimal

Re: Recommended Tiles Solution?

2008-01-22 Thread Antonio Petrelli
> tiles-def.xml with only a few definitions defined. > > > Overall this looks like a viable alternative. The action mappings and > associated forward specifies the layout and the jsp pages to use for the > tiles implementation. In the tiles-def.xml files, only a few mappings

Recommended Tiles Solution?

2008-01-22 Thread Moynihan, Michael A
e jsp pages to use for the tiles implementation. In the tiles-def.xml files, only a few mappings need to be specified with the CustomTilesController doing most of the work to dynamically inserted the required JSP page. I would like to get your opinion on both approaches. Is option 1 the recomm

Re: I have the solution!

2007-10-30 Thread AlfonsoQuiroga
I made a mistake, the correct xml name is "MyAction-pruebaValid_save-validation.xml" instead of "MyAction-pruebaValid_login-validation.xml" ;-) AlfonsoQuiroga wrote: > > Hi, I was with the same problem (validation for only 1 method), here is > the solution: >

I have the solution!

2007-10-30 Thread AlfonsoQuiroga
Hi, I was with the same problem (validation for only 1 method), here is the solution: I have this: /pages/input.jsp /pages/inputOk.jsp So, if I want a validation for the method "save", I need to put (in actions package) a file called:

Problems with multiple resource files (can separate modules be a solution?)

2007-08-15 Thread struts
;m going at this the wrong way, but I don't know what I should do... All I want is to be able to display messages (mostly errors), have multiple resource files, and not have to use the bundle attribute. One solution that I know will work is to put all properties in one big

Re: Struts 2 URL parameters lost - update (no solution yet)

2007-08-01 Thread JBL
An update for those interested: struts.properties defines "struts.dispatcher.parametersWorkaround" (false by default), and says it's for some app servers that don't handle HttpServletRequest.getParameterMap() (including mine, OC4J): http://struts.apache.org/2.x/docs/strutsproperties.html This so

Re: [OT] (Solution) RE: problem with Struts 2 setup -class file has wrong version 49.0, should be 48.0

2007-05-08 Thread Laurie Harper
in\server\jvm.dll You're pointing to the JRE, which doesn't include the Java compiler. Tomcat needs the compiler to compile the servlets it generates from your JSPs, which is why you end up with an error (all be it, not a very clear error :-( ). The correct solution would be to point Tom

(Solution) RE: problem with Struts 2 setup -class file has wrong version 49.0, should be 48.0

2007-05-08 Thread Jack Yu
Hi All, Thanks for all the help, but the true solution I found was to replace the tools.jar in tomcat5 with the tools.jar file from jdk1.6. Now I'm able to get Struts2 up and running. And they have a thread in sun's website related to this: http://forum.java.sun.com/thread.jsp

(solution) RE: problem with Struts 2 setup -class file has wrong version 49.0, should be 48.0

2007-05-08 Thread Jack Yu
The soltuoi -Original Message- From: Jack Yu [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 08, 2007 9:46 AM To: 'Struts Users Mailing List' Cc: 'Jae Lim' Subject: RE: problem with Struts 2 setup -class file has wrong version 49.0, should be 48.0 Ok, I have did all the steps below, and sti

Re: Wanna Solution on Internationalization!!!!

2007-02-08 Thread Dave Newton
--- manoj sinha <[EMAIL PROTECTED]> wrote: > Sorry its not resolved. Can it be possible by using > some Struts2 Tag. Suggestion and Solutions are > appreciated... I thought I gave you reasonable solution, and it's an easier one than dynamically changing the labels via Ajax,

Re: Wanna Solution on Internationalization!!!!

2007-02-08 Thread manoj sinha
Sorry its not resolved..Can it be possible by using some Struts2 Tag. Suggestion and Solutions are appreciated... Dave Newton <[EMAIL PROTECTED]> wrote: --- manoj sinha wrote: > Oh Yes!! Label should reflect changes as per > Language Selection > > > list="{'English','French','Italian'}"

Re: Wanna Solution on Internationalization!!!!

2007-02-08 Thread Dave Newton
--- manoj sinha <[EMAIL PROTECTED]> wrote: > Oh Yes!! Label should reflect changes as per > Language Selection > > > list="{'English','French','Italian'}" > >value="English" > > > > > label="%{getText('loginlang.loginid')}" > > name="username"/> > > [...] Ah. Hmm. That's not really how

Re: Wanna Solution on Internationalization!!!!

2007-02-08 Thread manoj sinha
Ted, Appreciate your suggestion. But on selection of language Options,It is not reflecting in Label fields.Obliged to receive early response.Refined Codes: en

Re: Wanna Solution on Internationalization!!!!

2007-02-07 Thread manoj sinha
Oh Yes!! Label should reflect changes as per Language Selection Dave Newton <[EMAIL PROTECTED]> wrote: --- manoj sinha wrote: > Expecting solution Aren't we all. > But as i Select Language it doesn't reflect in Form > Field.Pls Suggest ASAP > > >

Re: Wanna Solution on Internationalization!!!!

2007-02-07 Thread Ted Husted
The code here appears to be trying to store the new settings for the client as they are being changed. Of course, that's a good idea, but it also might be confusing the markup. First, I'd try simplifying the page so that it just changes the locale, as we do here * http://struts.apache.org/2.x/do

Re: Wanna Solution on Internationalization!!!!

2007-02-07 Thread Dave Newton
--- manoj sinha <[EMAIL PROTECTED]> wrote: > Expecting solution Aren't we all. > But as i Select Language it doesn't reflect in Form > Field.Pls Suggest ASAP > > list="{'English','French','Italian'}" >value

Wanna Solution on Internationalization!!!!

2007-02-07 Thread manoj sinha
Hi, Expecting solution:i m writing Login Form with Internationlization support.But as i Select Language it doesn't reflect in Form Field.Pls Suggest ASAP en

Re: Ideal solution to pagination (long lists)?

2007-01-04 Thread Caroline Jen
s that the tag works only in the "session" scope and also suffers performance hit when accommodating large number of users who are online simutaneously. Is there any better solution? -Caroline --- Gareth Evans <[EMAIL PROTECTED]> wrote: > Hi Andrew, > > I suggest

Re: Ideal solution to pagination (long lists)?

2007-01-04 Thread Manos Batsis
Making a suggestion is difficult without knowing what tools/tiers or other specifics are involved. Our MD4J [1] generated DAOs return implementations of a Page interface [2] for search queries. A Hibernate-based Page implementation [3] is also available. This serves generic memory and DB access r

Re: Ideal solution to pagination (long lists)?

2007-01-04 Thread Tom Schneider
gs is that with struts2, it isn't backed by a freemarker template. Every other built-in tag in struts2 is backed by a freemarker template, which is a much better solution to customization issue. In the simple case, it will be simple, but it will also let you do the more complicated scener

Re: Ideal solution to pagination (long lists)?

2007-01-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andrew, Andrew Martin wrote: > I am interested to know the ‘best’ practice for navigating through > long lists. I haven't used Struts-layout, so I'm not sure how my suggestion will fit-in with your preferred display engine, but here goes, anyway. We

Re: Ideal solution to pagination (long lists)?

2007-01-04 Thread Gareth Evans
Hi Andrew, I suggest using displaytag with its external paging and sorting features http://displaytag.sourceforge.net/11/tut_externalSortAndPage.html Gareth Andrew Martin wrote: I am interested to know the ‘best’ practice for navigating through long lists. At the moment we have implemented S

Ideal solution to pagination (long lists)?

2007-01-04 Thread Andrew Martin
I am interested to know the ‘best’ practice for navigating through long lists. At the moment we have implemented Struts-layout for this purpose. Our implementation currently retrieves the full dataset and uses Struts-layout sorting and navigation pager options to navigate through the results. Ho

Re: [s2] implement Parameterizable versus ServletContextListener versus another solution

2006-12-27 Thread Don Brown
I think the best solution is to keep business code like that out of Struts actions and even away from the Struts framework altogether. Personally, I'd use Spring to manage my services, then use the property placeholder to inject String constants into my services using a properties file. I

[s2] implement Parameterizable versus ServletContextListener versus another solution

2006-12-27 Thread Wesley Wannemacher
Hello, Seeking some advice... I am hoping to create a standard method for passing configuration snippets to Actions. For instance, let's say I have a method that among other things, sends an email message. I don't want to hard-code which email server I am planning on using, so how do I tell the A

Re: log4j problem, need solution

2006-11-18 Thread Nuwan Chandrasoma
ay, November 17, 2006 9:11 PM Subject: log4j problem, need solution I am getting the following message in tomcat console properties info:log4j: Warn no appenders could be found for loggers( org.apache.catalina.session.ManagerBase). info: log4j:WARN Please initialize the log4j system property.

log4j problem, need solution

2006-11-17 Thread Sreenivas M
find out the solution for the problem. Regards, M.Sreenivas

RE: In search of a perfect AJAX solution for Struts

2006-11-13 Thread Levan Dvalishvili
t had completely locked a browser ... Dojo does too much extra ... I agree that Dojo vs scriptaculos is not completely fair comparison, but bottom line is, scriptaculos is faster compared to same features from large lib of Dojo toolkit, and if there is solution that gives clean Ajax usage in Struts, I wou

Re: In search of a perfect AJAX solution for Struts

2006-11-10 Thread Frank W. Zammetti
Levan Dvalishvili wrote: There is small cavity regarding ajaxtags as a name : , http://ajaxtags.sourceforge.net/ is alive and well and its in beta 2 stage at the moment, good thing about it is that they use prototype, Note however that there are issues with Prototype messing with intrinsic Jav

Re: In search of a perfect AJAX solution for Struts

2006-11-10 Thread robin bajaj
-Original Message- From: robin bajaj [mailto:[EMAIL PROTECTED] Sent: Friday, November 10, 2006 3:03 PM To: Struts Users Mailing List Subject: Re: In search of a perfect AJAX solution for Struts Hi Frank, Thanks a lot for your reply on this issue. I did give it a quick shot to Java Web Parts

RE: In search of a perfect AJAX solution for Struts

2006-11-10 Thread Levan Dvalishvili
3:03 PM To: Struts Users Mailing List Subject: Re: In search of a perfect AJAX solution for Struts Hi Frank, Thanks a lot for your reply on this issue. I did give it a quick shot to Java Web Parts. Very well done ! a) I liked and will use the following in my current webApp. 1) 2nd JWP cookbook

Re: In search of a perfect AJAX solution for Struts

2006-11-10 Thread Frank W. Zammetti
ssionInactivityFilter > > b) I will use dojoToolkit for DatePicker and Tab/sub-tab controls. > > Thanks, > robin > > - Original Message - > From: "Frank W. Zammetti" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" > Cc: "Struts Use

Re: In search of a perfect AJAX solution for Struts

2006-11-10 Thread robin bajaj
Subject: Re: In search of a perfect AJAX solution for Struts FYI, support for that taglib ceased a long time ago. It has since grown up to something much bigger and better: AjaxParts Taglib (APT), a component of Java Web Parts (JWP): http://javawebparts.sourceforge.net

Re: In search of a perfect AJAX solution for Struts

2006-11-09 Thread Frank W. Zammetti
FYI, support for that taglib ceased a long time ago. It has since grown up to something much bigger and better: AjaxParts Taglib (APT), a component of Java Web Parts (JWP): http://javawebparts.sourceforge.net ...and directly to the taglib: http://javawebparts.sourceforge.net/javadocs/javawebpar

In search of a perfect AJAX solution for Struts

2006-11-09 Thread robin bajaj
Hi Guys, In search of a perfect AJAX solutions for Struts 1.2.x , I just came across this Struts HTML taglib mod. which does AJAX for you declaratively. here's the site - http://struts.sourceforge.net/ajaxtags/index.html Here's the goal (as mentioned on site) This project has the go

Re: Give me a solution

2006-07-24 Thread Monkeyden
"Give me a solution" Ha! That's rich. On 7/24/06, senthil.s <[EMAIL PROTECTED]> wrote: Hi all I have a table of records in SQL Server with UniqueID (unique ID enabled with increment of 1 starting from 1 for each record, now I have 100 records in that having Unique I

RE: Give me a solution

2006-07-23 Thread Tejas Bavishi
- From: senthil.s [mailto:[EMAIL PROTECTED] Sent: Monday, July 24, 2006 11:26 AM To: user@struts.apache.org Subject: Give me a solution Hi all I have a table of records in SQL Server with UniqueID (unique ID enabled with increment of 1 starting from 1 for each record, now I have

Re: Give me a solution

2006-07-23 Thread paz . periasamy
Wrong forum post. Eventhough please find a simple solution 1. Create a Staging table. 2. Copy the records from 60-100 in master table into the staging table. 3. Delete the records from 50. 4. Copy back the records from Staging table into the master table. Thanks and regards, Pazhanikanthan. P

RE: Give me a solution

2006-07-23 Thread Anil Kumar T
I believe this is not a struts based question. You need to post this in SQL Server forums. Anil. From: senthil.s [mailto:[EMAIL PROTECTED] Sent: Monday, July 24, 2006 11:26 AM To: user@struts.apache.org Subject: Give me a solution Hi all I have a

Give me a solution

2006-07-23 Thread senthil.s
Hi all    I have a table of records in SQL Server with UniqueID (unique ID enabled with increment of 1 starting from 1 for each record, now I have 100 records in that having Unique ID 1 - 100  now I want to delete records (only 10 records in the middle) having Unique id  50 - 59 and I want t

Re: tomahawk + shale clay - Solution

2006-07-07 Thread stephan opitz
;14:04:42,015 ERROR [[jsp]] Servlet.service() for servlet jsp threw > exception > > > > >javax.faces.el.EvaluationException: Cannot get value for expression > > > > >'> > >weekRowClass="weekHeader" > > > > > currentDayCellClass=&

Re: tomahawk + shale clay - Solution

2006-07-07 Thread Gary VanMatre
> > > > > >weekRowClass="weekHeader" > > > > > currentDayCellClass="currentDayCell" > > > > >value="#{calendarBean.firstDate}"/> > > > > > > > > > > > > > > >throws exception: > > > > >14:04:42,015 ERROR [[jsp]] Servlet.service() for servlet

Re: tomahawk + shale clay - Solution

2006-07-07 Thread stephan opitz
get value for expression > > >'> > >weekRowClass="weekHeader" > > > currentDayCellClass="currentDayCell" > > >value="#{calendarBean.firstDate}"/>' > > > > > >Caused by: java.lang.IllegalStateException: No WebApplicationC

Re: tomahawk + shale clay - Solution

2006-07-07 Thread Gary VanMatre
> >Caused by: java.lang.IllegalStateException: No WebApplicationContext > > >found: no ContextLoaderListener registered? > > >at > > > >org.springframework.web.jsf.FacesContextUtils.getRequiredWebApplicationContext( > > > F > > >acesContextUtils.java:78) > > > at >

Re: tomahawk + shale clay - Solution

2006-07-07 Thread stephan opitz
cesContextUtils.getRequiredWebApplicationContext(F >acesContextUtils.java:78) > at >org.springframework.web.jsf.DelegatingVariableResolver.getWebApplicationContext( >DelegatingVariableResolver.java:134) > >no final solution found for the >No WebApplicationContext found:

Re: tomahawk + shale clay - Solution

2006-07-07 Thread Gary VanMatre
e}"/>' > >Caused by: java.lang.IllegalStateException: No WebApplicationContext >found: no ContextLoaderListener registered? >at >org.springframework.web.jsf.FacesContextUtils.getRequiredWebApplicationContext(F >acesContextUtils.java:78) > at >org.spr

Form Parameter gets overwritten: Found Solution but don't understand!

2006-06-01 Thread starki78
Ciao I've to actions that share a form (session scope). In action 1 I change an attribute and set it from false to true (using the reset-method) and forward to action2 When I debug (into the struts-framework) this parameter of the form is suddenly true-again in the RequestProcessor. Solutio

Re: [OT]Struts - AJAX, best solution

2006-03-14 Thread netsql
Which AJAX framework do you want to use? (and then do you need Struts) .V Ashish Kulkarni wrote: 1 What is the best soluction to have struts and AJAX work together? - To unsubscribe, e-mail: [EMAIL PROTECTED] For addition

Re: [OT]Struts - AJAX, best solution

2006-03-14 Thread Michael Jouravlev
ich is the good one, and why? They all are pretty good ;-) Here is another one: http://jspcontrols.sourceforge.net/ Unlike some other Ajax-only solutions this works without Ajax too, so you can use Netscape 4 if you need. It is not intended for "suggests"-type use, though. It is more co

Re: [OT]Struts - AJAX, best solution

2006-03-14 Thread Frank W. Zammetti
On Tue, March 14, 2006 9:32 am, Ashish Kulkarni said: > Hi > I have a couple of questions below > 1 What is the best soluction to have struts and AJAX > work together? > I have read about DWR, Java Web parts, AjaxAnywhere, > But which is the good one, and why? Well, of course I'm going to say Ajax

[OT]Struts - AJAX, best solution

2006-03-14 Thread Ashish Kulkarni
Hi I have a couple of questions below 1 What is the best soluction to have struts and AJAX work together? I have read about DWR, Java Web parts, AjaxAnywhere, But which is the good one, and why? 2 What is better for response XML file or comman delimeted string, or build HTML in action class and

Re: Validator - how to check a checkbox - solution

2005-11-16 Thread Jeff Beal
On 11/15/05, Michael Jouravlev <[EMAIL PROTECTED]> wrote: > But then you rely on the undocumented feature/gotcha in BeanUtils. > What if the way the parameters are processed is changed in future > versions? I think that this approach of setting "false" as default is > useful not only for Validator

Re: Validator - how to check a checkbox - solution

2005-11-15 Thread Michael Jouravlev
TECTED]> wrote: > > > I finally have a solution that works... > > > Problem > date_Shipped is a text field backed by a String in the ActionForm > complete is a checkbox backed by a boolean in the ActionForm > > Form validation is required such that an entry in date_Shipp

Validator - how to check a checkbox - solution

2005-11-15 Thread David Bolsover
I finally have a solution that works... Problem date_Shipped is a text field backed by a String in the ActionForm complete is a checkbox backed by a boolean in the ActionForm Form validation is required such that an entry in date_Shipped is required if complete is true. validation.xml

Solution

2005-10-25 Thread Dave
Turns out that my ActionMapping needed to inherit from SecureActionConfig. I think it has something to do with the way someone on the team implemented SSL. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-m

Using the StrutsPleaseWait solution with dynaforms

2005-10-12 Thread Richard Yee
Has anyone used the StrutsPleaseWait solution from the Struts Wiki with DynaForms? It seems that the code in the example doesn't handle DynaActionForms correctly because org.apache.commons.beanutils.BeanUtils.cloneBean() is used to clone the form. Has anyone else arrived at the same conclusi

Re: First time writing custom validator. Is there a more elegant solution than mine?

2005-09-26 Thread Laurie Harper
eck each field that I pass in with the singleFieldOnly to see if they're null. It gets pretty messy maintaining the validation.xml when I have a huge form. I'm thinking this is a common scenario and there's a more elegant solution out there. I just picked up struts so any info would

First time writing custom validator. Is there a more elegant solution than mine?

2005-09-26 Thread Ted Chau
false; } } } return true; } Basically, I check each field that I pass in with the singleFieldOnly to see if they're null. It gets pretty messy maintaining the validation.xml when I have a huge form. I'm thinking this is a common scenario and there's a more elegant solution out

Re: Problem in including an action response into a jsp page. - return java.io.IOException: Stream closed . what is the solution?

2005-08-11 Thread Michael Jouravlev
http://today.java.net/pub/a/today/2005/08/04/jspcomponents.html?page=3#jsp_servlets_compatibility On 8/11/05, Legolas Woodland <[EMAIL PROTECTED]> wrote: > Hi > I have a problem with including an action response into my jsp page > here is the problem : > I want to include an action output which is

Problem in including an action response into a jsp page. - return java.io.IOException: Stream closed . what is the solution?

2005-08-11 Thread Legolas Woodland
with my code ? where is my mistake ? I need doing this in some more case in my project what is the solution pleas Thank you. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [OT]Web application for software distribution...any solution

2005-08-08 Thread erikweber
: Ashish Kulkarni <[EMAIL PROTECTED]> Sent: Aug 8, 2005 2:50 PM To: user@struts.apache.org Subject: [OT]Web application for software distribution...any solution Hi We have a developed a inhouse web application for internal clients, these internal clients are at various locations in USA. I need

[OT]Web application for software distribution...any solution

2005-08-08 Thread Ashish Kulkarni
Hi We have a developed a inhouse web application for internal clients, these internal clients are at various locations in USA. I need a web application to deliver this developed web application war file, and jar files. So basically some thing like apache website, to deliver software to inte

Re: [OT] Web application for software distribution..any solution

2005-08-08 Thread DGraham
W h a t ? Ashish Kulkarni <[EMAIL PROTECTED]> 08/08/2005 02:06 PM Please respond to "Struts Users Mailing List" To Struts Users Mailing List cc Subject Re: [OT] Web application for software distribution..any solution --- Ashish Kulkarni <[EMAIL PROTECTED]> wr

Re: [OT] Web application for software distribution..any solution

2005-08-08 Thread Ashish Kulkarni
--- Ashish Kulkarni <[EMAIL PROTECTED]> wrote: > Hi > We have a developed a inhouse web application for > internal clients, these internal clients are at > various locations in USA. > I need a web application to deliver this developed > web > application war file, and jar files. > So basically

Re: [OT] Re: I am need the solution too...

2005-08-03 Thread David Durham
[EMAIL PROTECTED] wrote: Readingyourmind...now. *sigh* I was unsuccesful. How ... to ... use ... onclick ... event ... to ... submit ... form ... Click me to submit form and populate a DynaActionForm - Dave - To

[OT] Re: I am need the solution too...

2005-08-03 Thread DGraham
Readingyourmind...now. *sigh* I was unsuccesful. -Dennis javabuddy <[EMAIL PROTECTED]> 08/03/2005 11:52 AM Please respond to "Struts Users Mailing List" To user@struts.apache.org cc Subject I am need the solution too... Ineed the same, if you have fixed

I am need the solution too...

2005-08-03 Thread javabuddy
Ineed the same, if you have fixed it can you post on how?? - Javabuddy People are conversing... without posting their email or filling up their mail box. ~~1123084331689~~ roomity.com http://roomity.com/launch.jsp No sign up to read or se

Re: ot: cvsignore not ignoring - solution I think

2005-04-14 Thread Vic Cekvenich (NETSQL)
Vic Cekvenich (NETSQL) wrote: Craig McClanahan wrote: Did you check your .cvsignore files in to the repository? If you do, they get respected on future transactions. OK, that works for "new" files, but if x.class is already there, it will sync, so I had to rm *. .V --

RE: Struts , hibernate, and DBCP [solution] - but would like opinions on my approach

2005-03-29 Thread Brian McGovern
I read that. And that doesn't explain how to create your pool on application server startup. It only explains how to create a pool on first data call. I worked around my problem "in struts" by creating a new base Controller as my action servlet which extends "ActionServlet". action com.i

MadCaching, a Tiles caching solution, announcement

2005-02-28 Thread Mac Vu
nager to turn on/off caching for Tiles. Cache settings can be saved and redeploy. This solution should work with existing projects. Please check it out at: http://madcaching.sourceforge.net 1) Please read the About MadCaching page (index.html) 2) Download the madcaching-sample.war file and depl

Tiles scope headache solution

2005-02-21 Thread Jason Long
I am providing here the solution I found to my problem with tiles scope. The variable quote and row in c:forEach are in page scope. This is not available to other tiles. By using c:set I can either set these variables in request or session scope and it will work just fine. Does anyone know of a

  1   2   >