Re: dataScroller, checkbox values not updated

2008-08-14 Thread Thomas Spiegl
try to set wrote: > > Hi all, > > maybe someone could help me with this. > I have a t:dataTable and one column is displaying checkboxes which > values are bound to a backing bean property. > So when I now check a checkbox and then use dataScroller to scroll > to the next page, the value of the che

Re: [ Tobago ] Issues with Back Button

2007-06-12 Thread Thomas Spiegl
Check the response header's cache-control pragma. If you see something like ... Cache-Control no-store, no-cache, must-revalidate, max-age=0 Pragma no-cache then browser side caching is disabled and the browser (firofox, IE, ...) has to reload the page you navigated to via back button. The on

Re: Trinidad and Portlets

2007-06-08 Thread Thomas Spiegl
setting up a new sub project for an implementation of JSR-301 is definitely a good idea. I think we should start a discussion at [EMAIL PROTECTED] On 6/7/07, Scott O'Bryan <[EMAIL PROTECTED]> wrote: So... What are the next steps for this? Much debate and voting? :) Scott Scott O'Bryan wrote:

Re: conversation-tag

2006-12-05 Thread Thomas Spiegl
2) is an absolute must. That's why the FacesServlet releases the FacesContext at the end of each request. Martin, are you bypassing the FacesServlet? On 12/5/06, Mario Ivankovits <[EMAIL PROTECTED]> wrote: Hi Martin! > java.lang.IllegalStateException: Null request object > org.apache.catali

New component FilterTable

2006-12-04 Thread Thomas Spiegl
Checkout MyFaces new filterTable component http://www.irian.at/myfaces-sandbox/filterTable.jsf which is based on dojo's filterTable widget. The 2 core features are: - Sorting of multiple columns - Filter to show/hide records based on a criteria -Thomas -- http://www.irian.at Your JSF powerhous

Re: LifecycleFactory - no factory DEFAULT configured for this application

2006-10-10 Thread Thomas Spiegl
please send LightboxBean.java. On 10/10/06, fischman_98 <[EMAIL PROTECTED]> wrote: Do I need to set something up in the faces-Config.xml file to make this work? Trying to add a phaseListener to a requestScope managedBean and get java.lang.IllegalArgumentException: no factory DEFAULT configured

Re: Problem when deploying trinidad application

2006-10-10 Thread Thomas Spiegl
You might get help posting to [EMAIL PROTECTED] On 10/10/06, Brian.S <[EMAIL PROTECTED]> wrote: I just switched over from ADF Faces to Tinidad. I keep getting this stack trace when deploying to JBoss 4.0.4. From the stack trace, it is missing this class: org.apache.myfaces.trinidadinternal.co

Re: Tomahawk and trinidad

2006-10-10 Thread Thomas Spiegl
see http://wiki.apache.org/myfaces/Building_With_Maven for MyFaces build instructions. On 10/9/06, Chaitanya Kadaru <[EMAIL PROTECTED]> wrote: Thanks Jeff So I shall try to move to the latest snapshot since that may be better. Is there a document or link describing how I checkout myfaces and t

Good News:Trinidad & Tomahawk

2006-08-25 Thread Thomas Spiegl
Good news: MyFaces Trinidad and Tomahawk components can now be used together. Major issues regarding tomahawk links have now been fixed. You wil be able to mix Trinidad and Tomahawk components in the same page, putting them into an ADF form. Version note: Get the current MyFaces version from SVN

Re: CANCEL: Drinking beer in Vienna/Austria

2006-03-27 Thread Thomas Spiegl
Hi, what about having a meeting next week? Location: Ma Pitom Date: 4.4.2006 Time: 18:30 Hasta luego, Thomas On 3/27/06, Mario Ivankovits <[EMAIL PROTECTED]> wrote: > Hi! > > Some of the MyFaces guys are ill, on vacation or have a project deadline. > I thought planning such a event far enough i

Re: JSCookMenu and

2006-02-09 Thread Thomas Spiegl
e UINavigationMenuItem, as I would have expected. I'll try it > > with > > the next nightly build and let you know how that works. > > > > thanks. > > Richard > > > > > > -Original Message- > > From: Thomas Spiegl [mailto:[EMAIL

Re: DataScroller without form validation ?

2006-02-07 Thread Thomas Spiegl
Michael, this was a bug. I just fixed it and commited my changes. When setting immediate="true", no validations will take place anymore. regards Thomas On 2/8/06, Michael Heinen <[EMAIL PROTECTED]> wrote: > > > > Hi all, > > > > I have a form containing a data table and a data scroller for pagin

Re: JSCookMenu and

2006-02-07 Thread Thomas Spiegl
You can choose between 2 tags to create the menu tree: a) This tag creates an UINavigationMenuItem component. Perfect, this one could be passed to the ActionListener b) mailto:[EMAIL PROTECTED]> > wrote: > >> > >> Is supported in tandem with jsookMenu/navigationMenuItem? If > >> not, > >> is

Re: JSCookMenu and

2006-02-07 Thread Thomas Spiegl
ty richard - this is a bug. I just fixed this issue. The item's value will be returned again instead of the label. I think most of us are using NavigationMenuItem(s) to create the entire menu tree. NavigationMenuItem is not an UIComponent, that's why it can't be passed by the event. regards Thomas

Re: Using HtmlPanelGrid with an odd amount of children?

2006-02-02 Thread Thomas Spiegl
The column count has to be even. Use a panelGroup for empty cells. Thomas On 2/3/06, Dennis Byrne <[EMAIL PROTECTED]> wrote: > Odd, even - whichever you want. Just so much as the number of children is a > multiple of the @columns attribute for that grid. > > Dennis Byrne > > >-Original Mess

Re: Master detail

2006-02-02 Thread Thomas Spiegl
You may use to save the manger bean in your worker-detail-page. When returning to the demartment/Workers view, your manger-bean will be restored. cheers Thomas On 2/2/06, Vladimir Coutinho <[EMAIL PROTECTED]> wrote: > I has a bean to represent a worker. When the worker is a manager of a > depa

Re: problems using panelnavigation2

2006-02-02 Thread Thomas Spiegl
Did you try one of the latest nightly builds? Panelnavigation2 was buggy in MyFaces 1.1.1. You can download the nightly builds from http://cvs.apache.org/builds/myfaces/nightly/ Cheers Thomas On 2/2/06, Marko Huebler <[EMAIL PROTECTED]> wrote: > Hi, > > I've already tried this: In this case the t

Re: grey out a jscookmenu item?

2006-02-02 Thread Thomas Spiegl
hi tony, JSCookMenu does not support this feature, but it would be a nice enhancement. If you could implement it and send us a patch, this woudl be greait! cheers Thomas On 2/2/06, tony kerz <[EMAIL PROTECTED]> wrote: > anyone aware of a way to grey out a jscook menu item dynamically? > > -- h

Re: problems using panelnavigation2

2006-02-01 Thread Thomas Spiegl
You must surround the include with a f:subview. regards Thomas On 2/1/06, Marko Huebler <[EMAIL PROTECTED]> wrote: > Hi, > > I have some problems using the t:panelnavigation tag: > > In the jsp below a file is included which contains a panelnavigation2 menu. > The strange thing is, that the "" is

Re: panelNavigation2 Separator Problem

2006-02-01 Thread Thomas Spiegl
Christian, please open a jira issue for this http://myfaces.apache.org/issue.html regards Thomas On 1/31/06, Christian Bohn <[EMAIL PROTECTED]> wrote: > Hi List, > > I need to pass parameters with a which ist part > of a > The passing of the parameters itself works, I do it with (see > code b

Re: Style not getting reflected.

2006-01-30 Thread Thomas Spiegl
do you use t:div in your subview? If so, add the forceId attributes, eg. regards, Thomas On 1/31/06, Thomas Spiegl <[EMAIL PROTECTED]> wrote: > do you use t:div? > > On 1/31/06, j2ee Developer <[EMAIL PROTECTED]> wrote: > > Yes I am using subviews. > > > >

Re: Style not getting reflected.

2006-01-30 Thread Thomas Spiegl
do you use t:div? On 1/31/06, j2ee Developer <[EMAIL PROTECTED]> wrote: > Yes I am using subviews. > > > On 1/30/06, Thomas Spiegl <[EMAIL PROTECTED]> wrote: > > that migth not be the problem, but did you use subviews for inculding the > jsp? > > > >

Re: Style not getting reflected.

2006-01-30 Thread Thomas Spiegl
that migth not be the problem, but did you use subviews for inculding the jsp? On 1/31/06, j2ee Developer <[EMAIL PROTECTED]> wrote: > I am using panelnavigation2. The style frrom my css files are not getting > reflected when I include the jsp file using panelnavigation2. > Please note that if I

Re: problem with jscookmenu / still problems

2006-01-30 Thread Thomas Spiegl
The nightly build 30/01 does not contain the patch, Martin has commited it a few hours ago. Get the latest version from svn. For information on building MyFaces with Maven see http://wiki.apache.org/myfaces/Building_With_Maven regards Thomas On 1/30/06, Marco Mistroni <[EMAIL PROTECTED]> wrote: >

Re: JSF support East Asian characters ?

2005-12-26 Thread Thomas Spiegl
Did you add a locale-config to your faces-config.xml ? de de en Thomas On 12/23/05, Dave <[EMAIL PROTECTED]> wrote: > I have a . when I type some East Asia characters into it, they > are displaying correctly. But after clicking submit button, they did not > show back correctly.

Re: JSCookMenu actionListener

2005-12-23 Thread Thomas Spiegl
ers Thomas On 12/23/05, Martin Marinschek <[EMAIL PROTECTED]> wrote: > I think that Thomas Spiegl has worked on this and that it should be > available in the current codebase. > > regards, > > Martin > > On 12/23/05, Saumil Mehta <[EMAIL PROTECTED]> wrote: > &

Re: NavigationMenuItem

2005-12-20 Thread Thomas Spiegl
I use the current version from svn.Jscookmenu works fine in the examples application and the actionListener is getting called as well. Do you get any java script errors?. Thomas On 12/20/05, Dudu <[EMAIL PROTECTED]> wrote: > Hey > I suppose there are no bug then > no one responded my ques

Re: NavigationMenuItem

2005-12-19 Thread Thomas Spiegl
just applied your patch. It's in svn. Cheers Thomas On 12/19/05, Grigoras Cristinel <[EMAIL PROTECTED]> wrote: Hi Thomas, Please look to this bug, and merge the fix. http://issues.apache.org/jira/browse/MYFACES-900 Thanks very much. Cristi Thomas Spiegl wrote: Hi, I

Re: NavigationMenuItem

2005-12-19 Thread Thomas Spiegl
_id5_jscookMenu1_menu:action', '_id3', null],>> [null, 'Unidades', 'id3__id5_jscookMenu1_menu:action', '_id3', null], >> _cmSplit,[null, 'Seção', 'id3__id5_jscookMenu1_menu:action', '_id3', null],>> [null, 'Aplicações', 'id3

JSCookMenu now supports ActionListener

2005-12-19 Thread Thomas Spiegl
.jscookmenu.HtmlCommandJSCookMenu; import javax.faces.event.ActionEvent; import java.util.ArrayList; import java.util.List; /** * @author Thomas Spiegl */ public class JSCookMenuBean { private static final Log log = LogFactory.getLog(JSCookMenuBean.class); public List getJSCookM

Re: NavigationMenuItem

2005-12-19 Thread Thomas Spiegl
ted. HtmlCommandJSCookMenu is now holding the value that was set for the NavigationMenuItem (see JSCookMenuBean.getMenuNaviagtionItem(...))CheersThomas On 12/19/05, Thomas Spiegl <[EMAIL PROTECTED] > wrote: Yes thats right, you cannot pass values to your action Method. The actionListener fe

Re: NavigationMenuItem

2005-12-19 Thread Thomas Spiegl
; You may use the navigationMenuItem.action attribute to trigger your > backingBean action.>> Regards> Thomas>> On 12/19/05, *Dudu* <[EMAIL PROTECTED]> [EMAIL PROTECTED]>> wrote:>> Sorry,> JscoockMenu>> ps: I'm reading about to know if it solve this>

Re: NavigationMenuItem

2005-12-19 Thread Thomas Spiegl
ActionListener does not work with jscookMenu and navigationMenuItem. You may use the navigationMenuItem.action attribute to trigger your backingBean action.RegardsThomasOn 12/19/05, Dudu <[EMAIL PROTECTED]> wrote: Sorry,JscoockMenups: I'm reading about to know if it solve thisproblem, but I'm no

Re: NavigationMenuItem

2005-12-19 Thread Thomas Spiegl
What kind of menu are you using jscookMenu or panelNavigation2?ThomasOn 12/19/05, Dudu <[EMAIL PROTECTED] > wrote:Hi,I several NavigationMenuItems, created dinamically. I want when a user click on a menu,  I want to create a new tab.But I do not know:1 - How to get what navigationMenuItem was c

Re: PanelNavigation2 not saving state - solved

2005-12-13 Thread Thomas Spiegl
You're welcome, Jan.CheersThomasOn 12/13/05, Jan <[EMAIL PROTECTED]> wrote: Hi Thomas,   finally I got it working. I thought, if even you can't think of what might be the failure, it has to be something you haven't seen yet. ….so … I had a look into the web.xml and found the missing

Re: PanelNavigation2 not saving state

2005-12-13 Thread Thomas Spiegl
Send the archive to my email, attaching it to the mailing list won't work.On 12/13/05, Thomas Spiegl <[EMAIL PROTECTED] > wrote:Jan, panelNavigation2 works fine in my applications. I cannot really see a problem in your JSPs. If you send me a simple test application, showing the prob

Re: PanelNavigation2 not saving state

2005-12-13 Thread Thomas Spiegl
panelNavigation2 still doesn't work correctly. So this Error didn' t have something in common with the navigation problem, I suppose. But why is it just not saving state? Any more ideas? Jan ________ Von: Thomas Spiegl [mailto:[EMAIL PROTECTED]

Re: Dynamic JSCOOKMENU with actionListener

2005-12-12 Thread Thomas Spiegl
sorry, the actionListner is not implemented yet in JSCookMenu, it just works with panelNavigation2 regards, Thomas On 12/13/05, Saumil Mehta <[EMAIL PROTECTED]> wrote: Hello,   I've been using JSCookMenu to dynamically generate menus in my JSP pages. Here is what the JSP looks like,

Re: dynamically adding entries panal navigation

2005-12-12 Thread Thomas Spiegl
You can "dynamically" create your menu items by using t:navigationMenuItems value="..." Note: The value binding will be evaluated if and only if the menu is not present in the current view. Typically this will happen when the menu is rendered the first time. Hence the menu-tree will keep the same

Re: PanelNavigation2 not saving state

2005-12-12 Thread Thomas Spiegl
Jan,panelNavigation2 is statefule and it works with tiles.Does your panelNavigation still have the same clientId after navigation to another page?ThomasOn 12/12/05, Jan <[EMAIL PROTECTED]> wrote: Hi Mario,I don't use in my navigation rules.I already thought it might be the use of , but I already

Re: dataTable, t:dataScroller and large datasets

2005-11-30 Thread Thomas Spiegl
What if i the  business logic returns a custom java.util.List, that dynamically reloads data? size() returns the total rowCount get(i) would reload a new block of data if i is out of scope. The List would need to know about the rows (HtmlDataScroller.rows) displayed, so that reloading can work prop

Re: Usage of PanelNavigation2

2005-11-26 Thread Thomas Spiegl
Stefan, no either panelNavigation nor panelNavigation2 can keep the entire tree opened. I could add a new attribute to panalNavigation2 eg. "expandAll", which is false by default. If set to true the entire tree will stay opened. Thomas On 11/25/05, Stefan Betermieux <[EMAIL PROTECTED]> wrote: A

Re: Usage of PanelNavigation2

2005-11-24 Thread Thomas Spiegl
You will have to checkout if you want to use this feature.On 11/25/05, Thomas Spiegl <[EMAIL PROTECTED] > wrote:Roland, you can now set the value for your NavigationMenuItem(s)     NavigationMenuItem item = new NavigationMenuItem(label, action);     item.setActionLi

Re: Usage of PanelNavigation2

2005-11-24 Thread Thomas Spiegl
onListener:     public String actionListener(ActionEvent event)     {     log.info("ActionListener: " +((HtmlCommandNavigationItem)event.getComponent()).getValue());     return getAction1();     } So you do not need to rely on the menu node indexing. Cheers ThomasOn 11/11/05, Thomas Spie

Re: duplicate ids in page with datatable and datascroller

2005-11-14 Thread Thomas Spiegl
What Java IDE do you use? On 11/14/05, Rogerio Pereira <[EMAIL PROTECTED]> wrote: > Any sugestions? > > 2005/11/14, Thomas Spiegl <[EMAIL PROTECTED]>: > > That's really bad - try to get one. > > > > Thomas > > > > On 11/14/05, Rogerio Pereir

Re: duplicate ids in page with datatable and datascroller

2005-11-14 Thread Thomas Spiegl
That's really bad - try to get one. Thomas On 11/14/05, Rogerio Pereira <[EMAIL PROTECTED]> wrote: > That's the problem, i don't have debugger here. > > 2005/11/14, Thomas Spiegl <[EMAIL PROTECTED]>: > > Sometimes an exception causes the duplicateId p

Re: duplicate ids in page with datatable and datascroller

2005-11-14 Thread Thomas Spiegl
laces but no sucess... > > 2005/11/14, Thomas Spiegl <[EMAIL PROTECTED]>: > > I can't find the include for menu.jsp in contribuintes.jsp. Did you > > put the inclusion into a Subview (f:subview). If not this is your > > problem. > > > > Cheers > > Thom

Re: duplicate ids in page with datatable and datascroller

2005-11-14 Thread Thomas Spiegl
I can't find the include for menu.jsp in contribuintes.jsp. Did you put the inclusion into a Subview (f:subview). If not this is your problem. Cheers Thomas On 11/14/05, Rogerio Pereira <[EMAIL PROTECTED]> wrote: > After put an fixed id for every graphicImage in my dataScroller i got > the same e

Re: duplicate ids in page with datatable and datascroller

2005-11-13 Thread Thomas Spiegl
At first sight i cannot see any problem. Can you send a simple application, so that i can reproduce & debug your problem? Cheers Thomas On 11/14/05, Rogerio Pereira <[EMAIL PROTECTED]> wrote: > i attached one of the pages that causes the error > > -- > Yours truly (Atenciosamente), > > Rogério >

Re: jscookmenu only displays "Submit Query" menu item

2005-11-13 Thread Thomas Spiegl
need to upgrade to a nightly build since 1.1.1 was released before > that. > > http://issues.apache.org/jira/browse/MYFACES-697?page=all > > If anyone else is using facelets + jscookmenu successfully, perhaps > that person could update the tomahawk.taglib.xml file on the wiki. >

Re: jscookmenu only displays "Submit Query" menu item

2005-11-11 Thread Thomas Spiegl
Seems to be a problem concerning myfaces & facelets. Can you send me a small sample application using facelets instead of jsp? I will have a look at it. regards, Thomas On 11/11/05, Cameron Ross <[EMAIL PROTECTED]> wrote: > I'm trying to use the jscookmenu component from jsf. However, the page >

Re: myfaces 20051109 and jscook serious bug

2005-11-11 Thread Thomas Spiegl
I just fixed the bug & commited the changes. Thanks for reporting this issue! regards Thomas On 11/11/05, Thomas Spiegl <[EMAIL PROTECTED]> wrote: > Yes, you are right. I will fix this. > > Thomas > > On 11/11/05, Francesco Consumi <[EMAIL PROTECTED]> wrote: >

Re: myfaces 20051109 and jscook serious bug

2005-11-11 Thread Thomas Spiegl
Yes, you are right. I will fix this. Thomas On 11/11/05, Francesco Consumi <[EMAIL PROTECTED]> wrote: > > Hi, > > I'm using this myfaces snapshot and I think I found a serious bug in > jscookmenu : > when in action there are methods, they are executed every time the menu > is loaded. > Just an ex

Re: Usage of PanelNavigation2

2005-11-11 Thread Thomas Spiegl
u return as it is now, because, you know, I and for sure > others, defined or will define a split pattern to extract the node > information based on the actual string content. > > You must a great weekend! > Cheers > Roland. > > > -Original Message- > From: Thomas S

Re: Usage of PanelNavigation2

2005-11-09 Thread Thomas Spiegl
You can use the NavigationMenuItems.setActionListener to add an ActionListener to your NavigationMenuItems You will need to checkout the current version of MyFaces to get this feature. eg. navigationItem.setActionListener("#{yourBean.actionListener}"); YourBean ... public String actionListener(Ac

Re: No tag "panelNavigation2"

2005-10-18 Thread Thomas Spiegl
I plan to replace panelNavigation by panelNavigation2 the next days. I didn't want to break panelNavigation during development phase, therefore i invented panelNavigation2. If you want to use panelNavigation2, please use a nightly build >= 2005-10-15. panelNavigation2 has a layout attribute: layo

Re: [newbie] How to pass a parameter from one page to another

2005-09-17 Thread Thomas Spiegl
Great! Thanks for writing this entry!On 9/17/05, Rick Reumann <[EMAIL PROTECTED]> wrote: On 9/16/05, Martin Marinschek <[EMAIL PROTECTED] > wrote: If you like it,you might want to document it ;) Created a wiki entry here on it, plus some other techniques. I'm sure I made some mistakes so any corre

Re: [newbie] How to display dynamic content from a database

2005-09-16 Thread Thomas Spiegl
the MasterDetail covers your problem http://irian.at/myfaces/masterDetail.jsf http://irian.at/myfaces/masterDetail.jsp.source Just read the data from database, pack it into a java.util.List and pass it to your dataTable regards,Thomas http://www.irian.at Your JSF powerhouse - JSF Trainings in

Re: [newbie] How to pass a parameter from one page to another

2005-09-16 Thread Thomas Spiegl
faces/masterDetail.jsp.source regards,Thomas http://www.irian.at Your JSF powerhouse - JSF Trainings in English and German On 9/16/05, Rick Reumann <[EMAIL PROTECTED]> wrote: Thomas Spiegl wrote the following on 9/16/2005 10:14 AM:> If your bean is Serializable use>> That's not what I'm a

Re: [newbie] How to pass a parameter from one page to another

2005-09-16 Thread Thomas Spiegl
If your bean is Serializable use to make yourBean available on next page. regards, Thomas On 9/16/05, Rick Reumann <[EMAIL PROTECTED]> wrote: Martin Marinschek wrote the following on 9/16/2005 8:25 AM:> A cool MyFaces specific feature is the t:updateActionListener tag - you> can set a value on

Re: UIComponent: Not serializable?

2005-09-15 Thread Thomas Spiegl
see Adam Winer's comment on MYFACES-573: http://issues.apache.org/jira/browse/MYFACES-573?page=comments#action_12329502 ThomasOn 9/15/05, Marios Kerkemezos <[EMAIL PROTECTED]> wrote: Hello everyone!I have the following question, which I still haven'tanswered...I have a simple MyFaces test applic

Re: setting headers on the response in JSF

2005-09-15 Thread Thomas Spiegl
If you don't want to implment a PhaseListener or a javax.servlet.Filter for setting response headers, think about using MyFaces Tiles-Support. You'd just need to define a scriptlet in one (maybe a few) JSP templates. Thomas On 9/15/05, Ken Weiner <[EMAIL PROTECTED]> wrote: What is the best way to

Re: [newbie] Forward to launch page

2005-09-15 Thread Thomas Spiegl
You could use a redirect instead. If you are using extension mapping *.jsf the following redirect should work. <% response.sendRedirect(response.encodeRedirectURL("/pages/launch.jsf")); %> Thomas On 9/16/05, Robert Taylor <[EMAIL PROTECTED]> wrote: Greetings, I'm a current Struts user interested i

Re: [BEER] And another one: MyFaces meeting at the ApacheCon Europe

2005-07-20 Thread Thomas Spiegl
Martin just gave me the exact meeting point & time for the get-together at the ApacheCon Europe. Date: Wednesday, 20th of July 2005 Time: 8 pm Location: Haus der Wirschaft / Registration Point Have a nice meeting & a couple of german beers. regards, Thomas On 7/17/05, Martin Marinschek <[EMAIL

Re: Programatically implementing a JsCookMenu: MethodBinding?

2004-12-20 Thread Thomas Spiegl
try this: YourBean should provide the method: public NavigationMenuItem[] getMyMenu {...} use NavigationMenuItem.setNavigationMenuItems(NavigationMenuItem[] navigationMenuItems) to set menu-items children. HTH, thomas Bruno Aranda - Dev schrieb: Hi, I am creating a JsCookMenu that loads dinamic

Re: tiles example not working

2004-12-19 Thread Thomas Spiegl
java:644) at java.lang.Thread.run(Thread.java:534) 2004.12.18. 23:46:05 org.apache.coyote.http11.Http11Protocol pause INFO: Pausing Coyote HTTP/1.1 on http-8080 -Original Message- From: Thomas Spiegl [mailto:[EMAIL PROTECTED] Sent: Sunday, December 19, 2004 1:12 AM To: MyFaces Discussion Subjec

Re: Rendering non-tiles with view-handler 'JspTilesViewHandlerImpl'

2004-12-19 Thread Thomas Spiegl
there exists an easy work-around for your problem. Just define a tiles-definition for every jsf-page you want to render. JspTilesViewHandlerImpl will throw a NullpointerException when rendering a view without corresponding tiles-definition for the given viewId. As this behaviour seemed to be too

dataTable edit mode

2004-12-19 Thread Thomas Spiegl
As there were a lot of questions regarding data tables edit mode i changed the master detail example a bit. You can now add & remove rows dynamically when editing the country table. (see http://irian.at/myfaces/countryTableForm.jsf) You can test the recently added JavascriptListener by Martin at

Re: tiles example not working

2004-12-18 Thread Thomas Spiegl
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:644) at java.lang.Thread.run(Thread.java:534) -Original Message- *From:* Thomas Spiegl [mailto:[EMAIL PROTECTED] *Sent:* Saturday, December 18, 2004 9:49 PM *To:* MyFaces Discussion *Subject:*

Re: tiles example not working

2004-12-18 Thread Thomas Spiegl
please send me the stacktrace you're getting now. Thanks Thomas, i realized that i forgot to update the myfaces libs to 1.0.7. Now it still not works, but throws the same exception that the original example. A nullpointer. How could i make it work? Thanx. -Original Message- From: T

Re: tiles example not working

2004-12-18 Thread Thomas Spiegl
Thanx. -Original Message- From: Thomas Spiegl [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 18, 2004 6:11 PM To: MyFaces Discussion Subject: Re: tiles example not working hi Béres, the stacktrace indicates you are using myfaces_release 1.0.6 The way the tiles-definitions are getting initia

Re: tiles example not working

2004-12-18 Thread Thomas Spiegl
hi BÃres, the stacktrace indicates you are using myfaces_release 1.0.6 The way the tiles-definitions are getting initialized changed a bit in release 1.0.7. If you are using 1.0.7 you just need to define the location of your tiles-defiinition in your web.xml eg. tiles-definitions /WEB-INF/your-t

Re: Tag dataTable and dataScroller usage

2004-11-18 Thread Thomas Spiegl
{ parameterValue = (String)requestParameterMap.get(key); break; } } return parameterValue; } The code invoking those methods, in my backend bean contructor (every call displayes "[null]"): logger.debug("rowIndexVar=["+BackendBeanCommons.getParameterFromRequest(&q

Re: Tag dataTable and dataScroller usage

2004-11-15 Thread Thomas Spiegl
hi Catalin, can you send me a jsp-example? thomas Catalin Kormos schrieb: Hi, I'm using myfaces-1.0.7, and i'm trying to implement a table model backend bean to be able to control the displayed page for table. The first time the table is rendered i can set the "first" attribute to a specific row in