RE: problem in xml validation

2015-02-17 Thread Martin Gainty
> Date: Tue, 17 Feb 2015 21:07:03 +0530 > Subject: Re: problem in xml validation > From: yaragallamur...@gmail.com > To: user@struts.apache.org > > No dave. It is because in the same Action class i have a validate method. > So in this method if validation fails it is showin

Re: problem in xml validation

2015-02-17 Thread Yaragalla Muralidhar
No dave. It is because in the same Action class i have a validate method. So in this method if validation fails it is showing "inpu" jsp with the errors. *Thanks and Regards,* Muralidhar Yaragalla. *http://yaragalla.blogspot.in/ * On Tue, Feb 17, 2015 at 9:03 PM, D

Re: problem in xml validation

2015-02-17 Thread Dave Newton
... If you want any help, you need to provide actionable information. My first guesses are that you're either missing an `input` definition, or its JSP page isn't where you think it is. On Tue, Feb 17, 2015 at 10:05 AM, Yaragalla Muralidhar < yaragallamur...@gmail.com> wrote: > Hi, > I have

problem in xml validation

2015-02-17 Thread Yaragalla Muralidhar
Hi, I have written AddTestAction.class and placed AddTestAction-validation.xml file in the same package. but the field validations are not happening. i have written int validators. Instead showing validation errors the browser is displaying page not found. if i remove validation xml file evert

Re: problem in validation with struts 2.3.1

2013-03-18 Thread Dave Newton
And verify your theme. Dave On Mar 18, 2013 5:51 PM, "Chris Pratt" wrote: > You probably need to specify the <%@ taglib prefix="s" uri="/struts-tags"%> > at the top of the .jsp file. > (*Chris*) > > > On Mon, Mar 18, 2013 at 1:06 PM, Muralidhar Yaragalla < > java.yaraga...@gmail.com> wrote: >

Re: problem in validation with struts 2.3.1

2013-03-18 Thread Chris Pratt
You probably need to specify the <%@ taglib prefix="s" uri="/struts-tags"%> at the top of the .jsp file. (*Chris*) On Mon, Mar 18, 2013 at 1:06 PM, Muralidhar Yaragalla < java.yaraga...@gmail.com> wrote: > I think the problem is i am not using any struts tags in my jsp. when i use > " > > " th

Re: problem in validation with struts 2.3.1

2013-03-18 Thread Muralidhar Yaragalla
I think the problem is i am not using any struts tags in my jsp. when i use " " this tag the messages are showing up. I thought struts automatically displays error messages next to the field. On Tue, Mar 19, 2013 at 1:18 AM, Lukasz Lenart wrote: > 2013/3/18 Muralidhar Yaragalla : > > //The fo

Re: problem in validation with struts 2.3.1

2013-03-18 Thread Muralidhar Yaragalla
Yes. I am not sure whether server side validations are happening or not. I feel they are not happening because i dont see error messages in the front end(in the browser). On Tue, Mar 19, 2013 at 1:18 AM, Lukasz Lenart wrote: > 2013/3/18 Muralidhar Yaragalla : > > //The following is my VotingTopi

Re: problem in validation with struts 2.3.1

2013-03-18 Thread Lukasz Lenart
2013/3/18 Muralidhar Yaragalla : > //The following is my VotingTopicAction-validation.xml Is this file in com/ymd/ums/lv/action folder? Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ - To unsubscribe, e-mail: use

Re: Hot Deployment Problem in Struts and Weblogic

2013-01-03 Thread mp
Hi , were you able to find a solution to this issue, pls. let me know if yes. Thanks, Mihir -- View this message in context: http://struts.1045723.n5.nabble.com/Hot-Deployment-Problem-in-Struts-and-Weblogic-tp5156853p5711562.html Sent from the Struts - User mailing list archive at Nabble.com

Re: Hot Deployment Problem in Struts and Weblogic

2013-01-03 Thread mp
Hi Jeff, Pls. let me know if you have a solution and would like to help me out. Thanks, mp -- View this message in context: http://struts.1045723.n5.nabble.com/Hot-Deployment-Problem-in-Struts-and-Weblogic-tp5156853p5711563.html Sent from the Struts - User mailing list archive at Nabble.com

Re: Problem in struts2 project setup.

2012-06-09 Thread vivek mishra
Thanks Dave.. Problem is solved with your solution.. :) Regards, -- VM On Thu, Jun 7, 2012 at 8:57 PM, Dave Newton wrote: > >> jar:file://apache-tomcat-6.0.29/lib/struts2-core-2.0.11.jar! > > That's from your log file. > > On Thu, Jun 7, 2012 at 11:24 AM, vivek mishra >wrote: > > > Thanks for

Re: Problem in struts2 project setup.

2012-06-07 Thread Dave Newton
>> jar:file://apache-tomcat-6.0.29/lib/struts2-core-2.0.11.jar! That's from your log file. On Thu, Jun 7, 2012 at 11:24 AM, vivek mishra wrote: > Thanks for the reply guys. But I couldn't find any duplicate struts2 > file in tomcat lib. I tried running this application with jboss as > well but n

Re: Problem in struts2 project setup.

2012-06-07 Thread vivek mishra
Thanks for the reply guys. But I couldn't find any duplicate struts2 file in tomcat lib. I tried running this application with jboss as well but no luck. As the war has been deployed perperly but while accessing the URL, its giving 404 error: " The requested resource (/VFS/LoginAction.do) is not a

Re: Problem in struts2 project setup.

2012-06-07 Thread Dave Newton
It *is* included in the web-app directory. The problem is that there's *also* an S2 library in the Tomcat lib directory, where there shouldn't be one. Remove the old library from the tomcat lib directory. Dave On Thu, Jun 7, 2012 at 10:40 AM, CyberCom wrote: > com.opensymphony.xwork2.**Object

Re: Problem in struts2 project setup.

2012-06-07 Thread CyberCom
com.opensymphony.xwork2.ObjectFactory with the name xwork has already been loaded by bean - jar:file://apache-tomcat-6.0.29/lib/struts2-core-2.0.11.jar! /struts-default.xml:30:72 - bean - jar:file://apache-tomcat-6.0.29/webapps/VFS/WEB-INF/lib/ struts2-core-2.2.3.1.jar!/struts-default.xml:29:72

Re: Problem in struts2 project setup.

2012-06-07 Thread vivek mishra
Hi Dave, Here's the log: java] Jun 7, 2012 8:15:54 AM org.apache.catalina.startup.HostConfig deployWAR [java] INFO: Deploying web application archive VFS.war [java] Jun 7, 2012 8:15:54 AM org.apache.catalina.loader.WebappClassLoader validateJarFile [java] INFO: validateJarFile(\apa

Re: Problem in struts2 project setup.

2012-06-07 Thread Dave Newton
Is that the *only* information available in the logs? Dave On Thu, Jun 7, 2012 at 10:01 AM, vivek mishra wrote: > Hi Folks, > > While setting up new project using struts2, I am facing this error : > > Unable to load configuration. - bean - > jar:file:/E:/sp639u/apache-tomcat-6.0. > > 29/webapps/

Problem in struts2 project setup.

2012-06-07 Thread vivek mishra
Hi Folks, While setting up new project using struts2, I am facing this error : Unable to load configuration. - bean - jar:file:/E:/sp639u/apache-tomcat-6.0. 29/webapps/VFS/WEB-INF/lib/struts2-core-2.2.3.1.jar!/struts-default.xml:29:72 I googled it as well but couldn't find any solution. I has se

Re: Jasper Report Problem in HTML format

2012-04-27 Thread suhaib999
etLocation("WEB-INF/classes/jasper/our_jasper_template.jasper"); result = result.setDataSource("myList"); result = result.setFormat("HTML"); result = result.setImageServletUrl("/servlets/image?image="); return result; } -- View this message in context: http://

RE: problem in hiding timepicker of struts jquery datetimepicker

2012-04-24 Thread Edward W. Rouse
Datepicker has a show/hide option. Look under methods. http://jqueryui.com/demos/datepicker/ From: Reshmi [mailto:ra...@trinitymobility.com] Sent: Tuesday, April 24, 2012 8:33 AM To: 'Struts Users Mailing List' Subject: problem in hiding timepicker of struts jquery datetimepic

problem in hiding timepicker of struts jquery datetimepicker

2012-04-24 Thread Reshmi
Hi all, My codes for date time picker is I want to display timepicker only for some cases For that I put javascript function like this. if(select1=="A") { document.getElementById("fromd

Re: Hot Deployment Problem in Struts and Weblogic

2012-01-22 Thread Sagar Sharma
.1045723.n5.nabble.com/Hot-Deployment-Problem-in-Struts-and-Weblogic-tp5156853p5165245.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional

Re: Hot Deployment Problem in Struts and Weblogic

2012-01-19 Thread Jeffrey Black
Servlet.java:432) > Truncated. see log file for complete stacktrace >> > > > -- > View this message in context: > http://struts.1045723.n5.nabble.com/Hot-Deployment-Problem-in-Struts-and-Weblogic-tp5156853p5156853.html > Sent from the Struts - User mailing list arc

Hot Deployment Problem in Struts and Weblogic

2012-01-18 Thread Sagar Sharma
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432) Truncated. see log file for complete stacktrace > -- View this message in context: http://struts.1045723.n5.nabble.com/Hot-Deployment-Problem-in-Struts-and-Weblogic-tp5156853p5156853.html Sent from the Struts - User mailing list a

Re: Struts2 Date time picker problem in Firefox

2011-05-30 Thread Maurizio Cucchiara
Could you post your jsp file (preferably through a pastebin service) ? On 30 May 2011 10:16, Amol Ghotankar wrote: > @Maurizio: > > I have not changed anything, and the application is very simple do not use > any dojo manipulation too. > > Yes the output is from the client browser retrieved via

Re: Struts2 Date time picker problem in Firefox

2011-05-30 Thread Amol Ghotankar
@Maurizio: I have not changed anything, and the application is very simple do not use any dojo manipulation too. Yes the output is from the client browser retrieved via firebug & similar browser plug-ins where I can see that in FF the value is blank. Any quick fix for this. Regards, Amol

Re: Struts2 Date time picker problem in Firefox

2011-05-30 Thread Maurizio Cucchiara
How did you check the output? are you sure this is not the output of some plugin like firebug, etc? AFAICR there is no difference between the FF and IE output, I'm inclined to think that what really happens has to do with dojo manipulation. On 30 May 2011 08:21, Amol Ghotankar wrote: > I checked

Re: Struts2 Date time picker problem in Firefox

2011-05-29 Thread frans
We use jquery ui Work well Sent from my BlackBerry® powered by Sinyal Kuat INDOSAT -Original Message- From: Amol Ghotankar Date: Mon, 30 May 2011 11:26:57 To: Struts Users Mailing List Reply-To: "Struts Users Mailing List" Subject: Struts2 Date time picker problem in Firef

Re: Struts2 Date time picker problem in Firefox

2011-05-29 Thread Amol Ghotankar
I checked the output on browsers and this was what i found IE FF Help is need to fix this part.

Struts2 Date time picker problem in Firefox

2011-05-29 Thread Amol Ghotankar
I have a simple form that has s:datetimepicker name="studentAdmission.admissionDate" id="requiredString" cssClass="must" value="%{'today'}"/ When I submit this form from Firebox the object at backend does not get the date value. But when I submit this form from IE8, the object at backend gets th

Re : Struts 2 problem in In url tag variable

2011-04-20 Thread kiala davy
Thank you. My variable is set now. De : Ilya Kazakevich À : Struts Users Mailing List Envoyé le : Mer 20 avril 2011, 23h 53min 37s Objet : RE: Struts 2 problem in In url tag variable Try to put the following directive on the top of your JSP page <%@ p

Re: Re : Struts 2 problem in In url tag variable

2011-04-20 Thread Chris Pratt
g.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81) > > > org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689) > > java.lang.Thread.run(Unknown Source) > > > > > > > > > _

RE: Struts 2 problem in In url tag variable

2011-04-20 Thread Ilya Kazakevich
Thursday, April 21, 2011 1:50 AM To: Struts Users Mailing List Subject: Re : Struts 2 problem in In url tag variable Could you give me a code example please ? De : Ilya Kazakevich À : Struts Users Mailing List Envoyé le : Mer 20 avril 2011, 23h 43mi

Re : Struts 2 problem in In url tag variable

2011-04-20 Thread kiala davy
Could you give me a code example please ? De : Ilya Kazakevich À : Struts Users Mailing List Envoyé le : Mer 20 avril 2011, 23h 43min 13s Objet : RE: Struts 2 problem in In url tag variable AFAIK EL is not enabled by default in JSP 2.0 which is used in

Re : Re : Struts 2 problem in In url tag variable

2011-04-20 Thread kiala davy
_ De : Chris Pratt À : Struts Users Mailing List Envoyé le : Mer 20 avril 2011, 23h 34min 10s Objet : Re: Re : Struts 2 problem in In url tag variable Did you include the JSP taglib directive at the top of the page? (*Chris*) On Wed, Apr 20, 2011 at 2:26 PM, kiala davy wrote: > My file is

RE: Struts 2 problem in In url tag variable

2011-04-20 Thread Ilya Kazakevich
i...@yahoo.fr] Sent: Thursday, April 21, 2011 1:39 AM To: Struts Users Mailing List Subject: Re : Struts 2 problem in In url tag variable Thanks for your answer. registerInputLink does not contain the registerInput action. Here is my output when i click on the link. Struts Problem Report Struts has d

Re : Struts 2 problem in In url tag variable

2011-04-20 Thread kiala davy
problem in In url tag variable Hi, registerInputLinkhere is EL variable of type java.lang.String. It contains URL of the registerInput action What is output of this code? Do you have this action set in your struts.xml? Ilya Kazakevich, Developer JetBrains Inc http://www.jetbrains.com

Re: Re : Struts 2 problem in In url tag variable

2011-04-20 Thread Chris Pratt
ailing List > Envoyé le : Mer 20 avril 2011, 23h 11min 21s > Objet : Re: Struts 2 problem in In url tag variable > > For most containers, that will have to be in a file that ends in .jsp to > work. What servlet container (and version) are you using? > (*Chris*) > &

Re : Struts 2 problem in In url tag variable

2011-04-20 Thread kiala davy
My file is register.jsp and i use Tomcat 5.5.30 De : Chris Pratt À : Struts Users Mailing List Envoyé le : Mer 20 avril 2011, 23h 11min 21s Objet : Re: Struts 2 problem in In url tag variable For most containers, that will have to be in a file that ends in

RE: Struts 2 problem in In url tag variable

2011-04-20 Thread Ilya Kazakevich
uot;Develop with pleasure!" _ From: kiala davy [mailto:davy_ki...@yahoo.fr] Sent: Thursday, April 21, 2011 1:08 AM To: user@struts.apache.org Subject: Struts 2 problem in In url tag variable Hi, I am a newbie in Struts 2.2.1.1. So i am learning to use Strut

Re: Struts 2 problem in In url tag variable

2011-04-20 Thread Chris Pratt
For most containers, that will have to be in a file that ends in .jsp to work. What servlet container (and version) are you using? (*Chris*) On Wed, Apr 20, 2011 at 2:07 PM, kiala davy wrote: > Hi, > > I am a newbie in Struts 2.2.1.1. So i am learning to use Struts. I am > faci

Struts 2 problem in In url tag variable

2011-04-20 Thread kiala davy
Hi,I am a newbie in Struts 2.2.1.1. So i am learning to use Struts. I am facing a problem in the example on the following link http://struts.apache.org/2.2.1/docs/message-resource-files.html. The following code does not work: "registerInput" var="registerInputLink" />"

Re: Problem in display message using html:message

2011-03-24 Thread vivek mishra
I was more interested to know if there is any way avail in struts for doing this instead of going for hack. Thanks Dave! -- Vivek On Thu, Mar 24, 2011 at 9:44 PM, Dave Newton wrote: > On Thu, Mar 24, 2011 at 11:56 AM, vivek mishra > wrote: > > Yes Dave. Can you please give any suggestion to a

Re: Problem in display message using html:message

2011-03-24 Thread Dave Newton
On Thu, Mar 24, 2011 at 11:56 AM, vivek mishra wrote: > Yes Dave. Can you please give any suggestion to acheive this requirement or > is there any other way available through which I could forward this > ActionForward. You'd want to implement a so-called "flash" scope, or "message" scope, where s

Re: Problem in display message using html:message

2011-03-24 Thread vivek mishra
Yes Dave. Can you please give any suggestion to acheive this requirement or is there any other way available through which I could forward this ActionForward. Thanks for the help. -- Vivek On Thu, Mar 24, 2011 at 10:50 AM, Dave Newton wrote: > It's a redirect, of course you lost the request ob

Re: Problem in display message using html:message

2011-03-24 Thread Dave Newton
It's a redirect, of course you lost the request object. Dave On Thu, Mar 24, 2011 at 11:40 AM, vivek mishra wrote: > Hi list, > > I am trying to send additional parameter in action mapping, so that I have > written this code: > public ActionForward addParameterToForward( >            ActionForwa

Re: Multiple Submit Buttons problem in Struts2

2011-01-04 Thread aum strut
;> > > >> Dave > > >> > > >> On Mon, Jan 3, 2011 at 11:33 AM, Biesbrock, Kevin < > > > biesbrock.ke...@aoins.com > > >>> wrote: > > >> > > >>> Should this be included in documentation as a mo

Re: Multiple Submit Buttons problem in Struts2

2011-01-03 Thread Brian Thompson
Biesbrock, Kevin < > > biesbrock.ke...@aoins.com > >>> wrote: > >> > >>> Should this be included in documentation as a more complex example of > >>> Struts2? Maybe an example action as well? Just a thought. > >>> > >>> > >&g

Re: Multiple Submit Buttons problem in Struts2

2011-01-03 Thread Maurizio Cucchiara
-Beez >>> >>> -Original Message- >>> From: stanl...@gmail.com [mailto:stanl...@gmail.com] >>> Sent: Sunday, January 02, 2011 5:20 PM >>> To: Struts Users Mailing List >>> Subject: Re: Multiple Submit Buttons problem in Struts2 >>&g

Re: Multiple Submit Buttons problem in Struts2

2011-01-03 Thread Brian Thompson
an example action as well? Just a thought. >> >> >> -Beez >> >> -Original Message- >> From: stanl...@gmail.com [mailto:stanl...@gmail.com] >> Sent: Sunday, January 02, 2011 5:20 PM >> To: Struts Users Mailing List >> Subject: Re: Multiple Subm

RE: Multiple Submit Buttons problem in Struts2

2011-01-03 Thread Biesbrock, Kevin
Well, I have no CLA but I will contribute what I may. Beez r 5347 -Original Message- From: Dave Newton [mailto:davelnew...@gmail.com] Sent: Monday, January 03, 2011 11:42 AM To: Struts Users Mailing List Subject: Re: Multiple Submit Buttons problem in Struts2 I kind of thought the

Re: Multiple Submit Buttons problem in Struts2

2011-01-03 Thread Dave Newton
Struts2? Maybe an example action as well? Just a thought. > > > -Beez > > -Original Message- > From: stanl...@gmail.com [mailto:stanl...@gmail.com] > Sent: Sunday, January 02, 2011 5:20 PM > To: Struts Users Mailing List > Subject: Re: Multiple Submit Buttons

RE: Multiple Submit Buttons problem in Struts2

2011-01-03 Thread Biesbrock, Kevin
: Re: Multiple Submit Buttons problem in Struts2 How about something like this? Scott On Sat, Jan 1, 2011 at 8:53 AM, aum strut wrote: > Hi All, > > Trying to work with multiple submit buttons within a single form in > struts2 application but not able to work. her

Re: Multiple Submit Buttons problem in Struts2

2011-01-03 Thread aum strut
Scott, that was a good way to go.. On Mon, Jan 3, 2011 at 3:59 AM, Dave Newton wrote: > Hmm, that looks like it might work ;) > > Your technique also avoids having to code the behavior into the action > itself, decoupling things even more cleanly. > > (Another foot down the rabbit hole: "custom

Re: Multiple Submit Buttons problem in Struts2

2011-01-02 Thread Dave Newton
Hmm, that looks like it might work ;) Your technique also avoids having to code the behavior into the action itself, decoupling things even more cleanly. (Another foot down the rabbit hole: "customer" namespace, so bits of CRUD can be reused across underlying models. I do both, and honestly, I'm

Re: Multiple Submit Buttons problem in Struts2

2011-01-02 Thread stanlick
How about something like this? Scott On Sat, Jan 1, 2011 at 8:53 AM, aum strut wrote: > Hi All, > > Trying to work with multiple submit buttons within a single form in struts2 > application but not able to work. here is the jsp code i am using > > >

Re: Multiple Submit Buttons problem in Struts2

2011-01-01 Thread Dave Newton
So what might some of those ways be? Dave On Sat, Jan 1, 2011 at 2:33 PM, aum strut wrote: > agree!!! > > On Sat, Jan 1, 2011 at 10:20 PM, Dave Newton > wrote: > > > And *my* point is that perhaps there's another way you can solve your > > problem and eliminate the "tight" coupling between for

Re: Multiple Submit Buttons problem in Struts2

2011-01-01 Thread aum strut
agree!!! On Sat, Jan 1, 2011 at 10:20 PM, Dave Newton wrote: > And *my* point is that perhaps there's another way you can solve your > problem and eliminate the "tight" coupling between form and action. > > Dave > > On Sat, Jan 1, 2011 at 11:16 AM, aum strut wrote: > > > My point was that the b

Re: Multiple Submit Buttons problem in Struts2

2011-01-01 Thread Dave Newton
And *my* point is that perhaps there's another way you can solve your problem and eliminate the "tight" coupling between form and action. Dave On Sat, Jan 1, 2011 at 11:16 AM, aum strut wrote: > My point was that the boolean approach mentioned in the document was in my > opinion is better and s

Re: Multiple Submit Buttons problem in Struts2

2011-01-01 Thread aum strut
My point was that the boolean approach mentioned in the document was in my opinion is better and same was mentioned in the document sinnce it was not coupling the form tightly with action. On Sat, Jan 1, 2011 at 9:44 PM, Dave Newton wrote: > On Sat, Jan 1, 2011 at 11:13 AM, aum strut wrote: >

Re: Multiple Submit Buttons problem in Struts2

2011-01-01 Thread Dave Newton
On Sat, Jan 1, 2011 at 11:13 AM, aum strut wrote: > agree! > but i still believe coupling the form value with action component is never > a > good idea.. so still believe the first approach was was better. > So... is there another way to achieve what you want? Dave

Re: Multiple Submit Buttons problem in Struts2

2011-01-01 Thread aum strut
agree! but i still believe coupling the form value with action component is never a good idea.. so still believe the first approach was was better. Though i switched to second myself :) On Sat, Jan 1, 2011 at 9:38 PM, Dave Newton wrote: > I think any time there's documentation that's 4+ yea

Re: Multiple Submit Buttons problem in Struts2

2011-01-01 Thread Dave Newton
I think any time there's documentation that's 4+ years old you can't necessarily rely on it being accurate. Dave On Sat, Jan 1, 2011 at 10:29 AM, aum strut wrote: > i was just refreing the following document > http://struts.apache.org/2.0.14/docs/multiple-submit-buttons.html > > since it was me

Re: Multiple Submit Buttons problem in Struts2

2011-01-01 Thread Maurizio Cucchiara
I'm not sure at this moment, but using 1 as value should work Maurizio Cucchiara On Jan 1, 2011 4:29 PM, "aum strut" wrote: i was just refreing the following document http://struts.apache.org/2.0.14/docs/multiple-submit-buttons.html since it was mentioned that second approach will make action c

Re: Multiple Submit Buttons problem in Struts2

2011-01-01 Thread aum strut
i was just refreing the following document http://struts.apache.org/2.0.14/docs/multiple-submit-buttons.html since it was mentioned that second approach will make action code depedent with the form On Sat, Jan 1, 2011 at 8:48 PM, Dave Newton wrote: > S2 would have no idea how to convert "Impor

Re: Multiple Submit Buttons problem in Struts2

2011-01-01 Thread Dave Newton
S2 would have no idea how to convert "Import" to a true or false value. Dave On Sat, Jan 1, 2011 at 9:53 AM, aum strut wrote: > Hi All, > > Trying to work with multiple submit buttons within a single form in struts2 > application but not able to work. here is the jsp code i am using > > >

Multiple Submit Buttons problem in Struts2

2011-01-01 Thread aum strut
Hi All, Trying to work with multiple submit buttons within a single form in struts2 application but not able to work. here is the jsp code i am using he

Re: Problem in calling method from Struts.xml in struts2

2010-12-06 Thread ashish chawre
Thanks Li.. Yeh, it happens.. This trick certainly saves time. -- Ashish On Mon, Dec 6, 2010 at 4:02 PM, Li Ying wrote: > It looks like, the latest class files were not deployed to the WebApp > Context. > > Sometimes this happens. > > When you find something getting wrong, and your source code

Re: Problem in calling method from Struts.xml in struts2

2010-12-06 Thread Li Ying
BTW, according to the exception message: The execute method of UserRegistrationAction IS CALLED, but some code invoked by this method raised an exception. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additiona

Re: Problem in calling method from Struts.xml in struts2

2010-12-06 Thread Li Ying
It looks like, the latest class files were not deployed to the WebApp Context. Sometimes this happens. When you find something getting wrong, and your source code looks like right, Just try turn off the web app, and re-deployed your latest code again. See if it the error get fixed. Sometimes, th

Re: Problem in calling method from Struts.xml in struts2

2010-12-06 Thread ashish chawre
Thanks everyone for your responses. The problem is fixed but I don't know how :).. What I did is just turn off my computer after battling with the prob, thought to take a drive and when I came back and start the application again its just working fine. I got all my records in db using the same conf

Re: Problem in calling method from Struts.xml in struts2

2010-12-06 Thread Dave Newton
You might *think* it's there, but I'm pretty sure it isn't--is the correct version deployed? Are its dependencies deployed? The message is pretty explicit with regards to what's wrong. Dave On Mon, Dec 6, 2010 at 12:10 PM, ashish chawre wrote: > .

Re: Problem in calling method from Struts.xml in struts2

2010-12-06 Thread ashish chawre
Thanks for the prompt reply Maurizio. I also thought the same but I checked my UserDelegates class and got add(UserDTO) declared there. In this delegate I am getting service class object trough a ServiceLocator and it seems the object is not getting created for UserService class. Please find UserR

Re: Problem in calling method from Struts.xml in struts2

2010-12-06 Thread Maurizio Cucchiara
It looks like there is something wrong in your UserDelegate class. Have you declared an add(UserDTO) method inside it? Could you post UserRegistrationAction code? 2010/12/6 ashish chawre : > Hi list, > > I am trying to call execute method of my UserRegistrationAction class but it > doesn't call t

Problem in calling method from Struts.xml in struts2

2010-12-06 Thread ashish chawre
Hi list, I am trying to call execute method of my UserRegistrationAction class but it doesn't call the method. Here is the code of my struts.xml : {1} {1} d_UserRegistrationAction LoginAction

Label problem in struts2

2010-11-17 Thread Prabhubalaji Ragavan
Hi I am using the below code to label, which is using a resource bundle. When the application starts up, the label appears twice. JSP code --- Resource bundle - Label.Name = Legal Name Output --- Legal Name Legal Name Please help Thanks Prabhu Ra

Re: Label problem in struts2

2010-11-17 Thread Emil Dombagolla
Try with, $getText('Label.Name') Emil On Tue, Nov 16, 2010 at 8:45 PM, wrote: > Can we see the rest of your JSP? My hunch is, you are also using a > textfield that is bringing the label in as well. > > > On Tue, Nov 16, 2010 at 6:32 AM, Prabhubalaji Ragavan < > prabhubalaji.raga...@gmail.com>

Re: Label problem in struts2

2010-11-16 Thread stanlick
Can we see the rest of your JSP? My hunch is, you are also using a textfield that is bringing the label in as well. On Tue, Nov 16, 2010 at 6:32 AM, Prabhubalaji Ragavan < prabhubalaji.raga...@gmail.com> wrote: > Hi > I am using the below code to label, which is using a resource bundle. When >

Re: Jasper Report Problem in HTML format

2010-06-22 Thread Amol Ghotankar
st regards, > Celinio > Fernandes > > --- On Mon, 6/21/10, Amol Ghotankar wrote: > > From: Amol Ghotankar > Subject: Re: Jasper Report Problem in HTML format > To: "Struts Users Mailing List" > Date: Monday, June 21, 2010, 9:25 AM > > Yes it could b

Re: Jasper Report Problem in HTML format

2010-06-21 Thread Celinio Fernandes
    net.sf.jasperreports.j2ee.servlets.ImageServlet         ImageServlet     /servlets/image   HTH Best regards, Celinio Fernandes --- On Mon, 6/21/10, Amol Ghotankar wrote: From: Amol Ghotankar Subject: Re: Jasper Report Problem in HTML format To: "Struts Users Mailing List" Date: Monday, June 21, 201

Re: Jasper Report Problem in HTML format

2010-06-21 Thread Amol Ghotankar
wrote: > Looks like its a path issue. Please see if the image tags in the generated > HTML point to the proper URL for images. > > > > > From: > Amol Ghotankar > To: > Struts Users Mailing List > Date: > 21-06-2010 17:21 > Subject: > Re: Jasper Repor

Re: Jasper Report Problem in HTML format

2010-06-21 Thread Rahul Mohan
Looks like its a path issue. Please see if the image tags in the generated HTML point to the proper URL for images. From: Amol Ghotankar To: Struts Users Mailing List Date: 21-06-2010 17:21 Subject: Re: Jasper Report Problem in HTML format Dear List members, My problem is still not

Problem in passing value to javascript function call onclick of

2010-06-21 Thread Dheeraj Singh
Hi All, My apology if this message is mailed to wrong forum. As per requirements, I am showing a list of vehicle makes on the page in table format. Every row has three buttons (Edit, Delete, Purge) along with make details. I have called javascript method setMakeCode(this.form, makeCode) on eac

Re: Jasper Report Problem in HTML format

2010-06-21 Thread Amol Ghotankar
gt; there with no problem. > > Please let me know if its problem in struts or jasper or my project, so > that my efforts will get some direction. > > > > On Sun, Jun 20, 2010 at 6:59 PM, Brian Thompson wrote: > >> Are the images saved as temp files and accessed as file

Re: Jasper Report Problem in HTML format

2010-06-20 Thread Amol Ghotankar
h no problem. Please let me know if its problem in struts or jasper or my project, so that my efforts will get some direction. On Sun, Jun 20, 2010 at 6:59 PM, Brian Thompson wrote: > Are the images saved as temp files and accessed as files through tomcat, or > are they generated on access by

Re: Jasper Report Problem in HTML format

2010-06-20 Thread Brian Thompson
Are the images saved as temp files and accessed as files through tomcat, or are they generated on access by something like /getImage.action? On Jun 20, 2010 6:12 AM, "Amol Ghotankar" wrote: Dear List members, When I try to see the HTML page it shows path of images as src="/images/px" But in we

Re: Jasper Report Problem in HTML format

2010-06-20 Thread Amol Ghotankar
Dear List members, When I try to see the HTML page it shows path of images as src="/images/px" But in web content images folder no such images are created, nor they are created any where on my disk. Does this means that their is a bug in Struts 2 that it does not properly create images required

Jasper Report Problem in HTML format

2010-06-20 Thread Amol Ghotankar
Dear List members, I have successfully embedded jasper reports with struts 2, thanks to the documentation. Only major problem that i am facing is when I give format as HTML in xml file, the html page opens but the images are not found. What can be done so that the path of images will be taken co

problem in struts 2 tag in jsp calling spring bean

2010-04-13 Thread Supratim Bandyopadhyaya
Greetings to all, I have a spring dao class like this public class RoleDaoImpl extends SimpleJdbcDaoSupport implements RoleDao { public Role findRoleById(Long id) { . and I have added it to spring as when I am calling a method in this dao

Dojo div disable problem in struts2

2010-04-07 Thread Rakesh K nair
in advance Rakesh -- View this message in context: http://old.nabble.com/Dojo-div-disable-problem-in-struts2-tp28162052p28162052.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-un

Axis2 1.4.1, Struts 1.2.9 and Weblogic 8.1. Problem in the deployment if the application is stressed.

2010-03-01 Thread Triquoit Mathieu
Hello, I have an application which runs under Weblogic 8.1SP3 (Solaris) and it uses Axis 2 1.4.1 to expose a webservice. The application (which is a web-based application) contains also Struts 1.2.9. When we deploy the application without traffic to the application in production, there is no prob

RE: Problem in uploading file from stand-alone application

2009-11-18 Thread Rupesh Mankar
PM To: Struts Users Mailing List Subject: Re: Problem in uploading file from stand-alone application Rupesh, Probably you can try this with Apache HttpClient. On Tue, Nov 17, 2009 at 1:45 AM, Rupesh Mankar < rupesh_man...@persistent.co.in> wrote: > Hi, > > I want to upload file

Re: Problem in uploading file from stand-alone application

2009-11-17 Thread jayakumar ala
Rupesh, Probably you can try this with Apache HttpClient. On Tue, Nov 17, 2009 at 1:45 AM, Rupesh Mankar < rupesh_man...@persistent.co.in> wrote: > Hi, > > I want to upload file on server from stand-alone application (using > HTTPURLConnection). But when I run stand-alone application which uploa

Problem in uploading file from stand-alone application

2009-11-17 Thread Rupesh Mankar
Hi, I want to upload file on server from stand-alone application (using HTTPURLConnection). But when I run stand-alone application which uploads file, I get following exception on server: ---

Re: I Have Problem in Developing small application Using Struts

2009-09-07 Thread Dave Newton
I'd start by removing the "." from the form's action attribute and see if that fixes it. Dave narsimharao_mothkuri wrote: Hello to all. I have a problem in struts application. Give me solution to me. see my source code ===login.jsp== <%...@taglib uri="/WEB

I Have Problem in Developing small application Using Struts

2009-09-07 Thread narsimharao_mothkuri
Hello to all. I have a problem in struts application. Give me solution to me. see my source code ===login.jsp== <%...@taglib uri="/WEB-INF/struts-html.tld" prefix="html" %> <%...@taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> &l

Re: ajax validation problem in IE8

2009-08-31 Thread Mitch Claborn
Some more info: The generated HTML is below. validation.js (in the css_xhtml theme) uses this line to find the element before which to insert the new error div. var firstCtrNode = findWWCtrlNode(enclosingDiv); // either wwctrl_ or wwlbl_ That function looks for a child div or span whose c

Re: ajax validation problem in IE8

2009-08-30 Thread Dave Newton
Martin Gainty wrote: you can take all your JS scripts and run it thru RhinoScript thats what i did for Dojo http://www.rhinoscript.org be sure to toss in plenty of alert statements! What in the name of Bumba's porcelain alter are you talking about? Unless IE8 runs RhinoScript I don't see how

RE: ajax validation problem in IE8

2009-08-29 Thread Martin Gainty
accepter aucune responsabilité pour le contenu fourni. > Date: Sat, 29 Aug 2009 18:34:38 -0500 > From: mi...@claborn.net > To: mgai...@hotmail.com; user@struts.apache.org > Subject: Re: ajax validation problem in IE8 > > I'll give that a try. I thought I remembered seein

  1   2   3   4   5   >