> Hi, I need your help again with this one.
>
[quoted text clipped - 32 lines]
> possible to split the forms have them both submitted with one
> commandbutton? Any other ideas?
Don't mix JSF actions with HTML tags. You shall get unpredictable
result.
For character size, use style element of JSF component.
Use a single form in a JSF view or use JSF sub-view.
You could do all of them in a single form, however.
> Don't mix JSF actions with HTML tags. You shall get unpredictable
> result.
> For character size, use style element of JSF component.
Are you talking about the table and h3 tag? I don't really see a problem
with this. But yes, it would be nicer to use as much jsf tags as possible.
> Use a single form in a JSF view or use JSF sub-view.
> You could do all of them in a single form, however.
Yes, few minutes after I posted this message, the Oracle of Google gave
me an example that showed me what to do. Thanks for the reply, however.
karthick.sundaram@gmail.com - 28 Jun 2006 18:33 GMT
Can you please share the link
Thanks
> > Don't mix JSF actions with HTML tags. You shall get unpredictable
> > result.
[quoted text clipped - 8 lines]
> Yes, few minutes after I posted this message, the Oracle of Google gave
> me an example that showed me what to do. Thanks for the reply, however.