RE: validation

2009-08-18 Thread Sandy.Verfaille
Yes, that was a copy-mistake of me. In my app it is 'be.shop.service.ProductActions -Oorspronkelijk bericht- Van: mailtolouis2020-str...@yahoo.com [mailto:mailtolouis2020-str...@yahoo.com] Verzonden: dinsdag 18 augustus 2009 17:47 Aan: Struts Users Mailing List Onderwerp: Re: validation

Re:Re:Re: Redirect after login

2009-08-18 Thread xnpeng
user-uc.1250646216.gailghbjfpefofegeakd-xnpeng=163@struts.apache.orguser-uc.1250646216.gailghbjfpefofegeakd-xnpeng=163.com@struts.apache.orguser-uc.1250646216.gailghbjfpefofegeakd-xnpeng=163@struts.apache.orguser-uc.1250646216.gailghbjfpefofegeakd-xnpeng=163.com@struts.apache.orguser-uc.125

Re:Re: Redirect after login

2009-08-18 Thread xnpeng
user-uc.1250646216.gailghbjfpefofegeakd-xnpeng=163@struts.apache.orguser-uc.1250646216.gailghbjfpefofegeakd-xnpeng=163.com@struts.apache.orguser-uc.1250646216.gailghbjfpefofegeakd-xnpeng=163@struts.apache.orguser-uc.1250646216.gailghbjfpefofegeakd-xnpeng=163.com@struts.apache.orguser-uc.12

Re: Why submit didn't support param

2009-08-18 Thread Struts Two
why do n't you define a form and make your . ... in this way, each of your link acts like a submit button that posts a form that includes user's origional selection and any other thing that you want. --- On Wed, 8/19/09, jun hua wrote: > From: jun hua > Subject: Re: Why

Re: Why submit didn't support param

2009-08-18 Thread jun hua
Hi, Wielgus, Thanks! Man, That sounds great! Actually I hope struts2 can provide us something like or . It's not the first time I got frustrated by such kind of problem. Actually I found struts2 can support . the String can be parsed without any problem in the source code ~_~ F

Fwd: Why submit didn't support param

2009-08-18 Thread jun hua
-- Forwarded message -- From: jun hua Date: 2009/8/18 Subject: Re: Why submit didn't support param To: Martin Gainty Hi, Gainty Thanks! But there is a problem in my case. Like I have 10 textfields generated by iterator. user can input and remove any one of them by a link/b

RE: [struts2] problem

2009-08-18 Thread Lee Clemens
It will be the default, but if a specific tag needs a different theme, you can set it as one of the tag's attributes. e.g. -Original Message- From: Tommy Pham [mailto:tommy...@yahoo.com] Sent: Tuesday, August 18, 2009 6:05 PM To: Struts Users Mailing List Subject: Re: [struts2] problem

Re: Anyone using the Ajaxtags with Struts 2

2009-08-18 Thread Struts Two
I have used it in one my applications. It is pretty simple and straigtforward. However, you are limited to the few tags provided. Not to mention that accessibility is a big issue. I just recently moved a projed to production using native dojo 1.3.2 and struts 2 and it is awesome. I tested it wi

Re: [struts2] problem

2009-08-18 Thread Tommy Pham
- Original Message > From: Paweł Wielgus > To: Struts Users Mailing List > Sent: Tuesday, August 18, 2009 1:18:13 PM > Subject: Re: [struts2] problem > > Hi Tommy, > add theme="simple" inside checkbox to remove extra td and tr. > > > Best greetings, > Paweł Wielgus. > > > > 2009/8

Re: [struts2] problem

2009-08-18 Thread Paweł Wielgus
Hi Tommy, add theme="simple" inside checkbox to remove extra td and tr. Best greetings, Paweł Wielgus. 2009/8/18 Tommy Pham : > Hi, > > I'm new to struts 2 (2.1.6) and having some problems implementing the > .  After following the bootstrap tutorial, I decided to work on > my project. Based

Re: Redirect after login

2009-08-18 Thread Paweł Wielgus
Hi Rafael, inside intecept method of your security interceptor You can do something like this: ActionMapping actionMapping = ServletActionContext.getActionMapping(); Map parameters = ServletActionContext.getRequest().getParameterMap(); String redirectLink = namespace+"/"+actionMapping.getName(); i

Re: Why submit didn't support param

2009-08-18 Thread Paweł Wielgus
Hi Frank, submit should be inside form, and inside form You can add hidden to add any information You like to differ from which line/id/identificator this submit was pressed. So the simplest way to achieve it is to add form for every row. Another solution is to use indexed properties with one form

RE: Hidden tag does not HTML Encode

2009-08-18 Thread Redfield, Jon
Okay, after further research it appears that DOES filter it's text when rendered, but not when it's value is transferred to the action's property. The confusion came about because we had an tag on the page that referenced the same variable as the tag, and the tag does not clean it's data

[struts2] problem

2009-08-18 Thread Tommy Pham
Hi, I'm new to struts 2 (2.1.6) and having some problems implementing the . After following the bootstrap tutorial, I decided to work on my project. Based on the tags reference for checkbox http://struts.apache.org/2.1.6/docs/checkbox.html, or in the jsp page should yield the same html outp

Re: Anyone using the Ajaxtags with Struts 2

2009-08-18 Thread Musachy Barroso
They should work ok, but I see no reason why you would like to use that instead of jquery or prototype directly, to be honest. musachy On Tue, Aug 18, 2009 at 10:21 AM, stanlick wrote: > > I am trying to leverage the http://ajaxtags.sourceforge.net/ AjaxTags and > would like to see if anyone here

RE: List Iterator in JSP

2009-08-18 Thread Security Management
Duh, it's: -Original Message- From: Security Management [mailto:list-subscripti...@secmgmt.com] Sent: Tuesday, August 18, 2009 1:57 PM To: 'Struts Users Mailing List' Subject: List Iterator in JSP My actions have a method, called getJavascriptIncludes() which returns a List object. I'

List Iterator in JSP

2009-08-18 Thread Security Management
My actions have a method, called getJavascriptIncludes() which returns a List object. I'm iterating like so, in the head: Here's what's generated: