I think it would be easier to read multi field values using JS Api in few lines of code.Coral UI multifield dialog<?xml version="1.0" encoding="UTF-8"?><jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:...
Hi,Can you share your dispatcher.any rules. Normally we don't write any specific rules to allow js or css. It should to cached by default until we add some rules to deny caching.~susheel
I agree with Veena. Its better to move on to sightly rather than working on JSP's anymore.Sightly(HTL) separates out the back end logics to java or javascript use api and front end is just to read the properties, loop the properties and display it. It looks more clean and manageable.
As @riteshrajput suggested it should be available in OOB image component. If you need modifications you can copy it and modify it as per your needs or you can overlay.
I think it would be easier to do with JS api in few lines of code.Coral UI multifield dialog<?xml version="1.0" encoding="UTF-8"?><jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org...
Hi Sandhya,Does Country1 and state1,state2 have relation?Like if I select contry1 both state1, state2 should be selected or if I select state1,state2 country1 should be automatically selected something like that.