Render output to a String????

2005-06-02 Thread Tim Pyle
ot;var = '<img src=images/document.gif />ACTIVE';"); sb.append(""); Any help would be greatly appreciated. tia -- Tim Pyle <[EMAIL PROTECTED]>

REQUEST

2005-06-01 Thread Tim Pyle
. thoughts? -- Tim Pyle <[EMAIL PROTECTED]>

Re: Tree2 idea

2005-05-23 Thread Tim Pyle
in limited > situations and that adding code to handle this special case might be > overkill. I'll keep an open mind so if someone can persuade me this > is something that could be used in more than in a special case then I > will be open to a patch. So I was thinking something like > > > Tim Pyle <[EMAIL PROTECTED]> > > sean -- Tim Pyle <[EMAIL PROTECTED]>

Tree2 idea

2005-05-23 Thread Tim Pyle
ran into a bit of a snag, seems that the clientSideToggle attribute does not accept or reconize value binding. I am not sure if anyone else might find this useful or not... but just an idea, I figure it should be a simply modification to the TreeTag. Thoughts? -- Tim Pyle <[EMAIL PROTECTED]>

Re: JSF Forward -- Off Subject

2005-04-12 Thread Tim Pyle
Why not just do a simple forward? > > getServletContext().getRequestDispatcher(forwardUrl).forward(req, > res); > > -----Original Message- > From: Tim Pyle [mailto:[EMAIL PROTECTED] > Sent: Monday, April 11, 2005 10:48 AM > To

JSF Forward -- Off Subject

2005-04-11 Thread Tim Pyle
I do not think this really is myFaces specific or not as i have not tried with Sun's RI. But I think it is more just my lack of JSF navigation knowledge. I am attempting to build a tag that can check for certain data at the begining of page. This tag takes the attributes, var, and url. What it is

Re: Tree2 Problem

2005-03-21 Thread Tim Pyle
built from the top down, so this is why I was suggesting maybe an attribute so the user can control this behavior. I am sure it will not be used too often, but who knows. Tim Pyle On Sun, 2005-03-20 at 09:21, Sean Schofield wrote: > Well the cookies are used during client-side toggle. They are

Tree2 Problem

2005-03-18 Thread Tim Pyle
with the new data without error. Is there a way to tell the tree not to try and save state via a cookie. Seems like maybe a simple attribute addition to the TreeTag... maybe useCookie="false" type of thing. Tim Pyle

Multiple Tree2 components

2005-03-15 Thread Tim Pyle
I am currently attempting to add multiple tree2 components to the same page. I have the tree's in seperate forms, and have given them unique vars, and varNodeTogglers. The trees get created with the correct data. however, I am unable to expand anything other than the first tree. Even though I click

Re: and dont work

2005-03-10 Thread Tim Pyle
may also try adding these lines so that the page knows where to get the javascript from Tim On Thu, 2005-03-10 at 14:56, Kostas Karadamoglou wrote: > Thank you Tim very much ! It works now .but why the selectItems tag > doesn't let nul

Re: and dont work

2005-03-10 Thread Tim Pyle
I also had this problem, but mine was due to me having an onLoad() in my page already. Removed this and the javascript worked fine worked fine. Just curious, does the calendar work if you have renderAsPopup="false" Tim 2005-03-10 at 14:56, Kostas Karadamoglou wrote: > Thank you Tim very much !!

Re: and dont work

2005-03-10 Thread Tim Pyle
May try replaceing SelectItem select=new SelectItem(null,"Horror"); with SelectItem select=new SelectItem("","Horror"); Apparently Selectitem doesn't like null. Tim Pyle On Thu, 2005-03-10 at 13:47, Kostas Karadamoglou wrote: > Can anyone solve my pro

Re: Fwd: Tree2

2005-03-03 Thread Tim Pyle
in, we could consider using but > right now if you want to configure the tree you just change one of the > attributes in the tag. For instance if you don't want to > show the connecting lines you specify showLines="false". > > sean > > -- Forwarded

Re: Tree2

2005-02-25 Thread Tim Pyle
d appreciate any feedback on tree2. Also, I have > already implemented an improvement so that if you are using > client-side toggling it can remember your client side toggle changes > between page requests (if you have session cookies enabled.) > > sean > > > On Fri, 25

Re: Tree2

2005-02-25 Thread Tim Pyle
over lots of data (creating new ids for each row, column.) > > sean > > > On Fri, 25 Feb 2005 09:10:54 -0600, Tim Pyle <[EMAIL PROTECTED]> wrote: > > With the new tree2 component, I get alot of these type of warnings: > > > > [exec] 17:28:48,873 INFO [Engin

Tree2

2005-02-25 Thread Tim Pyle
With the new tree2 component, I get alot of these type of warnings: [exec] 17:28:48,873 INFO [Engine] StandardContext[/jport]WARNING: Component treeForm2:tims_tree2:0:0:25:_id81 just got an automatic id, because there was no id assigned yet. If this component was created dynamically (i.e. not by