Re: How to parse parsed values?

2007-02-15 Thread Volker Weber
Hi Benjamin, i don't know what you realy want to do, but for your example this will do it: public String getPageInformationSettings() { String test = "Start!"; test += "InputText = '"; test += ""; return test; } Regards, Volker 2007/2/15, [EMAIL PROTECTED] <[EMAIL PROTE

How to parse parsed values?

2007-02-15 Thread Benjamin.Oesterle
Hello all. I would like to parse a parsed string in my jsf-file. The main idea is to use a designed jsf-page in many other jsf-pages which could not reference to the original page. Maybe a small example could explain better, what i mean. 1. Page to show in Browser (settings.jsf): 2. JavaBean t