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
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
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
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
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
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
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?
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
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
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
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
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
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
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
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
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
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?
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
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
19 matches
Mail list logo