Re: [S2] Issues with extending themes

2008-07-03 Thread Nick Scavelli
Thanks for your reply, you were right. Once freemarker has control it's unaware of the parent theme. Pretty much all controls have <#include "/${parameters.templateDir}/${parameters.theme}/controlheader.ftl" /> in their template. Once I added my own controlheader.ftl it worked. My other problem

Re: [S2] Issues with extending themes

2008-07-03 Thread Jeromy Evans
Nick Scavelli wrote: Here's what I've done: /WEB-INF/classes/struts.properties: struts.ui.theme=ccast2_0 struts.ui.templateDir=templates /templates/ccast2_0/theme.properties parent=css_xhtml Please advise because this is so annoying. I can't see anything wrong with that. I do the same th

[S2] Issues with extending themes

2008-07-02 Thread Nick Scavelli
I am struggling with the whole "extending theme" functionality in struts2. Either I'm doing something incredibly stupid or there's an issue with extending themes in struts2 (2.1.2 to be more clear). From what I've gathered from the Struts 2.x documentation is that I should be able to just simply

Re: [S2] Issues with AJAX in IE

2007-09-24 Thread Meteora
for that ajax call is displayed instead of >>> returning the output in the DIV area. With Firefox there is no issue. >>> I've noticed this in IE 6 and 7. >>> >>> >> >> > > -- View this message in context: http://www.nabble.com/-S2

Re: [S2] Issues with AJAX in IE

2007-09-18 Thread Grish
t; the output in the DIV area. With Firefox there is no issue. I've noticed >> this in IE 6 and 7. >> >> > > -- View this message in context: http://www.nabble.com/-S2--Issues-with-AJAX-in-IE-tf4210453.html#a12770357 Sent from the Struts - User mailing list

Re: [S2] Issues with AJAX in IE

2007-09-16 Thread Meteora
instead of clicking on my submit button > the whole jsp for that ajax call is displayed instead of returning the > output in the DIV area. With Firefox there is no issue. I've noticed this > in IE 6 and 7. > > -- View this message in context: http://www.nabble.com/-S2

Re: [S2] Issues with AJAX in IE

2007-09-12 Thread Grish
utorial. > Here's my code: > > >name="searchCriteria" /> > > > > > >loadingText="Loading..." /> > > > I don't know if this is some bug or there's something wrong with my setup. > Has anyone encountered a similar problem?

Re: [S2] issues w/ url tags

2007-08-27 Thread Musachy Barroso
e? > > Thanks, > Paul > > -Original Message- > From: Musachy Barroso [mailto:[EMAIL PROTECTED] > Sent: Monday, August 27, 2007 4:17 PM > To: Struts Users Mailing List > Subject: Re: [S2] issues w/ url tags > > http://struts.apache.org/2.x/docs/wh

RE: [S2] issues w/ url tags

2007-08-27 Thread paul . saumets
ginal Message- From: Musachy Barroso [mailto:[EMAIL PROTECTED] Sent: Monday, August 27, 2007 4:17 PM To: Struts Users Mailing List Subject: Re: [S2] issues w/ url tags http://struts.apache.org/2.x/docs/why-are-request-parameters-appended-to-our-hyperlinks.html musachy On 8/27/07, [EMAIL PR

Re: [S2] issues w/ url tags

2007-08-27 Thread Musachy Barroso
http://struts.apache.org/2.x/docs/why-are-request-parameters-appended-to-our-hyperlinks.html musachy On 8/27/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi all, > > Been awhile since I've posted. Been running into an issue today and I know > this is going to make me look like a fool but

[S2] issues w/ url tags

2007-08-27 Thread paul . saumets
Hi all, Been awhile since I've posted. Been running into an issue today and I know this is going to make me look like a fool but better to seek quick advice here rather than bang my head for hours. J When I hit a page my action returns a JSP. The JSP page renders fine but within the JSP page

[S2] Issues with AJAX in IE

2007-08-02 Thread Grish
is is some bug or there's something wrong with my setup. Has anyone encountered a similar problem? -- View this message in context: http://www.nabble.com/-S2--Issues-with-AJAX-in-IE-tf4210453.html#a11977018 Sent from the Struts - User mail

Re: [S2] issues

2007-06-09 Thread Marco Carnevale
Good question. I am guessing it is a bug. On 6/8/07, Rafael Dittberner <[EMAIL PROTECTED]> wrote: Yes. Looking at the data I´ve found out that in the case of Cargo the highest codObjeto is 100, while in the case of Orgao codObjeto goes beyond 1500. I think I´m going to use your solution as w

Re: [S2] issues

2007-06-08 Thread Rafael Dittberner
Yes. Looking at the data I´ve found out that in the case of Cargo the highest codObjeto is 100, while in the case of Orgao codObjeto goes beyond 1500. I think I´m going to use your solution as well. But is this the correct behaviour or is it a bug? Thank you Marco. Rafael Dittberner Marco

Re: [S2] issues

2007-06-08 Thread Marco Carnevale
I encountered a similar issue before as well. I ended up always using the toString method. (Don't forget to check for null) What I found was that when the Integers we small (5, 50, 100, ect...) the select box would match it correctly. However when the id was a larger Integer such as 1 the

Re: [S2] issues

2007-06-08 Thread Rafael Dittberner
They are both Integer. Rafael Dittberner Vincent Lin escreveu: What is the data type of autoridade.orgao.codObjeto and autoridade.cargo.codObjeto? On 6/7/07, Rafael Dittberner <[EMAIL PROTECTED]> wrote: This is my code: Someone please explain to me why in the first one i had to use toSt

Re: [S2] issues

2007-06-06 Thread Vincent Lin
What is the data type of autoridade.orgao.codObjeto and autoridade.cargo.codObjeto? On 6/7/07, Rafael Dittberner <[EMAIL PROTECTED]> wrote: This is my code: Someone please explain to me why in the first one i had to use toString() to make it work, but the second one works perfectly as is?

[S2] issues

2007-06-06 Thread Rafael Dittberner
This is my code: listKey="codObjeto" listValue="nome" label="Orgão" value="%{autoridade.orgao.codObjeto.toString()}" /> listKey="codObjeto" listValue="nome" label="Cargo" value="%{autoridade.cargo.codObjeto}" /> Someone please explain to me why in the first one i had to use toString() to m

Re: [S2] Issues running Struts 2.0.6 on Resin 3.0.21

2007-02-21 Thread mraible
This issue turned out to be a bug in Spring's RequestContextLoader and will be fixed in Spring 2.0.3: http://forum.springframework.org/showthread.php?t=33874 Matt mraible wrote: > > I get the following error when I try to deploy a Struts 2.0.6 application > on Resin 3.0.21: > > java.lang.Nul