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

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

2013-10-02 Thread Néstor Boscán
So if I use: result name=cambiarPassword type=redirecthttps://${ host}/cambioPassword!input.action/result 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 lukaszlen...@apache.orgwrote: 2013/10/1 Paul

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

2013-10-01 Thread Néstor Boscán
This one: result name=cambiarPassword type=redirectcambioPassword!input.action/result Regards On Tuesday, October 1, 2013, Lukasz Lenart lukaszlen...@apache.org wrote: 2013/9/30 Néstor Boscán nestor.bos...@tcs.com.ve: I have an application that runs on weblogic 10.3.6 and struts 2.3.8

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 lukaszlen...@apache.org wrote: 2013/9/30 Néstor Boscán nestor.bos...@tcs.com.ve: action name=login class=loginAction method=login Why do you use login

Re: S2: Not generating javascript validation

2013-09-30 Thread Néstor Boscán
=false / ? Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2013/9/22 Néstor Boscán nestor.bos...@tcs.com.ve: Yes and it doesn't work. It only works with login. Thanks for the help On Sunday, September 22, 2013, Lukasz Lenart lukaszlen...@apache.org wrote: 2013/9/22

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

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

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

2013-09-30 Thread Néstor Boscán
is not the same as te external name of the loadbalancer, no? Sent via BlackBerry from T-Mobile -Original Message- From: Néstor Boscán nestor.bos...@tcs.com.ve Date: Mon, 30 Sep 2013 16:19:35 To: Struts Users Mailing Listuser@struts.apache.org Reply-To: Struts Users Mailing List user

Re: S2: Not generating javascript validation

2013-09-22 Thread Néstor Boscán
to disabling DMI, 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 nesto...@gmail.com wrote: Hi s:form name=login method=post action=login!login.action validate=true s:hidden name=request_id value

Re: S2: Not generating javascript validation

2013-09-22 Thread Néstor Boscán
) with the action definition? I would take a look at the source to see how the match is done. 2013/9/22 Néstor Boscán nesto...@gmail.com 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. On Sun

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 lukaszlen...@apache.org wrote: 2013/9/22 Néstor Boscán nestor.bos...@tcs.com.ve: Hi s:form name=login method=post action=login!login.action validate=true Have you tried

Re: S2: NullPointerException at AnnotationActionValidatorManager.lo adFile

2013-09-21 Thread Néstor Boscán
the definitions, right? could you share it? 2013/9/20 Néstor Boscán nesto...@gmail.com 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

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: !DOCTYPE validators PUBLIC -//Apache Struts//XWork Validator 1.0.3//EN http://struts.apache.org/dtds/xwork-validator-1.0.3.dtd; validators field

Re: S2: Not generating javascript validation

2013-09-21 Thread Néstor Boscán
/ /s:form Thanks for the help On Sat, Sep 21, 2013 at 5:24 PM, jlm...@gmail.com wrote: Can you provide the jsp snipset for the form? Sent via BlackBerry from T-Mobile -Original Message- From: Néstor Boscán nesto...@gmail.com Date: Sat, 21 Sep 2013 16:15:23 To: Struts Users Mailing

Re: S2: Not generating javascript validation

2013-09-21 Thread Néstor Boscán
for the form? Sent via BlackBerry from T-Mobile -Original Message- From: Néstor Boscán nesto...@gmail.com Date: Sat, 21 Sep 2013 16:15:23 To: Struts Users Mailing Listuser@struts.apache.org Reply-To: Struts Users Mailing List user@struts.apache.org Subject: S2: Not generating

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

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 heam...@gmail.com wrote: Nestor: first of all, verify that your database has the correct encoding, it should be ISO-8859-1, then what I can

Default Encoding not working in struts2-json plugin

2012-01-05 Thread Néstor Boscán
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
characters. 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 d...@newfield.org wrote: Musachy Barroso

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: Is there a way to create or get a ValueStack outside of Struts 2?

2010-01-15 Thread Néstor Boscán
the XWorkTypeConverter but I don't know how to instante it. Regards, Néstor Boscán 2010/1/15 Rafał Krupiński r.krupin...@gmail.com 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 and conversion properties

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 w...@wantii.com wrote: One thing I've done in the past to figure things out is to just check the unit tests. I'd imagine

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: S2 Can I use java templates for all tags except form?

2009-12-27 Thread Néstor Boscán
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 n...@jammconsulting.comwrote: 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 HTML tags in your

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 bphill...@ku.edu wrote: At the University of Kansas (#1 college basketball team :) we use Struts 2 for our web

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] Enviado el

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

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
. 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

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 musa...@gmail.com wrote: is this a plain application or are you using Sitemesh or Tiles? musachy 2009/4/15 Néstor Boscán nesto

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
-tags.tld prefix=s% html head meta http-equiv=Content-Type content=text/html; charset=windows-1252/ titlemyaction2/title /head body /body /html Regards, Néstor Boscán -Mensaje original- De: mitch gorman [mailto:mitch.gor...@gmail.com] Enviado el: Wednesday, April 15, 2009 4:48

S2 How to configure converter for double in xwork-conversion

2009-02-20 Thread Néstor Boscán
, and 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
the DWRActionUtil.execute call so that I can fill s:fielderror 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, 2009 10:44

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-13 Thread Néstor Boscán
before reaching 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

RE: AJAX with DWR but without DOJO?

2009-02-13 Thread Néstor Boscán
, Néstor Boscán -Mensaje original- De: lllewell [mailto:laura.llewel...@gfs.com] Enviado el: Friday, February 13, 2009 4:54 PM Para: user@struts.apache.org Asunto: RE: AJAX with DWR but without DOJO? Thanks Nestor, this looks interesting. What would the JSP that used this action look

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 works

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?

S2 Using s:text/ with parameters

2009-01-26 Thread Néstor Boscán
: s:text name=message.requiredfields:param name=fieldName value=projectDocument//s:text 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: Re: S2 Using s:text/ 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 s:text/ with parameters Néstor Boscán wrote: message.requiredfield = The field ${getText(fieldName)} is required Now I need to do some

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, Ariel [EMAIL

Re: What are Pros and Cons for Struts 2?

2008-11-09 Thread Néstor Boscán
model hard to modify or extends (parallel class hierarchies for both components and tags, and component's HTML code and styles are tied to a particular theme.) 2008/11/7 Néstor Boscán [EMAIL PROTECTED]: Hi Ryan In my experience: Pros: 1.- Form mapping!!!. Yes

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

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,

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 fmt:formatNumber /??? Regards, Néstor Boscán

RE: Struts2 Collection validation

2008-10-20 Thread Néstor Boscán
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 9:59 AM Para: user

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: 2008/10/14 Néstor

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 s:fielderrors:paramdniParticipante/s:param/s:fielderror 3.- You must have de validation and workflow interceptors configured 4.- You

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

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

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:[EMAIL

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.html

RV: How to get ServletContext from Interceptor.init

2008-01-06 Thread Néstor Boscán
] 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. Regards, Néstor Boscán _ Share

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

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
' + 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

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

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

NullPointerException using DefaultActionProxyFactory to invoke Actions manually

2007-07-19 Thread Néstor Boscán
other way to invoke an Action manually from Java code? 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

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

2007-07-17 Thread Néstor Boscán
I just need to generate de JavaScript Client-Side Validation and the form/ tag. For s:fielderror/ 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

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

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-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 Asunto: Re

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

2007-07-16 Thread Néstor Boscán
with 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 -Mensaje original- De: Ian Roughley

Struts 2 Theme that doesn't generate extra HTML

2007-07-15 Thread Néstor Boscán
. Regards, Néstor Boscán

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

2007-07-15 Thread Néstor Boscán
. Regards, Néstor Boscán

Struts 2 Theme that doesn't generate extra HTML

2007-07-15 Thread Néstor Boscán
. Regards, Néstor Boscán

Struts 2 Theme that doesn't generate extra HTML

2007-07-15 Thread Néstor Boscán
. Regards, Néstor Boscán

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

2007-07-15 Thread Néstor Boscán
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 table, tr and td and Simple will generate li, ul errors

Struts 2 Client Side Validation

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

Using High Available applications with JSF

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

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: 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. We would

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

2006-01-18 Thread Néstor Boscán
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). Si

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

2006-01-18 Thread Néstor Boscán
java.lang.IllegalArgumentException: No bean specified. Now I did some test using 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

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

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?

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

RE: JDeveloper 10.1.3 Early Access

2005-09-20 Thread Néstor Boscán
. 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 that finally Oracle put

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 -Mensaje original

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

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 -Mensaje original

Is there a way to access Struts message resources from fmt:message / 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 fmt:message / tag? Regards, Néstor Boscán - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

How to use html:multibox / with values stored in the request or page context

2005-08-14 Thread Néstor Boscán
the html:multibox / tag to get the value from an attributo?. Regards, Néstor Boscán - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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 c:if and c:choose using the form bean properties. Regards, Néstor Boscán - To unsubscribe

RE: Using JSTL to access form bean properties

2005-08-14 Thread Néstor Boscán
though the form bean is already defined in some scope, I redefine it at the top of the page to avoid having to make 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

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

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

RE: How to use html:multibox / 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 html:multibox / with values stored in the request or page context From: Néstor Boscán

How to set autocomplete attribute in html:form

2005-06-21 Thread Néstor Boscán
Hi How do I set the autocomplete attribute in the html:form tag. Regards, Néstor Boscán - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: How to set autocomplete attribute in html:form

2005-06-21 Thread Néstor Boscán
ocomplete_ovr.asp). My question is how can I set this attribute in a html:form or html:text 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

Lista de Struts

2005-05-23 Thread Néstor Boscán
Para inscribirse en la lista de struts deben enviar un correo vacío a: [EMAIL PROTECTED] Para eliminar la subscripción: [EMAIL PROTECTED] Si quieren mandar un email a la lista lo mandan a: user@struts.apache.org Saludos

  1   2   >