Right. sorry for that!
regards, Martin On 10/22/05, Sven Haiges <[EMAIL PROTECTED]> wrote: > > So there is no way to use a tabbed pane that has one input html component in > each tab any longer,right? > > ok, then I will probably firstr try tabbed panes with normal inputs first, > and if this not working, then I will use single jsp pages for that. > > cheers\ > sven > > > > > "MyFaces D > > > iscussion" <[email protected]> schrieb am 22.10.05 17:22:25: > > > > No to your first question - it has nothing to do with what > > state-saving you use. I am talking of server and client side mode for > > the inputHtml component, not about the state-saving in general. > > > > No to your second question - all data is rendered, it is only set to > > "invisible" using CSS; so you won't get a problem with input fields at > > all. > > > > Your problem (at least I think so) is that the inputHtml editor cannot > > be used in more than one instance per page, so you get a problem with > > the new client side mode as more than one inputHtmls are rendered at > > once - the old server side mode wouldn't do that. > > > > regards, > > > > Martin > > > > On 10/22/05, Sven Haiges <[EMAIL PROTECTED]> wrote: > > > > > > One sec: does it mean that I can change to client-side ui-state saving > > > and it works again? > > > > > > I currently save the state of the ui tree on the server side. > > > > > > --- > > > > > > Besides this, I am wondering why the tabbed pane was made client-side > > > only. Doesn't this mean that I can only use it for data presentation in > > > this case because I could be missing some data of some tabs? > > > > > > Cheers\ > > > Sven > > > > > > > > > "MyFaces Discussion" <[email protected]> schrieb am 22.10.05 > > > 16:59:49: > > > > > > > > You are right - now it shouldn't be too hard to enable the old > > > > server-side mode as an option. What I remember, Sylvain has left > > > > comments as to where this would be necessary. > > > > > > > > Is there no one who needs this and would be willing to spend some time > > > > on this? You get a big plus from this: an intensive JSF learning > > > > experience ;) > > > > > > > > regards, > > > > > > > > Martin > > > > > > > > On 10/22/05, Michael Ageeb <[EMAIL PROTECTED]> wrote: > > > > > Yeah, i really miss the old server side mode. I don't like to load all > > > > > data of other tabs when user uses only one. > > > > > On Sat, 2005-10-22 at 16:27 +0200, Martin Marinschek wrote: > > > > > > There has been a change in the tabbed panel to be client side only. > > > > > > > > > > > > It would be better to support the old server side mode as an option > > > > > > - > > > > > > do you have time to look into this? > > > > > > > > > > > > Would be great! > > > > > > > > > > > > regards, > > > > > > > > > > > > Martin > > > > > > > > > > > > On 10/22/05, Sven Haiges <[EMAIL PROTECTED]> wrote: > > > > > > > One addition to that: > > > > > > > > > > > > > > I noticed that in older versions, whenever i clicked a tab a c/s > > > > > > > request/response was initiated. Now, this does not happen any > > > > > > > longer. > > > > > > > This is probably the reason why some values are not carried on to > > > > > > > the > > > > > > > server. How can I again have a request to the server when I click > > > > > > > anothert tab? > > > > > > > > > > > > > > Any help is welcome, > > > > > > > > > > > > > > Sven > > > > > > > > > > > > > > Am 22.10.2005 um 15:58 Uhr schrieb Sven Haiges: > > > > > > > > > > > > > > > Hi there, > > > > > > > > > > > > > > > > I was successfully using 4 HTML Editor Components inside 4 Tabs > > > > > > > > of a > > > > > > > > tabbed pane and now I switched to 1.1 final and this does not > > > > > > > > work any > > > > > > > > longer. it seems that the value of the last tab is automatically > > > > > > > > assigned to the first parameter and all other values are empty. > > > > > > > > > > > > > > > > Below is my code. > > > > > > > > > > > > > > > > Do you know of this problem? What is a workaround? > > > > > > > > > > > > > > > > Cheers\ > > > > > > > > Sven > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > <t:panelTabbedPane bgcolor="#FFFFCC" > > > > > > > > > > > > > > > > > > > > > > > > > <t:panelTab id="tab1" label="German" rendered="true"> > > > > > > > > <t:inputHtml > > > > > > > > value="#{adminTextElementBean.textDE}" > > > > > > > > style="height: > > > > > > > > 60ex;" > > > > > > > > > > > > > > > > allowEditSource="true" > > > > > > > > > > > > > > > > showPropertiesToolBox="false" > > > > > > > > > > > > > > > > showLinksToolBox="true" > > > > > > > > > > > > > > > > showImagesToolBox="false" > > > > > > > > > > > > > > > > showTablesToolBox="false" > > > > > > > > > > > > > > > > showCleanupExpressionsToolBox="true" > > > > > > > > > > > > > > > > showDebugToolBox="false"/> > > > > > > > > </t:panelTab> > > > > > > > > > > > > > > > > <t:panelTab id="tab2" label="English" rendered="true"> > > > > > > > > <t:inputHtml > > > > > > > > value="#{adminTextElementBean.textEN}" > > > > > > > > style="height: > > > > > > > > 60ex;" > > > > > > > > > > > > > > > > allowEditSource="true" > > > > > > > > > > > > > > > > showPropertiesToolBox="false" > > > > > > > > > > > > > > > > showLinksToolBox="true" > > > > > > > > > > > > > > > > showImagesToolBox="false" > > > > > > > > > > > > > > > > showTablesToolBox="false" > > > > > > > > > > > > > > > > showCleanupExpressionsToolBox="true" > > > > > > > > > > > > > > > > showDebugToolBox="false"/> > > > > > > > > </t:panelTab> > > > > > > > > > > > > > > > > <t:panelTab id="tab3" label="French" rendered="true"> > > > > > > > > <t:inputHtml > > > > > > > > value="#{adminTextElementBean.textFR}" > > > > > > > > style="height: > > > > > > > > 60ex;" > > > > > > > > > > > > > > > > allowEditSource="true" > > > > > > > > > > > > > > > > showPropertiesToolBox="false" > > > > > > > > > > > > > > > > showLinksToolBox="true" > > > > > > > > > > > > > > > > showImagesToolBox="false" > > > > > > > > > > > > > > > > showTablesToolBox="false" > > > > > > > > > > > > > > > > showCleanupExpressionsToolBox="true" > > > > > > > > > > > > > > > > showDebugToolBox="false"/> > > > > > > > > </t:panelTab> > > > > > > > > > > > > > > > > <t:panelTab id="tab4" label="Spanish" rendered="true"> > > > > > > > > <t:inputHtml > > > > > > > > value="#{adminTextElementBean.textES}" > > > > > > > > style="height: > > > > > > > > 60ex;" > > > > > > > > > > > > > > > > allowEditSource="true" > > > > > > > > > > > > > > > > showPropertiesToolBox="false" > > > > > > > > > > > > > > > > showLinksToolBox="true" > > > > > > > > > > > > > > > > showImagesToolBox="false" > > > > > > > > > > > > > > > > showTablesToolBox="false" > > > > > > > > > > > > > > > > showCleanupExpressionsToolBox="true" > > > > > > > > > > > > > > > > showDebugToolBox="false"/> > > > > > > > > </t:panelTab> > > > > > > > > > > > > > > > > </t:panelTabbedPane> > > > > > > > > > > > > > > > > --- > > > > > > > > Sven Haiges > > > > > > > > [EMAIL PROTECTED] > > > > > > > > > > > > > > > > TEL +49 89 420 958 993 > > > > > > > > SIP [EMAIL PROTECTED] > > > > > > > --- > > > > > > > Sven Haiges > > > > > > > [EMAIL PROTECTED] > > > > > > > > > > > > > > TEL +49 89 420 958 993 > > > > > > > SIP [EMAIL PROTECTED] > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > > > > > > > http://www.irian.at > > > > > > Your JSF powerhouse - > > > > > > JSF Trainings in English and German > > > > > > > > > > > > > > > > > -- > > > > > Michael Ageeb <[EMAIL PROTECTED]> > > > > > OpenCraft > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > > > http://www.irian.at > > > > Your JSF powerhouse - > > > > JSF Trainings in English and German > > > > > > > > > ______________________________________________________________ > > > Verschicken Sie romantische, coole und witzige Bilder per SMS! > > > Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193 > > > > > > > > > > > > -- > > > > http://www.irian.at > > Your JSF powerhouse - > > JSF Trainings in English and German > > > ______________________________________________________________ > Verschicken Sie romantische, coole und witzige Bilder per SMS! > Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193 > > -- http://www.irian.at Your JSF powerhouse - JSF Trainings in English and German

