Hello
Thanks very much to all responses this issue is resolved
with this message.
Kostya
- Original Message -
From: "Martin Gainty"
To: "Struts Users Mailing List"
Sent: Saturday, September 19, 2009 11:53 PM
Subject: RE: Hello Help please with Struts2
Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
From: harasev...@yandex.ru
To: user@struts.apache.org
Subject: Hello Help please with Struts2
Date: Sat, 19 Sep 2009 21:55:59
When you say "on the classpath" do you mean the compile classpath of the
project or is the jar physically in
WEB-INF/lib?
Chris
-Original Message-
From: Wes Wannemacher
To: Struts Users Mailing List
Sent: Sat, Sep 19, 2009 6:55 pm
Subject: Re: Hello Help p
Which app server do you have set up in netbeans?
On 9/19/09, Konstantyn Harasevich wrote:
> Hello
>
> When running samples struts 2
>
> Here is exception relative to this taglib in NetBeans7.1:
> <%@ taglib uri="/struts-tags" prefix="s" %>
>
>
>
> org.apache.jasper.JasperException: /example/Hello
t keine rechtliche Bindungswirkung.
Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung
fuer den Inhalt uebernehmen.
> From: harasev...@yandex.ru
> To: user@struts.apache.org
> Subject: Hello Help please with Struts2
> Date: Sat, 19 Sep 2009 21:55:59 +0100
Hello
When running samples struts 2
Here is exception relative to this taglib in NetBeans7.1:
<%@ taglib uri="/struts-tags" prefix="s" %>
org.apache.jasper.JasperException: /example/HelloWorld.jsp(2,41) PWC6117:
File "/struts-tags" not found
at
org.apache.jasper.compiler.DefaultError
: Saturday, 12 September 2009 12:43 AM
To: struts
Subject: RE: adding parameters to a url - help please
Thank you Wes. I thought I could have gotten around it without Javascript.
The problem is, I have no idea how to get that started. Can anyone provide
me with sample javascript that could p
Thank you Wes. I thought I could have gotten around it without Javascript.
The problem is, I have no idea how to get that started. Can anyone provide me
with sample javascript that could potentially assist me in getting this done?
I would like to have both the id and the value from the sele
You'll have to use javascript, the tags' output is rendered server
side, when the jsp page is rendered.
-Wes
On Fri, Sep 11, 2009 at 11:02 AM, Farshad Rabbani
wrote:
>
> Hi,
>
>
>
> I would like to be able to add whatever is the currently selected option
> from my selection box as a parame
Hi,
I would like to be able to add whatever is the currently selected option
from my selection box as a parameter to the url shown below. I am able to
attach the id as a parameter but I cannot figure out how to do the same for the
selection box. I would greatly appreciate any
we are using struts2.0 and xworks2.0.6 so your solutrion does not apply for us.
--- On Tue, 7/7/09, Wes Wannemacher wrote:
From: Wes Wannemacher
Subject: Re: help please
To: "Struts Users Mailing List"
Date: Tuesday, July 7, 2009, 9:29 AM
Which version of Struts/XWork are you u
Which version of Struts/XWork are you using?
Are you extending the ActionSupport class? Also, if you are using a
fairly recent version of Struts, you should use var rather than id on
the s:iterator tag.
-Wes
On Tue, Jul 7, 2009 at 8:25 AM, taj uddin wrote:
> Hi all,
> when I am trying to render
Hi all,
when I am trying to render my jsp I am getting the following error on my
server console. Please help me in resolving this. The error is coming at xworks
action class. I am unable to understand why this error is coming. Thanking you .
I hope the following code of jsp is giving this erro
.
--
View this message in context:
http://www.nabble.com/struts2-validation-help-please-tp22068361p22068361.html
Sent from the Struts - User mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: user-unsubscr...@struts
ne you the idea
> agradecere.
>
>
>
> De: Jim Kiley [mailto:[EMAIL PROTECTED]
> Enviado el: jue 17/07/2008 22:41
>
> Para: Struts Users Mailing List
>
> Asunto: Re: [SPAM] Re: Help please TOMCAT 5 + Struts
>
>
>
>
> I haven't u
thousand thanks attempts with what I spend. if you miss one you the idea
agradecere.
De: Jim Kiley [mailto:[EMAIL PROTECTED]
Enviado el: jue 17/07/2008 22:41
Para: Struts Users Mailing List
Asunto: Re: [SPAM] Re: Help please TOMCAT 5 + Struts
I haven't
est my application, for which I have looked and
> looked again the code. Or some techniques to help me refine ...
>
> thanks
>
>
>
> De: Jianshuo Niu [mailto:[EMAIL PROTECTED]
> Enviado el: jue 17/07/2008 22:22
> Para: Struts Users Mailing
Asunto: [SPAM] Re: Help please TOMCAT 5 + Struts
I would take a look at the code first to see if there is any unclosed
connection, loops, etc. Then, check the jdk version and tomcat config files.
On Thu, Jul 17, 2008 at 4:10 PM, STRUTS SL. Mailing List <
[EMAIL PROTECTED]> wrote:
> The ap
hours or minutes that stays
> frozen. without accepting more users.
>
>thanks to all are very helpful
>
>
>
> De: Jianshuo Niu [mailto:[EMAIL PROTECTED]
> Enviado el: jue 17/07/2008 19:41
> Para: Struts Users Mailing List
> Asunto: [
Asunto: [SPAM] Re: Help please TOMCAT 5 + Struts
It looks like that something wrong in your code/archtechture. Was it slow
right after you deployed the app, or gettting slower during the operation?
On Thu, Jul 17, 2008 at 12:45 PM, Paolo Niccolò Giubelli <
[EMAIL PROTECTED]> wrote:
>
It looks like that something wrong in your code/archtechture. Was it slow
right after you deployed the app, or gettting slower during the operation?
On Thu, Jul 17, 2008 at 12:45 PM, Paolo Niccolò Giubelli <
[EMAIL PROTECTED]> wrote:
> Maybe you got some memory leak in your code. Use a memory-ins
Maybe you got some memory leak in your code. Use a memory-inspecting
tool and check for static objects.
If you check your memory usage, maybe you'll find that you eat all the
memory available, so you should tune your tomcat server changing the
memory parameters.
Regards,
Paolo Niccolò Giubelli
All that is obvious from those errors is that the Tomcat application server
has run out of memory and has halted as a result. It is not obvious why
this would happen; there are many reasons it could happen.
Also, my own app does not have a copy of servlet.jar inside its WAR file and
I do not beli
Hi Cristian,
it looks like a out of memory problem, try to assign more memory to you
JVM with:
export JAVA_OPTS='-Xmx756m -server -XX:MaxPermSize=256m'
export CATALINA_OPTS='-Djava.awt.headless=true'
El jue, 17-07-2008 a las 18:05 +0200, STRUTS SL. Mailing List escribió:
> Hello for everybody;
Hello for everybody;
We have a big trouble with our Web Application. Our Tomcat 5.5 Server is
working properly, as we can see. The problem is concerning to the Web Project.
It’s frizzing randomly. It doesn’t matter how many time was reloaded. From this
moment never user can get in the Web Si
Hi, i have tried it, looking for the solution in books and google and i
can't do this.
i have a select tag in my jsp
in my action i have
List countries=new ArrayList();
with getCountries()/setCountries(List countries);
I have a country.java with
String idCountry="";
String nameCountry="";
wit
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi folks,
I'm writing a web application that part of it maintains a list of
accounts and maps to those accounts privileges. I'm getting some odd
bomb-outs that aren't making sense to me. Of course, this could also be
a case I'm not seeing something.
y was an experience to go
> through.
>
> Best,
> Session
>
>
> > How about writing a tutorial that others could
> find and follow?
> >
> > -Original Message- From: Session A
> Mwamufiya
> > [mailto:[EMAIL PROTECTED] Sent: 31 July
> 2007
Session A Mwamufiya
> [mailto:[EMAIL PROTECTED] Sent: 31 July 2007 04:50 To: Struts Users
> Mailing List Subject: Re: tree viewer help please!
>
>
> The long hours have started to pay off; I went down and durty with the
> code and was able to move things around in such a way th
How about writing a tutorial that others could find and follow?
-Original Message-
From: Session A Mwamufiya [mailto:[EMAIL PROTECTED]
Sent: 31 July 2007 04:50
To: Struts Users Mailing List
Subject: Re: tree viewer help please!
The long hours have started to pay off; I went down and
The long hours have started to pay off; I went down and durty with the code and
was able to move things around in such a way that it displays the tree. It
took me close to 35hours, wow.
Thanks for your eager assistance.
Best,
Session
> Hi, if you use struts2.x, you should use s:tree I think
I would need something like this, but I don't have any directions to follow to
build it. There are too many unexplained things, and I'm left with a big gap
of knowledge.
Please, could someone show me something that goes from A to Z without skipping
everything in between. There must be a tutor
Great, I'll be following this example.
Thanks a million,
Session
> Hi, if you use struts2.x, you should use s:tree I think or otherwise you
> could use
> http://jscontrolstags.sourceforge.net/controls/treeview/treeview.html
>
> You have demo at
> http://jscontrolstags.sourceforge.net/demo/tre
Hi,
if you use struts2.x, you should use s:tree I think
or otherwise you could use
http://jscontrolstags.sourceforge.net/controls/treeview/treeview.html
You have demo at
http://jscontrolstags.sourceforge.net/demo/treeview/treeview.html
This tree is based on scriptaculous (to manage AJAX, editable
Hi,
http://demo.raibledesigns.com/struts-menu/velocity-xtree.jsp
2007/7/30, Session A Mwamufiya <[EMAIL PROTECTED]>:
>
> Hi All,
>
> Please help me build a tree viewer. I know that someone must have
> developed a web app that uses a tree viewer that loads data from a
> database. Please walk m
Hi All,
Please help me build a tree viewer. I know that someone must have developed a
web app that uses a tree viewer that loads data from a database. Please walk
me through it or send me a tutorial link.
Thanks,
Session
-
okay thats fine .No problem.I will find it out
Regards
Pradhap
On 6/9/06, Frank W. Zammetti <[EMAIL PROTECTED]> wrote:
Sorry, I don't have any applicable links to give. Some time with Google
might find you some details.
Frank
xavier prad wrote:
> hai *Zammetti,*
> *Thanks for the help you h
Sorry, I don't have any applicable links to give. Some time with Google
might find you some details.
Frank
xavier prad wrote:
hai *Zammetti,*
*Thanks for the help you have extended me .Kindly let me know some websites
to find the details .*
*Regards ,*
*Pradhap.*
On 6/9/06, Frank W. Zammett
hai *Zammetti,*
*Thanks for the help you have extended me .Kindly let me know some websites
to find the details .*
*Regards ,*
*Pradhap.*
On 6/9/06, Frank W. Zammetti <[EMAIL PROTECTED]> wrote:
Hi Pradhap,
Yes, you can. However, your JSPs will in all probability NOT be
rendering markup for d
Hi Pradhap,
Yes, you can. However, your JSPs will in all probability NOT be
rendering markup for display to the user... they will probably generate
some sort of data structure that your Swing client will use to update
the view. Maybe XML for example.
Your Swing app just makes HTTP requests
Can I use swings instead of jsp as view in struts
Regards
Pradhap
rales
>
> On Dec 9, 2005, at 3:15 PM, O. Oke wrote:
>
> > Help Please!
> >
> > BACKGROUND
> > ==
> > Our struts web app works fine on our local (not on the
> > internet) Tomcat server, but when we deploy it on the
> > web based Tomcat server
using
the exception (seems that it is in a index.jsp file).
Regards
Marcelo Morales
On Dec 9, 2005, at 3:15 PM, O. Oke wrote:
Help Please!
BACKGROUND
==
Our struts web app works fine on our local (not on the
internet) Tomcat server, but when we deploy it on the
web based Tomcat serv
Help Please!
BACKGROUND
==
Our struts web app works fine on our local (not on the
internet) Tomcat server, but when we deploy it on the
web based Tomcat server of our hosting company, we get
the error below, when we attempt to connect to the
application.
Can anyone please tell me what
WORD DIGESTION...RealmBase import problem...help please!
Help please!
BACKGROUND
==
I want to store the digested version of user's
password in the database. Therefore, I imported
org.apache.catalina.realm.RealmBase so that I can use
the static DIGEST method in the class for the
diges
Help please!
BACKGROUND
==
I want to store the digested version of user's
password in the database. Therefore, I imported
org.apache.catalina.realm.RealmBase so that I can use
the static DIGEST method in the class for the
digestion of the password
i.e.Digest(myBean.getUser_pass()).
Help please!
BACKGROUND
==
I want to store the digested version of user's
password in the database. Therefore, I imported
org.apache.catalina.realm.RealmBase so that I can use
the static DIGEST method in the class for the
digestion of the password
i.e.Digest(myBean.getUser_pass()).
K Rath/India/[EMAIL PROTECTED]
cc
Struts Users Mailing List
Subject
Re: Help Please.. ( Struts on Iplanet )
Hi Santosh,
I tried both html's and they all worked. Now I tried the second one with
<%@ taglib uri="/tags/struts-bean" prefix="bean" %>
on top and it gen
>
>
> After you tested with the above, mail me the results.All those things
> can be easily debugged , if you are using any IDE. Otherwise please do those
> step by step and reply. Thanks
>
> Santosh
>
>
>
>
> Richard Reyes <[EMAIL PROTECTED]>
>
> 05/25/
those step by step and reply.
Thanks
Santosh
Richard Reyes <[EMAIL PROTECTED]>
05/25/2005 12:52 PM
Please respond to
Richard Reyes
To
Santosh K Rath/India/[EMAIL PROTECTED]
cc
Struts Users Mailing List
Subject
Re: Help Please.. ( Struts
on Iplanet )
Hi Santo
Or else you can
> paste the java code as well as jsp code here for better analysis.Thanks.
> Santosh
>
>
>
> Richard Reyes <[EMAIL PROTECTED]>
>
> 05/25/2005 12:10 PM
>
> Please respond to
> "Struts Users Mailing List"
>
rs Mailing List"
>
>
> To Struts Users Mailing List
>
> cc
>
> Subject Help Please.. ( Struts on Iplanet )
>
>
>
>
>
> Hello Guys,
>
> I am trying to deploy my struts webapp on an iPlanet 6 server with
> SP5. I have this e
/2005 12:10 PM
Please respond to
"Struts Users Mailing List"
To
Struts Users Mailing List
cc
Subject
Help Please.. ( Struts on Iplanet )
Hello Guys,
I am trying to deploy my struts webapp on an iPlanet 6 server with
SP5. I have this error eight now
12] failure (19732):
Hello Guys,
I am trying to deploy my struts webapp on an iPlanet 6 server with
SP5. I have this error eight now
12] failure (19732):Internal error: servlet service function had
thrown ServletException (uri=/index.jsp):
javax.servlet.ServletException, stack: javax.servlet.ServletException
When you only want one (1) of something follow with a question mark "?"
i.e. [A-Za-z]?
OK
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 24, 2004 3:34 PM
To: [EMAIL PROTECTED]
Subject: RE: Validation Mask help please
try somethi
to end
-Ram
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 24, 2004 2:39 PM
To: [EMAIL PROTECTED]
Subject: RE: Validation Mask help please
What is the $ for?
I know the ^ is to start at the beginning.
-Original Message-
From: [EMAIL
What is the $ for?
I know the ^ is to start at the beginning.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 24, 2004 12:34 PM
To: [EMAIL PROTECTED]
Subject: RE: Validation Mask help please
try something like [a-zA-Z][0-9]{4}-\d{3}
-Ram
Thanks!
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 24, 2004 12:39 PM
To: [EMAIL PROTECTED]
Subject: RE: Validation Mask help please
http://www.weitz.de/regex-coach/ might be useful
-Ram
-Original Message-
From: [EMAIL PROTECTED
http://www.weitz.de/regex-coach/ might be useful
-Ram
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 24, 2004 2:34 PM
To: [EMAIL PROTECTED]
Subject: RE: Validation Mask help please
try something like [a-zA-Z][0-9]{4}-\d{3}
-Ram
try something like [a-zA-Z][0-9]{4}-\d{3}
-Ram
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 24, 2004 2:06 PM
To: [EMAIL PROTECTED]
Subject: Validation Mask help please
I have the following field validation:
mask
^[A-Za-z]\d{4}-\d
Off the top of my head, you may need to escape the hyphen, ie. \-
Saul
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]
> Sent: Thursday, June 24, 2004 3:06 PM
> To: [EMAIL PROTECTED]
> Subject: Validation Mask help please
>
>
>
I have the following field validation:
mask
^[A-Za-z]\d{4}-\d{3}$
I want to have a MAC address like follows _OLNY_:
"1 letter, followed by 4 digits, a hyphen, then 3 digits"
A8345-123
Can someone help with this REGEX please:
^[A-Za-z]\d{4}-\d{3}$
---
> Thanks...
> Mick Knutson
>
>
Please someone help me on this.
kamakshya mishra <[EMAIL PROTECTED]> wrote:Hi,
The action name is the same as in the xml. Actually there are lot of string fields in
the form. If i remove this particulat code and submit then it works fine. The form
comes back prepouplated with the values in the
63 matches
Mail list logo