Liferay Portlet

2012-11-11 Thread Frans Thamura
hi all several days ago we have thread about liferay development (portlet) using Struts2 Liferay launch LiferayFaces.. http://www.liferay.com/community/liferay-projects/liferay-faces/overview any comment F

[struts2] 's method attribute doesn't work

2012-11-11 Thread Wu Ming
Hi, I'm using struts-2.3.4 and running apache tomcat 7. I have a form in search.jsp. There are two submit buttons: "Search" and "Add New" button. I had set each button with their own method attribute: In struts.xml: http://struts.apache.org/dtds/struts-2.3.dtd";>

Re: quick WebApp start

2012-11-11 Thread J. Garcia
+1 for AppFuse. Try the SNAPSHOT version. It features bootstrap-style UI and other goodies. J. On Sun, Nov 11, 2012 at 11:55 AM, Maurizio Cucchiara wrote: > AFAIU AppFuse should be the right choice for your use case. > Did you try write on AppFuse ML in order to solve your issues? > > AFAIK t

Re: quick WebApp start

2012-11-11 Thread Maurizio Cucchiara
AFAIU AppFuse should be the right choice for your use case. Did you try write on AppFuse ML in order to solve your issues? AFAIK there are no other starting point like AppFuse... another move would be to start from S2 blank webapp and add everything you need on top of that. Twitter :http://ww

quick WebApp start

2012-11-11 Thread Giovanni Azua
Hi, It is a while I haven't seen Struts 2 and would like to quickly build a simple WebApp, I need only very basic functionality. Is there a quick start sample WebApp I could build upon? While my needs are very basic i.e. authentication, user registration etc I would like to have a consistent de