[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.webtools.jsf] Re: Contact form with attachment
|
"Yury Kats" <ykats@xxxxxxxxxx> wrote in message
news:g6i7vi$f85$1@xxxxxxxxxxxxxxxxxxxx
> On 7/27/2008 8:52 AM, Mario wrote:
>> Could you please help me to find some kind of contact form component with
>> attachment. I prefered icefaces but also standard jsf would be nice.
>
> Contact form can be built with standard inputText/outputText components.
> There is no "attachment" component in the JSF standard, however pretty
> much
> any component library out there would have a file upload component for
> attachments.
So I need to build my own contact form with attachments. I saw that php
offer a lot of outofbox solutions so I thought that
java also have good free support on that field, so that I don't spend time.