Open eclipse-faces-bot opened 14 years ago
@glassfishrobot Commented Reported by vladperl
@glassfishrobot Commented @edburns said: cat2
@glassfishrobot Commented vladperl said: It seems issue https://javaserverfaces-spec-public.dev.java.net/issues/show_bug.cgi?id=477 is relevant to this one.
@glassfishrobot Commented @edburns said: frame
@glassfishrobot Commented @edburns said: These are targeted at 2.1.
@glassfishrobot Commented @edburns said: triage
@glassfishrobot Commented @edburns said: edburns
@glassfishrobot Commented @edburns said: GlassFish 3.1 M6 at the latest.
@glassfishrobot Commented rdelaplante said: Please consider providing the ability to sandbox the EL context. An example use case is allowing users to edit email templates. I would want the users to be able to access only the model objects my application provides to the template. I do not want the user to gain full access everything in the application through EL.
@glassfishrobot Commented @edburns said: Move these to 2.2
@glassfishrobot Commented @edburns said: This will probably be the top feature in JSF 2.3.
@glassfishrobot Commented ova2 said: Wow, this would be a killer feature. We need it too for exporting a page to PDF. Currently we use PhantomJS (server-side browser) to call an JSF page to be exported via URL. By means of this new feature we could get an JSF page as a string and pass it direct to PhantomJS without the HTTP overhead.
@glassfishrobot Commented tony.herstell said: Craig (see this site) is working on a JSF Mail plugin... http://reallifejava.com/blog/
As well as Seamy stuff like simpleBPM simpleSecuirty
Think: s/simeple/seam4/g
No promises though.
@glassfishrobot Commented @edburns said: Tony, looks good. This is a very useful idea.
@glassfishrobot Commented @edburns said: Set priority to baseline ahead of JSF 2.3 triage. Priorities will be assigned accurately after this exercise.
@glassfishrobot Commented @manfredriem said: Setting priority to Minor
@glassfishrobot Commented Issue-Links: is duplicated by JAVASERVERFACES_SPEC_PUBLIC-477
@glassfishrobot Commented This issue was imported from java.net JIRA JAVASERVERFACES_SPEC_PUBLIC-749
There is no easy way to get result from rendering of JSF page without going to browser. It would be very useful to have possibility directly initiate rendering of the page and get corresponding result from it. Ability to use this approach will allow developers easily adapt JSF as powerful template engine. In my case we are using JSF as template engine to render HL7 messages. Also this functionality would be helpful for testing purposes. For example "FacesTester" project included some additional code just because there are a needs to get result of rendering directly in java code.
Environment
Operating System: All Platform: All
Affected Versions
[2.2 Sprint 8]