Hi!
Is it somehow possible to use JavaBeans as properties and configure them via components.xml.
Like this:
| public class MyClass
| {
| private MyJavaBean bean;
| ...
| public void setBean(MyJavaBean bean) {..}
| }
|
and this:
| <component name="xxx" class="MyClass">
| <property name="bean">
| <bean>
| <property name="beanProp1">beanPropVal1</property>
| ...
| </bean>
| </property>
| </component>
|
And if yes .. how do you do that with Collections of Beans?
Thomas
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4096028#4096028
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4096028
i have login and log out options in my portal application.every thing is working fine but the problem is
When user maximizes any portlet and then logout. Again on log in, it?ll redirect to the same maximize page.
but i dont want login again with with previous window state.i want to set it to default.
i tryed by using
portletsession.invalidate();
but the problem is not solved.
any body can help me plz?
Thanks in advance
maruthi
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4096027#4096027
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4096027