• 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

Need a simple project in struts

 
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi i would like to train myself in struts.
so can anyone please help me out in suggesting a project in struts and where to find for such suggestions.
 
Ranch Hand
Posts: 4864
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This question is answered in the Struts FAQ.
 
rakshini nithya
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi merril
I tried Ajax chat project
using jboss.But when i deploy the war file am getting an error
No getter method for property username of bean org.apache.struts.taglib.html.BEAN
In my struts config.xml
it is specified that
[ CODE]<!-- Form Beans -->
<form-beans>

<form-bean name="LobbyActionForm" type="org.apache.struts.apps.ajaxchat.actionform.LobbyActionForm" />
<form-bean name="LoginActionForm" type="org.apache.struts.action.DynaActionForm">
<form-property name="username" type="java.lang.String" />
</form-bean>
<form-bean name="ajaxPostMessageActionForm" type="org.apache.struts.action.DynaActionForm">
<form-property name="msgText" type="java.lang.String" />
</form-bean>

</form-beans> [/CODE]

but since am using struts1.0
my server is not able to recognize form-property tag.
Cana nyone please help me to solve this issue
 
rakshini nithya
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi merril
I tried Ajax chat project
using jboss.But when i deploy the war file am getting an error
No getter method for property username of bean org.apache.struts.taglib.html.BEAN
In my struts config.xml
it is specified that
[ CODE]<!-- Form Beans -->
<form-beans>

<form-bean name="LobbyActionForm" type="org.apache.struts.apps.ajaxchat.actionform.LobbyActionForm" />
<form-bean name="LoginActionForm" type="org.apache.struts.action.DynaActionForm">
<form-property name="username" type="java.lang.String" />
</form-bean>
<form-bean name="ajaxPostMessageActionForm" type="org.apache.struts.action.DynaActionForm">
<form-property name="msgText" type="java.lang.String" />
</form-bean>

</form-beans> [/CODE]

but since am using struts1.0
my server is not able to recognize form-property tag.
Can anyone please help me to solve this issue
 
Ranch Hand
Posts: 456
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
dear rakshini nithya,

when you want to have your question answered, you should open a seperate thread for it (and not hijack an existing one....)

best regards,
jan
 
reply
    Bookmark Topic Watch Topic
  • New Topic