hello,

I did it and got nothing :)

This is from the logs

INFO : 2009-11-12 13:39:55,290: CommonsLogger: Parsing configuration
file [struts-default.xml]
INFO : 2009-11-12 13:39:55,385: CommonsLogger: Parsing configuration
file [struts.xml]
INFO : 2009-11-12 13:39:55,388: CommonsLogger: Overriding property
struts.i18n.reload - old value: false new value: true
INFO : 2009-11-12 13:39:55,388: CommonsLogger: Overriding property
struts.configuration.xml.reload - old value: false new value: true
INFO : 2009-11-12 13:39:55,465: CommonsLogger: Initializing
Struts-Spring integration...
INFO : 2009-11-12 13:39:55,466: CommonsLogger: Setting autowire strategy to name
INFO : 2009-11-12 13:39:55,466: CommonsLogger: ... initialized
Struts-Spring integration successfully
2009-11-12 13:39:55.212::INFO:  Started socketconnec...@0.0.0.0:8080

-- here comes the page load:
WARN : 2009-11-12 13:40:11,597: CommonsLogger: Could not find property
[struts.valueStack]
WARN : 2009-11-12 13:40:13,703: CommonsLogger: Could not find property
[org.apache.catalina.jsp_file]

Can you explain a bit what this property does?

On Thu, Nov 12, 2009 at 1:16 PM, carl ballantyne
<carl.ballant...@cast-info.es> wrote:
> Hi Alex,
>
> I think you might need to add <constant name="struts.devMode" value="true"
> /> in your struts.xml file.
>
>
>
> Quoting Alex Parvulescu <alex.parvule...@gmail.com>:
>
>> hello,
>>
>> I have been looking at Struts2 for a couple of days now, it seems nice
>> and easy to work with.
>>
>> I have a problem that I don't really understand, maybe I'm missing
>> some config settings or something.
>>
>> Let's say that I want to display a list of persons, and for each
>> person I want to see the name.
>> This is very straightforward:
>>
>> <s:iterator value="people" var="p">
>>  <div id="row_<s:property value="id"/>">
>>    <s:property value="name" />
>>  </div>
>> </s:iterator>
>>
>> Easy enough, but if I miss-spell the property name, I get no error,
>> only a blank value.
>> Is there a struts way to prevent these kinds of things from happening
>> - like get some sort of error message.
>>
>> By the way, I am using Struts 2.1.6 and I'm not sure if this is the
>> proper mailing list for this framework. Are you guys dealing with both
>> Struts and Struts2 issues? As I've seen so far, Struts2 is pretty
>> different than Struts.
>>
>> If I'm not in the proper place, please point me in the right direction.
>>
>> thanks,
>> alex
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
>> For additional commands, e-mail: user-h...@struts.apache.org
>>
>>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to