• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Cannot find bean error in any scope

 
Ranch Hand
Posts: 59
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi!
I'm working with struts validator and tiles:

I call the following group of action, written in tiles-def.xml

<definition name="home_page" extends=".baseLayout">
<put name="body_sup" value="/personalInfo.do" />
<put name="body_central" value="/hparticles.do"/>
<put name="body_buttom" value="/guestAction.do"/>
</definition>

GuestAction contains the following text:

<logic:messagesPresent>
<tr>
<td colspan="2" class="testo"><html:messages id="error"> <bean:write name="error" />
</html:messages>
</td>
</tr>
</script> </logic:messagesPresent>

I have also set the properties in my application.properties.
It's all ok but guestAction.do shows nothing and I have the error of the subject "Cannot find bean error in any scope".

Any idea?
Thank you
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have the same problem. Did you solved your problem? Please help. Thanks.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic