François Rouxel pisze:
I had many problems with dateTimePicker when I was using struts 2.0.xxx
From the moment I used struts 2.1.xxx, everything has worked perfectly well.
I hope I have helped...
I couldn't make datetimepicker working in struts 2.1 but it works in
latest 2.0.
And I'm using
Hi,
Try using this code:
--- On Tue, 12/30/08, Gordian Yuan wrote:
From: Gordian Yuan
Subject: Re: Message properties not displaying
To: "Struts Users Mailing List" , cel...@yahoo.com
Date: Tuesday, December 30, 2008, 1:26 AM
Hi, Celinio
do you declare
or
?
you can simple try
On Sun, D
found the solution myself.
,
--
View this message in context:
http://www.nabble.com/call-javascript-from-jsp-tp21213462p21213697.html
Sent from the Struts - User mailing list archive at Nabble.com.
--
Hi, Celinio
do you declare
or
?
you can simple try
On Sun, Dec 28, 2008 at 5:44 PM, Celinio Fernandes wrote:
> Hi,
> I am trying to display a label using messages in a property file
> src/global-messages.properties :
> personBean.firstName=Your first name
>
> (The default locale i am usin
http://struts.apache.org/2.x/docs/simple-setup.html
Your can just add minium requirement for your application
The following files are a minium requirement for your application.
FilenameDescriptionstruts2-core.jarFramework library itself, found in
distribution root directoryxwork.jarXWork 2 library
hello all
this is my condition : my Formbean has
question,questionid , how do i pass those two fields when i click my check
box to a javascript function . please anyone help me.
--
View
If you are an avid fan of DisplayTag, you should know that version 1.2
was just released!
http://displaytag.sourceforge.net/1.2/
Paul
-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail:
first you have to read this
http://cwiki.apache.org/S2WIKI/troubleshooting-guide-migrating-from-struts-20x-to-21x.html
then here some example from my project
and don't forget
- Message d'ori
François,
Would it be possible for you to post the code snippet for the datetimepicker
with struts 2.1.2?
Thanks,
Richa
-Original Message-
From: François Rouxel [mailto:rouxe...@yahoo.com]
Sent: Monday, December 29, 2008 4:16 PM
To: Struts Users Mailing List; richa.pandhari...@tdktech.c
Ok...I upgraded struts version from 2.0.14 to 2.1.2. Rectified errors with
the tag lib and theme changes and was hoping to see the calendar control
rendered.
But still the bad luck continues!!
Now the error that I am getting is -
djConfig is not defined
I had many problems with dateTimePicker when I was using struts 2.0.xxx
From the moment I used struts 2.1.xxx, everything has worked perfectly well.
I hope I have helped...
- Message d'origine
One more thing worth mentioning - I am using result of type "tiles", not
sure it has to do something with the control not being rendered.
Please help...
-Original Message-
From: Richa Pandharikar [mailto:richa.pandhari...@tdktech.com]
Sent: Monday, December 29, 2008 3:55 PM
To: 'Struts U
No changestill getting the same results.
In IE I am getting error - dojo is undefined.
FF3 - No Error but control is not getting loaded.
-Original Message-
From: d...@holstein.com [mailto:d...@holstein.com]
Sent: Monday, December 29, 2008 3:47 PM
To: Struts Users Mailing List
Subje
Try putting the inside html tags.
JSP -
<%@ include file="/WEB-INF/pages/common/standard-includes.jsp" %>
This e-mail and any files transmitted with it are confidential and intended
solely for the use of the individual(s) or entity to whom they are addressed.
If you receiv
Hi,
Below is the JSP and the Action class. I have tried most of the possible
solutions posted on nabble sie as well as in the posts those I found through
google. I am still uable to load the datetimepicker control in IE as well as
FF.
JSP -
<%@ include file="/WEB-INF/pages/common/standard-includ
could you add this to the wiki? thanks for letting us know.
musachy
On Mon, Dec 29, 2008 at 1:19 PM, dusty wrote:
>
> Hello,
>
> This vexed me, so I thought I would share to help anyone stuck with
> something similar
>
> I have Spring Security protecting my Struts2 app. Originally I had my
Hi!
If you think you have found a bug in Struts 2, please register an
issue in the issue tracker at
https://issues.apache.org/struts/secure/Dashboard.jspa
Thanks.
Nils-H
On Mon, Dec 29, 2008 at 7:19 PM, dusty wrote:
>
> Hello,
>
> This vexed me, so I thought I would share to help anyone stuck
Hello,
This vexed me, so I thought I would share to help anyone stuck with
something similar
I have Spring Security protecting my Struts2 app. Originally I had my
filters setup like this:
struts-prepare
/*
securityFilter
/*
si
Hi all,
I'm using struts 2.0.6, Is it possible to implement tree view
structure. I have gone thro'
struts 2 website. Documentation is not clear. Moreover static tree example ,
i want the
sample documentation ,tutorial for dynamic tree data are getting from
database.
--
View this
thanks Mr.Seshagiri V , sorry .. this is my code
ArrayList alist = new ArrayList();
for(int i=1;i<=3;i++){
User user = new User();
user.setName("test"+i);
Hi,
We are thinking user object set the attribute name is same. But we are
getting set last name 'test3' only.
Please do diff name attributes and then added ArrayLlist then use diff
property value in jsp page.
Thank you,
Seshagiri V
seshagi...@kensium.com.
US Main: 877 KENSIUM (536.7486)
U
hello all
I've got a ArrayList in my ActionForm like
ArrayList alist = new ArrayList();
User user = new User();
user.setName("test1");
2008/12/22 shrimpywu :
> in the page, i want to create a jspf for menu, and all the page just need to
> include it.
> but for different page, the form is different, how can i read the same value
> from different form?\
Base all your form classes on the same base SuperActionForm with
fields you nee
Hi Ilan,
as for Date fields my users prefer simple text field over picker,
so i have no real experience with them.
If there's a picker that suits Your needs,
simply take it and use it, and if there's not
write Your own plugable jsp that deals with that.
Best greetings,
Paweł Wielgus.
2008/12/29
2008/12/29 Paweł Wielgus
> Hi Ilan,
> i'm using struts 1.x for about 6 years inside 3 big web apps,
> one of those is public and have no problems with performance.
> All of them are constantly developed and gain new functionalities all the
> time.
> S1 has anything that i need, but s2 makes it ea
Hi Ilan,
i'm using struts 1.x for about 6 years inside 3 big web apps,
one of those is public and have no problems with performance.
All of them are constantly developed and gain new functionalities all the time.
S1 has anything that i need, but s2 makes it easier - that's the main
difference for m
26 matches
Mail list logo