3 Unanswered Topics

Remove Filter
Member Avatar for brynFlew

Is it possible to create javaBeans dynamically instead of writing each get and set per jsp property, they generate themself?

0
90
Member Avatar for brynFlew

is it possible to use a jsp page with a java bean to get values dynamically. ie: the name is incremented each time but i need the gets and sets for each property to get their values and set them on the bean, can i do this dynamically? Thanks [CODE]<td><p …

0
80
Member Avatar for brynFlew

How do i share variables between java beans, do i need to use jspGet property on the second jsp and re-set it, or can i skip that and do it another way. i need to get a value from my login.jsp and UserDataBean to my process.jsp and my MyFormBean so …

0
70

The End.