corsair <pavel.yatsuk <at> fontel.net.ua> writes: > problem is in rewind - in rewind form invoke pageBeginRender for init > ListEditMap but in that time variable path is not defined yet and list > cann't initialized
Store the path into a Hidden field. Do not create the ListEditMap in pageBeginRender(). Instead, create it on demand so that the path has been restored when the ListEditMap is needed. -- Author of a book for learning Tapestry (www.agileskills2.org/EWDT) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
