My Text
------------cH2ei4GI3ae0KM7cH2GI3ei4ae0cH2
Content-Disposition: form-data; name="Filename"
test.txt
------------cH2ei4GI3ae0KM7cH2GI3ei4ae0cH2
Content-Disposition: form-data; name="author=Author"; filename="test.txt"
Content-Type: application/octet-stream
My Text
------------cH2ei4GI3ae0KM7cH2GI3ei4ae0cH2
Content-Disposition: form-data; name="Upload"
Submit Query
------------cH2ei4GI3ae0KM7cH2GI3ei4ae0cH2--
Originally posted by Eric Pascarello:
The problem is you are using a block element. A div is a block element so it has a line break after it. You need to use an inline element. Try a span. If that does not work than I have another idea.
For that you can use css float.
Eric
Originally posted by Gabriel Claramunt:
immediate="true" skips the validation step. Look at the JSF lifecycle.
Originally posted by Marilyn de Queiroz:
Are these html/jsp pages?