Re: Struts+Portlet: processAction() get called, but not render()

2008-08-29 Thread Nils-Helge Garli Hegvik
What does your JSP look like? Also, have you checked _all_ your server logs for errors? Check your server log directory and look through all the logs. Nils-H -- Forwarded message -- From: wzx <[EMAIL PROTECTED]> Date: Sat, Aug 30, 2008 at 5:39 AM Subject: Struts+Portlet: processA

Re: struts-portlet-sample - UploadFileAction, caption parameter not set, ParametersInterceptor does not set property found by MultiPartRequest

2008-08-05 Thread Torsten Krah
Am Dienstag, 5. August 2008 18:18:51 schrieb Torsten Krah: > Does look like a bug, is it? https://issues.apache.org/struts/browse/WW-2464 May this be related to this bug? Can anyone tell me what is/was the fix? Can i use the latestet GA release and get this working (without patching)? -- Bitte

Re: struts-portlet-sample-2.0.11.2 - validation not working

2008-08-05 Thread Torsten Krah
nvm - works now, was a packaging issue, the xml file was not in the proper location. -- Bitte senden Sie mir keine Word- oder PowerPoint-Anhänge. Siehe http://www.gnu.org/philosophy/no-word-attachments.de.html Really, I'm not out to destroy Microsoft. That will just be a completely unintentio

Re: Struts Portlet

2008-01-28 Thread Nils-Helge Garli Hegvik
No. not unless you have some specific code/configuration/errors to show. Have you tried? What doesn't work? Do you get any error messages? Nils-H On Jan 28, 2008 5:15 PM, Frans Thamura <[EMAIL PROTECTED]> wrote: > On Jan 28, 2008 11:11 PM, Nils-Helge Garli Hegvik <[EMAIL PROTECTED]> wrote: >

Re: Struts Portlet

2008-01-28 Thread Frans Thamura
On Jan 28, 2008 11:11 PM, Nils-Helge Garli Hegvik <[EMAIL PROTECTED]> wrote: > A little bit more information would be nice. > > S2 Portlets should work in any JSR168 compliant portlet container. i try to make hibernate injected using spring, and the struts2 as the MVC any idea? F --

Re: Struts Portlet

2008-01-28 Thread Nils-Helge Garli Hegvik
A little bit more information would be nice. S2 Portlets should work in any JSR168 compliant portlet container. Nils-H On Jan 28, 2008 4:48 PM, Frans Thamura <[EMAIL PROTECTED]> wrote: > hi there > > anyone have success fully implements Struts2 with Spring and Hibernate > > can i have the ex

RE: struts portlet bridge -

2006-07-05 Thread Samere, Adam J
Adam -Original Message- From: Michael Jouravlev [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 05, 2006 1:00 PM To: Struts Users Mailing List Subject: Re: struts portlet bridge - wrote: > > Hello, > I want to use the bridge together with the jsp: > > <%@ taglib > uri="ht

Re: struts portlet bridge -

2006-07-05 Thread Michael Jouravlev
You cannot include one JSP tag into another JSP tag. On 7/4/06, Spin <[EMAIL PROTECTED]> wrote: Hello, I want to use the bridge together with the jsp: <%@ taglib uri="http://portals.apache.org/bridges/struts/tags-portlet-html"; prefix="html"%> This line is only for practice,