回复: [WEB-SERVICES ]

2006-05-24 Thread Kyle Wu
this would help http://www.roseindia.net/webservices/webservices.shtml temp temp [EMAIL PROTECTED] 写道: Web services. How web services are written in java. Are there any tutorials to understand the concept of web services? Several application servers provide tools which builds

re: File upload using html:file tag fails.. java.lang.IllegalArgumentException:

2006-05-10 Thread Kyle Wu
mayby you forgot to set the enctype attribute in the html:form ... tag, it should be html:form ... ... enctype=multipart/form-data kommineni Anita [EMAIL PROTECTED] Hi, Trying to upload a file using property=primaryFile. In my Action form I have the property defined as

re: re: re: html:options collection design question

2006-05-10 Thread Kyle Wu
I am not sure if there's better idea than writing your own JavaScript to do that.. Stanislav [EMAIL PROTECTED] : Hi! That is fine if i want to set bgcolor to ALL text, but i want to set different bgcolor for different choices in drop down menu. Tnx, Stanislav - Original Message

re: Basic Logic:iterate question

2006-05-10 Thread Kyle Wu
why not use logic:match tag instead? josh t [EMAIL PROTECTED] wrote: Greetings everyone: Objective: Retrieve an object from the session that contains a Collection of String for userRoles. Iterate through userRoles, and if one of the roles equals SUPER include a href. So this

re: File upload using html:file tag fails..java.lang.IllegalArgumentException:

2006-05-10 Thread Kyle Wu
as far as I know, file upload issue just require commons-fileupload.jar which is already included in the struts-blank demo, why don't you just do as what is demostrated in the file upload demo? just a guess... kommineni Anita [EMAIL PROTECTED] 写道: David, U are right...But If I change

re: html:options collection design question

2006-05-09 Thread Kyle Wu
maybe css would be one solution, edit your css class, and use styleClass attribute to ref it options ... ... styleClass=.mycssclass / Stanislav [EMAIL PROTECTED] 写道: Hi! I want to set background color in drop down menu that is generated with html:options collection. Is there any way to