Re: How to implement multi tenancy with separate database in struts and hibernate?

2014-07-08 Thread Néstor Boscán
If you want to recreate this feature yourself with different databases you're going to have to map your entrypoint (initial URL) to your specific client and from there to the specific database datasource. Once you have the data source, associate it with the SessionFactory and everything will work c

Re: S2: Using HTTPS, when I redirect, I get HTTP

2013-10-02 Thread Néstor Boscán
So if I use: https://${ host}/cambioPassword!input.action It will work? Don't I have to set the servlet context and namespace? Regards, Néstor Boscán On Wed, Oct 2, 2013 at 1:08 AM, Lukasz Lenart wrote: > 2013/10/1 Paul Benedict : > > Hmm. Well, there's a couple issu

Re: S2: Not generating javascript validation

2013-10-01 Thread Néstor Boscán
Sorry I made that change so I could use only login in the form tag to make the validation work. On Tuesday, October 1, 2013, Lukasz Lenart wrote: > 2013/9/30 Néstor Boscán : >> > > Why do you use login!login as action login is already defined to use > login method? >

Re: S2: Using HTTPS, when I redirect, I get HTTP

2013-10-01 Thread Néstor Boscán
This one: cambioPassword!input.action Regards On Tuesday, October 1, 2013, Lukasz Lenart wrote: > 2013/9/30 Néstor Boscán : >> I have an application that runs on weblogic 10.3.6 and struts 2.3.8. The >> weblogic is behind a loadbalancer that does https to http translati

Re: S2: Using HTTPS, when I redirect, I get HTTP

2013-09-30 Thread Néstor Boscán
as te external name of the loadbalancer, no? > Sent via BlackBerry from T-Mobile > > -Original Message- > From: Néstor Boscán > Date: Mon, 30 Sep 2013 16:19:35 > To: Struts Users Mailing List > Reply-To: "Struts Users Mailing List" > Subject: S2: Using H

S2: Using HTTPS, when I redirect, I get HTTP

2013-09-30 Thread Néstor Boscán
, Néstor Boscán

Re: S2: Not generating javascript validation

2013-09-30 Thread Néstor Boscán
Can you post your struts.xml? And you don't have such constant defined > /> ? > > > Regards > -- > Łukasz > + 48 606 323 122 http://www.lenart.org.pl/ > > 2013/9/22 Néstor Boscán : > > Yes and it doesn't work. It only works with "login".

Re: S2: Not generating javascript validation

2013-09-22 Thread Néstor Boscán
Yes and it doesn't work. It only works with "login". Thanks for the help On Sunday, September 22, 2013, Lukasz Lenart wrote: > 2013/9/22 Néstor Boscán : >> Hi >> >> > validate="true"> > > Have you tried to use: login!login ? Attr

Re: S2: Not generating javascript validation

2013-09-22 Thread Néstor Boscán
ion definition? I would take a look at the source to see how the match is done. > > > 2013/9/22 Néstor Boscán >> >> Yes I reenabled DMI but javascript validation is not working when using DMI. If you use action!method the javascript field validations won't appear. >>

Re: S2: Not generating javascript validation

2013-09-22 Thread Néstor Boscán
MI, but you can re-enable it if you understand the risks. > (*Chris*) > > > On Sat, Sep 21, 2013 at 6:20 PM, Néstor Boscán wrote: > > > Hi > > > > > validate="true"> > > > > > cssClass="mystyle1"/> &g

Re: S2: Not generating javascript validation

2013-09-21 Thread Néstor Boscán
> Can you provide the jsp snipset for the form? > Sent via BlackBerry from T-Mobile > > -Original Message- > From: Néstor Boscán > Date: Sat, 21 Sep 2013 16:15:23 > To: Struts Users Mailing List > Reply-To: "Struts Users Mailing List" > Subject: S2: Not

Re: S2: Not generating javascript validation

2013-09-21 Thread Néstor Boscán
Hi Thanks for the help On Sat, Sep 21, 2013 at 5:24 PM, wrote: > Can you provide the jsp snipset for the form? > Sent via BlackBerry from T-Mobile > > -Original Message----- > From: Néstor Boscán > Date: Sat, 21 Sep 2013 16:15:23

S2: Not generating javascript validation

2013-09-21 Thread Néstor Boscán
Hi I'm using the latest 2.3.15.2 version of struts 2 on weblogic 10.3.6. This are my files: LoginAction-validation.xml: http://struts.apache.org/dtds/xwork-validator-1.0.3.dtd";> El usuario es requerido La contrasenia es requerida validators.xml:

Re: S2: NullPointerException at AnnotationActionValidatorManager.lo adFile

2013-09-21 Thread Néstor Boscán
koverflow.com/questions/17144563/struts2-annotation-valiation-nullpointer-exception > > > 2013/9/20 JOSE L MARTINEZ-AVIAL > > > I assume you have an xml file to set the definitions, right? could you > > share it? > > > > > > 2013/9/20 Néstor Boscán

S2: NullPointerException at AnnotationActionValidatorManager.lo adFile

2013-09-20 Thread Néstor Boscán
I've been trying to make Struts 2 JavaScript Validation work on WebLogic 10.3.6. I first used 2.3.8 version and then the latest 2.3.15.2 version. I still get the same error: java.lang.NullPointerException at com.opensymphony.xwork2.validator.AnnotationActionValidatorManager.lo adFile(Annot

Re: Default Encoding not working in struts2-json plugin

2012-01-06 Thread Néstor Boscán
Found it I think it was the Apache Server that was converting the JSON documents to UTF-8. Regards, Néstor Boscán On Fri, Jan 6, 2012 at 8:33 AM, Hernán wrote: > Nestor: first of all, verify that your database has the correct encoding, > it should be ISO-8859-1, then what I can tell

Default Encoding not working in struts2-json plugin

2012-01-05 Thread Néstor Boscán
s the JSON document. Has this been corrected in newer versions?. Any ideas? Regards, Néstor Boscán - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Extending Struts 2 Java Templates

2011-02-24 Thread Néstor Boscán
Hi Is there a release out where I can extend the Struts 2 Java Template Tags? Or is there a future release where this will be implemented?. We're currently deciding if we should create our own tags to get better performance from a Struts 2 application. Regards, Néstor Boscán

S2 JSON Plugin problem with encoding

2010-02-21 Thread Néstor Boscán
ented characters. Regards, Néstor Boscán

Re: Is there a way to create or get a ValueStack outside of Struts 2?

2010-01-15 Thread Néstor Boscán
()); configurationManager.getConfiguration().getContainer().inject(factory); ValueStack stack = factory.createValueStack(); Regards, Néstor Boscán On Fri, Jan 15, 2010 at 4:39 PM, Wes Wannemacher wrote: > One thing I've done in the past to figure things out is to just check > the unit tests. I'd i

Re: Is there a way to create or get a ValueStack outside of Struts 2?

2010-01-15 Thread Néstor Boscán
XWorkTypeConverter but I don't know how to instante it. Regards, Néstor Boscán 2010/1/15 Rafał Krupiński > On 15.01.2010 21:25, Néstor Boscán wrote: > >> Hi >> >> I wish to access or create the ValueStack from outside Struts 2 so I can >> apply the expression language a

Is there a way to create or get a ValueStack outside of Struts 2?

2010-01-15 Thread Néstor Boscán
Hi I wish to access or create the ValueStack from outside Struts 2 so I can apply the expression language and conversion properties of OGNL to create some reportes. Is this possible? Regards, Néstor Boscán

Re: Struts 2 Tags / Freemarker performance

2010-01-15 Thread Néstor Boscán
I've tried this approach and the page simply doesn't work. I don't know if you are aware but in 2.0.* there were this configuration options that cached the freemaker processing. Regards, Néstor Boscán On Fri, Jan 15, 2010 at 2:10 PM, Dale Newfield wrote: > Musachy Barro

Re: S2 Can I use java templates for all tags except form?

2009-12-27 Thread Néstor Boscán
nce of the Java Templates but still use the form tag for validation. Regards, Néstor Boscán On Sun, Dec 27, 2009 at 12:39 PM, Neil Aggarwal wrote: > Nestor: > > > Is there a way I can use java templates for all tags except form? > > You can mix and match struts UI tags and normal &

S2 Can I use java templates for all tags except form?

2009-12-27 Thread Néstor Boscán
Hi Is there a way I can use java templates for all tags except form?. I want to gain on the performance of the java tags but still maintain the validation features of the form tag. Regards, Néstor Boscán

Re: Is Using Spring With Struts 2 A Good Idea?

2009-11-25 Thread Néstor Boscán
I've been using it for over 50 projects with excellent results. Once you start using spring in big projects you really can't go back. On Wed, Nov 25, 2009 at 11:59 AM, phillips1021 wrote: > > At the University of Kansas (#1 college basketball team :) we use Struts 2 > for our web application fra

RV: When using jsp:include or s:include in a JSP page the next Struts 2 tags will throw java.lang.NullPointerException on WebLogic 10.3

2009-04-18 Thread Néstor Boscán
Looks like I can't send attachments through this Mailing list. Here is the URL to the bug https://issues.apache.org/struts/browse/WW-2995. I put the war file as attachment of the bug. Regards, Néstor Boscán -Mensaje original- De: Néstor Boscán [mailto:nesto...@gmail.com] Envia

RE: When using jsp:include or s:include in a JSP page the next Struts 2 tags will throw java.lang.NullPointerException on WebLogic 10.3

2009-04-16 Thread Néstor Boscán
Here is the war file. You have to add the Struts 2 core libraries. Regards, Néstor Boscán -Mensaje original- De: Martin Gainty [mailto:mgai...@hotmail.com] Enviado el: Wednesday, April 15, 2009 8:30 PM Para: Struts Users Mailing List Asunto: RE: When using jsp:include or s:include in a

RE: When using jsp:include or s:include in a JSP page the next Struts 2 tags will throw java.lang.NullPointerException on WebLogic 10.3

2009-04-15 Thread Néstor Boscán
ot;%> <%@ taglib uri="/WEB-INF/struts-tags.tld" prefix="s"%> myaction Myaction2.jsp http://www.w3.org/TR/html4/loose.dtd";> <%@ page contentType="text/html"%> <%@ taglib uri="/WEB-INF/struts-tags.t

Re: When using jsp:include or s:include in a JSP page the next Struts 2 tags will throw java.lang.NullPointerException on WebLogic 10.3

2009-04-15 Thread Néstor Boscán
Plain vanilla application. Just the Filter, an Action, two JSPs, and the struts tags. Regards, Néstor Boscán On Wed, Apr 15, 2009 at 4:46 PM, Musachy Barroso wrote: > is this a plain application or are you using Sitemesh or Tiles? > > musachy > > 2009/4/15 Néstor Boscán :

When using jsp:include or s:include in a JSP page the next Struts 2 tags will throw java.lang.NullPointerException on WebLogic 10.3

2009-04-15 Thread Néstor Boscán
1.3.4. on Oracle WebLogic 10.3. It works on OC4J 10.1.3 and Tomcat 5. I created a simple project with an Action and two JSP pages and the problem reproduces. Regards, Néstor Boscán

S2 How to configure converter for double in xwork-conversion

2009-02-20 Thread Néstor Boscán
it uses the converter from JSP to Action but it tells the converter that it’s trying to convert to Double.TYPE. How can I configure xwork-conversion.properties to use a specific converter for “float” and “double” primitive types? Regards, Néstor Boscán

RE: AJAX with DWR but without DOJO?

2009-02-19 Thread Néstor Boscán
Another thing that you can do is specify in the dwr.xml exactly which attributes you want to return from the action so you can control what you send though AJAX and what not. Regards, Néstor Boscán -Mensaje original- De: lllewell [mailto:laura.llewel...@gfs.com] Enviado el: Tuesday

RE: AJAX with DWR but without DOJO?

2009-02-19 Thread Néstor Boscán
done is encapsulate the DWRActionUtil.execute call so that I can fill fields with their error in case of validation error and do stuff tieh the action errors. Regards, Néstor Boscán -Mensaje original- De: lllewell [mailto:laura.llewel...@gfs.com] Enviado el: Tuesday, February 17

RE: AJAX with DWR but without DOJO?

2009-02-13 Thread Néstor Boscán
uot;) { return true; } if (elementOrId.nodeName) { var name = elementOrId.nodeName.toLowerCase(); if (name == 'input' || name == 'form') { return true; } } return false; }; Regards, Néstor Boscán -Mensaje o

RE: AJAX with DWR but without DOJO?

2009-02-13 Thread Néstor Boscán
the action method. You can put validations in the validation framework or you're validation method, or you can do AJAX invocations to retrieve data. Regards, Néstor Boscán -Mensaje original- De: lllewell [mailto:laura.llewel...@gfs.com] Enviado el: Friday, February 13, 2009 12:13 PM

RE: S2 NullPointerException when using jsp:include in WebLogic

2009-02-11 Thread Néstor Boscán
: Néstor Boscán [mailto:nesto...@gmail.com] Enviado el: Tuesday, February 10, 2009 3:32 PM Para: 'Struts Users Mailing List' Asunto: S2 NullPointerException when using jsp:include in WebLogic Hi I´m getting the following exception on WebLogic 10.3 with pages that have jsp:include. This

S2 NullPointerException when using jsp:include in WebLogic

2009-02-10 Thread Néstor Boscán
Hi I´m getting the following exception on WebLogic 10.3 with pages that have jsp:include. This works with OC4J 10.1.3.4. The exception is: java.lang.NullPointerException at org.apache.struts2.views.jsp.ComponentTagSupport.doStartTag(ComponentTagSupp ort.java:50) Any ideas?

RE: Re: S2 Using with parameters

2009-01-26 Thread Néstor Boscán
- De: Dave Newton [mailto:newton.d...@yahoo.com] Enviado el: Monday, January 26, 2009 11:10 AM Para: Struts Users Mailing List Asunto: [!! SPAM] Re: S2 Using with parameters Néstor Boscán wrote: > message.requiredfield = The field "${getText(fieldName)}" is required > > No

S2 Using with parameters

2009-01-26 Thread Néstor Boscán
can’t get: to work. I don’t know if this is possible. Do I have to create another message key for this? Regards, Néstor Boscán

Re: Advanced Struts 2 Validation Question...

2008-11-13 Thread Néstor Boscán
if you want javascript validation you will have to create your own theme and own validation. You will have to create your own validator class and modify the form-close-validation.ftl. This is what I've done in the past. Once you figure out the details you start creating and reusing validators. On

Re: How traumatic is to migrate from struts version 1.2 to struts version 2.0 ???

2008-11-12 Thread Néstor Boscán
You can use any IDE. I understand that the new IDEA comes with Struts 2 that will make things easier, this is the first time I heard of Struts 2 support for an IDE. I don't know if there's an Eclipse plugin for Struts 2. Regards, Néstor Boscán On Wed, Nov 12, 2008 at 9:51 AM, Ari

Re: What are Pros and Cons for Struts 2?

2008-11-09 Thread Néstor Boscán
list.) > > > Very extensible. > > > > > > Cons: > > > Sporadic releases. > > > Javascript validation framework is very limited for non ajax apps. > > > Multiple rendering technologies make their component model hard to > > > modify

Re: How traumatic is to migrate from struts version 1.2 to struts version 2.0 ???

2008-11-07 Thread Néstor Boscán
I´ve run through this and it was more complicated than I thought. You have to change how your action works, organize them into packages, change URLs, you have to think about what are you´re going to do on the JSP side, will you use OGNL or JSTL expressions?. validation, conversion. On Fri, Nov 7,

Re: What are Pros and Cons for Struts 2?

2008-11-07 Thread Néstor Boscán
Hi Ryan In my experience: Pros: 1.- Form mapping!!!. Yes form mapping in Struts 1 is horrible. 2.- Conversion support 3.- Interceptor support 4.- Better AJAX Support 5.- Lightweight vs JSF The framework is very flexible and you can adjust it to your needs. Cons: 1.- Themes. They make the fram

Formating in Struts 2

2008-10-24 Thread Néstor Boscán
Hi Isn’t there a way to apply formatting of number and dates in Struts 2 at the JSP level?. I need to conditionally format a number depending on a condition. Isn’t there an equivalent in Struts 2 for JSTLs ??? Regards, Néstor Boscán

RE: Struts2 Collection validation

2008-10-20 Thread Néstor Boscán
pressions to >the fieldname so I can apply a validator form employees[.*].firstName. For my >projects this is the most required missing functionality of Struts 2. Regards, Néstor Boscán -Mensaje original- De: gaelle [mailto:[EMAIL PROTECTED] Enviado el: Monday, October 20, 2008

Re: How to make validator framework call the input method

2008-10-15 Thread Néstor Boscán
But the prepare method will be called if a validation error happens or not. If a validation error happens I want to load the combo data, but if not I don't need to load that data. Regards, Néstor Boscán On Wed, Oct 15, 2008 at 2:09 AM, Lukasz Lenart <[EMAIL PROTECTED] > wrote: &

RE: Is there a way for *-validate.xml to validate specific methods instead of Action Ids?

2008-10-14 Thread Néstor Boscán
Yes but that's my point. If I have an Action with 5 methods with 5 different validations I have to create 5 different action aliases just to make the validation framework happy, makes no sense to me. Regards, Néstor Boscán -Mensaje original- De: Sébastien Domergue [mailto:[

How to make validator framework call the input method

2008-10-14 Thread Néstor Boscán
Hi I'm using the validator frame in Struts 2.0.11.2. When the validator framework fails I need to call the input method to load some combo data. But the validator framework automatically calls the input result. If I chain that input result with the input method I loose the fieldErrors and actionEr

Is there a way for *-validate.xml to validate specific methods instead of Action Ids?

2008-10-14 Thread Néstor Boscán
Hi Is there a way I can create action-method-validate.xml to validate specific methods instead of Action IDs. We have a lot of Actions with many methods and is a real problem to configure the *-validate.xml because it will validate all methods (except those in excludeMethods but this configuration

Re: [S2] Problem showing errors message with xxx-validation.xml

2008-10-14 Thread Néstor Boscán
The way it worked for me was: 1.- You have to extend ActionSupport because it contains the fieldErrors, actionErrors attributes and the validation logic. 2.- I use dniParticipante 3.- You must have de validation and workflow interceptors configured 4.- You must have an "input" result because in ca

input method gets invoked twice

2008-10-13 Thread Néstor Boscán
Hi I have many input method in different actions are being invoked twice. With Firebug I check that there is only one browser invocation. Any ideas? Regards, Néstor

Struts2 - Can I access the form object from fielderror.ftl

2008-03-16 Thread Néstor Boscán
Is there a way to access the form object from fielderror.ftl. I need to access the form Id. Regards, Néstor Boscán

RE: Is there a way to use Spring to inject objects to a Struts 2 Interceptor?

2008-01-07 Thread Néstor Boscán
: Néstor Boscán Asunto: Re: Is there a way to use Spring to inject objects to a Struts 2 Interceptor? The Struts2 Spring plugin takes care of that for the Actions. I just don't know if the object factory is also used with Intecepter properties. * http://struts.apache.org/2.x/docs/spring-plugin.htm

Struts 2: How to get an generated exception from a JSP

2008-01-06 Thread Néstor Boscán
Hi If I have an Exception configured to a Result and a Result to a JSP is it possible to get the Exception object from the JSP page? Regards, Néstor Boscán

RV: How to get ServletContext from Interceptor.init

2008-01-06 Thread Néstor Boscán
ROTECTED] > To: user@struts.apache.org > Subject: How to get ServletContext from Interceptor.init > Date: Sun, 6 Jan 2008 01:17:41 -0430 > > Hi > > Is there a way to get the ServletContext from Interceptor.init. I tried > using the ActionContext but it returns null.

How to get ServletContext from Interceptor.init

2008-01-05 Thread Néstor Boscán
Hi Is there a way to get the ServletContext from Interceptor.init. I tried using the ActionContext but it returns null. Regards, Néstor Boscán

Is there a way to use Spring to inject objects to a Struts 2 Interceptor?

2008-01-04 Thread Néstor Boscán
Hi Is there a way to use Spring to inject objects to a Struts 2 Interceptor? Regards, Néstor Boscán - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Using JSTL Expression Language with Struts 2 tags

2007-09-05 Thread Néstor Boscán
Hi Is there a way to use the JSTL Expression Language with Struts 2 tags instead of OGNL? Regards, Néstor Boscán

Struts 2 and DWR

2007-08-24 Thread Néstor Boscán
ction '" + actionDefinition.getAction() + "' in namespace '" + actionDefinition.getNamespace() + "'", e); throw e; } } } Regards, Néstor Boscán

Trying to get form action attribute from template

2007-07-26 Thread Néstor Boscán
Hi I'm trying to get the form action attribute in the form.ftl template. Instead of retrieving the value that it's set in the tag it returns the complete URL /uriPrefix/theAction.action?JSESSIONID= Is there a way to retrieve only what's in the action attribute? Regards, Néstor Boscán

Struts 2 Using Validator with a Collection

2007-07-24 Thread Néstor Boscán
Hi I need to use the validation framework that comes with Struts 2 to validate a List that contains objects. I read that there is a "collection" validator but I can't find it in Struts 8, Struts 9 or XWork 2.0.4. Any ideas? Regards, Néstor Boscán

How to do Server/Client Side Validation with a model object that has a list

2007-07-20 Thread Néstor Boscán
Hi I have a model object thas has a list containing a model object. How do I configure my Action-validator.xml file to validate each model inside the list? Regards, Néstor Boscán

Using Action-method-validator.xml with Client Side JavaScript

2007-07-20 Thread Néstor Boscán
the code. I tried using action="action!method" but it doesn't work. Any Ideas? Regards, Néstor Boscán

Using Action-method-validator.xml with Client Side JavaScript

2007-07-19 Thread Néstor Boscán
the code. I tried using action="action!method" but it doesn't work. Any Ideas? Regards, Néstor Boscán

Using Action-method-validator.xml with Client Side JavaScript

2007-07-19 Thread Néstor Boscán
the code. I tried using action="action!method" but it doesn't work. Any Ideas? Regards, Néstor Boscán

NullPointerException using DefaultActionProxyFactory to invoke Actions manually

2007-07-19 Thread Néstor Boscán
bout this?. Any other way to invoke an Action manually from Java code? Regards, Néstor Boscán

RV: Struts 2 Theme that doesn't generate extra HTML

2007-07-17 Thread Néstor Boscán
Yes, I find S2 to be a good framework and a good evolution from S1, but the tags themes instead of helping me are just making things more difficult. I would also like to use JSTL and JSP but my project requires this tags and OGNL. Regards, Néstor Boscán -Mensaje original- De: Ray

RE: Struts 2 Theme that doesn't generate extra HTML

2007-07-17 Thread Néstor Boscán
Yes, I find S2 to be a good framework and a good evolution from S1, but the tags themes instead of helping me are just making things more difficult. I would also like to use JSTL and JSP but my project requires this tags and OGNL. Regards, Néstor Boscán -Mensaje original- De: Ray

RE: Struts 2 Theme that doesn't generate extra HTML

2007-07-17 Thread Néstor Boscán
ed to generate de JavaScript Client-Side Validation and the tag. For tag I just need to generate de message with the error. Regards, Néstor Boscán -Mensaje original- De: Kishen Simbhoedatpanday [mailto:[EMAIL PROTECTED] Enviado el: Martes, 17 de Julio de 2007 05:40 a.m. Para:

RE: Struts 2 Theme that doesn't generate extra HTML

2007-07-16 Thread Néstor Boscán
their advantages and disadvantages, or you implement what you need (client side validation) manually. /Ian Néstor Boscán wrote: > Yes Thanks, that's something I can do but what about the JavaScript > code for the Client-Side Validation?. > > Regards, > > Néstor Boscán > > --

RE: Struts 2 Theme that doesn't generate extra HTML

2007-07-16 Thread Néstor Boscán
Yes Thanks, that's something I can do but what about the JavaScript code for the Client-Side Validation?. Regards, Néstor Boscán -Mensaje original- De: Ian Roughley [mailto:[EMAIL PROTECTED] Enviado el: Lunes, 16 de Julio de 2007 11:51 a.m. Para: Struts Users Mailing List Asunt

RE: Struts 2 Theme that doesn't generate extra HTML

2007-07-16 Thread Néstor Boscán
That's correct, but in this project I have to work with OGNL and the Struts 2 Tags. Regards, Néstor Boscán -Mensaje original- De: Ian Roughley [mailto:[EMAIL PROTECTED] Enviado el: Lunes, 16 de Julio de 2007 09:10 a.m. Para: Struts Users Mailing List Asunto: Re: Struts 2 Theme

RE: Struts 2 Theme that doesn't generate extra HTML

2007-07-15 Thread Néstor Boscán
d patterns you can achieve the same thing with a lot less overhead. (*Chris*) On 7/15/07, Néstor Boscán <[EMAIL PROTECTED]> wrote: > Hi > > Is there a Struts 2 Theme that doesn't generate extra HTML for the > tags. For example XHTML generates a lot of , and and >

Struts 2 Theme that doesn't generate extra HTML

2007-07-15 Thread Néstor Boscán
Hi Is there a Struts 2 Theme that doesn't generate extra HTML for the tags. For example XHTML generates a lot of , and and Simple will generate , errors for Field Errors. Also in Simple Theme I can't get to generate the JavaScript code for Client Side Validation. Regards, Néstor Boscán

Struts 2 Theme that doesn't generate extra HTML

2007-07-15 Thread Néstor Boscán
Hi Is there a Struts 2 Theme that doesn't generate extra HTML for the tags. For example XHTML generates a lot of , and and Simple will generate , errors for Field Errors. Also in Simple Theme I can't get to generate the JavaScript code for Client Side Validation. Regards, Néstor Boscán

RV: Struts 2 Theme that doesn't generate extra HTML

2007-07-15 Thread Néstor Boscán
Hi Is there a Struts 2 Theme that doesn't generate extra HTML for the tags. For example XHTML generates a lot of , and and Simple will generate , errors for Field Errors. Also in Simple Theme I can't get to generate the JavaScript code for Client Side Validation. Regards, Néstor Boscán

Struts 2 Theme that doesn't generate extra HTML

2007-07-15 Thread Néstor Boscán
Hi Is there a Struts 2 Theme that doesn't generate extra HTML for the tags. For example XHTML generates a lot of , and and Simple will generate , errors for Field Errors. Also in Simple Theme I can't get to generate the JavaScript code for Client Side Validation. Regards, Néstor Boscán

Struts 2 Client Side Validation

2007-07-12 Thread Néstor Boscán
elements. Any ideas? Regards, Néstor Boscán

Using High Available applications with JSF

2006-01-28 Thread Néstor Boscán
this issue? Regards, Néstor Boscán - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: RV: Array of a java bean and Dynamic Form Beans

2006-01-18 Thread Néstor Boscán
ng session scope and it seems that if I put the reset method I also get the exception. There is something in the set ("variables", new VariableTo [count]) method that Struts doesn't like. Regards, Néstor Boscán -Mensaje original- De: Rick Reumann [mailto:[EMAIL PROTECT

RE: RV: Array of a java bean and Dynamic Form Beans

2006-01-18 Thread Néstor Boscán
s for the help Regards, Néstor Boscán Néstor Boscán - Gerente de Consultoría Teléfono Móvil: +58 416 6070610 Teléfono Oficina: +58 212 2399711 - +58 212 2398198 Fax Oficina: +58 212 2399587 “Este mensaje es privado y confidencial, y está dirigido exclusivamente a su(s) destinatario(s

RE: Is there a way to use Dates and Numbers with Dynamic Action Forms using a pattern?

2006-01-18 Thread Néstor Boscán
:[EMAIL PROTECTED] Enviado el: Wednesday, January 18, 2006 8:32 AM Para: Struts Users Mailing List Asunto: Re: Is there a way to use Dates and Numbers with Dynamic Action Forms using a pattern? Néstor Boscán wrote: > Is there a way to use Dates with Dynamic Action Forms using a pattern. &

RV: Array of a java bean and Dynamic Form Beans

2006-01-18 Thread Néstor Boscán
) at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableR esourcePooledExecutor.java:192) at java.lang.Thread.run(Thread.java:534) Regards, Néstor Boscán Néstor Boscán - Gerente de Consultoría Teléfono

RE: Array of a java bean and Dynamic Form Beans

2006-01-17 Thread Néstor Boscán
Hi Rick Thanks for the quick answer. The problem is that I have to minimize the use of object in session scope to minimize session replication. Is there any way to do this in request scope? Regards, Néstor Boscán -Mensaje original- De: Rick Reumann [mailto:[EMAIL PROTECTED] Enviado

Is there a way to use Dates and Numbers with Dynamic Action Forms using a pattern?

2006-01-17 Thread Néstor Boscán
Hi Is there a way to use Dates with Dynamic Action Forms using a pattern. We would like to use all our DTOs with Dynamic Form Beans but we're having problem with Date and Numbers were we need to apply patterns. Is there a way to do this?

Array of a java bean and Dynamic Form Beans

2006-01-17 Thread Néstor Boscán
Hi In the projects I'm working on we use a lot of Dynamic Form Beans with Arrays of Java Beans. I read that the only way to make this work is to declare the form bean with session scope. The problem is that I need all form beans to have their scope set to request to minimize session propagation b

How to detect if an action was called from a web form or from an anchor

2005-11-09 Thread Néstor Boscán
Hi   Is there a way to know if an action is called from a web form or from an anchor?   Regards,   Néstor Boscán   Néstor Boscán - Gerente de Consultoría Teléfono Móvil: +58 416 6070610  Teléfono Oficina: +58 212 2399711 - +58 212 2398198

RE: [OT] Re: JDeveloper 10.1.3 Early Access

2005-09-20 Thread Néstor Boscán
Hi Dave Haven't got the time to see how it works. I have worked we JDeveloper 9.0.3 and 10.1.2 with CVS. In this new release after I installed it it stored every version of my source files, I don't really know how this mechanism will work with CVS. Regards, Néstor Boscán -Mensaj

RE: JDeveloper 10.1.3 Early Access

2005-09-20 Thread Néstor Boscán
ry requirements. It's looking good. Regards, Néstor Boscán -Mensaje original- De: Christian Bollmeyer [mailto:[EMAIL PROTECTED] Enviado el: Tuesday, September 20, 2005 12:08 PM Para: Struts Users Mailing List Asunto: JDeveloper 10.1.3 Early Access Hi, just wanted to drop some note tha

RE: Struts forward and jsessionid

2005-09-08 Thread Néstor Boscán
Hi Michael In my case, I'm working with WAP applications that require the jsessionid to be in the URL. In the case of Struts redirect forward it doesn't put the jsessionid in the URL. When I browse using a WAP my session is lost in the process. Regards, Néstor Boscán -Mensaj

Struts forward and jsessionid

2005-09-08 Thread Néstor Boscán
Hi How can I guarantee that Struts will send the jsessionid parameter with each forward with redirection?. Regards, Néstor Boscán - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Is there a way to access Struts message resources from tag?

2005-09-07 Thread Néstor Boscán
Hi Is there a way to access the message resources configured in the struts-config file from a JSP using tag? Regards, Néstor Boscán - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: How to use with values stored in the request or page context

2005-08-14 Thread Néstor Boscán
Thanks Wendy Regards, Néstor Boscán -Mensaje original- De: Wendy Smoak [mailto:[EMAIL PROTECTED] Enviado el: Sunday, August 14, 2005 6:08 PM Para: Struts Users Mailing List Asunto: Re: How to use with values stored in the request or page context From: "Néstor Boscán&quo

RE: How to use with values stored in the request or page context

2005-08-14 Thread Néstor Boscán
Hi Wendy Thanks for the reply. The problem is that in the form bean you only set the values of the or that are selected, not all of them. So to draw all of them you need to take the values from somewhere else, tipically an object that is in request or session context. Regards, Néstor Boscán

RE: Using JSTL to access form bean properties

2005-08-14 Thread Néstor Boscán
multiple reference changes if my form name happens to change. If it does, I only change it in one place. /robert Néstor Boscán wrote: > Hi > > Has anybody used JSTL to access form bean properties. I'm using JSTL > and Struts Tags and I would like to do some conditioning using

Using JSTL to access form bean properties

2005-08-14 Thread Néstor Boscán
Hi Has anybody used JSTL to access form bean properties. I'm using JSTL and Struts Tags and I would like to do some conditioning using and using the form bean properties. Regards, Néstor Boscán - To unsubscribe, e

How to use with values stored in the request or page context

2005-08-14 Thread Néstor Boscán
Hi How can I use or with values that are stored in the request or page context?. I would like to do something like "/> without using the <% %> tags. Is there a way to use the JSTL Expression Language or tell the tag to get the value from an attributo?. Regards,

RE: How to set "autocomplete" attribute in

2005-06-21 Thread Néstor Boscán
ocomplete_ovr.asp). My question is how can I set this attribute in a or tag if it doesn't have this attribute. Regards, Néstor Boscán -Mensaje original- De: Ed Griebel [mailto:[EMAIL PROTECTED] Enviado el: Tuesday, June 21, 2005 3:48 PM Para: Struts Users Mailing List Asunto: Re

  1   2   >