Re: Cannot find bean in scope Problem

2006-02-27 Thread OJAY78
Thanks, where should I send the box of chocolate?



I bet a box of chocolates you forgot to define or badly defined the
logic taglib in your .jsp header :)

[EMAIL PROTECTED] a écrit :

Hi, 

I have a form with a List and want to show the values on my JSP. But when I
start my JSP the bean id cannot be found in any scopy. I dont understand
why struts is looking for a bean id this is only my id value of the
iterate tag of my JSP. Here is my JSP code:

table
 logic:iterate name=chooseFormIDForm id=id property=forms
type=de.FVKN.FormBean scope=session
tr align=left
 td
html:text name=id property=formID /
 /td
 td
html:text name=id property=formkey /
  /td
/tr
 /logic:iterate
/table

-chooseFormIDForm is the name of my Form
-the id is my variable for iterating over my List
-the property forms is my List with the FormBean Objekts inside

Why do I get cannot find bean id in any scope Error?

Hope anyone can help because I looking for hours for a solution :-(

Thanks for your help.

  


-- 
DSL-Aktion wegen großer Nachfrage bis 28.2.2006 verlängert:
GMX DSL-Flatrate 1 Jahr kostenlos* http://www.gmx.net/de/go/dsl

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Cannot find bean in scope Problem

2006-02-24 Thread David Delbecq
I bet a box of chocolates you forgot to define or badly defined the
logic taglib in your .jsp header :)

[EMAIL PROTECTED] a écrit :

Hi, 

I have a form with a List and want to show the values on my JSP. But when I
start my JSP the bean id cannot be found in any scopy. I dont understand
why struts is looking for a bean id this is only my id value of the
iterate tag of my JSP. Here is my JSP code:

table
 logic:iterate name=chooseFormIDForm id=id property=forms
type=de.FVKN.FormBean scope=session
   tr align=left
td
html:text name=id property=formID /
/td
td
   html:text name=id property=formkey /
 /td
   /tr
 /logic:iterate
/table

-chooseFormIDForm is the name of my Form
-the id is my variable for iterating over my List
-the property forms is my List with the FormBean Objekts inside

Why do I get cannot find bean id in any scope Error?

Hope anyone can help because I looking for hours for a solution :-(

Thanks for your help.

  



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]