Re: how i can identify which menuItem has selected in backend?

2007-01-26 Thread legolas
navigation parent component. > > There are wiki entries for the correct way to create components and add > them > as children to another component. > > On 1/27/07, legolas <[EMAIL PROTECTED]> wrote: >> >> >> can you please be more clear? >> how i can set

Re: how i can identify which menuItem has selected in backend?

2007-01-26 Thread legolas
call the same actionListener. Get the Id of the > component and parse the ID. > This will tell you where to re-direct. > > I hope it helps. > > ~madhav > > > On 1/27/07, legolas <[EMAIL PROTECTED]> wrote: >> >> >> I can not use a data table beca

Re: how i can identify which menuItem has selected in backend?

2007-01-26 Thread legolas
wrote: > > I would use dataTable to accomplish this task. Help can be found here [1]. > > [1] > http://wiki.apache.org/myfaces/ExecutingMethodsFromLinkButtonParameters > > legolas wrote: >> I have a Database table with tens of records the record count is dynamic. >&g

Re: how i can identify which menuItem has selected in backend?

2007-01-26 Thread legolas
method for each menu Item. Thanks Madhav Bhargava wrote: > > I am not sure what are you trying to achieve here. > You can associate every Navigation Item with an action method which will > be > called when the user clicks on the link in the menu > > On 1

Re: how i can identify which menuItem has selected in backend?

2007-01-26 Thread legolas
Hi any comment that could help me with this ? how i can handle dynamic menu items action in backend ? how i should find which menu item has pressed? Thanks legolas wrote: > > Hi > Thank you for reading my post. > I have created a dynamic navigation panel using panelNavi

how i can identify which menuItem has selected in backend?

2007-01-25 Thread legolas
Hi Thank you for reading my post. I have created a dynamic navigation panel using panelNavigation2 and several NavigationMenuItem. I have created a list of navigationMenuItem in backend and use it in GUI. now my problm is that, I need to perform some action based on user input which is a selecte

Exception when trying to use TomaHawk with JSF-RI

2007-01-25 Thread legolas
Hi thank you for reading my psot. I have problem with including TomaHawk with an application that is based on JSF-RI. problem is that after i add TomaHawk to application lib folder it can not be deployed into tomcat 5.5.17 . here is a list of all jaf files that i am including commons-beanutils

Which version of TomaHawk components can be used with JSF 1.1 RI and Tomcat 5.5.x?

2007-01-24 Thread legolas
Hi Thank you for reading my post Can some one please tell me which version of TomaHawk I should download to be able to use it with JSF 1.1 RI and tomcat 5.5.x ? I download tomahawk-examples-1.1.5-SNAPSHOT-bin.tar.gz and it does not works with Tomcat 5.5.20 I should say that i must use TomaHawk

Re: can we make PanelNavigation to have scroll?

2007-01-24 Thread legolas
ote: >> >> Is your menu static? If yes then I would suggest keeping everything in a >> JSP page and use rendered attribute to decide what is shown and what is >> not. >> >> If you have a dynamic menu which might change based on some business >> rule then you

Re: can we make PanelNavigation to have scroll?

2007-01-24 Thread legolas
should i add overflow: auto; in the div css style? Thanks Andrew Robinson-5 wrote: > > Put it in a DIV with CSS to limit the height and use overflow: auto; > > On 1/22/07, legolas <[EMAIL PROTECTED]> wrote: >> >> >> >> legolas wrote: >&

RE: can we make PanelNavigation to have scroll?

2007-01-24 Thread legolas
at (Bottom line it does not do it). You will have to use > inside > > To achieve the same I have programmatically created the entire left nav > using and > > ~madhav > >> -Original Message- >> From: legolas [mailto:[EMAIL PROTECTED] >> Sent: Wednes

Re: where i can download Tomahawk examples source code?

2007-01-24 Thread legolas
can you please explain how i can define the listener? Thanks Cagatay Civici wrote: > > Hi Legolas, > > I remember an issue like this with Tomcat 5.5.20, it cant get the context > listener defined in tld. > > You could either try with some other tomcat or define the

Re: where i can download Tomahawk examples source code?

2007-01-23 Thread legolas
legolas wrote: > > Hi > Thank you for reading my post. > can you please tell me where i can downlaod source code for Tomahawk > examples ? > binaries are http://people.apache.org/builds/myfaces/nightly/ but i can > not find the source codes. > > Hi I download t

Re: can we make PanelNavigation to have scroll?

2007-01-23 Thread legolas
: > > Put it in a DIV with CSS to limit the height and use overflow: auto; > > On 1/22/07, legolas <[EMAIL PROTECTED]> wrote: >> >> >> >> legolas wrote: >> > >> > Hi >> > thank you for reading my post. >> > can we make

Re: is there any expandable vertical menu in jsf something like....

2007-01-22 Thread legolas
legolas wrote: > > Thank you for reading my post. > I am looking for a jsf component to simulate the vertical menu shown in > this page. > http://tutorials.alsacreations.com/modelesmenus/vd2.htm > > is there any component in myfaces components set or other free componen

Re: can we make PanelNavigation to have scroll?

2007-01-22 Thread legolas
legolas wrote: > > Hi > thank you for reading my post. > can we make http://www.irian.at/myfaces/panelnavigation_5.jsf to have > vertical scroll when it emerge? > > my problem is that i have a fixed area that i should show some categories > and their childs, > i

is there any expandable vertical menu in jsf something like....

2007-01-21 Thread legolas
Thank you for reading my post. I am looking for a jsf component to simulate the vertical menu shown in this page. http://tutorials.alsacreations.com/modelesmenus/vd2.htm is there any component in myfaces components set or other free components set that provide such facilities? thanks -- View t

can we make PanelNavigation to have scroll?

2007-01-21 Thread legolas
Hi thank you for reading my post. can we make http://www.irian.at/myfaces/panelnavigation_5.jsf to have vertical scroll when it emerge? my problem is that i have a fixed area that i should show some categories and their childs, i want to use this component but problem is that i can not do it bec

where i can download Tomahawk examples source code?

2007-01-21 Thread legolas
Hi Thank you for reading my post. can you please tell me where i can downlaod source code for Tomahawk examples ? binaries are http://people.apache.org/builds/myfaces/nightly/ but i can not find the source codes. -- View this message in context: http://www.nabble.com/where-i-can-download-Tomaha

can we put any jsf component inside a dataTable columns ?

2007-01-18 Thread legolas
Hi Thank you for reading my post can we put any jsf component inside a datatble cells? specually a div because i need same background image for each cell background is like a panel . is it a good idea to use DIV tag because i need a background image? Thanks -- View this message in context: ht

how to create loop in jsf pages over an array?

2007-01-15 Thread legolas
Hi Thank you for reading my post. I have a jsf page which i need to have a loop inside it. the loop will iterate an array the array contains some user object and this loop will make it possible to show those users. i set the user array as a property of my session bean. should i use c:forEach ? if

how we can run jsf 1.2 in tomcat 5.5.x

2007-01-14 Thread legolas
Hi Thank you for reading my post. I want to ask whether it is posible to run jsf 1.2 in tomcat 5.5.x ? thanks -- View this message in context: http://www.nabble.com/how-we-can-run-jsf-1.2-in-tomcat-5.5.x-tf3009332.html#a8359097 Sent from the MyFaces - Users mailing list archive at Nabble.com.

how to force a jsf page to be shown in horizontal center of browser?

2007-01-13 Thread legolas
Hi Thank you for reading my post. i have some jfs pages (XML format) which contain several page fragments. When i run the application , for example index page opens , but its content are shown in left side of browser, i want them to be shown in horizontal center of browse. Imagine that my page si

how to use html frame inside a jspf? (jsp fragment)

2007-01-11 Thread legolas
Hi Thank you for reading my post. I have several page fragment around main content of each page one of this fragments contain a tree which will grows in time. what i want to do is: create the fragment add a frame inside it add tree inside the frame. is it do-able? thanks -- View this message

Re: is there any marqueue like jsf component arounf?

2007-01-06 Thread legolas
Thank you very much, jenia4faces is good :-) Adrian Mitev-2 wrote: > > There is in jenia4faces: http://www.jenia.org/TestDynamic/ > > 2007/1/5, legolas <[EMAIL PROTECTED]>: >> >> >> Hi >> thank you for reading my post >> I ma looking fo

what is the solution to show some records in none tabular format?

2007-01-06 Thread legolas
Hi Thank you for reading my post imagine that you have to show some number of records from a database but not in tabular format. I should show each company in its panel, i do not know how much items i have to show each time. the solution that i thought is what i used in Struts (i think) it is lik

is there any marqueue like jsf component arounf?

2007-01-05 Thread legolas
Hi thank you for reading my post I ma looking for a marqueue like component in JSF, is there any component with this ability around? indeed i am looking for a something like a new ticker component that can scroll some text. thanks -- View this message in context: http://www.nabble.com/is-there-

is there any way to include or show html files inside JSF files in runtime?

2007-01-04 Thread legolas
hi Thank you for reading my post. is there any way that we could include some html files into jsf files in runtime? imagine that we have tens of already designed static html pages and it is growing, we should include this pages into one of our jsf pages in runtime based on user inputs in prev JSF

strange problem with ADF faces and tomcat versions

2006-09-30 Thread Legolas Woodland
Hi thank you for reading my post i have faced a very strange problem with ADF faces and tomcat. is there any condition that an ADF Faces application works fine in my computer (on both OC4J and TOMCAT ) but does not works in production tomcat ? indeed i managed all database stuff and also i add al

Re: can we post to another web application from a button action ?

2006-09-27 Thread legolas wood
ion handler that performs a redirect > -or- > 2) redirect and return null: > > public String myAction() > { > // your business code > > FacesContext facesContext = FacesContext.getCurrentInstance(); > facesContext.getExternalContext().redirect(someURL); > facesCont

how i can post a form with some parameters using JSF ?

2006-09-27 Thread Legolas Woodland
Hi thank you for reading my post how i can post a form using jsf ? I need to have a form , i should put some attribute (parameters) inside the form and then submit that form using post method . indeed the form should have an action which is the 3rdparty web site url i also calculate some param

how i can post a form with some parameters using JSF ?

2006-09-27 Thread Legolas Woodland
Hi thank you for reading my post how i can post a form using jsf ? I need to have a form , i should put some attribute (parameters) inside the form and then submit that form using post method . indeed the form should have an action which is the 3rdparty web site url i also calculate some param

problem with using comandLink and navigation to 3rd party web site

2006-09-27 Thread Legolas Woodland
Hi Thank you for reading this post. I was in a need for an automatic form submission when user reach payment page , but as i could not handle it in that way i tried to use a commandLink to submit the form and redirect the user to 3rdparty web site , here is what i have done and the exception that i

Re: can we set some request parameter using an action method ?

2006-09-27 Thread Legolas Woodland
com.sun.faces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:126) ... 28 more is there anything that i can do for this ? Grant Smith wrote: > I haven't tried this, but how about something like: > > FacesContext.getCurrentInstance > ().getExternalContext().getRequestParameterMap().put(key,value); > &

can we set some request parameter using an action method ?

2006-09-27 Thread Legolas Woodland
Hi Thank you for reading my post can we set some request parameter using action methods? thanks

why i can not use f:param inside an html form?

2006-09-27 Thread Legolas Woodland
Hi Thank you for reading my post what is wrong with the following code ? [code] https://www.3rdpartyWeb.com/CardServices/controller"; method="GET" enctype="multipart/form-data" name="submissionform"> do

how i can forward to a jsf page from a servlet ?

2006-09-27 Thread Legolas Woodland
Hi Thank you for reading my post how i can forward to a jsf page in my web application from a servlet ? thanks

How i can submit an h:form by using javascript ?

2006-09-27 Thread Legolas Woodland
Hi Thank you for reading my post how i can submit an h:form using javascript ? i need its method be POST and i made some parameters inside it which i think they will be passed along with POST action. thanks

Re: can we post to another web application from a button action ?

2006-09-27 Thread Legolas Woodland
urrentInstance(); > facesContext.getExternalContext().redirect(someURL); > facesContext.responseComplete(); > return null; > } > > On 9/26/06, Legolas Woodland <[EMAIL PROTECTED]> wrote: >> Thank you for reply. >> what about sending them from server side ? >> if i send us

Re: can we post to another web application from a button action ?

2006-09-26 Thread Legolas Woodland
database change and when he/she clicked on it i post the parameter to that website? thanks Andrew Robinson wrote: > Do you want to post from the client or the server? If from the client, > just use the "normal" method. You can use h:outputLink with embedded > f:param elements. >

can we post to another web application from a button action ?

2006-09-26 Thread Legolas Woodland
Hi Thank you for reading my post I need to use post method to send some parameters to a web site, now , in my web application which is based on jsf , i do not know how i can do this as parameters has their name and also i should compute their values before i post them to other web site. should

How to access input texts values from a button action method ?

2006-09-22 Thread Legolas Woodland
Hi Thank you for reading my post how i can access the web page elements value (for example in login page to username and password) from the button action method ? I do not want to use binding the page elements with the backing bean that my action method is inside it. is there any other way ? th

how to access a managed bean from a button action listener ?

2006-09-21 Thread Legolas Woodland
Hi thank you for reading my post how i can access a managed bean from a button action listener ? for example i have a managed bean named session and its scope is session , i used it to store user details until he/she logout and when he/she pressed the logout button i need to change some of that man

Re: Does file upload component works inside a jsf portlet ?

2006-05-04 Thread Legolas Woodland
cesses that the extension filter does.On 5/4/06, Legolas Woodland <[EMAIL PROTECTED]> wrote:>> Thank you for reply ,> but, is there any solution to upload a file inside a jsf based portlet ? >>>> On 5/4/06, Mike Kienenberger <[EMAIL PROTECTED]> wrote:> >

Re: Does file upload component works inside a jsf portlet ?

2006-05-04 Thread Legolas Woodland
Thank you for reply , but, is there any solution to upload a file inside a jsf based portlet ?  On 5/4/06, Mike Kienenberger <[EMAIL PROTECTED]> wrote: On 5/4/06, Legolas Woodland <[EMAIL PROTECTED]> wrote: > Thank you for reading my post> Does file upload component works ins

Does file upload component works inside a jsf portlet ?

2006-05-04 Thread Legolas Woodland
Hi Thank you for reading my post Does file upload component works inside a portlet ? thanks

Re: [OT]Problem with accessing form Element using javaScript

2006-04-02 Thread Legolas Woodland
e over: elem.style.cssText = "..."; this should also work. cheers, Gerald On 4/1/06, Laurie Harper <[EMAIL PROTECTED]> wrote: Legolas Woodland wrote: Hi thank you for reading my post. I have this problem in my web application : generated html which i view

Re: [OT]Problem with accessing form Element using javaScript

2006-03-30 Thread Legolas Woodland
se. Apart from that, getting the dom element through the generated id is not best practice. Use forceId="true" in the jsp tag to be sure that you can get the id on client in a predictable manner. cheers, Gerald On 3/31/06, Legolas Woodland <[EMAIL PROTECTED]> wrote: Hi t

[OT]Problem with accessing form Element using javaScript

2006-03-30 Thread Legolas Woodland
Hi thank you for reading my post. I have this problem in my web application : generated html which i view in my browser has this : [code] My test Value [/code] In my java Script function i have: [code] function setNewColors(obj) { if(obj=='Yellow'){ document.getElementById("form1:statictext8"

[ADF Faces]Could not find renderer for CoreCommandLink

2006-03-29 Thread Legolas Woodland
Hi Thank you for reading my post. I get the following in application server log file and command link button does not show in the page here is my jsf code inlineStyle="left: 264px; top: 150px; position: absolute" action="guide"/> and here is a part of web.xml that has some ADF face

[ADF faces] Command button does not accept style attribute?

2006-03-29 Thread Legolas Woodland
Hi Thank you for reading my post I am trying to use ADF faces , i have a command button like : ad it rerun an error that say : Attribute style invalid for tag commandLink according to TLD How i can use style for my ADF faces ?

is there a component in Myfaces or in the web which can show resource string of a given key

2006-03-28 Thread Legolas Woodland
Hi Thank you for reading my post. I am looking for a component that can show , string resource of a given Key. I mean a component that i sets some of its property and then i could set the string resource key in my backing bean and it shows value for that key in html page. Thanks

Re: How i can show current timeStamp in jsf

2006-03-26 Thread Legolas Woodland
Andreas Zeller - zit-systems wrote: Hey Legolas, Timestamp? java.util.Calendar.getInstance().getTime() will give you the current time and date... Does that help you? Andreas Legolas Woodland wrote: Hi Thank you for reading my post How i can show current timestamp in jsf

How i can show current timeStamp in jsf

2006-03-26 Thread Legolas Woodland
Hi Thank you for reading my post How i can show current timestamp in jsf ? thanks

I am trying to run a sample application of myfaces in tomcat 5.5.9 but it return NullPointerException

2006-03-24 Thread Legolas Woodland
Hi Thank you for reading my post. I am trying to test a sample myfaces application in tomcat 5.5.9 , but it return the following exception: java.lang.NullPointerException at javax.faces.webapp.UIComponentTag.setupResponseWriter(UIComponentTag.java:615) at javax.faces.webapp.UICom

Re: newBee question : what are these additional declaration in web.xml for jsf stuff.

2006-03-20 Thread Legolas Woodland
figure it out). later, dean Legolas Woodland wrote: There are two declaration in web.xml that i can not understand these are :    Faces Servlet    javax.faces.webapp.FacesServlet    1

Re: newbee question about navigation.

2006-03-20 Thread Legolas Woodland
Thank you , the solution works fine :-) Joey Geiger wrote: commandButton and commandLink need to be surrounded by a form. There are cases where commandLink will work without a form, but I've run into issues with that. Legolas Woodland wrote: Thank you for reading my post I have a b

newBee question : what are these additional declaration in web.xml for jsf stuff.

2006-03-20 Thread Legolas Woodland
There are two declaration in web.xml that i can not understand these are : Faces Servlet javax.faces.webapp.FacesServlet 1 Faces Servlet /faces/* I just can not understand , in some places they set another url-pattern , for example :

newbee question about navigation.

2006-03-20 Thread Legolas Woodland
Thank you for reading my post I have a button in one of my page which i want the application to navigate to another page when user pressed that button . i made the button like the folwoing value="Logout"> and my navigation rule and case is like : Logout

Does any one used zk1 for ajax purpose ?

2006-03-20 Thread Legolas Woodland
Hi Does any one used http://zk1.sourceforge.net/ for ajax purpose ? how does it compare with other ajax frameworks? Thanks

Re: Yet another calendar (also works in Java Studio Creator)

2006-03-17 Thread Legolas Woodland
Edwin Goei wrote: On 3/17/06, Legolas Woodland <[EMAIL PROTECTED]> wrote: Thank you for reading my post. Does this component use Creator theming system ? I mean what will happen if i disable the Them system of creator by removing the them link , what will happen to your com

Re: Yet another calendar (also works in Java Studio Creator)

2006-03-16 Thread Legolas Woodland
Matthias Wessendorf wrote: Edwin has already an Apache account ;-) http://www.edwingo.org/ -Matthias On 3/11/06, Dennis Byrne <[EMAIL PROTECTED]> wrote: Great news Edwin ! You'll want to read this http://www.apache.org/licenses/ , fill out http://www.apache.org/licenses/icla.tx

Re: How Does JDeveloper Compare with Java Studio Creator

2006-03-04 Thread Legolas Woodland
Martin Marinschek wrote: Thing = embedded OC4j in JDeveloper. I didn't try JSC so far - would the performance be better there? Any experiences? regards, Martin No performance is not better there. you will hang for ever in case that you open a project with 200 jsp files. best IDE that

Re: How Does JDeveloper Compare with Java Studio Creator

2006-03-02 Thread Legolas Woodland
Mike Duffy wrote: Thx Werner. Do you know if Java Studio Creator supports MyFaces and Tomahawk? Mike It does not support MyFaces and Tomahawk in its designer. so you can not import them into JSC and use them in its page designer , until you make some required files that represent each

Some simple questions about JSF frameworks ....?

2006-02-28 Thread Legolas Woodland
Hi Thank you for reading my post. I want to know what additional features SEAM from jboss ,Clay , Shale from Apache and Facelets bring to jsf. I will be happy if some one give me a simple answer. Thank you

[other] Does any one has experience with Daylirazor Hosting?

2006-02-15 Thread Legolas Woodland
Hi Thanks for reading my post Does any of member here used www.dailyRazor.com hosts for their java based web applications ? I want to purchase an ImpactRazor from them , its price is 10.95/month if i buy 1 year hosting plan. i think its price is good but i have no experience with them. any comm

How i can cache some part of a jsf file , which change in backing bean?

2006-02-10 Thread Legolas Woodland
Hi Thank you for reading my post. How i can cache some parts of a jsf file ? Indeed , i want to cache an image which i assign its image url in backing bean. upon visitor request creation of this image is very heavey , so i want to cache it for some hours. thanks

Re: [other]Borland want to sell its IDE products.....

2006-02-09 Thread Legolas Woodland
I think , who will buy these stuff , All company that has money to by these product line has their own stuff (IBM ,BEA ,SUN ,MS,ORACLE) , is there any other company that has enough cash to buy those products ? how much those products costs ? for example how much should buyer pay to get Jbuilder

[other]Borland want to sell its IDE products.....

2006-02-08 Thread Legolas Woodland
Hi just look at http://blogs.borland.com/davidi/archive/2006/02/08/23013.aspx it say that borland is going to sell its IDEs , what will happen next ? who will buy jdeveloper ?

Where i can download ADF faces which are donated to Myfaces ?

2006-02-08 Thread Legolas Woodland
Hi Thank you for reading my post where i can find a download able package of Cheeroke? (Oracle ADF faces which are donated to Apache) Thank you

Is there any color picker components which works with JSC components?

2006-02-06 Thread Legolas Woodland
Hi thank you for reading my post. I need a color picker component to use in my jsf portlet application which I am developing with JSC is there any color picker component available in OSS or Free license ? thanks

Files upload inside a jsf portlet

2006-02-05 Thread Legolas Woodland
Hi thank you for reading my post. I need file upload facility inside a jsf portlet , now i do not know how to implement this feature because i use JSC and its file upload does not works inside a portlet. can some one tell e whether Myfaces file upload works inside portlet or not ? Thank you.

What is different between a jsf portlet and plain jsf application

2006-02-02 Thread Legolas Woodland
Hi Thank you for reading my post. I want to know what is different betweena jsf portlet and a plain jsf web application. imagine that i made a web application using myfaces components , now i wannt to deploy that web application into some portlet container like JetSpeed . if i do not need any i

Re: {ANN] Oracle JDeveloper 10.1.3 Production Released

2006-02-02 Thread Legolas Woodland
Jonas Jacobi wrote: In case you wonder why I have been quite ;) Today we released Oracle JDeveloper 10.1.3 Studio production release - you can download it from here with plenty of tutorials and other goodies. There is also improved doc on ADF Faces. Re post Hi , it is very good news

How to retrive request parameter in jsf pages

2006-01-31 Thread Legolas Woodland
Hi thank you for reading my post. how i can retrieve request parameter in jsf ? for example if i have : http://127.0.0.1/myproj/faces/viewMessage.jsp?messageID=15 how i can retrieve that message ID in backing bean of jsf page ?

Re: {ANN] Oracle JDeveloper 10.1.3 Production Released

2006-01-31 Thread Legolas Woodland
Jonas Jacobi wrote: In case you wonder why I have been quite ;) Today we released Oracle JDeveloper 10.1.3 Studio production release - you can download it from here with plenty of tutorials and other goodies. There is also improved doc on ADF Faces. Hi , it is very good news I will

a problem with servlet url mapping , a complex problem.

2006-01-22 Thread Legolas Woodland
a problem with servlet url mapping , a complex problem. Hi Thank you for reading my post. My problem is about using a Chart library which works well in jsf application but it does not works in JSF portlets. I think i find the problem but i do not know the solution. to use this charting library

how i can change this tags usage to jsf standard mode.

2006-01-18 Thread Legolas Woodland
Hi Thank you for reqding my post. how i can translate this tags to equal jsf tags (I mean how i should change useBean to jsf equal ones.) class="de.laures.cewolf.example.PageViewCountData"/> for example how i can replace that jsp:useBean with something jsf-ish . Thank you

how i can open a browser windows using a button in jsf ?

2006-01-14 Thread Legolas Woodland
Hi Thank you for reading my post how i can open a browser windows using a button in jsf ? for example if i want to open a window which will show http://www.mywebsite.com?name=TestName&family=TestFamily and before opening the window i need to set those two variables. can some one help me with

problem when adding a jsp-config to web.xml to make jspf recognized as XML formatted files.

2006-01-14 Thread Legolas Woodland
Hi Thank you for reading mu post. I tried to add / change following items in web.xml for my jsf application to make suret hat application server treat jspf files as utf-8 (XML format). what i my web.xml changed section looks like after i add changes is: [code] 2.3//EN" "http://java.sun.com/dtd

How i can open a link in a browser window using a button ?

2006-01-13 Thread Legolas Woodland
Hi Thank you for reading my post. how i can open a pop-up browser ? I want to open a pop-up browser with a dynamic link which i make by using my parameters. is it possible to put a button on page and make some code to open a pop-up browser ? Can some one help me to do this ? I should tell

Re: how to load string resources from bundle files in backing beans ?

2006-01-12 Thread Legolas Woodland
Cagatay Civici wrote: Hi Legolas, You should try this; String bundleName = getFacesContext().getApplication().getMessageBundle(); Locale locale = facesContext.getApplication().getDefaultLocale(); ResourceBundle bundle = ResourceBundle.getBundle (bundleName, locale); String msg

how to load string resources from bundle files in backing beans ?

2006-01-12 Thread Legolas Woodland
Hi Thank you for reading my message. I have a problem , I need to load some of my resource string from String bundle By string bundle i mean the .properties file that we use to make application i18n-ed . Now i need to load some of my key from bundle file in one of my jsf page backing bean. f

How to cache a page for some days (in server side) , and allow user to knwo the page OLD

2006-01-10 Thread Legolas Woodland
HiThank you for reading my post. I have a very heavy to create web page wich contain some chartI want users to be able to see the live report once per 2 days. This page contain some sophisticate query , so refreshing the page data could be very heavy job. so i want to allow users to see a cache

Is there any difference between binding using a Managed bean (defined in faces-config.xml) and an object,defined in backing bean class ?

2006-01-09 Thread Legolas Woodland
Hi thank you for reading my post. Is there any difference between binding using a Managed bean (defined in faces-config.xml) and an object defined in backing bean class ? in a tutorial i saw that author used a Managed beans to accomplish some jobs. he referenced to a Managed beans by using #{B

A question about managed beans , how MB methods treated ?

2006-01-08 Thread Legolas Woodland
A question about managed beans , how MB methods treated ? Hi thank you for reading my post. I have a managed bean like the following defined in faces-config.xml Over all report Bean OAllReport publisher.OAllReport session publisher.OAllReport class has a m

How this problem with unicode characters can happen . it convert chatracters to #6546 .... after an action

2006-01-07 Thread Legolas Woodland
Hi Thank you for reading my post. I have a jsf application , i sets all page encodings to utf-8 but now after i enter some unicode data in a form and press submit it convert them all to #5454.. i attach the screen shots. I should say that I am using Creator studio 2 ea 2. Thank you <>

JSF problem with unicode data entered into TextFields.

2006-01-05 Thread Legolas Woodland
Hi Thank you for reading my post Image that you have a jsp page with some Textfields now you enter some unicode (Hebrew)data into those TextField (textArea ...) and press save , save button will do some processing and come back to the page itself. now all entered characters are con

Re: JSF Chart Creator and JSF Client Side Validators

2006-01-05 Thread Legolas Woodland
u. On 1/5/06, Legolas Woodland <[EMAIL PROTECTED]> wrote: Cagatay Civici wrote: Hi, JSF Chart Creator control requires JFreeChart to compile but as you guys said if it is not possible to include it in myFaces due to licensing issues the best solution for now might be to prov

Re: JSF Chart Creator and JSF Client Side Validators

2006-01-05 Thread Legolas Woodland
Cagatay Civici wrote: Hi, JSF Chart Creator control requires JFreeChart to compile but as you guys said if it is not possible to include it in myFaces due to licensing issues the best solution for now might be to provide a link to it from MyFaces so users who need charting can find easily.

Re: JSF Chart Creator and JSF Client Side Validators

2006-01-04 Thread Legolas Woodland
Sorry if i post it twice , i think last time no one noticed at the end of email which i put m reply. Hi Thank you for providing these components as Im going to use them in my project which i build using Creator studio. i have some questions : 1-in your manual in step 2 you said that we should d

Re: JSF Chart Creator and JSF Client Side Validators

2006-01-04 Thread Legolas Woodland
Martin Marinschek wrote: Sharing means you want to tell us about them or you want to donate them ;) ? regards, Martin On 1/3/06, Cagatay Civici <[EMAIL PROTECTED]> wrote: Hi, I have created a series of free components for JSF. All I want is to share them with you. JSF Chart Cr

Topic: How i can add a javascript confirmation dialog to a button action ?

2006-01-04 Thread Legolas Woodland
Hi How i can add a confirmation dialog to a button action ? I mean when user press the delete button it shows a dialog box (JavaScript) and ask him/her wether he/she is sure to procedd or not. What about making this dialog localized and load its message from String resource ? can we use localiza

Topic: How i can have a button which become disable after user pressed it

2006-01-04 Thread Legolas Woodland
How i can have a button which become disable after user pressed it something like Sun java Application server Admin console login. it disable just after user press it (via Enter or mouse click) can some one give me some lights ? Thank you for reading my post

Re: Is there any "add remove List " component available ?

2006-01-02 Thread Legolas Woodland
Simon Kitching wrote: On Mon, 2006-01-02 at 00:13 +0330, Legolas Woodland wrote: Hi Thank you for reading my posy. "Add remove list " is a component that has two list box and two buttons which facilitate selection of some items from available list to selected list. th

Is there any "add remove List " component available ?

2006-01-01 Thread Legolas Woodland
Hi Thank you for reading my posy. "Add remove list " is a component that has two list box and two buttons which facilitate selection of some items from available list to selected list. there is one component like the above but much more completer in SJC , but it does not works well in a portlet

Re: HURRAY!!! SORTING IS WORKING!!!!

2006-01-01 Thread Legolas Woodland
Although The Creator Architect is very active in this list , maybe he could clarify some doubts.  *overall view : It will be a  good product when they port it to netbeans 5 for enhancing the editor , Fix its performance problems*     Mike Legolas Woodland wrote: Mike wrote: It seems that

Re: HURRAY!!! SORTING IS WORKING!!!!

2005-12-31 Thread Legolas Woodland
Mike wrote: It seems that my problem was that my IDE had, for some reason, stopped updating the deployment directory even though the code would work after the changes I made thanks to all the great suggestions here. Now, at least, I have a Java problem, not a MyFaces problem. Now, I'm trying

Re: [Studio Creator] Re: Can we use several package of jsf components together ?

2005-12-31 Thread Legolas Woodland
Craig McClanahan wrote: On 12/31/05, Dennis Byrne <[EMAIL PROTECTED]> wrote: >On that topic, I'm interested in working on the design time support for the >MyFaces components, so that they run nicely in Creator, and contributing it >back to the MyFaces project.  We get this request (MyF

Can we use several package of jsf components together ?

2005-12-31 Thread Legolas Woodland
Hi Thank you for reading my post. can i use more than one package of jsf components in a page ? I mean , i use Creator studio , now i want to use some of myface components (menu) in a page that i create with Studio creator , will it cause problems ? does other components on the page wich from cr

  1   2   >