Bug in MultiFileUploadField

2008-01-05 Thread Franklin Antony

Dear All,
   I have been extensively using the MutiFileUploadField and have been
facing some issues, however I am happy that there is a component like this
and has save a lot of time for me. Some of the things that I have come
across are as follows

1)If I enter some data in the file upload field and just move out(something
like loose focus), then that entry I placed inside the text file just gets
listed below. My suggestion would be somehow to get that field as disabled
2)If you enter some data in the field and click just below the text field 
so as your click will be placed right on top of the delete, then you can
enter data inside the Delete button. My suggestion is that if the text
field is disabled then this problem might not come.
3)Not really sure how I can do internationalization.

I would really appreciate your help.
I have placed an image to show the problems also

Thanks guys for all the help.
Franklin.


Problem Image:  http://www.nabble.com/file/p14631169/wicket_bug.jpg 

-- 
View this message in context: 
http://www.nabble.com/Bug-in-MultiFileUploadField-tp14631169p14631169.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Bug in MultiFileUploadField

2008-01-05 Thread Igor Vaynberg
On Jan 5, 2008 1:03 AM, Franklin Antony [EMAIL PROTECTED] wrote:

 1)If I enter some data in the file upload field and just move out(something
 like loose focus), then that entry I placed inside the text file just gets
 listed below. My suggestion would be somehow to get that field as disabled

cant do that. the field is input type=upload. if we disable it then
the browse button will be disabled also.

 2)If you enter some data in the field and click just below the text field
 so as your click will be placed right on top of the delete, then you can
 enter data inside the Delete button. My suggestion is that if the text
 field is disabled then this problem might not come.

that sounds like a browser bug. which one are you using? the delete
button is just input type=button, not sure why you can enter text
into it.

 3)Not really sure how I can do internationalization.

see .properties files next to the .java/.class file for resource keys available.

-igor



 I would really appreciate your help.
 I have placed an image to show the problems also

 Thanks guys for all the help.
 Franklin.


 Problem Image:  http://www.nabble.com/file/p14631169/wicket_bug.jpg

 --
 View this message in context: 
 http://www.nabble.com/Bug-in-MultiFileUploadField-tp14631169p14631169.html
 Sent from the Wicket - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Bug in MultiFileUploadField

2008-01-05 Thread Suad AlShamsi

I was able to reproduce the same bug as well. I am using IE 6


Igor Vaynberg wrote:

On Jan 5, 2008 1:03 AM, Franklin Antony [EMAIL PROTECTED] wrote:
  

1)If I enter some data in the file upload field and just move out(something
like loose focus), then that entry I placed inside the text file just gets
listed below. My suggestion would be somehow to get that field as disabled



cant do that. the field is input type=upload. if we disable it then
the browse button will be disabled also.

  

2)If you enter some data in the field and click just below the text field
so as your click will be placed right on top of the delete, then you can
enter data inside the Delete button. My suggestion is that if the text
field is disabled then this problem might not come.



that sounds like a browser bug. which one are you using? the delete
button is just input type=button, not sure why you can enter text
into it.

  

3)Not really sure how I can do internationalization.



see .properties files next to the .java/.class file for resource keys available.

-igor


  

I would really appreciate your help.
I have placed an image to show the problems also

Thanks guys for all the help.
Franklin.


Problem Image:  http://www.nabble.com/file/p14631169/wicket_bug.jpg

--
View this message in context: 
http://www.nabble.com/Bug-in-MultiFileUploadField-tp14631169p14631169.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


  




Re: Bug in MultiFileUploadField

2008-01-05 Thread Eelco Hillenius
If you have a reproducible case, please attach this to an issue.

Cheers,

Eelco

On 1/5/08, Suad AlShamsi [EMAIL PROTECTED] wrote:
 I was able to reproduce the same bug as well. I am using IE 6


 Igor Vaynberg wrote:
  On Jan 5, 2008 1:03 AM, Franklin Antony [EMAIL PROTECTED] wrote:
 
  1)If I enter some data in the file upload field and just move out(something
  like loose focus), then that entry I placed inside the text file just gets
  listed below. My suggestion would be somehow to get that field as disabled
 
 
  cant do that. the field is input type=upload. if we disable it then
  the browse button will be disabled also.
 
 
  2)If you enter some data in the field and click just below the text field
  so as your click will be placed right on top of the delete, then you can
  enter data inside the Delete button. My suggestion is that if the text
  field is disabled then this problem might not come.
 
 
  that sounds like a browser bug. which one are you using? the delete
  button is just input type=button, not sure why you can enter text
  into it.
 
 
  3)Not really sure how I can do internationalization.
 
 
  see .properties files next to the .java/.class file for resource keys 
  available.
 
  -igor
 
 
 
  I would really appreciate your help.
  I have placed an image to show the problems also
 
  Thanks guys for all the help.
  Franklin.
 
 
  Problem Image:  http://www.nabble.com/file/p14631169/wicket_bug.jpg
 
  --
  View this message in context: 
  http://www.nabble.com/Bug-in-MultiFileUploadField-tp14631169p14631169.html
  Sent from the Wicket - User mailing list archive at Nabble.com.
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]