Re: Cross Browser issues!

2009-03-10 Thread mitch gorman
sajidbigler wrote: > Hi friends, > is > How to resolve cross browser issues.i was doing dynamic tree in firefox it > works fine but in IE the div wont be updated .later i come to conclusion its > bcoz if innerHTML or table,tr,td tags.in the showcase example we don't use > any tables so it works fi

RE: Cross Browser issues!

2009-03-09 Thread sajidbigler
can go with static initialization as shown in dynamic tree example.composeMMS.jsp is where i am rendering the tree.other files are propitiatory and cant share -- View this message in context: http://www.nabble.com/Cross-Browser-issues%21-tp22414428p22427511.html Sent from the Struts - User

RE: Cross Browser issues!

2009-03-09 Thread Martin Gainty
distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission. > Date: Mon, 9 Mar 2009 11:50:38 -0700 > From: sajidbig...@gmail.com > To: user@struts.apache.org > Subject: Re: Cross Br

Re: Cross Browser issues!

2009-03-09 Thread sajidbigler
tln("Child Null or Dummy"); } } } public long getId() { return id; } public void setId(long id) { this.id = id; } public String getName(

Cross Browser issues!

2009-03-09 Thread sajidbigler
le it screws up .any help (feedback) is appreciable -- View this message in context: http://www.nabble.com/Cross-Browser-issues%21-tp22414428p22414428.html Sent from the Struts - User mailing list archive at Nabble.com. ---