Re: Redirecting to another action which is in another web context

2013-05-08 Thread srikanth
, >> Does Struts2 have any way to redirect from one action to another action >> which exist in a different Web Context. >> ServletRedirectResult and ServletActionRedirectResult doesn't seems to be >> work for Cross Context Action redirection. >> -- >> T

Re: Redirecting to another action which is in another web context

2013-05-07 Thread srikanth
all works only for those action which exist in the same web context not for action exist in another web context. -- Thanks & Regards Srikanth On Wed, May 8, 2013 at 11:04 AM, 陈岗 wrote: Hi try them or or 2013/5/8 Sreekanth S. Nair Hi, Does Struts2 have any way to redir

Reg: Chain action request parameters update

2012-02-15 Thread srikanth chowdary
ated request parameters. kind regards, Srikanth

Re: Struts Conventional plugin is not working, Not calling invoking my Action but page is displaying

2011-11-20 Thread srikanth
on.html 2011/11/13 srikanth: struts.xml is like http://struts.apache.org/dtds/struts-2.1.7.dtd";> ... web.xml is like http://java.sun.com/xml/ns/javaee";

Struts Conventional plugin is not working, Not calling invoking my Action but page is displaying

2011-11-12 Thread srikanth
struts.xml is like http://struts.apache.org/dtds/struts-2.1.7.dtd";> ... web.xml is like http://java.sun.com/xml/ns/javaee"; xmlns:xsi="http://www.w3.or

Struts Conventional Plugin is not working

2011-11-12 Thread srikanth
struts.xml is like http://struts.apache.org/dtds/struts-2.1.7.dtd";> ... web.xml is like http://java.sun.com/xml/ns/javaee"; xmlns:xsi="http://www.

RE: Problem with tag

2010-01-20 Thread Srikanth
Hi Friends, Convert it into HTML. How to convert ? Thank you, Srikanth V srikan...@kensium.com Main: 877 KENSIUM (536.7486) India Main: +91 9949495511 India Fax: +91 4023704282 Kensium 200 S Wacker Dr, Suite 3100 Chicago, IL 60606 Confidentiality Note

Need Information on

2009-02-12 Thread Srikanth Goud
(associated bean)?. Regards, Srikanth -- View this message in context: http://www.nabble.com/Need-Information-on-%3Cs%3Atable%3E-tp21991331p21991331.html Sent from the Struts - User mailing list archive at Nabble.com. - To

Re: validations with selected option

2009-02-12 Thread Srikanth Goud
Hi, Still i don't have any idea for this. Could you pls provide a solution Srikanth Srikanth Goud wrote: > > Hi Friends, > >Iam writing validations in className-validation.xml file it is working > fine. > >But in the form there are Two Table

Re: Validation problem when navigating through pages

2009-02-10 Thread Srikanth Goud
Sorry i have done blunder.There is no such issue Srikanth Srikanth Goud wrote: > > Hi, > >I was using default theme before.But to gain full control on UI part i > chaged to simple theme. >Know the problem is > I performed business logic in one the screen.

Validation problem when navigating through pages

2009-02-10 Thread Srikanth Goud
how to stop validations when page renders for first time? regards Srikanth. -- View this message in context: http://www.nabble.com/Validation-problem-when-navigating-through-pages-tp21933765p21933765.html Sent from the Struts - User mailing list archive at Nabble.com

validations with selected option

2009-02-06 Thread Srikanth Goud
table which is appending on selecting one of the option.So,these validations are fired automatically when user clicks on next button. Know my question how to stop firing validations for the table(with 5 or 6 fields)when the user has not selected the paritcular option. Srikanth -- View this message

Re: Invoke popup after saving Data

2009-02-04 Thread Srikanth Goud
Hi, How to invoke the javaScript from execute method? And i am not clear with the reply u send. Srikanth Srikanth Goud wrote: > > Hi, > I have a requirement where after saving data in to database , show a > popup in the same page propmting Continue or ok. > > For

Invoke popup after saving Data

2009-02-04 Thread Srikanth Goud
another way ? Srikanth. -- View this message in context: http://www.nabble.com/Invoke-popup-after-saving-Data-tp21845666p21845666.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail

Re: validation with simple theme

2009-01-31 Thread Srikanth Goud
ist fieldErrors[parameters.name] as error> ${error?html} i acheived little bit but the thing is If i have two fields in td. When validation fires the second field is automatically going to new row. And the labels are going on top of text field. pls pro

validation with simple theme

2009-01-30 Thread Srikanth Goud
the code. Is there a way to let the tag only renders the error message instead of a list? Pls, help me out from this problem Srikanth -- View this message in context: http://www.nabble.com/validation-with-simple-theme-tp21760841p21760841.html Sent from the Struts - User mailing list archive at

Re: Problem with Dojo in struts2

2009-01-29 Thread Srikanth Goud
newton.dave wrote: > > Srikanth Goud wrote: >> I am presently working on struts 2.0. >> Whenever i use strutsUI tags(with theme="ajax") nothing is rendered on >> page. >> I have done like this:- >> In web.xml >> >> &

Problem with Dojo in struts2

2009-01-28 Thread Srikanth Goud
splayed on bowser. And i read about decorators.xml is it necessary? I am using tiles could u help me out from this problem. Srikanth. -- View this message in context: http://www.nabble.com/Problem-with-Dojo-in-struts2-tp21722133p21722133.html Sent from the Struts - User mailing list archive at

STRUTS 2.0.9 File tag

2008-02-10 Thread Srikanth Muthyala
Hi, Can anybody tell me how to disable the manual typing of file name for File tag, only allow 'Browse" button. Thanks. Regards,   Srikanth - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

RE: STRUTS 2: File tag problem

2008-02-07 Thread Srikanth Muthyala
le. I have only one line "return dc". Please help if I am missing something here. I tried to give some logic to getFileName() and getDc() (=getUpload()) methods but the issue is still there, if crap is typed into file field - nothing happens when submit is clicked. Regards, Srikanth

STRUTS 2: File tag problem

2008-02-06 Thread Srikanth Muthyala
entry, only browse button works??? 3. I tried javascript options like onKeypress to reset value to null - didnt help. Please help. Regards, Srikanth  < s:form action = "/createEnt2.do" method = "POST" enctype = "multipart/form-data" validate = &quo

[S2] datetimepicker - type = time - time selection

2008-01-04 Thread Srikanth Muthyala
t; name = "time" label = "Time" toggleType = "fade" toggleDuration = "300" > Any help will be appreciated. I guess this could be a common problem. Any work arounds??? Regards, Srikanth 

Re: Struts tabbed panel

2007-12-02 Thread Srikanth Muthyala
this Regards, Srikanth Muthyala - Original Message - From: "Srikanth Muthyala" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Monday, 3 December 2007 01:21:28 PM (GMT+1000) Australia/Sydney Subject: Re: Struts tabbed panel Hi Martin,

Re: Struts tabbed panel

2007-12-02 Thread Srikanth Muthyala
Hi Martin, I am using 2.0.9. IS that fixed in 2.0.9? Regards, Srikanth Muthyala Snr Consultant Innovative IT Consultants Mobile: +61 401 544 199 Email:[EMAIL PROTECTED] www.iitc.com.au - Original Message - From: "Martin Gainty" <[EMAIL PROTECTED]> T

Struts tabbed panel

2007-12-02 Thread Srikanth Muthyala
 How do I fix this? Please help.  Attached parts of codes      RTB Administration      --->See here>>>>                      Set Profile                         Rega

Re: Tabbedpanel issue

2007-11-26 Thread Srikanth Muthyala
Martin, Thanks for your help. But its the same - loading in new page. Any more ideas Regards, Srikanth Muthyala - Original Message - From: "Martin Gainty" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Sent: Tuesday, 27 November 2007 10:26:33 AM (GMT+1000) Australia/Sy

Re: Tabbedpanel issue

2007-11-26 Thread Srikanth Muthyala
Set Profile Regards, Srikanth Muthyala - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Tabbedpanel issue

2007-11-26 Thread Srikanth Muthyala
tent. How do I fix this? Please help. Attached parts of codes Srikanth. File: Home.jsp < s:tabbedPanel id = "rtb1" % > "> < s:div id = "1" label = "Administration" theme = "ajax" labelposition = "top" > < s

Strtus 2.0.11 AJAX TabbedPanel: How to load the result page in same tab

2007-11-24 Thread Srikanth Muthyala
tent. How do I fix this? Please help. Attached parts of codes Srikanth. File: Home.jsp < s:tabbedPanel id = "rtb1" % > "> < s:div id = "1" label = "Administration" theme = "ajax" labelposition = "top" > < s

Free Struts ebook

2005-03-18 Thread Srikanth Shenoy
format free of cost. (And yes the PDF is printable :-D) Grab the ebook and other Struts goodies from http://www.objectsource.com Cheers, Srikanth Shenoy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,