Re: Description of current struts-2.1.8.1\lib content

2010-02-24 Thread Lukasz Lenart
2010/2/24 Alex Rodriguez Lopez : >> Use Maven 2 ;-) > > Thanks, I'll check into it, it seems to be everywhere latelly although I > still don't know exactly what it is... :S You can just set up a test project and add plugins you want, when you execute mvn package you will get war with all needed li

Re: Description of current struts-2.1.8.1\lib content

2010-02-24 Thread Alex Rodriguez Lopez
Em 24-02-2010 16:32, Lukasz Lenart escreveu: 2010/2/24 Alex Rodriguez Lopez: Hi! I've recently started a job as a webapp developer. I've been some days already working out how Struts 2 works, I'm the kind of person who likes to know exactly what's going on at all moments, so I rather assemble

Re: Description of current struts-2.1.8.1\lib content

2010-02-24 Thread Lukasz Lenart
2010/2/24 Alex Rodriguez Lopez : > Hi! > > I've recently started a job as a webapp developer. > > I've been some days already working out how Struts 2 works, I'm the kind of > person who likes to know exactly what's going on at all moments, so I rather > assemble my own app taking what I need at ev

Description of current struts-2.1.8.1\lib content

2010-02-24 Thread Alex Rodriguez Lopez
Hi! I've recently started a job as a webapp developer. I've been some days already working out how Struts 2 works, I'm the kind of person who likes to know exactly what's going on at all moments, so I rather assemble my own app taking what I need at every moment that work from an example. I

Problem reloading Struts 2 app in Tomcat and Eclipse

2010-02-24 Thread Greg Lindholm
I decided to finally ask about this problem I've been seeing for several years. During development I will run my Struts 2 (2.1.8) apps in Tomcat (5.5.25) from Eclipse (3.5.1). I've included the current versions I'm using but this problem goes way back over many different versions over a couple year

dojo dynamic attributes with struts2

2010-02-24 Thread Stephen Ince
Hi, I am trying t set a dynamic attribute "required" in my s:textfield input field. It seems struts is stripping it away. Is there a way to set a required attribute. e.g. generates Any help would be appreciated. Steve - To

Re: Custom Window State Struts2 Portlet

2010-02-24 Thread Nils-Helge Garli Hegvik
>From the source [1] (getWindowState method), it appears that only the standard window states are considered when creating the url. Please register a JIRA issue (tests and patch welcome indeed). Regards, Nils-Helge Garli Hegvik [1] - http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/po

Re: Custom Window State Struts2 Portlet

2010-02-24 Thread Ricardo Jorge
I managed to fix it. Although the hackish alternative I presented at the end of the message worked, when I was implementing friendly URLs it didn't work as expected for the id parameter because it wasn't a part of . I found a way to get the ID from the value stack this way ActionContext.getConte

Re: checkbox array

2010-02-24 Thread lucas owen
I really think this is a bug in Struts 2 checkbox array behaviour! to solve this problem I have created a variable to keep the value of the previous selection. if the actual selection is equals to the previous selection that means the user want to uncheck the checkbox this at least works, and is