At first sight, u miss the name of the collection in "
"
second u forgot the dot in myBeanCode , it's myBean.code , Struts will do
myBean.getCode().
third : your form property "aBean" is an array & u use a select ( which a
single property)
not clear but i could have understood wrong .
Good lu
http://www-128.ibm.com/developerworks/library/j-dcl.html
if u use jdk1.5 , it's the second time i read that volatile is a good
solution .
2007/3/20, Christopher Schultz <[EMAIL PROTECTED]>:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
To whom it may concern,
Please note that this is a
Should be a bomb on Spring forum .
readed the wiki etc , it reminded me the Gwt vs dojo .
2007/3/12, Ron Chan <[EMAIL PROTECTED]>:
Guice is used as the internal IOC within struts2 but that is recommended
for
use in applications
But there is now a plugin which will use an external version of
respect for the http://www.ghettojava.com/blog/default/ .
2007/3/9, Ted Husted <[EMAIL PROTECTED]>:
On 3/9/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> There is also much confusion across the board regarding WW and S2. Are
they
> the same? Is support dead for S1? Unless you have had
try with html tag may be ?
2007/2/27, Romu <[EMAIL PROTECTED]>:
2007/2/26, Michael Jouravlev <[EMAIL PROTECTED]>:
>
> I have no idea, but does it work without Javascript assigned to the
> button?
>
> On 2/25/07, Strachan, Paul <[EMAIL PROTECTED]>
n
2007/2/26, Michael Jouravlev <[EMAIL PROTECTED]>:
I have no idea, but does it work without Javascript assigned to the
button?
On 2/25/07, Strachan, Paul <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I realise this is probably not a struts problem and I feel a bit silly
posting this question but he
if u got a form ( and any data) of type Date( java.util) then u can use:
1.
2. i guess it works as well with
the solution 1 is working , it's extracted from one jsp i made 1 week ago :)
for the validation, well it should be in validation.xml (or u can code the
java script)
good luck
2007/
the name of your form is not correct :
TeachingMethodForm --> should be teachingMethodForm.
it could be annoying.
could u post the place ( struts-config) where u declare your form?
2007/2/26, Strachan, Paul <[EMAIL PROTECTED]>:
Hi,
I realise this is probably not a struts problem and I fe
speaking to
2007/2/15, Ted Husted <[EMAIL PROTECTED]>:
http://www.apple.com/getamac/
... As seen on Comedy Central.
-Ted.
On 2/15/07, Greg Reddin <[EMAIL PROTECTED]> wrote:
> I didn't see the Mac ad, but I saw several others. I guess they never
> rolled around to it, probably because I'm on
similar but one has a crown & the other plays with balls :)
2006/12/4, Antonio Petrelli <[EMAIL PROTECTED]>:
It is strange how JIRA logo is very similar to LucasArts' one.
http://www.atlassian.com/software/jira/
http://www.lucasarts.com/
Ciao
Antonio
---
try without exception & see if the "goto_graceful_error_page" works properly
?
2006/11/26, Ted Husted <[EMAIL PROTECTED]>:
As explained, the code doesn't make any sense to me. An Action is a
Java class, and it can't violate the rules of Java. The rules say that
an Exception thrown in a try b
validations are linked to xml files:
with name tag, struts will look in validation.xml files to see the rules etc
, and it wil generates the javascript .
check if u got javascript validation code in your jsp ?
2006/11/7, Thom Burnett <[EMAIL PROTECTED]>:
What are
it might be in your jsp , in the tag
with XXX is the name of your action
if struts controller dont find the action an error will pop up .
2006/11/7, Mark Menard <[EMAIL PROTECTED]>:
On 11/7/06 9:07 AM, "Wesley Wannemacher" <[EMAIL PROTECTED]> wrote:
> [question]
> Below, I have copy/pa
aye or lots of people starting to hate Struts ? :)
2006/10/5, Antonio Petrelli <[EMAIL PROTECTED]>:
BABJIVALI SHAIK ha scritto:
>
>
It must be a virus :-D
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands,
bon ben bonnes vacances !
Le 28/08/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> a écrit :
Je serai absent(e) du 28/08/2006 au 11/09/2006.
Je suis absent pour le moment, et je répondrai à votre message dès mon
retour.
merci
did u tried to initialise the form , in constructor ?
class myform extends ... {
private String field1 = "";
private String field2 = "";
private String field3 = "";
}
2006/8/11, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
function button2()
{
var theFile = document.forms[0].eleme
thanks it worked .
i have low skills in xml :) though it s look like html .
2006/8/11, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
Use & instead of & in validation.xml file.
Romu
<
hey
I list all the characaters accepted in a balise .
the current list which works is :
enseigneCommerciale
^[A-Z0-9,/"';%?!.()\-\s]*$
the problem is when i want to add the "&" character .
it says the entity name should be followed by the enity reference .
think it'
your other actions works ? else try refresh on Eclipse if u develp ith
eclipse IDE.
else do u have declared your taglib in your web.xml , after your servlet
mapping:
action
*.do
index2.jsp
/tags/struts-bean
for example :
mentor.createStudentGroup
.groupName.label = the Student Group Name
2006/8/7, Romu <[EMAIL PROTECTED]>:
U mean a javascript error ?
u need to define a message.properties file too which will define the
error messa
2006/8/6, Bart Busschots < [EMAIL PROTECTED]&g
U mean a javascript error ?
u need to define a message.properties file too which will define the error
messa
2006/8/6, Bart Busschots <[EMAIL PROTECTED]>:
OK, I got all this figured out in the end.
The validator was being called but because of problems with the page
attribute in the form th
interesting question , but u will suffer low performance i think ( one
database access for each message ? ) .
i think if it's in a property file it's for simulate a static class .
2006/8/2, Jean-Marie Pitre <[EMAIL PROTECTED]>:
Hello,
I am using Validator framework with a Struts applicatio
your form shoud have been named :
attendeeDetailsForm, like bean no caps for first letter .
then
validateAttendeeDeta
onsubmit="validateAttendeeDeta
>
> ilsForm ();
or
validateAttendeeDeta
onsubmit="validateAttendeeDeta
>
> ilsForm (this);
>
u can see the javascript generated in the sour
u put the collection empresas in the request or session, try both i think .
2006/8/1, Romu <[EMAIL PROTECTED]>:
where pays is the property of your form
2006/8/1, Francisco Exposito Aguilera <[EMAIL PROTECTED]>:
> I´ve added it into a but I obtain the
> error
where pays is the property of your form
2006/8/1, Francisco Exposito Aguilera <[EMAIL PROTECTED]>:
I´ve added it into a but I obtain the
error
Cannot create iterator for [EMAIL PROTECTED]
I´ve modified some code because I want to obtain a select with all info of
a
table which is place
25 matches
Mail list logo