[S2] No data in the value stack when refreshing the jsp page

2007-07-22 Thread Freakman
I'm using Struts 2 for a relatively simple web application. And while so far I've been very satisfied with the platform, I have a minor problem that persists : the refresh feature (such as a F5/Ctrl+R) is seemingly broken. This is probably a very trivial problem, but I have been stumped for quite

Re: [S2] add option to s:select

2007-07-22 Thread Filippo De Luca
Thanks a lot! 2007/7/22, Laurie Harper <[EMAIL PROTECTED]>: Filippo De Luca wrote: > Hello Struts users, > I have my business pojo Class have a property "telefoni" instance of > interface java.util.Set. Telefono is my class to store phone > number. It have 3 properties (number, type, notes). >

Can one insert html:rewrite tags in css files and/or

2007-07-22 Thread Ken Bowen
Hi, I'm using Struts 1.2.7 [on Tomcat 5.5.9] and am building my app utilizing Tiles and XML definitions. Is there a way to directly, or in equivalent effect, insert html:rewrite tags which struts processes 1) into css files, and 2) into includes? An example for 1): In struts-config.xml, defi

Re: Don't expose .action to user?

2007-07-22 Thread Paul Benedict
I use filters as welcome pages. I think that's part of Servlet 2.5. Ted Husted wrote: On 7/20/07, Kevin Lawrence <[EMAIL PROTECTED]> wrote: I have a solution that seems to work. Feedback on whether it is a good solution or rather, why it is not, would be wonderful. I was *very* surprised to f

Re: [S2] FCKeditor

2007-07-22 Thread Zoran Avtarovski
We've got this on our todo list but we're kind of snowed under a little at the moment. You know that you can use the standard Jsp tags like below with Struts2 and it works as expected : Z. > > Hi Mark, > Any news about FCKEditor Struts2 plug-in? > > > Mark P Ashworth wrote: >> >>

Re: S2 send wrong Portlet Window States - May be a bug

2007-07-22 Thread tom tom
In my opinion, I hardly believe this is something to do with uPortal, reason is we got other portlet develelopment strategies like (struts-bridge) working fine with uPortal. I think even the product is called uPortal it got pluto container underneath. Any how you may have other ideas as well as w

Re: Problem with s:action

2007-07-22 Thread adailey14
Hi, I was having the same problem. The issue is for some reason the results are being searched for relative to the JSP rather than relative to the request context. To fix it, change your action in the struts.xml file to have a slash "/" at the beginning: /admin/sessao/glb_co

Re: Don't expose .action to user?

2007-07-22 Thread Ted Husted
On 7/20/07, Kevin Lawrence <[EMAIL PROTECTED]> wrote: I have a solution that seems to work. Feedback on whether it is a good solution or rather, why it is not, would be wonderful. I was *very* surprised to find that actually seems to work as expected under Tomcat 5.5. Hmmph! -Ted.

Re: Don't expose .action to user?

2007-07-22 Thread Ted Husted
Struts 2 uses a filter, and my understanding is that the spec doesn't support using filters as Welcome pages, so we are back to using a redirect, either from HTML or JSP. (sigh) -Ted. On 7/20/07, Wesley Wannemacher <[EMAIL PROTECTED]> wrote: The only problem is that recent versions of Tomcat do

[s2] Can i access global reults from an interceptor

2007-07-22 Thread Nuwan Chandrasoma
Hi All, Is it possible for me to access the global results from an interceptor? Thanks, Nuwan

Re: S2 send wrong Portlet Window States - May be a bug

2007-07-22 Thread Nils-Helge Garli
I have tested uPortal 2.5 and 2.6RC and from what I can see, clicking "maximize" on the portlet window is for some reason treated as "restore" (normal) in uPortal for all portlets (not only S2 portlets). It might be that the "focus" icon/mode is supposed to be the "maximized" state? You could try

Re: S2 send wrong Portlet Window States - May be a bug

2007-07-22 Thread tom tom
We are using uPortal 2.5.3. We still can't figure why it returns wrong window states. Waiting for a reply, Thanks --- Nils-Helge Garli <[EMAIL PROTECTED]> wrote: > Which version of uPortal are you using? > > On 7/19/07, tom tom <[EMAIL PROTECTED]> wrote: > > Hi, > > > > We got some portlets