RE: bookmark and search indexing JSF?

2005-11-25 Thread Warren Bell
I understand how your example works, but it does not allow a user to bookmark a page and then return to it later, after their session expires. For example, category.jsf goes to a page that displays the top level categories. You choose a category and you go down one level and so on. All of these pa

bookmark and search indexing JSF?

2005-11-25 Thread Warren Bell
, Warren Bell

RE: Getting the ContextPath to set stylesheet href properly

2005-11-11 Thread Warren Bell
I had the same problem with images. It seemed to work some times and not others, depending on the previous page path. I ended up using absolute paths or ../../ . I get an empty string when I use anywhere, how come? > Subject: Getting the ContextPath to set stylesheet href properly > > > Hi guys,

RE: Configureing a new renderer

2005-11-11 Thread Warren Bell
String DEFAULT_RENDERER_TYPE = > "javax.faces.Messages"; > > > On 11/11/05, Warren Bell <[EMAIL PROTECTED]> wrote: > > How do you find out what the component-family and the > renderer-type is for > > t:messages? I can see what the "default render

RE: Configureing a new renderer

2005-11-11 Thread Warren Bell
the same family. I'm not sure what it's used for, but you > should be able to use whatever's already defined for h:messages. > > However, each component has a unique component-type value. > > On 11/11/05, Warren Bell <[EMAIL PROTECTED]> wrote: > > I also see

RE: Messages as text only?

2005-11-11 Thread Warren Bell
ot;layout" can use. I can not find these values listed anywhere accept in the rederer itself. I am thinking that my IDE (Eclipse with M7 NitroX plugin) has a configuration file of some sorts. > > Warren Bell wrote: > > I would like to just add another value for an existing property

RE: Configureing a new renderer

2005-11-11 Thread Warren Bell
gt; javax.faces.component.UIComponent > javax.faces.component.UIComponentBase > javax.faces.component.UIMessages > javax.faces.component.html.HtmlMessages > org.apache.myfaces.component.html.ext.HtmlMessages > > Thanks, > > Warren Bell > > __ NOD32 1.1283 (20051110) Information __ > > This message was checked by NOD32 antivirus system. > http://www.eset.com > >

Configureing a new renderer

2005-11-11 Thread Warren Bell
ent.UIComponent javax.faces.component.UIComponentBase javax.faces.component.UIMessages javax.faces.component.html.HtmlMessages org.apache.myfaces.component.html.ext.HtmlMessages Thanks, Warren Bell

RE: Messages as text only?

2005-11-10 Thread Warren Bell
ROTECTED] > Sent: Thursday, November 10, 2005 4:15 PM > To: MyFaces Discussion > Subject: Re: Messages as text only? > > > Warren Bell wrote: > > Would I just use in my jsp where > layout="text" > > would be implemented i

RE: Messages as text only?

2005-11-10 Thread Warren Bell
November 10, 2005 2:29 PM > To: MyFaces Discussion > Subject: Re: Messages as text only? > > > Warren Bell wrote: > > I am kinda playing around with extending > > org.apache.myfaces.renderkit.html.HtmlMessagesRenderer. I found the > > renderMessages method and see w

RE: Messages as text only?

2005-11-10 Thread Warren Bell
ally, but that seems > like a lot more difficult task. A custom renderer seems easier and > more maintainable. > > On 11/10/05, Warren Bell <[EMAIL PROTECTED]> wrote: > > I would like to take messages and place them into some > JavaScript less the > > HTML. Is there

Messages as text only?

2005-11-10 Thread Warren Bell
I would like to take messages and place them into some JavaScript less the HTML. Is there a way to render messages as text only, or would I have to create a custom rederer? Writing a custom renderer will not happen, I am way to new to JSF. Thanks, Warren Bell

RE: JavaScript alert() window

2005-11-09 Thread Warren Bell
g parsed is not clear at all. > > Anyway it is good to know that it works. > > Yee > > -Original Message- > From: Warren Bell [mailto:[EMAIL PROTECTED] > Sent: Thursday, 10 November 2005 1:06 PM > To: MyFaces Discussion > Subject: RE: JavaScript alert() window > >

RE: JavaScript alert() window

2005-11-09 Thread Warren Bell
] > Sent: Wednesday, November 09, 2005 7:53 PM > To: MyFaces Discussion > Subject: Re: JavaScript alert() window > > > Warren Bell wrote: > > I want to create a JavaScript alert window with a message from > a resource > > bundle when I have a message to display. Getting

JavaScript alert() window

2005-11-09 Thread Warren Bell
Is there a way using MyFaces to achieve this? Thanks, Warren Bell