How to display a large size Html as String

2011-01-06 Thread is_maximum
Hi all, In my JSF application, I send a Http request to a remote website and display the result in my page. At the moment I put the result in a String variable (an HTML string) and then in my page I have following tag: //in JSF backing bean I have: String resultAsHtml; //in content.xhtml

Re: How to manage URLs in JSF

2011-01-01 Thread is_maximum
, 2010, at 11:11 PM, is_maximum mnr...@gmail.com wrote: Thanks Kito, Can you please tell me about url rewrite? I know what it is but my question is that isn't it the same Servlet Filter? I created a Filter in which I check the URL and in that case I set an attribute in request, then I have

Re: How to manage URLs in JSF

2011-01-01 Thread is_maximum
No we can't. We don't want to change the lagacy application omid p wrote: Hi, Can you not use webservice for displaying the content of app1 into app2 ? - -- Regards Mohammad Norouzi Help each other to reach the future faster http://pixelshot.wordpress.com Pixelshot Photoblog

Re: How to manage URLs in JSF

2010-12-31 Thread is_maximum
urlrewrite (3) Write a custom Servlet filter These options are listed in my order of preference :-). Sent from my iPhone http://www.jsfcentral.com http://www.Virtua.com On Dec 30, 2010, at 11:14 PM, is_maximum mnr...@gmail.com wrote: Hi all, I have an application which

Re: How to manage URLs in JSF

2010-12-31 Thread is_maximum
:-). Sent from my iPhone http://www.jsfcentral.com http://www.Virtua.com On Dec 30, 2010, at 11:14 PM, is_maximum mnr...@gmail.com wrote: Hi all, I have an application which is displaying the content of another wb application in a frame. In this process, the jsf

How to manage URLs in JSF

2010-12-30 Thread is_maximum
Hi all, I have an application which is displaying the content of another wb application in a frame. In this process, the jsf will rewrite new links with current application context path: APP1 -- calls APP2 link1: http://localhost:8080/pages/newPath/newPage.xhtml in above link,

Re: problem with s:timedNotifier

2007-06-05 Thread is_maximum
Hi Mike but all of them are latest version. both sandbox and tomahawk are 1.1.5 the only myfaces core api is 1.1.6 Mike Kienenberger wrote: I don't think you can safely mix different Tomahawk and Tomahawk Sandbox versions. These two jar files are tightly-coupled. Be sure you are using

Re: problem with s:timedNotifier

2007-06-05 Thread is_maximum
(...); // the exception message that I put to this post } Mike Kienenberger wrote: My apologies. I misread your message as saying Tomahawk 1.1.5 and Sandbox 1.1.6. Have you tried a simple example without Seam? Maybe Seam and Tomahawk have compatibility problems. On 6/5/07, is_maximum

regarding ifMessage

2007-06-04 Thread is_maximum
Hi all I want to check if there is a message. but ifMessage tag has an attribute namely for but I want to check for every message regardless of for which component. is it possible? thanks -- View this message in context: http://www.nabble.com/regarding-ifMessage-tf3864964.html#a10949051 Sent

dojoDialog not working

2007-06-04 Thread is_maximum
Hi it seems dojoDialog not working on IE, am I right? when I want to display that dialog, an javascript error will be displayed. it says that the component you are going to focus is not visible. I am using myfaces 1.1.6 and nightly build of sandbox (tomahawk-sandbox-1.1.5-SNAPSHOT) and

problem with s:timedNotifier

2007-06-04 Thread is_maximum
Hi I put a s:timedNotifier in my form as following code s:timedNotifier showDelay=3000 hideDelay=3000 f:facet name=content h:panelGroup h:messages

selected items in picklist dont change!!

2007-05-20 Thread is_maximum
Hello I have a form with a selectOneMenu and a selectManyPicklist when item in selectOneMenu changes the content of the Picklist will change depend on the category selected in selectOneMenu. the problem is when I make some change in the picklist and want to save them it seems the selected items

Re: problem with selectManyPicklist of Sandbox

2007-05-04 Thread is_maximum
Any Idea -- View this message in context: http://www.nabble.com/problem-with-selectManyPicklist-of-Sandbox-tf3674469.html#a10333843 Sent from the MyFaces - Users mailing list archive at Nabble.com.

problem with s:selectManyPicklist of Sandbox

2007-05-01 Thread is_maximum
Hello -- View this message in context: http://www.nabble.com/problem-with-s%3AselectManyPicklist-of-Sandbox-tf3674388.html#a10267224 Sent from the MyFaces - Users mailing list archive at Nabble.com.

problem with selectManyPicklist of Sandbox

2007-05-01 Thread is_maximum
Hello I have a problem with selectManyPicklist. I have a drop down list to select a category and for each catgory there are some fields that user may select the field to be displayed or not and this happens by a picklist the problem is the value of selected fields that before use opted as