[jboss-user] [Beginners Corner] - Inter Portlet communication

2007-02-05 Thread francsi
Hello out there! I'am programming a Portlet to search our website. It is using apache Lucene and is working very good. Now there is a big problem. Beside the main search window there should be something like a remote control at the top of each page, where you can enter a search term. Then it s

[jboss-user] [Beginners Corner] - Re: Portlet using lucene gives ArrayIndexOutOfBoundsExceptio

2006-12-14 Thread francsi
Solution: I've used the Headers created by the eclipse plugin in web.xml and portlet.xml. Changing them pluss putting all classes into the classes directory makes things work. For now. cu View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3993771#3993771 Reply

[jboss-user] [Beginners Corner] - Re: Portlet using lucene gives ArrayIndexOutOfBoundsExceptio

2006-12-14 Thread francsi
Hi! Ok, same Portlet but deployed to Apache Pluto... and it works fine! So it must be a JBOSS problem. Any suggestion? CU, Jan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3993728#3993728 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[jboss-user] [Beginners Corner] - Re: Portlet internationalisation failed

2006-12-13 Thread francsi
Ok, installation of the newest JBOSS Release solved the problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3993355#3993355 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3993355 _

[jboss-user] [Beginners Corner] - Portlet using lucene gives ArrayIndexOutOfBoundsException

2006-12-08 Thread francsi
Hello! I've buld a Portlet using the apache lucene API to search our website. Indexing will be performed as a job in java (works fine). My portlet is using the following method to do a simple search: | private static List sucheSchlagwort(String queries)throws Exception{ | Str

[jboss-user] [Beginners Corner] - Re: Portlet keeps data on reload

2006-11-28 Thread francsi
Ok, the solution is to store such variables into sessions and delete them at the end. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989193#3989193 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989193 ___

[jboss-user] [Beginners Corner] - Portlet keeps data on reload

2006-11-24 Thread francsi
Hello! Here is my problem: I'm building a Portlet that should work as some kind as adress book. First the user has to chose a special departement. Then all members of that department will be listet with phone and email. so far, so good. If one changes to an other location of the website and the