Re: Array of Bean and optionsCollection (up)

2007-04-11 Thread Romu
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

Re: [OT][JAVA] suing synchronized block

2007-03-20 Thread Romu
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

Re: [S2] guice plugin - ROCKS!

2007-03-12 Thread Romu
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

Re: [FRIDAY] WebDev Pushmi-Pullyu

2007-03-10 Thread Romu
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

Re: html:button

2007-02-27 Thread Romu
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]>

Re: html:button

2007-02-27 Thread Romu
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

Re: [S2] doubt working with dates in brazilian format (dd/MM/yyyy)

2007-02-26 Thread Romu
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/

Re: html:button

2007-02-26 Thread Romu
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

Re: [BEER] As Bugs Bunny would say, "What a maroon".

2007-02-20 Thread Romu
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

Re: [OT] Did JIRA copy from LucasArts?

2006-12-04 Thread Romu
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 ---

Re: Struts considering exceptions in Action class .execute() as unhandled

2006-11-26 Thread Romu
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

Re: Starting validation

2006-11-07 Thread Romu
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

Re: [Struts 2] execute() method not firing in Action

2006-11-07 Thread Romu
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

Re: plz unsubscribe me

2006-10-05 Thread Romu
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,

Re: Abdel est en vacance!

2006-08-28 Thread Romu
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

Re: about javascript

2006-08-11 Thread Romu
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

Re: problem of the "&" character in validation xml

2006-08-11 Thread Romu
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 <

problem of the "&" character in validation xml

2006-08-11 Thread 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'

Re: including in JSP:include

2006-08-07 Thread Romu
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

Re: Validator not getting called and I can't see why [resolved]

2006-08-07 Thread Romu
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

Re: Validator not getting called and I can't see why [resolved]

2006-08-07 Thread Romu
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

Re: Messages and Validator

2006-08-02 Thread Romu
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

Re: Client Side Validation

2006-08-02 Thread Romu
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

Re: html:optionsCollection problem

2006-08-01 Thread Romu
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

Re: html:optionsCollection problem

2006-08-01 Thread Romu
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