<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: wizard framework and file upload in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/wizard-framework-and-file-upload/m-p/72017#M46729</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have found that bug report:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://issues.apache.org/jira/browse/MYFACES-434" rel="nofollow noopener noreferrer"&gt;http://issues.apache.org/jira/browse/MYFACES-434&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;wich refers to this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://palab.blogspot.com/2006/09/myfaces-bridge-08-released.html" rel="nofollow noopener noreferrer"&gt;http://palab.blogspot.com/2006/09/myfaces-bridge-08-released.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's a bridge to allow Myfaces filters to do their job when used with portletes, and it looks like it will be merged into myfaces. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You see any problem in using something like that with alfresco in a portal environment ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Oct 2006 11:14:45 GMT</pubDate>
    <dc:creator>strinchero</dc:creator>
    <dc:date>2006-10-06T11:14:45Z</dc:date>
    <item>
      <title>wizard framework and file upload</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/wizard-framework-and-file-upload/m-p/72014#M46726</link>
      <description>Hello,i defined a new type, created the action to &amp;amp; wizard to create it, without problems. Now, i need to upload a file, and i need to do it on the some page on wich are the object properties (customer explicit request).Correct me if i'm wrong, but since the upload of a file requires a special f</description>
      <pubDate>Thu, 05 Oct 2006 15:54:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/wizard-framework-and-file-upload/m-p/72014#M46726</guid>
      <dc:creator>strinchero</dc:creator>
      <dc:date>2006-10-05T15:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: wizard framework and file upload</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/wizard-framework-and-file-upload/m-p/72015#M46727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not sure your approach would work with JSF as it does not support parameters being passed on a GET request, which is what you'd be doing if you pass them on using the return-page parameter.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would recommend looking at the add-content-dialog.jsp in the /jsp/content folder as a way to mix properties and the special upload form, however, the upload field will either have to be at the start or end of the form as you probably know.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Another solution is to use the MyFaces fileupload component in your application, this will depend on whether you need to support portals though (the reason for having the special upload form). If you don't need to support portals the file upload component in MyFaces could be used to intermix the properties and file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope that helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2006 08:42:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/wizard-framework-and-file-upload/m-p/72015#M46727</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2006-10-06T08:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: wizard framework and file upload</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/wizard-framework-and-file-upload/m-p/72016#M46728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I'm not sure your approach would work with JSF as it does not support parameters being passed on a GET request, which is what you'd be doing if you pass them on using the return-page parameter.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;On top of that, it's not exaclty an elegant solution…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I would recommend looking at the add-content-dialog.jsp in the /jsp/content folder as a way to mix properties and the special upload form, however, the upload field will either have to be at the start or end of the form as you probably know.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Having the upload file ant the and of the form is perfectly acceptable, but add-content-dialog mimic a 2-steps&amp;nbsp; wizards (please correct me if i'm wrong…), wich is against our customer request: he wants to one-click submit the whole forrm.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;application, this will depend on whether you need to support portals though&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;The finished applcation will be run into a portal container, Liferay probably, so even that solution is not applicabile. I can use the apapche-commons fileupload classes, i will check if JSF can parse multipart forms (i'm new to the jsf world)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your prompt answers&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2006 10:23:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/wizard-framework-and-file-upload/m-p/72016#M46728</guid>
      <dc:creator>strinchero</dc:creator>
      <dc:date>2006-10-06T10:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: wizard framework and file upload</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/wizard-framework-and-file-upload/m-p/72017#M46729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have found that bug report:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://issues.apache.org/jira/browse/MYFACES-434" rel="nofollow noopener noreferrer"&gt;http://issues.apache.org/jira/browse/MYFACES-434&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;wich refers to this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://palab.blogspot.com/2006/09/myfaces-bridge-08-released.html" rel="nofollow noopener noreferrer"&gt;http://palab.blogspot.com/2006/09/myfaces-bridge-08-released.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's a bridge to allow Myfaces filters to do their job when used with portletes, and it looks like it will be merged into myfaces. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You see any problem in using something like that with alfresco in a portal environment ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2006 11:14:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/wizard-framework-and-file-upload/m-p/72017#M46729</guid>
      <dc:creator>strinchero</dc:creator>
      <dc:date>2006-10-06T11:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: wizard framework and file upload</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/wizard-framework-and-file-upload/m-p/72018#M46730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We have been waiting for this to allow us to implement multi-file upload in both the servlet and portlet world. It's been a shame that we haven't been able to do it up to till. We have some nice solutions for the servlet world, including auto-form submit after a file upload (e.g. removing the extra UI step the user is required to make) but we haven't added it to the codeline as it doesn't yet work in the Portal world.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2006 13:25:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/wizard-framework-and-file-upload/m-p/72018#M46730</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2006-10-06T13:25:35Z</dc:date>
    </item>
  </channel>
</rss>

