-
1. Re: RichFaces + Mobile
michpetrov Feb 14, 2018 5:05 AM (in response to igoryen)igoryen wrote:
Am I correct to assume that migration from v3 to v4 must come before making any attempts to make the project responsive?
Pretty much. I mean RF 3.3.1 is almost 10 years old, back then responsive layout wasn't a thing. As for making the toolbar render as a div - the only way to do that would be to modify the source code, which isn't very difficult but you're still better off migrating.
-
2. Re: RichFaces + Mobile
igoryen Feb 21, 2018 1:47 PM (in response to michpetrov)michpetrov wrote:
As for making the toolbar render as a div - the only way to do that would be to modify the source code, which isn't very difficult but you're still better off migrating.
Could you please provide more details?
By modifying the source code, do you mean the code in the .xhtml file?
I have tried decorating <rich:toolBarGroup > with layout="block" but this seems to be ignored.
Thank you!
-
3. Re: RichFaces + Mobile
michpetrov Feb 22, 2018 7:06 AM (in response to igoryen)I meant the source code of RichFaces. The components have JSP templates that control what ends up on the page.
-
4. Re: RichFaces + Mobile
igoryen Feb 23, 2018 10:56 AM (in response to michpetrov)michpetrov wrote:
I meant the source code of RichFaces. The components have JSP templates that control what ends up on the page.
Thank you very much for answering my questions!
Does this mean I would need to download the RichFaces code, change its implementation, then compile it, and then use it?
If not, could you please tell me where I could find the directory in the project?
Thank you very much again!
-
5. Re: RichFaces + Mobile
michpetrov Feb 23, 2018 12:51 PM (in response to igoryen)Does this mean I would need to download the RichFaces code, change its implementation, then compile it, and then use it?
Essentially, the source code is here. Unfortunately I can't help with the build, never worked with it.