Re: How to match File Pattern?

2007-10-04 Thread Edi

any body have an Idea regarding this.??



Edi wrote:
 
 Hello Guys,
 
 I have different file patterns like 
 
 *.xls (all the xls files) 
 n*.xls (xls file starts with n) - all the xls files starts with n
 
 
 How can we do this pattern matching in wicket?
 Please let me know.
 
 Thanking you.
 Regards,
 Edi
 

-- 
View this message in context: 
http://www.nabble.com/How-to-match-File-Pattern--tf4561817.html#a13037186
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: How to match File Pattern?

2007-10-04 Thread Jan Kriesten

what's exactly wicket's role in this? you should take a look at java.io.File /
java.io.FilenameFilter and/or java.util.regex.*

regards, --- jan.

Edi wrote:
 any body have an Idea regarding this.??
 
 
 
 Edi wrote:
 Hello Guys,

 I have different file patterns like 

 *.xls (all the xls files) 
 n*.xls (xls file starts with n) - all the xls files starts with n


 How can we do this pattern matching in wicket?
 Please let me know.

 Thanking you.
 Regards,
 Edi

 


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



How to match File Pattern?

2007-10-03 Thread Edi

Hello Guys,

I have different file patterns like 

*.xls (all the xls files) 
n*.xls (xls file starts with n) - all the xls files starts with n


How can we do this pattern matching in wicket?
Please let me know.

Thanking you.
Regards,
Edi
-- 
View this message in context: 
http://www.nabble.com/How-to-match-File-Pattern--tf4561817.html#a13018908
Sent from the Wicket - User mailing list archive at Nabble.com.


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