Looking for someone to take over a Struts project in Plano, TX

2014-02-23 Thread Neil Aggarwal
. There will some need for meetings at the client site so local candidates are preferred. Thank you, Neil -- Neil Aggarwal, (972) 834-1565 We lend money to investors to buy or refinance single family rent houses. No origination fees, quick approval, no credit check

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

2009-12-27 Thread Neil Aggarwal
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 JSPs. I do it all the time and it will not hurt anything. Neil -- Neil Aggarwal, (281)846-8957, http://UnmeteredVPS.net Host your Struts

RE: MySQL + JDBC

2009-12-14 Thread Neil Aggarwal
> Oh, and a relevant follow-up question: do you use JDBC-ODBC > to connect > to MySQL? I never used ODBC to talk to MySQL. I am not sure how well that would work. Thanks, Neil -- Neil Aggarwal, (281)846-8957, http://UnmeteredVPS.net Host your MySQL database on a CentOS virtu

RE: MySQL + JDBC

2009-12-13 Thread Neil Aggarwal
> Let me simplify the question: Has anyone out there managed to > create a > working connection to the latest version of MySQL 64-bit via > JDBC from > Struts 2? I am sure many people have. I run 64 bit servers with MySQL and Struts 2. What are you seeing? Neil -- Neil Agg

RE: redirect with parameter

2009-12-10 Thread Neil Aggarwal
Prasad: > I am stuck with a problem I want to add parameters to > redirect. Following is the example. Here is what works for me: In struts.xml: 303 ${redirectUrl} I generate the full url in my bean code including all parameters I want encoded. I hope that helps,

RE: checkbox : unchecked elements not in list

2009-12-04 Thread Neil Aggarwal
On my form bean, I have boolean values for each of the checkboxes and set the checkbox to use the field name: When the user submits the form, everything works as expected. Can you do that in your app instead of processing the request params yourself? Neil -- Neil Aggarwal, (281)846-8

RE: excute method

2009-11-26 Thread Neil Aggarwal
g a result name="input", I think success is only executed on a POST operation. Neil -- Neil Aggarwal, (281)846-8957, http://UnmeteredVPS.net Host your struts app on a CentOS VPS for only $25/month! Unmetered bandwidth = no overage charges, 7 day free trial --

RE: OGNL expression help

2009-11-17 Thread Neil Aggarwal
> Doesn't help unfortunately as the > length of the string > in characters is not the same as the space required to > display it in full! Have you tried adding 2 or 3 to the length value? Neil -- Neil Aggarwal, (281)846-8957, http://UnmeteredVPS.net Host your strut

RE: OGNL expression help

2009-11-16 Thread Neil Aggarwal
to call the corresponding String methods. That would be really be a pain! Anyway, thanks for the clarification, Neil -- Neil Aggarwal, (281)846-8957, http://UnmeteredVPS.net Host your struts app on a CentOS VPS for only $25/month! Unmetered bandwidth, 7 day no risk trial, Google

RE: [Struts 2.1.8] datetimepicker and action: String or Date ??

2009-11-16 Thread Neil Aggarwal
> I skipped it because I cannot figure out the format to handle > that colon in the middle of that time zone. The only solution I found was to manually take it out of the date string. Neil -- Neil Aggarwal, (281)846-8957, http://UnmeteredVPS.net Host your struts app on a Cent

RE: OGNL expression help

2009-11-16 Thread Neil Aggarwal
String and then have a getLength() method that calls super.length(). It's a pain, but should work. Neil -- Neil Aggarwal, (281)846-8957, http://UnmeteredVPS.net Host your struts app on a CentOS VPS for only $25/month! Unmetered bandwidth, 7 day no

RE: [Struts 2.1.8] datetimepicker and action: String or Date ??

2009-11-16 Thread Neil Aggarwal
er pain, the DateFormat class does not like a colon in the middle of the time zone either. I assume you are not using multiple time zones so you should be OK. Neil -- Neil Aggarwal, (281)846-8957, http://UnmeteredVPS.net Host your struts app on a CentOS VPS for only $25/month! Unmetered b

RE: OGNL expression help

2009-11-16 Thread Neil Aggarwal
Also, what if the myString is null or an empty string. The code would throw a null pointer or the field size would be zero. Neil -- Neil Aggarwal, (281)846-8957, http://UnmeteredVPS.net Host your struts app on a CentOS VPS for only $25/month! Unmetered bandwidth, 7 day no r

RE: Struts2 Multiple validation for single field

2009-11-16 Thread Neil Aggarwal
you can implement a method setLoad(String) in your class that does nothing. Neil -- Neil Aggarwal, (281)846-8957, http://UnmeteredVPS.net Host your struts app on a CentOS VPS for only $25/month! Unmetered bandwidth, 7 day no risk tri

RE: Struts2 Multiple validation for single field

2009-11-16 Thread Neil Aggarwal
nce. Is that the problem? I think you are going to have to do it manually. Set your field as a String and then in your validate method, check if it is null or a valid int value. If it is not what you want, throw an ActionError. Neil -- Neil Aggarwal, (281)846-8957, http://UnmeteredVPS.

RE: Struts2 Multiple validation for single field

2009-11-16 Thread Neil Aggarwal
ad of String? Neil -- Neil Aggarwal, (281)846-8957, http://UnmeteredVPS.net Host your struts app on a CentOS VPS for only $25/month! Unmetered bandwidth, 7 day no risk trial, Google Checkout - To unsubscribe, e-mail: u

RE: [Struts 2.1.8] datetimepicker and action: String or Date ??

2009-11-16 Thread Neil Aggarwal
s Z"); Date date = dateFormat.parse("2009-11-20 00:00:00 +0100"); System.out.println(DateFormat.getDateTimeInstance(DateFormat.LONG, DateFormat.LONG).format(date)); I hope this helps, Neil -- Neil Aggarwal, (281)846-8957, http://UnmeteredVPS.net CentOS 5.4 VPS with unmet

RE: How to access the form data directly?

2009-11-15 Thread Neil Aggarwal
h the tags. If you can post a small example, I will try to see if I can figure something out. Neil -- Neil Aggarwal, (281)846-8957, http://UnmeteredVPS.net Host your struts app on a CentOS VPS for only $25/month! Unmetered bandwidth, 7 day no risk tri

RE: How to access the form data directly?

2009-11-14 Thread Neil Aggarwal
Juanjo: > but I don't know where are this data... In the ValueStack? I use this code in my JSP to retrieve values from the value stack: ActionContext.getContext().getValueStack().findValue("myValue"); I hope that helps, Neil -- Neil Aggarwal, (281)846-8957, http:

RE: [S2] Jsp not loading bean from superclass static method

2009-10-28 Thread Neil Aggarwal
Lukasz: > struts.ognl.allowStaticMethodAccess=true I will try that. Neil -- Neil Aggarwal, (281)846-8957, http://www.JAMMConsulting.com CentOS 5.4 KVM VPS $55/mo, no setup fee, no contract, dedicated 64bit CPU 1GB dedicated RAM, 40GB RAID storage, 500GB/mo premium BW, Zero downt

[S2] Jsp not loading bean from superclass static method

2009-10-28 Thread Neil Aggarwal
or people.{name} I have this in my JSP code: The method getAccountManagerMap is in a superclass and is static. This worked fine in 2.0.14, did something change in 2.1.8? Thanks, Neil -- Neil Aggarwal, (281)846-8957, http://www.JAMMConsulting.com CentOS 5.4 KVM VPS $55/mo, no set

Setting HTTP Headers in SOAPMessage

2009-07-23 Thread Neil Meyer
.getMimeHeaders(); hd.addHeader("Authorization", "Basic " + authorization); I really don't know where to look anymore for a solution on this and would appreciate any comments on this. Kind Regards, Neil Meyer t. +27 (0) 11 523 4804  |  f. +27 (0) 11 523 48

RE: [S2] Using ajax head tag makes entire application slow

2009-01-12 Thread Neil Aggarwal
Musachy: Thanks for the response. It seems strange the Struts-based approach is so inefficient that we have to look at an outside solution. Thanks, Neil -- Neil Aggarwal, (832)245-7314, www.JAMMConsulting.com Eliminate junk email and reclaim your inbox. Visit http://www.spammilter.com

RE: [S2] Using ajax head tag makes entire application slow

2009-01-12 Thread Neil Aggarwal
Hello: I forgot to mention that I am using Struts 2.0.14 with the Tiles plugin on a CentOS 5 server. Any ideas why this is so slow? Thanks, Neil -- Neil Aggarwal, (832)245-7314, www.JAMMConsulting.com Eliminate junk email and reclaim your inbox. Visit http://www.spammilter.com for

[S2] Using ajax head tag makes entire application slow

2009-01-09 Thread Neil Aggarwal
Hello all: When I include this tag in the head tag of my layout: My webapp seems to take about a second per page load. If I remove that tag, things are lightning fast. I only need the datetimepicker struts tag, nothing else. Is there a way to make this faster? Thanks, Neil -- Neil

Size attribute not valid for datetimepicker?

2009-01-01 Thread Neil Aggarwal
date using the picker, it zeros out the time part of the field. Any idea how to make it keep the time the user entered? Thanks Neil -- Neil Aggarwal, (832)245-7314, www.JAMMConsulting.com Eliminate junk email and reclaim your inbox. Visit http://www.spammilter.com for details

RE: How to output local variable as textfield label

2008-12-09 Thread Neil Aggarwal
Wes: That worked, thank you. Neil -- Neil Aggarwal, (832)245-7314, www.JAMMConsulting.com Eliminate junk email and reclaim your inbox. Visit http://www.spammilter.com for details. > -Original Message- > From: Wes Wannemacher [mailto:[EMAIL PROTECTED] > Sent

RE: How to output local variable as textfield label

2008-12-09 Thread Neil Aggarwal
l); %> I still get an empty label. Any ideas why this did not work? Thanks, Neil -- Neil Aggarwal, (832)245-7314, www.JAMMConsulting.com Eliminate junk email and reclaim your inbox. Visit http://www.spammilter.com for details. > -Original Message- > From: Wes Wann

How to output local variable as textfield label

2008-12-09 Thread Neil Aggarwal
gt; This does not work, I get an empty label on the page. I also tried using: That did not work either. Any ideas how I may do this? Thanks, Neil -- Neil Aggarwal, (832)245-7314, www.JAMMConsulting.com Eliminate junk email and r

Re: [OT] What slows you down?

2008-06-20 Thread Neil Erdwien
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Neil Erdwien, [EMAIL PROTECTED], 785-532-4905 Acting Associate Director / Web Technologie

RE: [S2] Best approach to separate look & feel with same backend code

2008-01-14 Thread Neil Aggarwal
Scott: Great! I will use tiles. I am confused about know to know which set of tiles to load. The sites will have different domain names. Can I tell tiles to use a set based on that? Thanks, Neil -- Neil Aggarwal, (832)245-7314, www.JAMMConsulting.com Eliminate junk email and reclaim

RE: [S2] Best approach to separate look & feel with same backend code

2008-01-13 Thread Neil Aggarwal
Rod: The functionality will be exactly the same for each site. How do I tell struts to load a given set of tiles based on the domain name? Thanks, Neil -- Neil Aggarwal, (832)245-7314, www.JAMMConsulting.com Eliminate junk email and reclaim your inbox. Visit http://www.spammilter.com

[S2] Best approach to separate look & feel with same backend code

2008-01-13 Thread Neil Aggarwal
since there will be a lot of duplicated code. 2. Create one webapp and pass around a site identifier? Then, I can load the correct set of JSPs based on the identifier? Any suggestions for the best way to do this? Thanks, Neil -- Neil Aggarwal, (832)245-7314

How to get exception in action class for error page?

2007-09-10 Thread Neil Aggarwal
{ Logger.getLogger(getClass()).debug("Page context is null"); } return SUCCESS; } } But, when the action executes, the pageContext is always null. What can I do to get the exception that was thrown? Thanks, Neil -- Neil Aggarwal, (832)245-7314, www.JAMMConsulting.com Elim

[S2] Application wide error page

2007-09-10 Thread Neil Aggarwal
error page does not come up. Any ideas what went wrong? Thanks, Neil -- Neil Aggarwal, (832)245-7314, www.JAMMConsulting.com Eliminate junk email and reclaim your inbox. Visit http://www.spammilter.com for details. - To

RE: [S2] error-page directive not working

2007-09-06 Thread Neil Aggarwal
Hello: Does anyone have an idea how to debug this? Thanks, Neil -- Neil Aggarwal, (832)245-7314, www.JAMMConsulting.com Eliminate junk email and reclaim your inbox. Visit http://www.spammilter.com for details. -Original Message- From: Neil Aggarwal [mailto:[EMAIL PROTECTED

[S2] Wildcard action name that includes slashes?

2007-09-03 Thread Neil Aggarwal
, Neil -- Neil Aggarwal, (832)245-7314, www.JAMMConsulting.com Eliminate junk email and reclaim your inbox. Visit http://www.spammilter.com for details. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

[S2] error-page directive not working

2007-09-02 Thread Neil Aggarwal
2007 4:04:58 PM org.apache.catalina.core.ApplicationDispatcher invoke SEVERE: Servlet.service() for servlet jsp threw exception java.lang.Exception: Testing error handling at org.apache.jsp.createError_jsp._jspService(createError_jsp.java:54) // Rest of trace removed Thanks, Neil

RE: [S2] How to apply formatting to s:property?

2007-08-02 Thread Neil Aggarwal
Dave: Arrgh. I just figured it out. I need to set the constant to the name of the file *without* the .properties extension. So, in struts.xml, I put this: and it loads application.properties just fine. Thank you for your help on this. Thanks, Neil -- Neil Aggarwal, (832)245-7314

RE: [S2] How to apply formatting to s:property?

2007-08-02 Thread Neil Aggarwal
! Thanks for that. I tried moving the package.properties to WEB-INF/classes so it would be application wide but that seems to be ignored. I would still really like a way to make a global properties file if possible. Any suggestions on how to do that? Thanks, Neil -- Neil Aggarwal, (832)245

RE: [S2] How to apply formatting to s:property?

2007-08-02 Thread Neil Aggarwal
Dave: Did you give up on this? Neil -- Neil Aggarwal, (832)245-7314, www.JAMMConsulting.com FREE! Eliminate junk email and reclaim your inbox. Visit http://www.spammilter.com for details. -Original Message- From: Neil Aggarwal [mailto:[EMAIL PROTECTED] Sent: Wednesday

RE: [S2] How to apply formatting to s:property?

2007-08-01 Thread Neil Aggarwal
Dave: OK, so I added this to my struts.xml: and I defined application.properties with this content: format.money={0,number,currency} But, I still get format.money for the output. Do I need to use the Il8n interceptor somewhere? Thanks, Neil -- Neil Aggarwal, (832)245-7314

RE: [S2] How to apply formatting to s:property?

2007-08-01 Thread Neil Aggarwal
Dave: So, is there no way to define a global format for currency? Thanks, Neil -- Neil Aggarwal, (832)245-7314, www.JAMMConsulting.com FREE! Eliminate junk email and reclaim your inbox. Visit http://www.spammilter.com for details. -Original Message- From: Dave Newton [mailto

RE: [S2] How to apply formatting to s:property?

2007-08-01 Thread Neil Aggarwal
, Neil -- Neil Aggarwal, (832)245-7314, www.JAMMConsulting.com FREE! Eliminate junk email and reclaim your inbox. Visit http://www.spammilter.com for details. -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 01, 2007 2:42 PM To: Struts Users

RE: [S2] How to apply formatting to s:property?

2007-08-01 Thread Neil Aggarwal
Hello: I did some more testing. I tried this: The outputs format.money instead of $12.345.00 which I expected. I defined the format in the struts.xml file like this: Any ideas? Thanks, Neil -- Neil Aggarwal, (832)245-7314, www.JAMMConsulting.com FREE! Eliminate junk email and

[S2] How to apply formatting to s:property?

2007-08-01 Thread Neil Aggarwal
Hello: I am trying to apply formatting to a value from s:property. I tried this: but that did not format the value. It only outputs it unchanged. Any ideas how to do this? Thanks, Neil -- Neil Aggarwal, (832)245-7314, www.JAMMConsulting.com FREE! Eliminate junk email and reclaim

[S2] Use struts tags to run two loops over each 5 products in a collection?

2007-07-30 Thread Neil Aggarwal
? Thanks, Neil -- Neil Aggarwal, (832)245-7314, www.JAMMConsulting.com FREE! Eliminate junk email and reclaim your inbox. Visit http://www.spammilter.com for details. - To unsubscribe, e-mail: [EMAIL PROTECTED] For

[S2] s:text not applying formatting

2007-07-30 Thread Neil Aggarwal
retailProductsCount. The jsp code above is showing the correct value for retailProductsCount, but it is not formatted with the integer formatter. Any ideas what I did wrong? Thanks, Neil -- Neil Aggarwal, (832)245-7314, www.JAMMConsulting.com FREE! Eliminate junk email and reclaim your inbox. Visit http

RE: Don't expose .action to user?

2007-07-19 Thread Neil Aggarwal
Matt: Both. Neil -- Neil Aggarwal, (832)245-7314, www.JAMMConsulting.com FREE! Eliminate junk email and reclaim your inbox. Visit http://www.spammilter.com for details. -Original Message- From: mraible [mailto:[EMAIL PROTECTED] Sent: Thursday, July 19, 2007 12:04 PM To: user

RE: Don't expose .action to user?

2007-07-19 Thread Neil Aggarwal
Matt: I use URLRewrite. I only have a few rules since urlreqrite supports regex pattern mathing. Thanks, Neil -- Neil Aggarwal, (832)245-7314, www.JAMMConsulting.com FREE! Eliminate junk email and reclaim your inbox. Visit http://www.spammilter.com for details. -Original Message

[Struts 2] If exists tag?

2007-07-18 Thread Neil Aggarwal
Hello: Is there a struts tag to check if a collection is not null and has at least one element? I want to check a collection before printing the table containing the elements using an tag. Thanks, Neil -- Neil Aggarwal, (832)245-7314, www.JAMMConsulting.com FREE! Eliminate junk email

RE: [JAVA] using clas.forname()

2007-07-18 Thread Neil Aggarwal
Miro: You can call Class.forName() as many times as you like without a problem. Neil -- Neil Aggarwal, (832)245-7314, www.JAMMConsulting.com FREE! Eliminate junk email and reclaim your inbox. Visit http://www.spammilter.com for details. -Original Message- From: temp temp

RE: How to keep users from accessing to *.jsp strightforword?

2007-07-13 Thread Neil Aggarwal
M.Liang: Add this to your web.xml: no_access *.jsp Neil -- Neil Aggarwal, (832)245-7314, www.JAMMConsulting.com FREE! Eliminate junk email and reclaim your inbox. Visit http://www.spammilter.com for details. -Original Message- From: M.Liang

RE: [Struts 2] Tiles plugin tutorial?

2007-07-10 Thread Neil Aggarwal
Dave: In that case, the example on this page: http://cwiki.apache.org/WW/tiles-plugin.html is wrong. I changed the URI and things are working now. Thanks, Neil -- Neil Aggarwal, (832)245-7314, www.JAMMConsulting.com FREE! Eliminate junk email and reclaim your inbox. Visit http

RE: [Struts 2] Tiles plugin tutorial?

2007-07-10 Thread Neil Aggarwal
James: I added the listener to my web.xml: org.apache.struts2.tiles.StrutsTilesListener I don’t see anything about the TilesInterceptor. What am I supposed to do there? Thanks, Neil -- Neil Aggarwal, (832)245-7314, www.JAMMConsulting.com FREE! Eliminate junk email and

RE: [Struts 2] Tiles plugin tutorial?

2007-07-10 Thread Neil Aggarwal
Here is my layout.jsp file: <[EMAIL PROTECTED] uri="http://struts.apache.org/tags-tiles"; prefix="tiles" %> This is the layout Body should be in next column Do I need to define the taglib in my web.xml file? Tha

RE: [Struts 2] Tiles plugin tutorial?

2007-07-09 Thread Neil Aggarwal
this action: /top/Home.jsp How do I tell it to use my tiles definition that includes the layout? Thanks, Neil -- Neil Aggarwal, (832)245-7314, www.JAMMConsulting.com FREE! Eliminate junk email and reclaim your inbox. Visit http://www.spammilter.com for details

[Struts 2] Tiles plugin tutorial?

2007-07-09 Thread Neil Aggarwal
Hello: Is there a good tutorial for the Tiles plugin in struts 2? I am not seeing anything that gives me enough to move forward. Thanks, Neil -- Neil Aggarwal, (832)245-7314, www.JAMMConsulting.com FREE! Eliminate junk email and reclaim your inbox. Visit http://www.spammilter.com for

Re: [OT] Outlook like notification window

2007-06-04 Thread Neil Erdwien
= =GiGO -END PGP SIGNATURE- - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Neil Erdwien, [EMAIL PROTECTED], 785-532-6311 Associate Director / Web Technologies Manager Co

RE: [S2] A bug in documentation for validation

2007-05-28 Thread Neil Meyer
Hallo, I hope this question wasn't asked yet but quickly can I start using Struts 2 in a Struts 1 application. I have certain functionality already in 1 but would like to do new development in 2 but don't want to redevelop old functionality? Kr Neil Meyer -Original Message-

[Struts2] How to right align the label for a text field?

2007-04-15 Thread Neil Aggarwal
: Here is what the page looks like: https://tweb.retcgroup.com/thymeleweb/test/ThemeTest.action I want the label Short: to appear to the right of its table cell instead of the left. Can someone help me? Thanks, Neil -- Neil Aggarwal, (832)245-7314, www.JAMMConsulting.com FREE! Eliminate

[Struts2[ Need help - Anyone in Houston, TX?

2007-04-11 Thread Neil Aggarwal
Hello: We are having trouble ramping up with struts 2. Is there anyone in Houston TX that can help us get struts 2 up and running for a project we are working on? This would be paid work. Please contact me off-list if you can help. Thanks, Neil -- Neil Aggarwal, (214)986-3533

RE: [Struts2] How to get instance of ActionSupport class after redirect?

2007-04-07 Thread Neil Aggarwal
Ted: Thanks for the advice. I think that is the best approach to use. Thanks, Neil -- Neil Aggarwal, (214)986-3533, www.JAMMConsulting.com FREE! Eliminate junk email and reclaim your inbox. Visit http://www.spammilter.com for details. -Original Message- From: [EMAIL

RE: [Struts2] How to get instance of ActionSupport class after redirect?

2007-04-06 Thread Neil Aggarwal
Laurie: I alyways use a redirect after a form post to avoid the stupid page expired warning if the user hits the reload button. I think we will save the ActionSupport instance in the session and get it back from there. Thanks, Neil -- Neil Aggarwal, (214)986-3533

[Struts2] How to get instance of ActionSupport class after redirect?

2007-04-06 Thread Neil Aggarwal
can try to give excerpts of my code to illustrate. Thanks, Neil -- Neil Aggarwal, (214)986-3533, www.JAMMConsulting.com FREE! Eliminate junk email and reclaim your inbox. Visit http://www.spammilter.com for details. - To

RE: struts-html-el.tld

2007-03-28 Thread Neil Meyer
Thanks Dave, -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: 28 March 2007 02:59 PM To: Struts Users Mailing List Subject: Re: struts-html-el.tld --- Neil Meyer <[EMAIL PROTECTED]> wrote: > Can anybody explain to me why struts-html-el.tld and > str

struts-html-el.tld

2007-03-28 Thread Neil Meyer
Hi Can anybody explain to me why struts-html-el.tld and struts-html.tld doesn't support id in the text tag Kr Neil Meyer - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Struts Date Formatting

2007-03-07 Thread Neil Meyer
uot;http://java.sun.com/jstl/fmt"; prefix="fmt" %> but I did not use it yet will probably look at it later for more options to do this in future. Kr Neil Meyer -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: 07 March 2007 07:24 PM To: Struts Users Mailin

Struts Date Formatting

2007-03-07 Thread Neil Meyer
Date parsed = format.parse(dateString); }catch(Exception e){} FAILED Any help either the struts formatting or the way to fix it will really be appreciated. Kr Neil Meyer - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Multiple submit buttons on form not working

2007-03-01 Thread Neil Aggarwal
Dave: I see what you are saying. I changed my form to have a string field and now it captures the value of the button that was pressed. It does not match the doc but it works! Thanks, Neil -- Neil Aggarwal, (214)986-3533, www.JAMMConsulting.com FREE! Eliminate junk email and reclaim

Multiple submit buttons on form not working

2007-02-28 Thread Neil Aggarwal
; %> Form test Any ideas why this is not working? Thanks, Neil -- Neil Aggarwal, (214)986-3533, www.JAMMConsulting.com FREE! Eliminate junk email and reclaim your inbox. Visit http://www.spammilter.com for details. -

RE: Pass url back to redirect action?

2007-02-26 Thread Neil Aggarwal
Laurie: That worked perfectly. Thank you for the guidance. Neil -- Neil Aggarwal, (214)986-3533, www.JAMMConsulting.com FREE! Eliminate junk email and reclaim your inbox. Visit http://www.spammilter.com for details. -Original Message- From: news [mailto:[EMAIL PROTECTED] On

Pass url back to redirect action?

2007-02-26 Thread Neil Aggarwal
? Thanks, Neil -- Neil Aggarwal, (214)986-3533, www.JAMMConsulting.com FREE! Eliminate junk email and reclaim your inbox. Visit http://www.spammilter.com for details. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: Can actions have paths?

2007-02-26 Thread Neil Aggarwal
the user to login: package util; import com.opensymphony.xwork2.*; public class LoginInterceptor extends AbstractInterceptor { public String intercept(ActionInvocation invocation) throws Exception { return "login"; } } Any ideas on this? Thanks, Neil --

Can actions have paths?

2007-02-26 Thread Neil Aggarwal
.struts2.impl.StrutsActionProxyFactory.createActionProxy(StrutsAct ionProxyFactory.java:41) org.apache.struts2.dispatcher.Dispatcher.serviceAction(Dispatcher.java:497) org.apache.struts2.dispatcher.FilterDispatcher.doFilter(FilterDispatcher.jav a:421) Can actions have paths or are they completely flat? Thanks,

[Struts2] How to set a redirect action to https?

2007-02-25 Thread Neil Aggarwal
xception { HttpServletRequest req = ServletActionContext.getRequest(); if( !"https".equalsIgnoreCase(req.getScheme())) return "loginRedirect"; return "login"; } } Any ideas how to make this work? Thanks, Neil -- Neil Aggarwal, (214)986-3533, www.JAMMCon

What to use instead of tiles in Struts2?

2007-02-25 Thread Neil Aggarwal
Hello: The tiles plugin for struts2 is labeled experimental. Is there another way of doing similar functionality on struts2? Thanks, Neil -- Neil Aggarwal, (214)986-3533, www.JAMMConsulting.com FREE! Eliminate junk email and reclaim your inbox. Visit http://www.spammilter.com for

Struts Checkbox

2006-10-17 Thread Neil Meyer
redirect the page back to the JSP and the checkbox is still selected. This is fine, but then when I deselect the checkbox the property in the form should be adjusted and this doesn't happen. Please tell me if anybody knows why? Kr Neil

EL Select

2006-09-06 Thread Neil Meyer
is failing. -- Not Selected -- ***"> I was then thinking of using but I need to do the following and this can apparently not be done. Any Recommendations will really be appreciated.

[OT]

2006-05-17 Thread Neil Meyer
Hi, Hope somebody can help me with this I'm using a Tomcat container. I would like to display the amount of users logged onto my system. Is it possible to get all active session on the Tomcat server out of the request? Regards Neil

RE: Properties

2006-04-18 Thread Neil Meyer
enet2.util.sessionmanager.filter.SessionManagerFilter.do Filter(SessionManagerFilter.java:66) Please indicate to me why this is happening? Regards Neil Meyer -Original Message- From: Neil Meyer Sent: 12 April 2006 03:09 PM To: 'Struts Users Mailing List' Subject: RE: Properties Ok, I'

RE: and

2006-04-18 Thread Neil Meyer
earch criteria Hope this helps. Regards Neil Meyer -Original Message- From: Naveen Sharma [mailto:[EMAIL PROTECTED] Sent: 18 April 2006 11:57 AM To: user@struts.apache.org Subject: and Hi ! Can someone Please help me with the . I am not able to impleme

RE: Properties

2006-04-12 Thread Neil Meyer
Ok, I'm still working with the standard ones as well. I also use a include page where all my libraries are declared. Is there a place where I can find a list of the differences between the standard and the EL taglibs? Neil -Original Message- From: Nicolas De Loof [mailto:[

RE: Properties

2006-04-12 Thread Neil Meyer
Thanks Nico, It worked perfectly with the EL tags. Neil -Original Message- From: Nicolas De Loof [mailto:[EMAIL PROTECTED] Sent: 12 April 2006 01:44 PM To: Struts Users Mailing List Subject: Re: Properties Using struts-EL tags : Nico. Kjersti Berg a écrit : > On 12/04

RE: Properties

2006-04-12 Thread Neil Meyer
Hi All, It worked the following way. I tried the same with the but it did not work so the EL works fine. Thanks for all your help. Regards Neil Meyer -Original Message- From: Kjersti Berg [mailto:[EMAIL PROTECTED] Sent: 12 April 2006 12:54 PM To: Struts Users Mailing List Subject

Properties

2006-04-12 Thread Neil Meyer
Hi, Would like to know why the following doesn't work can anybody explain it please. I have a text box on a page this text box is readonly when the readonly property is set to true. " /> Regards Neil Meyer ---

RE: Multiple text box

2006-04-12 Thread Neil Meyer
Hi Rick, I figured it out thanks. I just had to change lines to prop4 and it worked. Regards Neil Meyer -Original Message- From: Neil Meyer [mailto:[EMAIL PROTECTED] Sent: 12 April 2006 08:38 AM To: Struts Users Mailing List Subject: RE: Multiple text box Hi Rick, Let me explain what

RE: Multiple text box

2006-04-11 Thread Neil Meyer
submit go into the bean in the arralist on the formbean. I tried using the normal with I tried with mailto:[EMAIL PROTECTED] Sent: 11 April 2006 10:17 PM To: Struts Users Mailing List Subject: Re: Multiple text box On 4/11/06, Neil Meyer <[EMAIL PROTECTED]> wrote: > Hi All, > >

Multiple text box

2006-04-11 Thread Neil Meyer
ameters some of the parameters will be updates on the page and this properties per bean should be retrieved into the array list of beans. Regards Neil meyer -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Sent: 11 April 2006 04:59 PM To: user@struts.apa

RE: [OT] Re: Bean Question

2006-04-09 Thread Neil Meyer
Thanks, The following worked. PropertyUtils.getSimpleProperty(bean,propertyName) Neil -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 07 April 2006 02:56 PM To: Struts Users Mailing List Subject: [OT] Re: Bean Question One, or both, of these may help: 1

Bean Question

2006-04-06 Thread Neil Meyer
file might have something like this Value=test1,test2 So I want to dynamically tell the system to get testBean.getTest1 testBean.getTest2 I really hope there is somebody that can give me some pointers here. Regards Neil - To

Re: Tomcat SSL Enabled - Popup information on pages : Contains secure and non secure items

2006-03-31 Thread Neil Erdwien
age states otherwise and the sender is authorized to state them to be the views of any such entity. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Neil Erdwien, [EMAIL PROTE

[OT]

2006-03-23 Thread Neil Meyer
correct to say that the first option is best in this case? for (int i = 0; i < a.size(); i++) { System.out.println(a.get(i)); } for (Iterator iter = a.iterator(); iter.hasNext();) { System.out.println(iter.next()); } Regards Neil Meyer -Original Message- From: Frank W. Zamme

OT

2006-03-09 Thread Neil Meyer
there an API somewhere that I can integrate with my system to allow this? Regards Neil Meyer - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Redirect in filter out of frames

2006-03-03 Thread Neil Meyer
PROTECTED] Java Web Parts - http://javawebparts.sourceforge.net Supplying the wheel, so you don't have to reinvent it! On Fri, March 3, 2006 9:54 am, Neil Meyer said: > Thanks Frank, > > I hoped that there is some other way but I guess that I will have to do it > this way. > &g

RE: Redirect in filter out of frames

2006-03-03 Thread Neil Meyer
Thanks Frank, I hoped that there is some other way but I guess that I will have to do it this way. Regards Neil Meyer -Original Message- From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] Sent: 03 March 2006 04:52 PM To: Struts Users Mailing List Cc: Struts Users Mailing List Subject

Redirect in filter out of frames

2006-03-03 Thread Neil Meyer
ent.homeLogoutForm.target="_top"; and the loging location after the action mapping, but that's not really how I want to do this. Any help or ideas on this will be appreciated. Regards Neil Meyer - To unsubscribe,

Re: Redirect with a POST instead of a GET

2006-02-23 Thread Neil Erdwien
o confirm redirection. Many browsers do not support this response code at all. See: http://ppewww.ph.gla.ac.uk/~flavell/www/post-redirect.html Michael. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

[OT] Struts in Tomcat

2006-01-12 Thread Neil Meyer
any ideas will also help? Regards Neil - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Null pointer from tiles insert even though ignore is true?

2005-12-24 Thread Neil Aggarwal
(ChannelSocket.java:866) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav a:683) at java.lang.Thread.run(Thread.java:595) I have the ignore attribute set to true, so why would I get a null pointer? Thanks, Neil -- Neil Aggarwal, JAMM Consulting

  1   2   >