Re: Some problems with Struts-mailreader

2015-11-15 Thread Lukasz Lenart
Ach... right, support for "id" was dropped recently [1] - this must be fixed in the mailreader app - replacing "id" with "var" should solve the problem [1] https://issues.apache.org/jira/browse/WW-2069 Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2015-11-13 10:18 GMT+01:00 Chri

Re: Some problems with Struts-mailreader

2015-11-13 Thread Chris
Hello,  Thank you for giving methose explainations. So I've  tried withstruts2-core-2.5-20151112.202249-95.jar orstruts2-core-2.5-20151104.175152-90.jar but I receive another error ( NB : Allthe jar files are the same as 2.5 BETA2 , except the struts-core ) The error is with the id (?) , in the

Re: Some problems with Struts-mailreader

2015-11-12 Thread Lukasz Lenart
2015-11-12 18:24 GMT+01:00 Chris : > Hello, > > I'm sorry . I don't use pom.xml in any of my examples. > I work with Netbenas 7.3 and ant, I guess. But no maven. > I have no idea what SNAPSHOT is, and how to use it, and where find it.Is it > another version of all librairies ? SNAPSHOT is the lat

Re: Some problems with Struts-mailreader

2015-11-12 Thread Chris
Hello, I'm sorry . I don't use pom.xml in any of my examples. I work with Netbenas 7.3 and ant, I guess. But no maven. I have no idea what SNAPSHOT is, and how to use it, and where find it.Is it another version of all librairies ? Regards, Chris Struts has detected an unhandled exception: |

Re: Some problems with Struts-mailreader

2015-11-12 Thread Lukasz Lenart
2015-11-12 17:23 GMT+01:00 Chris : > Hello,My mailreader example still doesn't work. > Precisely n the Login button, and the Cancel button, in the Login page Have you used 2.5-SNAPSHOT version? You must manually change Struts version in pom.xml > Something strange, the new web.xml file looks like

Re: Some problems with Struts-mailreader

2015-11-12 Thread Chris
Hello,My mailreader example still doesn't work. Precisely n the Login button, and the Cancel button, in the Login page Something strange, the new web.xml file looks like the jboss_blank example... I tried without those some lines, like the old mailreader example,  but it didn't work neither.     

Re: Some problems with Struts-mailreader

2015-10-31 Thread Lukasz Lenart
Great! Let me know if everything is ok :) -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Re: Some problems with Struts-mailreader

2015-10-30 Thread Chris
gt; De: Lukasz Lenart [mailto:lukaszlen...@apache.org] > Enviado el: viernes, 30 de octubre de 2015 10:59 > Para: Struts Users Mailing List > Asunto: Re: Some problems with Struts-mailreader > > It was bug in Struts, so you must use the latest SNAPSHOT > > 2015-10-30 10:57 GMT+0

Re: Some problems with Struts-mailreader

2015-10-30 Thread Chris
bile: +34 699 140 596 > Landline: +34 987 470 155 > > > > > -Mensaje original- > De: Lukasz Lenart [mailto:lukaszlen...@apache.org] > Enviado el: viernes, 30 de octubre de 2015 10:59 > Para: Struts Users Mailing List > Asunto: Re: Some problems with Struts-m

Re: Some problems with Struts-mailreader

2015-10-30 Thread Chris
now. > > Saludos / Regards, > Daniel Hernáez > International Technical Service > > Mobile: +34 699 140 596 > Landline: +34 987 470 155 > > > > > -Mensaje original- > De: Lukasz Lenart [mailto:lukaszlen...@apache.org] > Enviado el: viernes, 30 de octubre de

Re: Some problems with Struts-mailreader

2015-10-30 Thread Lukasz Lenart
ated with context path [/wildcard-method-selection]." >> >> I just changed the filter in web.xml to adapt the new version >> (org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter). >> None of the actions works now. >> >> Saludos / Regard

Re: Some problems with Struts-mailreader

2015-10-30 Thread Chris
8:42 GMT+01:00 Lukasz Lenart : >>>>> Looks like a bug in 2.5. The Login action is defined as follow >>>>> >>>>> >>>>> >>>>> which means any method should be allowed - I'm going to check that >>>&

Re: Some problems with Struts-mailreader

2015-10-30 Thread Lukasz Lenart
Technical Service > > Mobile: +34 699 140 596 > Landline: +34 987 470 155 > > > > > -Mensaje original- > De: Lukasz Lenart [mailto:lukaszlen...@apache.org] > Enviado el: viernes, 30 de octubre de 2015 10:59 > Para: Struts Users Mailing List > Asunto: Re: Some pr

RE: Some problems with Struts-mailreader

2015-10-30 Thread Daniel Hernáez
de octubre de 2015 10:59 Para: Struts Users Mailing List Asunto: Re: Some problems with Struts-mailreader It was bug in Struts, so you must use the latest SNAPSHOT 2015-10-30 10:57 GMT+01:00 Chris : > Hi,- I'll try soon > - But Git Hub says "Already up-to-date" > - And

Re: Some problems with Struts-mailreader

2015-10-30 Thread Lukasz Lenart
rsion >>> from Git >>> >>> 2015-10-30 8:42 GMT+01:00 Lukasz Lenart : >>>> Looks like a bug in 2.5. The Login action is defined as follow >>>> >>>> >>>> >>>> which means any method should be allowed - I'm going

Re: Some problems with Struts-mailreader

2015-10-30 Thread Chris
>>> which means any method should be allowed - I'm going to check that >>> >>> >>> Regards >>> -- >>> Łukasz >>> + 48 606 323 122 http://www.lenart.org.pl/ >>> >>> 2015-10-28 12:21 GMT+01:00 Chris : >>&g

Re: Some problems with Struts-mailreader

2015-10-30 Thread Lukasz Lenart
;> >>> Regards >>> -- >>> Łukasz >>> + 48 606 323 122 http://www.lenart.org.pl/ >>> >>> 2015-10-28 12:21 GMT+01:00 Chris : >>>> Hello, >>>> >>>> I have some problems with the "new" mailreader sampl

Re: Some problems with Struts-mailreader

2015-10-30 Thread Lukasz Lenart
ike a bug in 2.5. The Login action is defined as follow >> >> >> >> which means any method should be allowed - I'm going to check that >> >> >> Regards >> -- >> Łukasz >> + 48 606 323 122 http://www.lenart.org.pl/ >> >> 20

Re: Some problems with Struts-mailreader

2015-10-30 Thread Lukasz Lenart
ethod should be allowed - I'm going to check that > > > Regards > -- > Łukasz > + 48 606 323 122 http://www.lenart.org.pl/ > > 2015-10-28 12:21 GMT+01:00 Chris : >> Hello, >> >> I have some problems with the "new" mailreader sample in the >&g

Re: Some problems with Struts-mailreader

2015-10-30 Thread Lukasz Lenart
Looks like a bug in 2.5. The Login action is defined as follow which means any method should be allowed - I'm going to check that Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2015-10-28 12:21 GMT+01:00 Chris : > Hello, > > I have some problems with the &q

Some problems with Struts-mailreader

2015-10-28 Thread Chris
Hello, I have some problems with the "new" mailreader sample in the linkhttps://github.com/apache/struts-examples/tree/master/mailreader   with Struts 2.5 BETA2 PS :  my old mailreader example 2.3.16 works perfectly.And I try to translate the tour.html to unterstand. But with t

Re: Antwort: Re: Problems with type conversion and special characters

2013-10-15 Thread Alessio Matteo
Really I was using a custom type converter (with annotations on getters & setters) but I had the problem that when typeconversionexception was thrown the dynamic contents on my web page (objects retrieved from db or from actions) didn't display. Really I don

Antwort: Re: Problems with type conversion and special characters

2013-10-15 Thread Christoph Nenning
> > Thank you so much, I solved the special characters problems by setting > the struts i18n constant to ISO-8859-1! > About the conversion error, I know it was a dev mode warning, but when > the exception was thrown every dynamic content in my page disappeard... > Anyway I solved the issue by

Re: Problems with type conversion and special characters

2013-10-14 Thread Alessio Matteo
Thank you so much, I solved the special characters problems by setting the struts i18n constant to ISO-8859-1! About the conversion error, I know it was a dev mode warning, but when the exception was thrown every dynamic content in my page disappeard... Anyway I solved the issue by declaring eve

Bug? Further problems with @ConversionErrorFieldValidator in nested @VisitorFieldVisitor

2011-09-23 Thread roger
message in context: http://struts.1045723.n5.nabble.com/Bug-Further-problems-with-ConversionErrorFieldValidator-in-nested-VisitorFieldVisitor-tp4833364p4833364.html Sent from the Struts - User mailing list archive at Nabble.com. --

Problems with JSONWriter loading classes from Class.forName

2011-07-19 Thread Bruno Borges
I'm not sure about the issue, but I'm now working on a project that has a fork of the json plugin of Struts 2.1.8.1. The only difference is this one: Index: src/main/java/org/apache/struts2/json/JSONWriter.java === --- src/main/java/

Re: problems with the locale

2010-09-16 Thread Daniel Rindt
Am Donnerstag, den 16.09.2010, 12:06 +0200 schrieb Daniel Rindt: > the interceptor for i18n in struts should switch the locale after a > request with parameter ?request_locale=en. The property files are used > properly with the right translation, but when i ask in the action for > the language getL

problems with the locale

2010-09-16 Thread Daniel Rindt
Hello, the interceptor for i18n in struts should switch the locale after a request with parameter ?request_locale=en. The property files are used properly with the right translation, but when i ask in the action for the language getLocale().getLanguage(); i got still the old language instead of th

Problems with List> OGNL expression

2010-08-10 Thread Obinna
I'm using Struts 2.1.8.1, xwork 2.1.6 and Tthere seems to be an issue trying to populate the fields of a Lis of Maps using OGNL. In my action I have an action property name 'grid' with appropriate getters/setters of type ArrayList> which I want to populate dynamically from a grid of textboxes. I

Re: problems with struts2 and session

2010-01-08 Thread Paweł Wielgus
Hi Sergio, this time late answear, when You have session field in action and also setter and getter for it then You can access session map as any other field from action in jsp, so < s:property value="session.get('variable')" > should work, because it is accessing normal getter in stack. Maybe try

Re: problems with struts2 and session

2010-01-06 Thread Sergio
Paweł Wielgus escribió: Hi, sorry for too fast response, i see that it is implementing it, another thing to notice is that in action You have access to session field which is a map constructed by struts, not real session object - as far as i remember. In jsp you can do < s:property value="session

Re: problems with struts2 and session

2010-01-06 Thread Paweł Wielgus
Hi, sorry for too fast response, i see that it is implementing it, another thing to notice is that in action You have access to session field which is a map constructed by struts, not real session object - as far as i remember. In jsp you can do < s:property value="session.get('variable')" > to sho

Re: problems with struts2 and session

2010-01-06 Thread Sergio
Paweł Wielgus escribió: Hi Sergio, add SessionAware interface to your action. Best greetings, Pawel Wielgus. 2010/1/5, Sergio : Sergio escribió: Hi people, i'm a newbie to struts2. I'm having too many problems modifing session parameters. I use <%= session.getAttribute( "variable" )

Re: problems with struts2 and session

2010-01-06 Thread Paweł Wielgus
Hi Sergio, add SessionAware interface to your action. Best greetings, Pawel Wielgus. 2010/1/5, Sergio : > Sergio escribió: >> Hi people, >> >> i'm a newbie to struts2. I'm having too many problems modifing session >> parameters. I use <%= session.getAttribute( "variable" ) %> to gain >> access to

Re: problems with struts2 and session

2010-01-05 Thread Sergio
Sergio escribió: Hi people, i'm a newbie to struts2. I'm having too many problems modifing session parameters. I use <%= session.getAttribute( "variable" ) %> to gain access to "variable" and that works when i modify "variable" into a jsp page, but not inside a struts action. struts.xml:

problems with struts2 and session

2010-01-05 Thread Sergio
Hi people, i'm a newbie to struts2. I'm having too many problems modifing session parameters. I use <%= session.getAttribute( "variable" ) %> to gain access to "variable" and that works when i modify "variable" into a jsp page, but not inside a struts action. struts.xml: http://struts.apac

Re: Problems with tokenSession interceptor

2009-11-30 Thread Diego Manilla Suárez
I found the problem. I was mapping the FilterDispatcher servlet for all dispatchers, like this: struts2 /* REQUEST INCLUDE FORWARD ERROR So the FilterDispatcher servlet was creating new ActionContexts for each JSP being forwarded (I'm using

Problems with tokenSession interceptor

2009-11-30 Thread Diego Manilla Suárez
Hi. I'm trying to use the tokenSession interceptor to prevent double submit problems. The problem is that this line in TokenHelper.setToken (invoked from tag) always return null: ActionContext.getContext().getSession() I'm also using the createSession interceptor, but it's still not working.

Re: problems with struts and dojo

2009-03-30 Thread Tedy Marcos Colombini
Hi, I changed the dojo.xhrGet call for a dojo.io.bind call as suggested by Andras and now it works. Please find the corrected code below. <%@ page contentType="text/html; charset=UTF-8" %> <%@ taglib prefix="s" uri="/struts-tags" %> function submitForm(formId, divId) {

Re: problems with struts and dojo

2009-03-27 Thread Andras Balogh
Hi, The problem is most probably that dojo.xhrGet is not available in the dojo version that comes with Struts 2.0.x ( dojo 0.4) You must make sure to use only dojo functions that are avail. in ver. 0.4. See here more details: http://dojotoolkit.org/forum/dojo-0-4-x-legacy/dojo-0-4-x-support/w

problems with struts and dojo

2009-03-27 Thread Tedy Marcos Colombini
Hi guys, sorry for the previous email. I pressed some shortcut by accident. I am trying to generate an ajax request with javascript. The code is very simple but it doesn't work. The message I get is: dojo.xhrGet is not a function (in Firefox error console). With a and , I am able to generate a r

problems with Struts 2.0.11 and Dojo

2009-03-27 Thread Tedy Marcos Colombini
Hi there, I am trying to submit a form as an ajax request <%@ page contentType="text/html; charset=UTF-8" %> <%@ taglib prefix="s" uri="/struts-tags" %> function submitForm() { var kw = { url: "example.HelloWorld!execute.action", handleAs:"text", load: function(response){

Re: Problems with javascript files in Struts-based webapp

2009-02-24 Thread Dale Newfield
Emmanuele Sordini wrote: http://www.nabble.com/Loading-and-Calling-Java-Script-in-Struts-td20623678.html None of those suggestions help you? What is the jsp code you're writing? What is the path that the browser receives? I'm willing to bet that either you're not using the jstl version you

Re: Problems with javascript files in Struts-based webapp

2009-02-24 Thread Emmanuele Sordini
arranged in a complex directory structure. Rewriting the script URL is fine for the master include file ("OpenLayers.js"), but does not work for all the others it contains. Regards Emmanuele -- View this message in context: http://www.nabble.com/Problems-with-javascript-files-in-Struts-

Re: Problems with javascript files in Struts-based webapp

2009-02-23 Thread Dale Newfield
Emmanuele Sordini wrote: In a "normal" JSP page I just included the script file, e.g.: Many browsers have issues with this--you'll have better luck if you convert this to an (empty) container tag: src="/scripts/OpenLayers/OpenLayers.js"> The server doesn't control how the browser inter

Problems with javascript files in Struts-based webapp

the page or using the tag in the main page, but all my attempts have been unsuccessful so far. Any help on this issue will be highly valued: thank you very much in advance. Emmanuele Sordini -- View this message in context: http://www.nabble.com/Problems-with-javascript-files-in-Struts-based-weba

Re: Datetamepicker: problems with dojo

Hi, If Struts 2.0.14 still uses dojo 0.4 than the problem (and the fix) is described here: http://dojotoolkit.org/forum/dojo-0-4-x-legacy/dojo-0-4-x-support/firefox-3-and-struts-2-theme-ajax-render-issues#comment-17067 BR, Andras Tom Pop wrote: Hello, I have page with datetimepicker and deb

Datetamepicker: problems with dojo

Hello, I have page with datetimepicker and debug mode in head tag causes some error lines with this content: [SyntaxError: syntax error, file: http://localhost:8080/tomis/struts/dojo/dojo.js, line: 115] Do you have any idea what should be wrong in dojo.js? My configuration: Struts 2.0.14 all

Datetamepicker: problems with dojo

Hello, I have problem with datetimepicker, I configured the page according to struts-example and the final source code is the same (except context), but problem is with attribute. Without the tag the page works fine (except datetimepicker) - the javascript console says "dojo is not defined".

Problems with s:datetimepicker

Hi I'm trying to use s:datetimepicker in my application (Struts2) I have a basic version running correctly on a jsp The problem comes when I try to integrate with tiles The page then loads correctly before wiping and "loading" constantly. Im using firefox and my firebug gives up at 350

[S2] Problems with excludeParams regex for params interceptor

Hello Everyone, I would like to use the excludeParams parameter for the params interceptor. My problem is the following: I am using the params,prepare,params pattern. The first params interceptor sets a 'type' property, that is used by the prepare interceptor. According to that property, a n

Re: Problems with Indexed Properties, Hidden Values and Logic Iterate Tag

ystem.out.println((creazioneProfiloUtenteForm.getHSportBean(0)).getValue()); > but I always obtain null values (for all indexes). > > So, I don't know how to solve my problem. > > I also followed guidelines in: > http://faq.javaranch.com/java/IndexedProperties > http://

Problems with Indexed Properties, Hidden Values and Logic Iterate Tag

a lot in advance. -- View this message in context: http://www.nabble.com/Problems-with-Indexed-Properties%2C-Hidden-Values-and-Logic-Iterate-Tag-tp19593011p19593011.html Sent from the Struts - User mailing list archive at Nabble.com.

Re: Problems with sx tags

oscar perez wrote: One of the problems is that if in the returned AJAX content is included any sx tag then if there is any javascript in the returned content this simply dissappears. I tried all the combinations with executeScripts separateScripts with no success however.. I've created sever

Problems with sx tags

Hi there, I've been using sx tags for a while now and I still think they are very nice and simple to use, however I found some critical problems which make me move from them. One of the problems is that if in the returned AJAX content is included any sx tag then if there is any javascript in the re

Re: Problems with action-redirect

go away if you turn devMode off; I don't recall what the > >> current status of this issue is. > >> > >> Dave > >> > >> --- On Wed, 6/11/08, Felipe Lorenz <[EMAIL PROTECTED]> wrote: > >> > >> > Fro

Re: Problems with action-redirect

on <[EMAIL PROTECTED]> wrote: > >> That's a warning issued because params may be set either the action or on a >> result. It may go away if you turn devMode off; I don't recall what the >> current status of this issue is. >> >> Dave >> >>

Re: Problems with action-redirect

params may be set either the action or on a > result. It may go away if you turn devMode off; I don't recall what the > current status of this issue is. > > Dave > > --- On Wed, 6/11/08, Felipe Lorenz <[EMAIL PROTECTED]> wrote: > > > From: Felipe Lorenz <[

Re: Problems with action-redirect

z <[EMAIL PROTECTED]> > Subject: Re: Problems with action-redirect > To: "Struts Users Mailing List" , [EMAIL PROTECTED] > Date: Wednesday, June 11, 2008, 4:03 PM > oooppps.. my bad > > And i use struts 2.0.11 > > WARNING: Caught OgnlException

Re: Problems with action-redirect

oooppps.. my bad And i use struts 2.0.11 WARNING: Caught OgnlException while setting property 'candidatoExt.codIdFeder' on type 'org.apache.struts2.dispatcher.ServletActionRedirectResult'. ognl.NoSuchPropertyException: org.apache.struts2.dispatcher.ServletActionRedirectResult.candidatoExt

Re: Problems with action-redirect

--- On Wed, 6/11/08, Felipe Lorenz <[EMAIL PROTECTED]> wrote: > Im did try a action-redirect, but it throw a exception. > And i dont know why, cause i use it in other action-redirect > and work. What can be? > You didn't even say what the exception was or provide any information about under what

Problems with action-redirect

Hi folks... Im did try a action-redirect, but it throw a exception. And i dont know why, cause i use it in other action-redirect and work. What can be? Here is my action-redirect work: /load_dadosPessoais true ${cpf}

Re: Problems with forms field

Do you mean adding the getter fixed the problem? The reason I believe you need it is that for Struts to set, for example, dadosPessoais.nome it needs to call getDadosPessoais().setNome(value). If you omit the getter for dadosPessoais, Struts is not able to determine a value for that property an

Re: Problems with forms field

hummm this is not necessary.. i just want do send, not retrieve... but i fix the problem... i dont know whats happen, i did create a new project in NetBeans... maybe it lost something... i dont know... But thanks folks... On Tue, May 20, 2008 at 2:59 AM, Laurie Harper <[EMAIL PROTECTED]> wrote:

Re: Problems with forms field

Looks like you're missing a getter for dadosPessoais in your action class... L. Felipe Lorenz wrote: Ok.. i did it... its all right.. but i dont know... i will print my code: JSP: <[EMAIL PROTECTED] contentType="text/html" pageEncoding="UTF-8"%> <%@ taglib prefix="s" uri="/struts-tags" %> htt

Re: Problems with forms field

Ok.. i did it... its all right.. but i dont know... i will print my code: JSP: <[EMAIL PROTECTED] contentType="text/html" pageEncoding="UTF-8"%> <%@ taglib prefix="s" uri="/struts-tags" %> http://www.w3.org/TR/html4/loose.dtd";> JSP Page

Re: Problems with forms field

Check the names of the fields, they must mach with attributes names in action class, and also check that you have correct get/set methods for them in your action class. -- Milan Jim Kiley <[EMAIL PROTECTED]> wrote: Felipe, It would be much easier for others to help you if you would include rel

Re: Problems with forms field

Felipe, It would be much easier for others to help you if you would include relevant parts of your code, as well as let us know what version of Struts you are using. jk On Mon, May 19, 2008 at 2:15 PM, Felipe Lorenz <[EMAIL PROTECTED]> wrote: > Hi, > > i did work with struts, and im work with i

Problems with forms field

Hi, i did work with struts, and im work with it. But, i dont how, the value of field are not send to Action class.. for example: My forms have 3 fields.. text.. normal.. simple.. so, when i submit this the form only the last filed are set. I put a System.out in my action class, and i see only t

Re: Problems with default-action-ref (I was sent this message before with wrong subject...)

> the s2.1 version is only avaiable from subversion? If you using Maven, you can Apache Snapshot repo http://people.apache.org/repo/m2-snapshot-repository/ or download struts2-blank.war from here http://people.apache.org/repo/m2-snapshot-repository/org/apache/struts/struts2-blank/2.1.1-SNAPSHOT/

Re: Problems with default-action-ref (I was sent this message before with wrong subject...)

Ok, thanks for all. the s2.1 version is only avaiable from subversion? the major version that i see in the site is Struts 2.0.11.1 2008/4/13, Dave Newton <[EMAIL PROTECTED]>: > > --- Lukasz Lenart <[EMAIL PROTECTED]> wrote: > > > That's why I re-opened the bug for S2.0. > > As I understood, onl

Re: Problems with default-action-ref (I was sent this message before with wrong subject...)

--- Lukasz Lenart <[EMAIL PROTECTED]> wrote: > > That's why I re-opened the bug for S2.0. > As I understood, only for S2.0, because for 2.1 the tag > is working fine (I already test it)? That's why I re-opened the bug for S2.0. Dave -

Re: Problems with default-action-ref (I was sent this message before with wrong subject...)

> That's why I re-opened the bug for S2.0. As I understood, only for S2.0, because for 2.1 the tag is working fine (I already test it)? Regards -- Lukasz http://www.linkedin.com/in/lukaszlenart - To unsubscribe, e-mail: [EMA

Re: Problems with default-action-ref (I was sent this message before with wrong subject...)

That's why I re-opened the bug for S2.0. --- Lukasz Lenart <[EMAIL PROTECTED]> wrote: > Hi once again and to clarify > > > > > is used when you did not specified the class for you action like below: > > > /index.jsp > > > > and > > > > is used when Struts could not find the action n

Re: Problems with default-action-ref (I was sent this message before with wrong subject...)

Hi once again and to clarify > is used when you did not specified the class for you action like below: /index.jsp > and > is used when Struts could not find the action name for given http request, e.g http://localhost/struts2/ Regards -- Lukasz http://www.linkedin.com/in/lukaszle

Re: Problems with default-action-ref (I was sent this message before with wrong subject...)

--- Décio Heinzelmann Luckow <[EMAIL PROTECTED]> wrote: > I was testing the tag to configure the default action > mapping for a package, without success, then I search Struts Jira for > something about this and find the WW2525. > > The WW2525 is closed with the argument that this tag is used to c

Re: Problems with default-action-ref (I was sent this message before with wrong subject...)

> This ocurred with someone too? No, for me works like charm, maybe because I'm using 2.1.1-SNAPSHOT ;-) ${redirectName} Regards -- Lukasz http://www.linkedin.com/in/lukaszlenart ---

Problems with default-action-ref (I was sent this message before with wrong subject...)

Sorry, a sent this message with an wrong subject, now is the correct Hi all, I was testing the tag to configure the default action mapping for a package, without success, then I search Struts Jira for something about this and find the WW2525. The WW2525 is closed with the argument that this tag

[S2] problems with validations

t that key associated it?, and how can i get the param 8 from this xml sintax? Sorry for my english, thanks a lot for your help. -- View this message in context: http://www.nabble.com/-S2--problems-with-validations-tp15214068p15214068.html Sent from the Struts - User mailing list archive at N

[S2] problems with validations

Hi, i have this code when i get a error if( person.getNumId() == null || person.getNumId().trim().length() < 9 ) { String[] pars = {"8"}; this.addFieldError( "field.doc" , this.getText( " error.val.minlength" , pars ) ); } where "field.doc" it is a key wit

Re: Character encoding problems with Struts 2 and Freemarker or Velocity

is class as the struts.freemarker.manager.classname in > struts.properties, it makes no difference - the output is garbled. > > Does anybody know why this might be the case? > > Thanks > > Jonny > > -- View this message in context: http://www.nabble.com/Character-en

RE: Character encoding problems with Struts 2 and Freemarker or Velocity

content contained within this transmission.> Date: Sat, 29 Dec 2007 08:23:01 -0800> From: [EMAIL PROTECTED]> To: user@struts.apache.org> Subject: Character encoding problems with Struts 2 and Freemarker or Velocity> > > I am setting default_encoding=UTF-8 in freemarker.proper

Character encoding problems with Struts 2 and Freemarker or Velocity

ext: http://www.nabble.com/Character-encoding-problems-with-Struts-2-and-Freemarker-or-Velocity-tp14538951p14538951.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROT

New User - Problems with Validation

/jsp/CreatePost.jsp /jsp/ViewPost.jsp /jsp/PageSetup.jsp /jsp/PageSetup.jsp /jsp/ViewPage.jsp -- View this message in context: http://www.nabble.com/New-User---Problems-with-Validation-tf493409

Re: Problems with Number Format

Hi everyone, I've found the source off my problem. It seams that if you want to format a value in s:textfield tag you have to: value="myFieldValue" /> value="%{myFieldValueID}"/> The magic trick is the id attribute of s:text tag. But will have some problems if I don't initialize myFieldValue i

Problems with Number Format

Hello, I want to show in my textfield control a formated value. In my globalMessages.properties I've this format.number={0,number,###,##0.00} This code works fine /> But can't use it with a id="myFieldValue" label="myFieldValue:"/> and apply the format to it. ?? help!!!

Re: [s2] Problems with lazy loading (open session in view approach)

configure something special in this case? > Do we have to manually open session again? > Is there some documentation about Open Session in View and AJAX? > Is it possible with ajaxed div's at all? > > Thank you in advance, > basti > -- View this message in context: ht

[s2] Problems with lazy loading (open session in view approach)

al in this case? Do we have to manually open session again? Is there some documentation about Open Session in View and AJAX? Is it possible with ajaxed div's at all? Thank you in advance, basti -- View this message in context: http://www.nabble.com/-s2--Problems-with-lazy-loading-%28open-

RE: Problems with Struts 1.3.8

> > I'm *not* using the filter attribute! The message is issued and > > processing is halted as soon as the taglib statement is > > encountered, regardless of what's being used from it. You cannot > > use the html-el tags in 1.3.8 at all. > Now I know how useful is the tag library validati

Re: Problems with Struts 1.3.8

2007/9/5, Slattery, Tim - BLS <[EMAIL PROTECTED]>: > > > > Anyway that problem is fixed. > > Tim, you may have two options: use 1.3.9 or wait until > > 1.3.10 (or 1.4?) is released. > > Or don't use the "filter" attribute :-) > > I'm *not* using the filter attribute! The message is issued and > pro

RE: Problems with Struts 1.3.8

> Anyway that problem is fixed. > Tim, you may have two options: use 1.3.9 or wait until > 1.3.10 (or 1.4?) is released. > Or don't use the "filter" attribute :-) I'm *not* using the filter attribute! The message is issued and processing is halted as soon as the taglib statement is encountered,

Re: Problems with Struts 1.3.8

The only reason why 1.3.9 is beta was because of a file upload issue using Dyna forms. Otherwise, I think it's okay to use. 1.3.10 should hopefully be GA :) Paul On 9/5/07, Antonio Petrelli <[EMAIL PROTECTED]> wrote: > > 2007/9/4, Dave Newton <[EMAIL PROTECTED]>: > > > > --- "Slattery, Tim - BLS"

Re: Problems with Struts 1.3.8

2007/9/4, Dave Newton <[EMAIL PROTECTED]>: > > --- "Slattery, Tim - BLS" wrote: > > But isn't 1.3.9 still beta? > > Looks that way. Anyway that problem is fixed. Tim, you may have two options: use 1.3.9 or wait untile 1.3.10 (or 1.4?) is released. Or don't use the "filter" attribute :-) Antonio

RE: Problems with Struts 1.3.8

--- "Slattery, Tim - BLS" wrote: > But isn't 1.3.9 still beta? Looks that way. d. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Problems with Struts 1.3.8

> 2007/9/4, Slattery, Tim - BLS <[EMAIL PROTECTED]>: > > /index.jsp(3): Error in using tag library > > uri='http://struts.apache.org/tags-html-el' prefix='html-el': type > > mismatch for property 'filter', for Tag class > > 'org.apache.strutsel.taglib.html.ELOptionTag': tld says boolean, > > imp

Re: Problems with Struts 1.3.8

2007/9/4, Slattery, Tim - BLS <[EMAIL PROTECTED]>: > /index.jsp(3): Error in using tag library > uri='http://struts.apache.org/tags-html-el' prefix='html-el': type > mismatch for property 'filter', for Tag class > 'org.apache.strutsel.taglib.html.ELOptionTag': tld says boolean, > implementation typ

Problems with Struts 1.3.8

I'm trying to use Struts 1.3.8 with one of my applications. I copy the 1.3.8 libraries into the /WEB-INF/lib directory. When I try to run the app, I get this: Parsing of JSP File '/index.jsp' failed: /index.jsp(3): Error in using tag library uri='http://struts.apache.org/tags-html-el' prefix='h

Re: Insane problems with s:select

function that is associated to the list > attribute in s:select. It expects a map that maps IDs to strings that get > displayed. > > > > Hope it helps, > > Session > > > > > > > Hey guys I am having really crazy problems with s:select. Here's what &g

Re: Insane problems with s:select

priate > map from the function that is associated to the list > attribute in s:select. It expects a map that maps IDs to strings that get > displayed. > > Hope it helps, > Session > > > > Hey guys I am having really crazy problems with s:select. Here's what > &g

Re: Insane problems with s:select

, Session > Hey guys I am having really crazy problems with s:select. Here's what > happens I have a jsp page with a s:form in it. Then I have a Collection > defined up top that gets from the session just like this > session.getAttribute...Also my page is actually a tile. I started

  1   2   3   4   >