Definitely true.
When I changed my code to "return
validateCagriAcmaFormu(window.document.cagriAcmaFormu)" instead of "return
validateCagriAcmaFormu(this)" it works fine.
Thank you Amitava.
Erol
[EMAIL PROTECTED] wrote:
Erol,
The problem is not with html:button but with 'this'. 'this
Have you think about using svg?
There are a few libraries over there for stadistical graphs
Don't forget to have a look at http://xml.apache.org/batik/
Manuel
El jue, 21-07-2005 a las 11:22 +0530, Rajesh escribió:
> hi i am generating reports in a struts based applicationnow i want
> to sho
Hi Amol,
resource file is under the hierachy as shown(I am
using Tomcat server)
\webapps\register\WEB-INF\classes\resources\MessageResource.properties
register is context.
Still i am getting an exception
version of struts is struts_1_0_2.
--- Amol Yadwadkar <[EMAIL PROTECTED]> wrote:
>
>
>
Hi Swapnil,
Is ur " resources " folder is under classes Directory ?
If not Pls try putting it.
Also pls let me know which version of Struts are u using ? Is it 1.2 ??
Thankx
Best regds,
Amol
-Original Message-
From: Swapnil Patil [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 21, 2
On 7/20/05, Nitish Kumar <[EMAIL PROTECTED]> wrote:
>
>
> Personally, I am not a big follower of EJB and I echo the sentiments that
> EJBs are a performance killers. My own experience with Entity Beans has not
> been pretty good.
That is not an uncommon experience (although I hope you understand
Hi,
I am trying a sample struts application. My
struts-config.xml is like this-
I am getting exception on server like
Parse Error at line 54 column 65: Element type
"message-resources" must be declared.
org.xml.sax.SAXParseEx
hi i am generating reports in a struts based applicationnow i want
to show data graphically also using pie-charts and bars hoe to go for it
Rajesh
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:
Hi people,
I have a simple question for you. I'm trying to use a dynaform bean from
within a
...
I'm getting an exception telling me "Unable to find a value for
'displayName' in object of class ...". I understand this is to do with how
dynaforms work. There is indeed no method
Hi Maya,
I had tried the Hibernate whith web-application.
http://www.hibernate.org/hib_docs/reference/en/html/quickstart.html
This link is very useful to start Hibernate in any
Web-Application. Also the book Hibernate In Action is
good book. Two chapter of this book are freely
available for downl
Personally, I am not a big follower of EJB and I echo the sentiments that
EJBs are a performance killers. My own experience with Entity Beans has not
been pretty good.
So until you have some very strong reasons to go for EJB, dont!
In my limited knowledge , Spring with Hibernate or Ibatis, is
... ah... Formbeans extend ... and so do actions ...
Then it pick the user implementations and executes.
.V
syed abrar wrote:
Hello All
This question might look some what stupid,but it is important for
me..How is Polymorphism implemented in struts
If any of you guys knows the answ
Erol,
The problem is not with html:button but with 'this'. 'this' refers to the
object from which the function is called. So in your first case 'this'
refers to the form object whereas in the second case it refers to the
button object.
Amitava Basak
ASE(T)
Tata Consultancy Services Limited
M
Hello All
This question might look some what stupid,but it is important for
me..How is Polymorphism implemented in struts
If any of you guys knows the answer please send it to me
Regards
Syed Abrar
sorry, too many zeros to be 100K.
2005/7/21, ichy <[EMAIL PROTECTED]>:
>
> Hi, Zsolt.
> if the error page is of apache, there might be a config setting in
> httpd.conf
> to limit request size like
> LimitRequestBody 1024
> in the case above, request larger than 100KB is prohibited.
> wh
Hi, Zsolt.
if the error page is of apache, there might be a config setting in
httpd.conf
to limit request size like
LimitRequestBody 1024
in the case above, request larger than 100KB is prohibited.
when you repeat the upload and each time you upload the same file
and other request paramete
http://www.objectsource.com/Struts_Survival_Guide.pdf, Chapter 5.
Paul Goepfert wrote:
I have created a web app using struts and velocity. I am going to add
vaildation on the struts end of the app. I am still learning struts.
The only thing I have been able to do is use struts to move betwee
From: "Frasso, Anthony" <[EMAIL PROTECTED]>
> <% String test = "This is a test String."; %>
>
> ${test}
>
> This should print out "This is a test String" twice, correct?
No. Scripting variables and tags do not mix.
> Do I have to place the String in the request?
Yes. (Did you try it?) An
> Frasso, Anthony wrote:
>
> >So then I can completely remove the tag from my
> web.xml file, making it look like the following?
> >
> >
> >
> >http://java.sun.com/xml/ns/j2ee";;
> > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";;
> > xsi:schemaLocation="http://java.sun.c
Here is a solution, JavaScript by the way...