Re: Type converters: please help!!! :(

2008-01-27 Thread ravi_eze
hi, The code is as follows. Do not get terrified by the length of the post. I tried formatting the post for better readability. Hope this helps you... to help me ;) @new.xml, this is included in struts.xml < para

Re: struts.objectTypeDeterminer

2008-01-27 Thread stanlick
Sounds like you might not have all the jars necessary. Verify against the required minimums. On Jan 27, 2008 4:42 PM, bjousse <[EMAIL PROTECTED]> wrote: > > Hi, > > I am working with Eclipse 3.3, tomcat 6 and a freshly downloaded Struts > 2.0.11 > > i set up my project (almost nothing in), and

Re: struts.objectTypeDeterminer

2008-01-27 Thread Wes Wannemacher
which jars do you have in WEB-INF/lib ? Could you be missing the other requirements (xwork2, freemarker, OGNL, etc.)? -Wes On Sun, 2008-01-27 at 14:42 -0800, bjousse wrote: > Hi, > > I am working with Eclipse 3.3, tomcat 6 and a freshly downloaded Struts > 2.0.11 > > i set up my project (almo

struts.objectTypeDeterminer

2008-01-27 Thread bjousse
Hi, I am working with Eclipse 3.3, tomcat 6 and a freshly downloaded Struts 2.0.11 i set up my project (almost nothing in), and when I start tomcat, I get this message : Unable to load bean: type:com.opensymphony.xwork2.util.ObjectTypeDeterminer class:com.opensymphony.xwork2.util.GenericsObject

Re: s:action with validation failure of form submit

2008-01-27 Thread jwpronto
As much info as possible below: I traced through the action tag library and it looks like the proxy's execute method is being called from the ActionComponent but no exception is thrown and the action call is never actually called so somehow their is some sort of swallowed exception or mis-configu

Re: example?

2008-01-27 Thread Ashish Jain
So, can we access supplied params somehow? (I can't use <%= request.getParameters(...))%> inside If no, then why it accepts params? wht for? Secondly, i can use with params. but again, it's visible as request.getParameter.. but not on valuestack. On Jan 27, 2008 11:45 AM, Dave Newton <[EMAI

Re: example?

2008-01-27 Thread Dave Newton
http://struts.apache.org/2.x/docs/include.html Note, specifically, the part that says "Note: Any additional params supplied to the included page are not accessible within the rendered page through the tag!" d. --- Ashish Jain <[EMAIL PROTECTED]> wrote: > I am new to struts2 > I am struggling t

Re: how to make ajax validation works with s:tabbedPanel in struts 2.0.11

2008-01-27 Thread Martin Gainty
appears to be a bug in s:component not loading the /template/${theme}/tabbedpanel:ftl Anyone else? M- - Original Message - From: "Wei, Mei" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Sunday, January 27, 2008 1:10 AM Subject: RE: how to make ajax validation works with s:tabb

Re: Struts 1.3.8: DTDs are gone?

2008-01-27 Thread Andreas Bachmann
Antonio Petrelli-3 wrote: > > There is no technology change. The DTD is used to validate XML files, > TLD is used to define custom tag libraries for JSPs. They are totally > unrelated. > Oh sh*t... excuse me for my stupidity. In the past, there was also only TLDs. I just wanted to get my empt

example?

2008-01-27 Thread Ashish Jain
I am new to struts2 I am struggling to include jsp in a jsp. I am passing an param to included jsp and I want to access that param in included jsp. I tried different combinations.. none is seem to be working. Only thing, working is <%= request.getParameter("configKey")%> But how to use this param

Re: Struts 1.3.8: DTDs are gone?

2008-01-27 Thread Antonio Petrelli
2008/1/27, Andreas Bachmann <[EMAIL PROTECTED]>: > > > > Antonio Petrelli-3 wrote: > > > > They are not DTDs, but JSP taglib URIs, the ones that are defined in > > the element in the TLD files. > > If you put struts-taglib.jar in your WEB-INF/lib, they are > > automatically resolved. > > > Oh... o

Re: Struts 1.3.8: DTDs are gone?

2008-01-27 Thread Andreas Bachmann
Antonio Petrelli-3 wrote: > > They are not DTDs, but JSP taglib URIs, the ones that are defined in > the element in the TLD files. > If you put struts-taglib.jar in your WEB-INF/lib, they are > automatically resolved. > Oh... ok! Thank you! I didn't know that the "Technologie" changed from DT

Re: Struts 1.3.8: DTDs are gone?

2008-01-27 Thread Antonio Petrelli
2008/1/27, Andreas Bachmann <[EMAIL PROTECTED]>: > - I don't find the 5 DTDs to validate my JSPs (= > http://wiki.apache.org/struts/StrutsUpgradeNotes12to13). The links like > http://struts.apache.org/tags-bean are gone :,( They are not DTDs, but JSP taglib URIs, the ones that are defined in the

Struts 1.3.8: DTDs are gone?

2008-01-27 Thread Andreas Bachmann
Hello! I was developing Struts for 4 years. I looked at Struts 2.0 but haven't been understanding it %-| So I haven't switched to 2.x and am staying on the 1.x branch. I downloaded the whole 1.3.8 (struts-1.3.8-all.zip) and started a new project. There are a few things I don't unterstand: - In t